Fix "Undefined property: Math_BigInteger::$bits" + SHA512 tests.
* bantu/issue/430:
Add some test cases for SHA512.
Use toBits() as there is no bits property.
SSH2: Add hmac-sha2-256 MAC support
* bantu/ssh-hmac-sha2-256:
ssh-hmac-sha2-256: Remove whitespace at end of line.
Added RFC6668
Add hmac-sha2-256 MAC support
This small patch adds hmac-sha2-256 support separately as requested in #423.
Some security standards now recommend to disable MD5 and SHA1, and use SHA2 instead. This change was tested using SHA2 against RHEL6's OpenSSH v5.3p1 and Solaris 11. And was also tested with RHEL5's OpenSSH 4.3p2 which doesn't include SHA2.
SFTP: Do not check filename over and over again, remove '.' and '..' from the map instead.
* bantu/sftp-skip-current-dir-by-removal:
Do not check filename over and over again, remove '.' and '..' from the map instead.
Make Net_SSH2::isConnected() return a boolean instead of int.
* bantu/SSH2-isConnected-bool:
Make Net_SSH2::isConnected() return a boolean instead of int.
SSH2: make isConnected return true if even if we're not logged in
* terrafrost/ssh2-connected:
SSH2: make isConnected return true if even if we're not logged in
SFTP: add unit test for stat cache fix
* terrafrost/stat-cache-fix:
SFTP: stat cache fixes
SFTP: return $sftp object in new unit test method
SFTP: add unit test for stat cache fix
Automated API Documenation using Sami
* bantu/sami:
Add api target to phing build script.
Add sami configuration file.
Add sami/sami 1.* as a development dependency.
SCP: add support for file names with spaces
* terrafrost/scp-spaces:
SCP: always encapsulate filenames within double quotes
SCP: add support for file names with spaces
Add Net_SFTP_Stream::register()
* bantu/stream-registration:
Use get_called_class() if available.
Add Net_SFTP_Stream::register() for easier autoloading.
Add unit test for (to be added) Net_SFTP_Stream::register().
SFTP: add readlink and symlink functions
* terrafrost/symlink:
SFTP: return $sftp object in unit tests
SFTP: fix unit test
SFTP: syntax error in unit test
SFTP: add unit tests for symlinks
SFTP: add readlink and symlink functions