SFTP Stream changes
* terrafrost/sftp-stream-changes:
SFTP/Stream: fix capatilization
SFTP/Stream: add explanation as to why nlist() is used here
SFTP/Stream: use $scheme instead of 'sftp'
SSH2: make it so callback functions can make exec() return early
* terrafrost/ssh2-exec-callback-termination:
SSH2: 0x7FFFFFFF -> $this->window_size in one more place
SSH2: make it so callback functions can make exec() return early
Random: wrap crypt_random_string in a function_exists call
* terrafrost/crypt-random-string-function-exists:
Random: wrap crypt_random_string in a function_exists call
* master:
SFTP: last commit had a few ommissions
SFTP Functional tests: Make use of assertNotSame
SFTP Functional tests: Keep story linear.
SFTP: add more unit tests
Sftp functional test updates
* bantu/sftp-unit-test-updates:
SFTP: last commit had a few ommissions
SFTP Functional tests: Make use of assertNotSame
SFTP Functional tests: Keep story linear.
SFTP: add more unit tests
* master:
SFTP: use_cache -> use_stat_cache
SFTP: switch from using file existence cache to stat cache, like PHP
SFTP: add support for recursive nlist and rawlist
SFTP: add file_exists, is_dir and is_file functions
SFTP: add file_exists, is_dir and is_file functions
* terrafrost/sftp-changes-20140510:
SFTP: use_cache -> use_stat_cache
SFTP: switch from using file existence cache to stat cache, like PHP
SFTP: add support for recursive nlist and rawlist
SFTP: add file_exists, is_dir and is_file functions
ASN1: make File_ASN1 accept int primitives and not just Math_BigInteger ...
* terrafrost/asn1-int:
ASN1: let strings in as well
ASN1: make File_ASN1 accept int primitives and not just Math_BigInteger objects when an integer is expected
The code to convert the regular integer type into the appropriate format could all just be in-line'd when an integer primitive is used but this approach is easier to read.
* master:
Skip testDiffieHellmanKeyAgreement on TravisCI+5.3.3+Internal in the meantime.
Remove randomness from testDiffieHellmanKeyAgreement.
Link testDiffieHellmanKeyAgreement to corresponding bug ticket.
Add Diffie-Hellman Test to BigInteger Testcase.
Add Diffie-Hellman Test to BigInteger Testcase.
* bantu/BigInteger-DiffieHellman-Test:
Skip testDiffieHellmanKeyAgreement on TravisCI+5.3.3+Internal in the meantime.
Remove randomness from testDiffieHellmanKeyAgreement.
Link testDiffieHellmanKeyAgreement to corresponding bug ticket.
Add Diffie-Hellman Test to BigInteger Testcase.