ChangeLog | ChangeLog | |||
---|---|---|---|---|
ChangeLog | ChangeLog | |||
========== | ========== | |||
version 0.4 (released xxxx-xx-xx) | ||||
* Added scp support. | ||||
* Added support for sending signals (RFC 4254, section 6.9). | ||||
* Added MSVC support. | ||||
* Added support for ~/.ssh/config. | ||||
* Added sftp extension support. | ||||
* Added X11 forwarding support for client. | ||||
* Added forward listening. | ||||
* Added support for openssh extensions (statvfs, fstatvfs). | ||||
* Added a cleaned up interface for setting options. | ||||
* Added a generic way to handle sockets asynchronously. | ||||
* Added logging of the sftp flags used to open a file. | ||||
* Added full poll() support and poll-emulation for win32. | ||||
* Added missing 64bit functions in sftp. | ||||
* Added support for ~/ and SSH_DIR/ in filenames instead of %s/. | ||||
* Fixed Fix channel_get_exit_status bug. | ||||
* Fixed calltrace logging to make it optional. | ||||
* Fixed compilation on Solaris. | ||||
* Fixed resolving of ip addresses. | ||||
* Fixed libssh compilation without server support. | ||||
* Fixed possible memory corruptions (ticket #14). | ||||
version 0.3.4 (released 2009-09-14) | version 0.3.4 (released 2009-09-14) | |||
* Added ssh_basename and ssh_dirname. | * Added ssh_basename and ssh_dirname. | |||
* Added a portable ssh_mkdir function. | * Added a portable ssh_mkdir function. | |||
* Added a sftp_tell64() function. | * Added a sftp_tell64() function. | |||
* Added missing NULL pointer checks to crypt_set_algorithms_server. | * Added missing NULL pointer checks to crypt_set_algorithms_server. | |||
* Fixed ssh_write_knownhost if ~/.ssh doesn't exist. | * Fixed ssh_write_knownhost if ~/.ssh doesn't exist. | |||
* Fixed a possible integer overflow in buffer_get_data(). | * Fixed a possible integer overflow in buffer_get_data(). | |||
* Fixed possible security bug in packet_decrypt(). | * Fixed possible security bug in packet_decrypt(). | |||
* Fixed a possible stack overflow in agent code. | * Fixed a possible stack overflow in agent code. | |||
skipping to change at line 39 | skipping to change at line 61 | |||
* Fixed SSHv1 compilation. | * Fixed SSHv1 compilation. | |||
version 0.3.1 (released 2009-07-14) | version 0.3.1 (released 2009-07-14) | |||
* Added return code SSH_SERVER_FILE_NOT_FOUND. | * Added return code SSH_SERVER_FILE_NOT_FOUND. | |||
* Fixed compilation of SSHv1. | * Fixed compilation of SSHv1. | |||
* Fixed several memory leaks. | * Fixed several memory leaks. | |||
* Fixed possible infinite loops. | * Fixed possible infinite loops. | |||
* Fixed a possible crash bug. | * Fixed a possible crash bug. | |||
* Fixed build warnings. | * Fixed build warnings. | |||
* Fixed cmake on BSD. | * Fixed cmake on BSD. | |||
version 0.3.1 (released 2009-07-14) | ||||
* Added return code SSH_SERVER_FILE_NOT_FOUND. | ||||
* Fixed compilation of SSHv1. | ||||
* Fixed several memory leaks. | ||||
* Fixed possible infinite loops. | ||||
* Fixed a possible crash bug. | ||||
* Fixed build warnings. | ||||
* Fixed cmake on BSD. | ||||
version 0.3 (released 2009-05-21) | version 0.3 (released 2009-05-21) | |||
* Added support for ssh-agent authentication. | * Added support for ssh-agent authentication. | |||
* Added POSIX like sftp implementation. | * Added POSIX like sftp implementation. | |||
* Added error checking to all functions. | * Added error checking to all functions. | |||
* Added const to arguments where it was needed. | * Added const to arguments where it was needed. | |||
* Added a channel_get_exit_status() function. | * Added a channel_get_exit_status() function. | |||
* Added a channel_read_buffer() function, channel_read() is now | * Added a channel_read_buffer() function, channel_read() is now | |||
a POSIX like function. | a POSIX like function. | |||
* Added a more generic auth callback function. | * Added a more generic auth callback function. | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 30 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |