2009-08-21 16:48:59 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 18 15:28:06 CEST 2009 - anschneider@exsuse.de
|
|
|
|
|
|
|
|
- Update to version 0.3.3.
|
|
|
|
* Fixed double free pointer crash in dsa_public_to_string.
|
|
|
|
* Fixed channel_get_exit_status bug.
|
|
|
|
* Fixed ssh_finalize which didn't clear the flag.
|
|
|
|
* Fixed memory leak introduced by previous bugfix.
|
|
|
|
* Fixed channel_poll broken when delayed EOF recvd.
|
|
|
|
* Fixed stupid "can't parse known host key" bug.
|
|
|
|
* Fixed possible memory corruption (ticket #14).
|
|
|
|
|
2009-08-07 22:29:29 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 4 16:20:25 CEST 2009 - anschneider@exsuse.de
|
|
|
|
|
|
|
|
- Update to version 0.3.2
|
|
|
|
* Added ssh_init() function.
|
|
|
|
* Added sftp_readlink() function.
|
|
|
|
* Added sftp_symlink() function.
|
|
|
|
* Fixed ssh_write_knownhost().
|
|
|
|
* Fixed compilation on Solaris.
|
|
|
|
* Fixed SSHv1 compilation.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 14 09:55:36 CEST 2009 - anschneider@exsuse.de
|
|
|
|
|
|
|
|
- Update to version 0.3.1
|
|
|
|
* 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.
|
|
|
|
|
2009-05-28 04:22:38 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 21 10:52:35 CEST 2009 - anschneider@exsuse.de
|
|
|
|
|
|
|
|
- Update to version 0.3.0
|
|
|
|
* Added support for ssh-agent authentication.
|
|
|
|
* Added POSIX like sftp implementation.
|
|
|
|
* Added error checking to all functions.
|
|
|
|
* Added const to arguments where it was needed.
|
|
|
|
* Added a channel_get_exit_status() function.
|
|
|
|
* Added a channel_read_buffer() function, channel_read() is now
|
|
|
|
a POSIX like function.
|
|
|
|
* Added a more generic auth callback function.
|
|
|
|
* Added printf attribute checking for log and error functions.
|
|
|
|
* Added runtime function tracer support.
|
|
|
|
* Added NSIS build support with CPack.
|
|
|
|
* Added openssh hashed host support.
|
|
|
|
* Added API documentation for all public functions.
|
|
|
|
* Added asynchronous SFTP read function.
|
|
|
|
* Added a ssh_bind_set_fd() function.
|
|
|
|
* Fixed known_hosts parsing.
|
|
|
|
* Fixed a lot of build warnings.
|
|
|
|
* Fixed the Windows build.
|
|
|
|
* Fixed a lot of memory leaks.
|
|
|
|
* Fixed a double free corruption in the server support.
|
|
|
|
* Fixed the "ssh_accept:" bug in server support.
|
|
|
|
* Fixed important channel bugs.
|
|
|
|
* Refactored the socket handling.
|
|
|
|
* Switched to CMake build system.
|
|
|
|
* Improved performance.
|
|
|
|
|
2008-11-17 18:03:19 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 17 17:46:00 CET 2008 - anschneider@suse.de
|
|
|
|
|
|
|
|
- Add 'Provides: libssh' to the library that the debuginfo package
|
|
|
|
can be installed.
|
|
|
|
- Fix channel performance by changing the window len.
|
|
|
|
- Use libssh2 as name for the library package.
|
|
|
|
- Remove rpmlintrc
|
|
|
|
|
2008-11-10 04:39:06 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 7 21:19:07 CEST 2008 - aj@suse.de
|
|
|
|
|
|
|
|
- Disable parallel build since it breaks the build.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 30 14:02:58 CEST 2008 - ro@suse.de
|
|
|
|
|
2009-05-28 04:22:38 +02:00
|
|
|
- Add rpmlintrc (desired package name is already taken by another
|
|
|
|
package)
|
2008-11-10 04:39:06 +01:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 30 13:49:00 CEST 2008 - ro@suse.de
|
|
|
|
|
2009-05-28 04:22:38 +02:00
|
|
|
- Fix debug package requires
|
2008-11-10 04:39:06 +01:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 30 12:41:19 CEST 2008 - ro@suse.de
|
|
|
|
|
2009-05-28 04:22:38 +02:00
|
|
|
- Fixed filelist
|
2008-11-10 04:39:06 +01:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 21 11:26:29 CEST 2008 - anschneider@suse.de
|
|
|
|
|
|
|
|
- Map the permissions field to the type field for sftp v3.
|
|
|
|
- Add errno mapping for sftp functions
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 20 16:08:57 CEST 2008 - anschneider@suse.de
|
|
|
|
|
2009-05-28 04:22:38 +02:00
|
|
|
- Initial libssh package
|
2008-11-10 04:39:06 +01:00
|
|
|
|