Blame ChangeLog

Packit Service 31306d
ChangeLog
Packit Service 31306d
==========
Packit Service 31306d
Packit Service 31306d
version 0.9.4 (released 2020-04-09)
Packit Service 31306d
  * Fixed CVE-2020-1730 - Possible DoS in client and server when handling
Packit Service 31306d
    AES-CTR keys with OpenSSL
Packit Service 31306d
  * Added diffie-hellman-group14-sha256
Packit Service 31306d
  * Fixed serveral possible memory leaks
Packit Service 31306d
Packit Service 31306d
version 0.9.3 (released 2019-12-10)
Packit Service 31306d
  * Fixed CVE-2019-14889 - SCP: Unsanitized location leads to command execution
Packit Service 31306d
  * SSH-01-003 Client: Missing NULL check leads to crash in erroneous state
Packit Service 31306d
  * SSH-01-006 General: Various unchecked Null-derefs cause DOS
Packit Service 31306d
  * SSH-01-007 PKI Gcrypt: Potential UAF/double free with RSA pubkeys
Packit Service 31306d
  * SSH-01-010 SSH: Deprecated hash function in fingerprinting
Packit Service 31306d
  * SSH-01-013 Conf-Parsing: Recursive wildcards in hostnames lead to DOS
Packit Service 31306d
  * SSH-01-014 Conf-Parsing: Integer underflow leads to OOB array access
Packit Service 31306d
  * SSH-01-001 State Machine: Initial machine states should be set explicitly
Packit Service 31306d
  * SSH-01-002 Kex: Differently bound macros used to iterate same array
Packit Service 31306d
  * SSH-01-005 Code-Quality: Integer sign confusion during assignments
Packit Service 31306d
  * SSH-01-008 SCP: Protocol Injection via unescaped File Names
Packit Service 31306d
  * SSH-01-009 SSH: Update documentation which RFCs are implemented
Packit Service 31306d
  * SSH-01-012 PKI: Information leak via uninitialized stack buffer
Packit Service 31306d
Packit Service 31306d
version 0.9.2 (released 2019-11-07)
Packit Service 31306d
  * Fixed libssh-config.cmake
Packit Service 31306d
  * Fixed issues with rsa algorithm negotiation (T191)
Packit Service 31306d
  * Fixed detection of OpenSSL ed25519 support (T197)
Packit Service 31306d
Packit Service 31306d
version 0.9.1 (released 2019-10-25)
Packit Service 31306d
  * Added support for Ed25519 via OpenSSL
Packit Service 31306d
  * Added support for X25519 via OpenSSL
Packit Service 31306d
  * Added support for localuser in Match keyword
Packit Service 31306d
  * Fixed Match keyword to be case sensitive
Packit Service 31306d
  * Fixed compilation with LibreSSL
Packit Service 31306d
  * Fixed error report of channel open (T75)
Packit Service 31306d
  * Fixed sftp documentation (T137)
Packit Service 31306d
  * Fixed known_hosts parsing (T156)
Packit Service 31306d
  * Fixed build issue with MinGW (T157)
Packit Service 31306d
  * Fixed build with gcc 9 (T164)
Packit Service 31306d
  * Fixed deprecation issues (T165)
Packit Service 31306d
  * Fixed known_hosts directory creation (T166)
Packit Service 31306d
Packit Service 31306d
version 0.9.0 (released 2019-06-28)
Packit Service 31306d
  * Added support for AES-GCM
Packit Service 31306d
  * Added improved rekeying support
Packit Service 31306d
  * Added performance improvements
Packit Service 31306d
  * Disabled blowfish support by default
Packit Service 31306d
  * Fixed several ssh config parsing issues
Packit Service 31306d
  * Added support for DH Group Exchange KEX
Packit Service 31306d
  * Added support for Encrypt-then-MAC mode
Packit Service 31306d
  * Added support for parsing server side configuration file
Packit Service 31306d
  * Added support for ECDSA/Ed25519 certificates
Packit Service 31306d
  * Added FIPS 140-2 compatibility
Packit Service 31306d
  * Improved known_hosts parsing
Packit Service 31306d
  * Improved documentation
Packit Service 31306d
  * Improved OpenSSL API usage for KEX, DH, and signatures
Packit Service 31306d
Packit Service 31306d
version 0.8.7 (released 2019-02-25)
Packit Service 31306d
  * Fixed handling extension flags in the server implementation
Packit Service 31306d
  * Fixed exporting ed25519 private keys
Packit Service 31306d
  * Fixed corner cases for rsa-sha2 signatures
Packit Service 31306d
  * Fixed some issues with connector
Packit Service 31306d
Packit Service 31306d
version 0.8.6 (released 2018-12-24)
Packit Service 31306d
  * Fixed compilation issues with different OpenSSL versions
Packit Service 31306d
  * Fixed StrictHostKeyChecking in new knownhosts API
Packit Service 31306d
  * Fixed ssh_send_keepalive() with packet filter
Packit Service 31306d
  * Fixed possible crash with knownhosts options
Packit Service 31306d
  * Fixed issus with rekeying
Packit Service 31306d
  * Fixed strong ECDSA keys
Packit Service 31306d
  * Fixed some issues with rsa-sha2 extentions
Packit Service 31306d
  * Fixed access violation in ssh_init() (static linking)
Packit Service 31306d
  * Fixed ssh_channel_close() handling
Packit Service 31306d
Packit Service 31306d
version 0.8.5 (released 2018-10-29)
Packit Service 31306d
  * Added support to get known_hosts locations with ssh_options_get()
Packit Service 31306d
  * Fixed preferred algorithm for known hosts negotiations
Packit Service 31306d
  * Fixed KEX with some server implementations (e.g. Cisco)
Packit Service 31306d
  * Fixed issues with MSVC
Packit Service 31306d
  * Fixed keyboard-interactive auth in server mode
Packit Service 31306d
    (regression from CVE-2018-10933)
Packit Service 31306d
  * Fixed gssapi auth in server mode (regression from CVE-2018-10933)
Packit Service 31306d
  * Fixed socket fd handling with proxy command
Packit Service 31306d
  * Fixed a memory leak with OpenSSL
Packit Service 31306d
Packit Service 31306d
version 0.8.4 (released 2018-10-16)
Packit Service 31306d
  * Fixed CVE-2018-10933
Packit Service 31306d
  * Fixed building without globbing support
Packit Service 31306d
  * Fixed possible memory leaks
Packit Service 31306d
  * Avoid SIGPIPE on sockets
Packit Service 31306d
Packit Service 31306d
version 0.8.3 (released 2018-09-21)
Packit Service 31306d
  * Added support for rsa-sha2
Packit Service 31306d
  * Added support to parse private keys in openssh container format
Packit Service 31306d
    (other than ed25519)
Packit Service 31306d
  * Added support for diffie-hellman-group18-sha512 and
Packit Service 31306d
    diffie-hellman-group16-sha512
Packit Service 31306d
  * Added ssh_get_fingerprint_hash()
Packit Service 31306d
  * Added ssh_pki_export_privkey_base64()
Packit Service 31306d
  * Added support for Match keyword in config file
Packit Service 31306d
  * Improved performance and reduced memory footprint for sftp
Packit Service 31306d
  * Fixed ecdsa publickey auth
Packit Service 31306d
  * Fixed reading a closed channel
Packit Service 31306d
  * Added support to announce posix-rename@openssh.com and
Packit Service 31306d
    hardlink@openssh.com in the sftp server
Packit Service 31306d
Packit Service 31306d
version 0.8.2 (released 2018-08-30)
Packit Service 31306d
  * Added sha256 fingerprints for pubkeys
Packit Service 31306d
  * Improved compiler flag detection
Packit Service 31306d
  * Fixed race condition in reading sftp messages
Packit Service 31306d
  * Fixed doxygen generation and added modern style
Packit Service 31306d
  * Fixed library initialization on Windows
Packit Service 31306d
  * Fixed __bounded__ attribute detection
Packit Service 31306d
  * Fixed a bug in the options parser
Packit Service 31306d
  * Fixed documentation for new knwon_hosts API
Packit Service 31306d
Packit Service 31306d
version 0.8.1 (released 2018-08-13)
Packit Service 31306d
  * Fixed version number in the header
Packit Service 31306d
  * Fixed version number in pkg-config and cmake config
Packit Service 31306d
  * Fixed library initialization
Packit Service 31306d
  * Fixed attribute detection
Packit Service 31306d
Packit Service 31306d
version 0.8.0 (released 2018-08-10)
Packit Service 31306d
  * Removed support for deprecated SSHv1 protocol
Packit Service 31306d
  * Added new connector API for clients
Packit Service 31306d
  * Added new known_hosts parsing API
Packit Service 31306d
  * Added support for OpenSSL 1.1
Packit Service 31306d
  * Added support for chacha20-poly1305 cipher
Packit Service 31306d
  * Added crypto backend for mbedtls crypto library
Packit Service 31306d
  * Added ECDSA support with gcrypt backend
Packit Service 31306d
  * Added advanced client and server testing using cwrap.org
Packit Service 31306d
  * Added support for curve25519-sha256 alias
Packit Service 31306d
  * Added support for global known_hosts file
Packit Service 31306d
  * Added support for symbol versioning
Packit Service 31306d
  * Improved ssh_config parsing
Packit Service 31306d
  * Improved threading support
Packit Service 31306d
Packit Service 31306d
version 0.7.5 (released 2017-04-13)
Packit Service 31306d
  * Fixed a memory allocation issue with buffers
Packit Service 31306d
  * Fixed PKI on Windows
Packit Service 31306d
  * Fixed some SSHv1 functions
Packit Service 31306d
  * Fixed config hostname expansion
Packit Service 31306d
Packit Service 31306d
version 0.7.4 (released 2017-02-03)
Packit Service 31306d
  * Added id_ed25519 to the default identity list
Packit Service 31306d
  * Fixed sftp EOF packet handling
Packit Service 31306d
  * Fixed ssh_send_banner() to confirm with RFC 4253
Packit Service 31306d
  * Fixed some memory leaks
Packit Service 31306d
Packit Service 31306d
version 0.7.3 (released 2016-01-23)
Packit Service 31306d
  * Fixed CVE-2016-0739
Packit Service 31306d
  * Fixed ssh-agent on big endian
Packit Service 31306d
  * Fixed some documentation issues
Packit Service 31306d
Packit Service 31306d
version 0.7.2 (released 2015-09-15)
Packit Service 31306d
  * Fixed OpenSSL detection on Windows
Packit Service 31306d
  * Fixed return status for ssh_userauth_agent()
Packit Service 31306d
  * Fixed KEX to prefer hmac-sha2-256
Packit Service 31306d
  * Fixed sftp packet handling
Packit Service 31306d
  * Fixed return values of ssh_key_is_(public|private)
Packit Service 31306d
  * Fixed bug in global success reply
Packit Service 31306d
Packit Service 31306d
version 0.7.1 (released 2015-06-30)
Packit Service 31306d
  * Fixed SSH_AUTH_PARTIAL auth with auto public key
Packit Service 31306d
  * Fixed memory leak in session options
Packit Service 31306d
  * Fixed allocation of ed25519 public keys
Packit Service 31306d
  * Fixed channel exit-status and exit-signal
Packit Service 31306d
  * Reintroduce ssh_forward_listen()
Packit Service 31306d
Packit Service 31306d
version 0.7.0 (released 2015-05-11)
Packit Service 31306d
  * Added support for ed25519 keys
Packit Service 31306d
  * Added SHA2 algorithms for HMAC
Packit Service 31306d
  * Added improved and more secure buffer handling code
Packit Service 31306d
  * Added callback for auth_none_function
Packit Service 31306d
  * Added support for ECDSA private key signing
Packit Service 31306d
  * Added more tests
Packit Service 31306d
  * Fixed a lot of bugs
Packit Service 31306d
  * Improved API documentation
Packit Service 31306d
Packit Service 31306d
version 0.6.5 (released 2015-04-29)
Packit Service 31306d
  * Fixed CVE-2015-3146
Packit Service 31306d
  * Fixed port handling in config file
Packit Service 31306d
  * Fixed the build with libgcrypt
Packit Service 31306d
  * Fixed SFTP endian issues (rlo #179)
Packit Service 31306d
  * Fixed uninitilized sig variable (rlo #167)
Packit Service 31306d
  * Fixed polling issues which could result in a hang
Packit Service 31306d
  * Fixed handling of EINTR in ssh_poll() (rlo #186)
Packit Service 31306d
  * Fixed C99 issues with __func__
Packit Service 31306d
  * Fixed some memory leaks
Packit Service 31306d
  * Improved macro detection on Windows
Packit Service 31306d
Packit Service 31306d
version 0.6.4 (released 2014-12-19)
Packit Service 31306d
  * Fixed CVE-2014-8132.
Packit Service 31306d
  * Added SHA-2 for session ID signing with ECDSA keys.
Packit Service 31306d
  * Added support for ECDSA host keys.
Packit Service 31306d
  * Added support for more ECDSA hostkey algorithms.
Packit Service 31306d
  * Added ssh_pki_key_ecdsa_name() API.
Packit Service 31306d
  * Fixed setting the bindfd only after successful listen.
Packit Service 31306d
  * Fixed issues with user created sockets.
Packit Service 31306d
  * Fixed several issues in libssh C++ wrapper.
Packit Service 31306d
  * Fixed several documentation issues.
Packit Service 31306d
  * Fixed channel exit-signal request.
Packit Service 31306d
  * Fixed X11 request screen number in messages.
Packit Service 31306d
  * Fixed several memory leaks.
Packit Service 31306d
Packit Service 31306d
version 0.6.3 (released 2014-03-04)
Packit Service 31306d
  * Fixed CVE-2014-0017.
Packit Service 31306d
  * Fixed memory leak with ecdsa signatures.
Packit Service 31306d
Packit Service 31306d
version 0.6.2 (released 2014-03-04)
Packit Service 31306d
  * security: fix for vulnerability CVE-2014-0017
Packit Service 31306d
Packit Service 31306d
version 0.6.1 (released 2014-02-08)
Packit Service 31306d
  * Added support for libgcrypt 1.6.
Packit Service 31306d
  * Added ssh_channel_accept_forward().
Packit Service 31306d
  * Added known_hosts heuristic during connection (#138).
Packit Service 31306d
  * Added getters for session cipher names.
Packit Service 31306d
  * Fixed decrypt of zero length buffer.
Packit Service 31306d
  * Fixed padding in RSA signature blobs.
Packit Service 31306d
  * Fixed DSA signature extraction.
Packit Service 31306d
  * Fixed some memory leaks.
Packit Service 31306d
  * Fixed read of non-connected socket.
Packit Service 31306d
  * Fixed thread dectection.
Packit Service 31306d
Packit Service 31306d
version 0.6.0 (released 2014-01-08)
Packit Service 31306d
  * Added new publicy key API.
Packit Service 31306d
  * Added new userauth API.
Packit Service 31306d
  * Added ssh_get_publickey_hash() function.
Packit Service 31306d
  * Added ssh_get_poll_flags() function.
Packit Service 31306d
  * Added gssapi-mic userauth.
Packit Service 31306d
  * Added GSSAPIServerIdentity option.
Packit Service 31306d
  * Added GSSAPIClientIdentity option.
Packit Service 31306d
  * Added GSSAPIDelegateCredentials option.
Packit Service 31306d
  * Added new callback based server API.
Packit Service 31306d
  * Added Elliptic Curve DSA (ECDSA) support (with OpenSSL).
Packit Service 31306d
  * Added Elliptic Curve Diffie Hellman (ECDH) support.
Packit Service 31306d
  * Added Curve25519 for ECDH key exchange.
Packit Service 31306d
  * Added improved logging system.
Packit Service 31306d
  * Added SSH-agent forwarding.
Packit Service 31306d
  * Added key-reexchange.
Packit Service 31306d
  * Added more unit tests.
Packit Service 31306d
  * Improved documentation.
Packit Service 31306d
  * Fixed timeout handling.
Packit Service 31306d
Packit Service 31306d
version 0.5.5 (released 2013-07-26)
Packit Service 31306d
  * BUG 103: Fix ProxyCommand parsing.
Packit Service 31306d
  * Fix setting -D_FORTIFY_SOURCE=2.
Packit Service 31306d
  * Fix pollset error return if emtpy.
Packit Service 31306d
  * Fix NULL pointer checks in channel functions.
Packit Service 31306d
  * Several bugfixes.
Packit Service 31306d
Packit Service 31306d
version 0.5.4 (released 2013-01-22)
Packit Service 31306d
  * CVE-2013-0176 - NULL dereference leads to denial of service
Packit Service 31306d
  * Fixed several NULL pointer dereferences in SSHv1.
Packit Service 31306d
  * Fixed a free crash bug in options parsing.
Packit Service 31306d
Packit Service 31306d
version 0.5.3 (released 2012-11-20)
Packit Service 31306d
  * CVE-2012-4559 Fixed multiple double free() flaws.
Packit Service 31306d
  * CVE-2012-4560 Fixed multiple buffer overflow flaws.
Packit Service 31306d
  * CVE-2012-4561 Fixed multiple invalid free() flaws.
Packit Service 31306d
  * BUG #84 - Fix bug in sftp_mkdir not returning on error.
Packit Service 31306d
  * BUG #85 - Fixed a possible channel infinite loop if the connection dropped.
Packit Service 31306d
  * BUG #88 - Added missing channel request_state and set it to accepted.
Packit Service 31306d
  * BUG #89 - Reset error state to no error on successful SSHv1 authentiction.
Packit Service 31306d
  * Fixed a possible use after free in ssh_free().
Packit Service 31306d
  * Fixed multiple possible NULL pointer dereferences.
Packit Service 31306d
  * Fixed multiple memory leaks in error paths.
Packit Service 31306d
  * Fixed timeout handling.
Packit Service 31306d
  * Fixed regression in pre-connected socket setting.
Packit Service 31306d
  * Handle all unknown global messages.
Packit Service 31306d
Packit Service 31306d
version 0.5.2 (released 2011-09-17)
Packit Service 31306d
  * Increased window size x10.
Packit Service 31306d
  * Fixed SSHv1.
Packit Service 31306d
  * Fixed bugged lists.
Packit Service 31306d
  * Fixed use-after-free + inconsistent callbacks call in poll.
Packit Service 31306d
  * Fixed scp documentation.
Packit Service 31306d
  * Fixed possible infinite loop in channel_read().
Packit Service 31306d
  * Fixed handling of short reads of sftp_async_read().
Packit Service 31306d
  * Fixed handling request service timeout in blocking mode.
Packit Service 31306d
  * Fixed ssh_auth_list() documentation.
Packit Service 31306d
  * Fixed incorrect return values in ssh_channel_write().
Packit Service 31306d
  * Fixed an infinite loop in the termination callback.
Packit Service 31306d
  * Fixed handling of SSH_AGAIN in channel_open().
Packit Service 31306d
  * Fixed "status -5 inflating zlib packet"
Packit Service 31306d
Packit Service 31306d
version 0.5.1 (released 2011-08-09)
Packit Service 31306d
  * Added checks for NULL pointers in string.c.
Packit Service 31306d
  * Set the channel max packet size to 32768.
Packit Service 31306d
  * Don't (de)compress empty buffers.
Packit Service 31306d
  * Fixed ssh_scp_write so it works when doing recursive copy.
Packit Service 31306d
  * Fixed another source of endless wait.
Packit Service 31306d
  * Fixed an endless loop in case of a channel_open error.
Packit Service 31306d
  * Fixed session timeout handling.
Packit Service 31306d
  * Fixed ssh_channel_from_local() loop.
Packit Service 31306d
  * Fixed permissions of scp example when we copy a file.
Packit Service 31306d
  * Workaround ssh_get_user_home_dir on LDAP users.
Packit Service 31306d
  * Added pkg-config support for libssh_threads.
Packit Service 31306d
  * Fixed compilation without server and sftp modes.
Packit Service 31306d
  * Fix static .lib overwriting on Windows.
Packit Service 31306d
Packit Service 31306d
version 0.5.0 (released 2011-06-01)
Packit Service 31306d
  * Added ssh_ prefix to all functions.
Packit Service 31306d
  * Added complete Windows support.
Packit Service 31306d
  * Added improved server support.
Packit Service 31306d
  * Added unit tests for a lot of functions.
Packit Service 31306d
  * Added asynchronous service request.
Packit Service 31306d
  * Added a multiplatform ssh_getpass() function.
Packit Service 31306d
  * Added a tutorial.
Packit Service 31306d
  * Added a lot of documentation.
Packit Service 31306d
  * Fixed a lot of bugs.
Packit Service 31306d
  * Fixed several memory leaks.
Packit Service 31306d
Packit Service 31306d
version 0.4.8 (released 2011-01-15)
Packit Service 31306d
  * Fixed memory leaks in session signing.
Packit Service 31306d
  * Fixed memory leak in ssh_print_hexa.
Packit Service 31306d
  * Fixed problem with ssh_connect w/ timeout and fd > 1024.
Packit Service 31306d
  * Fixed some warnings on OS/2.
Packit Service 31306d
  * Fixed installation path for OS/2.
Packit Service 31306d
Packit Service 31306d
version 0.4.7 (released 2010-12-28)
Packit Service 31306d
  * Fixed a possible memory leak in ssh_get_user_home().
Packit Service 31306d
  * Fixed a memory leak in sftp_xstat.
Packit Service 31306d
  * Fixed uninitialized fd->revents member.
Packit Service 31306d
  * Fixed timout value in ssh_channel_accept().
Packit Service 31306d
  * Fixed length checks in ssh_analyze_banner().
Packit Service 31306d
  * Fixed a possible data overread and crash bug.
Packit Service 31306d
  * Fixed setting max_fd which breaks ssh_select().
Packit Service 31306d
  * Fixed some pedantic build warnings.
Packit Service 31306d
  * Fixed a memory leak with session->bindaddr.
Packit Service 31306d
Packit Service 31306d
version 0.4.6 (released 2010-09-03)
Packit Service 31306d
  * Added a cleanup function to free the ws2_32 library.
Packit Service 31306d
  * Fixed build with gcc 3.4.
Packit Service 31306d
  * Fixed the Windows build on Vista and newer.
Packit Service 31306d
  * Fixed the usage of WSAPoll() on Windows.
Packit Service 31306d
  * Fixed "@deprecated" in doxygen
Packit Service 31306d
  * Fixed some mingw warnings.
Packit Service 31306d
  * Fixed handling of opened channels.
Packit Service 31306d
  * Fixed keepalive problem on older openssh servers.
Packit Service 31306d
  * Fixed testing for big endian on Windows.
Packit Service 31306d
  * Fixed the Windows preprocessor macros and defines.
Packit Service 31306d
Packit Service 31306d
version 0.4.5 (released 2010-07-13)
Packit Service 31306d
  * Added option to bind a client to an ip address.
Packit Service 31306d
  * Fixed the ssh socket polling function.
Packit Service 31306d
  * Fixed Windows related bugs in bsd_poll().
Packit Service 31306d
  * Fixed serveral build warnings.
Packit Service 31306d
Packit Service 31306d
version 0.4.4 (released 2010-06-01)
Packit Service 31306d
  * Fixed a bug in the expand function for escape sequences.
Packit Service 31306d
  * Fixed a bug in the tilde expand function.
Packit Service 31306d
  * Fixed a bug in setting the options.
Packit Service 31306d
Packit Service 31306d
version 0.4.3 (released 2010-05-18)
Packit Service 31306d
  * Added global/keepalive responses.
Packit Service 31306d
  * Added runtime detection of WSAPoll().
Packit Service 31306d
  * Added a select(2) based poll-emulation if poll(2) is not available.
Packit Service 31306d
  * Added a function to expand an escaped string.
Packit Service 31306d
  * Added a function to expand the tilde from a path.
Packit Service 31306d
  * Added a proxycommand support.
Packit Service 31306d
  * Added ssh_privatekey_type public function
Packit Service 31306d
  * Added the possibility to define _OPENSSL_DIR and _ZLIB_DIR.
Packit Service 31306d
  * Fixed sftp_chown.
Packit Service 31306d
  * Fixed sftp_rename on protocol version 3.
Packit Service 31306d
  * Fixed a blocking bug in channel_poll.
Packit Service 31306d
  * Fixed config parsing wich has overwritten user specified values.
Packit Service 31306d
  * Fixed hashed [host]:port format in knownhosts
Packit Service 31306d
  * Fixed Windows build.
Packit Service 31306d
  * Fixed doublefree happening after a negociation error.
Packit Service 31306d
  * Fixed aes*-ctr with <= OpenSSL 0.9.7b.
Packit Service 31306d
  * Fixed some documentation.
Packit Service 31306d
  * Fixed exec example which has broken read usage.
Packit Service 31306d
  * Fixed broken algorithm choice for server.
Packit Service 31306d
  * Fixed a typo that we don't export all symbols.
Packit Service 31306d
  * Removed the unneeded dependency to doxygen.
Packit Service 31306d
  * Build examples only on the Linux plattform.
Packit Service 31306d
Packit Service 31306d
version 0.4.2 (released 2010-03-15)
Packit Service 31306d
  * Added owner and group information in sftp attributes.
Packit Service 31306d
  * Added missing SSH_OPTIONS_FD option.
Packit Service 31306d
  * Added printout of owner and group in the sftp example.
Packit Service 31306d
  * Added a prepend function for ssh_list.
Packit Service 31306d
  * Added send back replies to openssh's keepalives.
Packit Service 31306d
  * Fixed documentation in scp code
Packit Service 31306d
  * Fixed longname parsing, this only workings with readdir.
Packit Service 31306d
  * Fixed and added support for several identity files.
Packit Service 31306d
  * Fixed sftp_parse_longname() on Windows.
Packit Service 31306d
  * Fixed a race condition bug in ssh_scp_close()
Packit Service 31306d
  * Remove config support for SSHv1 Cipher variable.
Packit Service 31306d
  * Rename ssh_list_add to ssh_list_append.
Packit Service 31306d
  * Rename ssh_list_get_head to ssh_list_pop_head
Packit Service 31306d
Packit Service 31306d
version 0.4.1 (released 2010-02-13)
Packit Service 31306d
  * Added support for aes128-ctr, aes192-ctr and aes256-ctr encryption.
Packit Service 31306d
  * Added an example for exec.
Packit Service 31306d
  * Added private key type detection feature in privatekey_from_file().
Packit Service 31306d
  * Fixed zlib compression fallback.
Packit Service 31306d
  * Fixed kex bug that client preference should be prioritary
Packit Service 31306d
  * Fixed known_hosts file set by the user.
Packit Service 31306d
  * Fixed a memleak in channel_accept().
Packit Service 31306d
  * Fixed underflow when leave_function() are unbalanced
Packit Service 31306d
  * Fixed memory corruption in handle_channel_request_open().
Packit Service 31306d
  * Fixed closing of a file handle case of errors in privatekey_from_file().
Packit Service 31306d
  * Fixed ssh_get_user_home_dir() to be thread safe.
Packit Service 31306d
  * Fixed the doxygen documentation.
Packit Service 31306d
Packit Service 31306d
version 0.4.0 (released 2009-12-10)
Packit Service 31306d
  * Added scp support.
Packit Service 31306d
  * Added support for sending signals (RFC 4254, section 6.9).
Packit Service 31306d
  * Added MSVC support.
Packit Service 31306d
  * Added support for ~/.ssh/config.
Packit Service 31306d
  * Added sftp extension support.
Packit Service 31306d
  * Added X11 forwarding support for client.
Packit Service 31306d
  * Added forward listening.
Packit Service 31306d
  * Added support for openssh extensions (statvfs, fstatvfs).
Packit Service 31306d
  * Added a cleaned up interface for setting options.
Packit Service 31306d
  * Added a generic way to handle sockets asynchronously.
Packit Service 31306d
  * Added logging of the sftp flags used to open a file.
Packit Service 31306d
  * Added full poll() support and poll-emulation for win32.
Packit Service 31306d
  * Added missing 64bit functions in sftp.
Packit Service 31306d
  * Added support for ~/ and SSH_DIR/ in filenames instead of %s/.
Packit Service 31306d
  * Fixed Fix channel_get_exit_status bug.
Packit Service 31306d
  * Fixed calltrace logging to make it optional.
Packit Service 31306d
  * Fixed compilation on Solaris.
Packit Service 31306d
  * Fixed resolving of ip addresses.
Packit Service 31306d
  * Fixed libssh compilation without server support.
Packit Service 31306d
  * Fixed possible memory corruptions (ticket #14).
Packit Service 31306d
Packit Service 31306d
version 0.3.4 (released 2009-09-14)
Packit Service 31306d
  * Added ssh_basename and ssh_dirname.
Packit Service 31306d
  * Added a portable ssh_mkdir function.
Packit Service 31306d
  * Added a sftp_tell64() function.
Packit Service 31306d
  * Added missing NULL pointer checks to crypt_set_algorithms_server.
Packit Service 31306d
  * Fixed ssh_write_knownhost if ~/.ssh doesn't exist.
Packit Service 31306d
  * Fixed a possible integer overflow in buffer_get_data().
Packit Service 31306d
  * Fixed possible security bug in packet_decrypt().
Packit Service 31306d
  * Fixed a possible stack overflow in agent code.
Packit Service 31306d
Packit Service 31306d
version 0.3.3 (released 2009-08-18)
Packit Service 31306d
  * Fixed double free pointer crash in dsa_public_to_string.
Packit Service 31306d
  * Fixed channel_get_exit_status bug.
Packit Service 31306d
  * Fixed ssh_finalize which didn't clear the flag.
Packit Service 31306d
  * Fixed memory leak introduced by previous bugfix.
Packit Service 31306d
  * Fixed channel_poll broken when delayed EOF recvd.
Packit Service 31306d
  * Fixed stupid "can't parse known host key" bug.
Packit Service 31306d
  * Fixed possible memory corruption (ticket #14).
Packit Service 31306d
Packit Service 31306d
version 0.3.2 (released 2009-08-05)
Packit Service 31306d
  * Added ssh_init() function.
Packit Service 31306d
  * Added sftp_readlink() function.
Packit Service 31306d
  * Added sftp_symlink() function.
Packit Service 31306d
  * Fixed ssh_write_knownhost().
Packit Service 31306d
  * Fixed compilation on Solaris.
Packit Service 31306d
  * Fixed SSHv1 compilation.
Packit Service 31306d
Packit Service 31306d
version 0.3.1 (released 2009-07-14)
Packit Service 31306d
  * Added return code SSH_SERVER_FILE_NOT_FOUND.
Packit Service 31306d
  * Fixed compilation of SSHv1.
Packit Service 31306d
  * Fixed several memory leaks.
Packit Service 31306d
  * Fixed possible infinite loops.
Packit Service 31306d
  * Fixed a possible crash bug.
Packit Service 31306d
  * Fixed build warnings.
Packit Service 31306d
  * Fixed cmake on BSD.
Packit Service 31306d
version 0.3.1 (released 2009-07-14)
Packit Service 31306d
  * Added return code SSH_SERVER_FILE_NOT_FOUND.
Packit Service 31306d
  * Fixed compilation of SSHv1.
Packit Service 31306d
  * Fixed several memory leaks.
Packit Service 31306d
  * Fixed possible infinite loops.
Packit Service 31306d
  * Fixed a possible crash bug.
Packit Service 31306d
  * Fixed build warnings.
Packit Service 31306d
  * Fixed cmake on BSD.
Packit Service 31306d
Packit Service 31306d
version 0.3 (released 2009-05-21)
Packit Service 31306d
  * Added support for ssh-agent authentication.
Packit Service 31306d
  * Added POSIX like sftp implementation.
Packit Service 31306d
  * Added error checking to all functions.
Packit Service 31306d
  * Added const to arguments where it was needed.
Packit Service 31306d
  * Added a channel_get_exit_status() function.
Packit Service 31306d
  * Added a channel_read_buffer() function, channel_read() is now
Packit Service 31306d
    a POSIX like function.
Packit Service 31306d
  * Added a more generic auth callback function.
Packit Service 31306d
  * Added printf attribute checking for log and error functions.
Packit Service 31306d
  * Added runtime function tracer support.
Packit Service 31306d
  * Added NSIS build support with CPack.
Packit Service 31306d
  * Added openssh hashed host support.
Packit Service 31306d
  * Added API documentation for all public functions.
Packit Service 31306d
  * Added asynchronous SFTP read function.
Packit Service 31306d
  * Added a ssh_bind_set_fd() function.
Packit Service 31306d
  * Fixed known_hosts parsing.
Packit Service 31306d
  * Fixed a lot of build warnings.
Packit Service 31306d
  * Fixed the Windows build.
Packit Service 31306d
  * Fixed a lot of memory leaks.
Packit Service 31306d
  * Fixed a double free corruption in the server support.
Packit Service 31306d
  * Fixed the "ssh_accept:" bug in server support.
Packit Service 31306d
  * Fixed important channel bugs.
Packit Service 31306d
  * Refactored the socket handling.
Packit Service 31306d
  * Switched to CMake build system.
Packit Service 31306d
  * Improved performance.
Packit Service 31306d
Packit Service 31306d
version 0.2 (released 2007-11-29)
Packit Service 31306d
  * General cleanup
Packit Service 31306d
  * More comprehensive API
Packit Service 31306d
  * Up-to-date Doxygen documentation of each public function
Packit Service 31306d
  * Basic server-based support
Packit Service 31306d
  * Libgcrypt support (alternative to openssl and its license)
Packit Service 31306d
  * SSH1 support (disabled by default)
Packit Service 31306d
  * Added 3des-cbc
Packit Service 31306d
  * A lot of bugfixes
Packit Service 31306d
Packit Service 31306d
version 0.11-dev
Packit Service 31306d
  * Server implementation development.
Packit Service 31306d
  * Small bug corrected when connecting to sun ssh servers.
Packit Service 31306d
  * Channel wierdness corrected (writing huge data packets)
Packit Service 31306d
  * Channel_read_nonblocking added
Packit Service 31306d
  * Channel bug where stderr wasn't correctly read fixed.
Packit Service 31306d
  * Added sftp_file_set_nonblocking(), which is nonblocking SFTP IO
Packit Service 31306d
  * Connect_status callback.
Packit Service 31306d
  * Priv.h contains the internal functions, libssh.h the public interface
Packit Service 31306d
  * Options_set_timeout (thx marcelo) really working.
Packit Service 31306d
  * Tcp tunneling through channel_open_forward.
Packit Service 31306d
  * Channel_request_exec()
Packit Service 31306d
  * Channel_request_env()
Packit Service 31306d
  * Ssh_get_pubkey_hash()
Packit Service 31306d
  * Ssh_is_server_known()
Packit Service 31306d
  * Ssh_write_known_host()
Packit Service 31306d
  * Options_set_ssh_dir
Packit Service 31306d
  * How could this happen ! there weren't any channel_close !
Packit Service 31306d
  * Nasty channel_free bug resolved.
Packit Service 31306d
  * Removed the unsigned long all around the code. use only u8,u32 & u64.
Packit Service 31306d
  * It now compiles and runs under amd64 !
Packit Service 31306d
  * Channel_request_pty_size
Packit Service 31306d
  * Channel_change_pty_size
Packit Service 31306d
  * Options_copy()
Packit Service 31306d
  * Ported the doc to an HTML file.
Packit Service 31306d
  * Small bugfix in packet.c
Packit Service 31306d
  * Prefixed error constants with SSH_
Packit Service 31306d
  * Sftp_stat, sftp_lstat, sftp_fstat. thanks Michel Bardiaux for the patch.
Packit Service 31306d
  * Again channel number mismatch fixed.
Packit Service 31306d
  * Fixed a bug in ssh_select making the select fail when a signal has been
Packit Service 31306d
    caught.
Packit Service 31306d
  * Keyboard-interactive authentication working.
Packit Service 31306d
Packit Service 31306d
version 0.1 (released 2004-03-05)
Packit Service 31306d
  * Begining of sftp subsystem implementation.
Packit Service 31306d
  * Some cleanup into channels implementation
Packit Service 31306d
  * Now every channel functions is called by its CHANNEL handler.
Packit Service 31306d
  * Added channel_poll() and channel_read().
Packit Service 31306d
  * Changed the client so it uses the new channel_poll and channel_read interface
Packit Service 31306d
  * Small use-after-free bug with channels resolved
Packit Service 31306d
  * Changed stupidities in lot of function names.
Packit Service 31306d
  * Removed a debug output file opened by default.
Packit Service 31306d
  * Added API.txt, the libssh programmer handbook.
Packit Service 31306d
  * Various bug fixes from Nick Zitzmann.
Packit Service 31306d
  * Developed a cryptographic structure for handling protocols.
Packit Service 31306d
  * An autoconf script which took me half of a day to set up.
Packit Service 31306d
  * A ssh_select wrapper has been written.
Packit Service 31306d
Packit Service 31306d
version 0.0.4 (released 2003-10-10)
Packit Service 31306d
  * Some terminal code (eof handling) added
Packit Service 31306d
  * Channels bugfix (it still needs some tweaking though)
Packit Service 31306d
  * Zlib support
Packit Service 31306d
  * Added a wrapper.c file. The goal is to provide a similar API to every
Packit Service 31306d
    cryptographic functions. bignums and sha/md5 are wrapped now.
Packit Service 31306d
  * More work than it first looks.
Packit Service 31306d
  * Support for other crypto libs planed (lighter libs)
Packit Service 31306d
  * Fixed stupid select() bug.
Packit Service 31306d
  * Libssh now compiles and links with openssl 0.9.6
Packit Service 31306d
  * RSA pubkey authentication code now works !
Packit Service 31306d
Packit Service 31306d
version 0.0.3 (released 2003-09-15)
Packit Service 31306d
  * Added install target in makefile
Packit Service 31306d
  * Some cleanup in headers files and source code
Packit Service 31306d
  * Change default banner and project name to libssh.
Packit Service 31306d
  * New file auth.c to support more and more authentication ways
Packit Service 31306d
  * Bugfix(read offbyone) in send_kex
Packit Service 31306d
  * A base64 parser. don't read the source, it's awful. pure 0xbadc0de.
Packit Service 31306d
  * Changed the client filename to "ssh". logic isn't it ?
Packit Service 31306d
  * Dss publickey authentication ! still need to wait for the rsa one
Packit Service 31306d
  * Bugfix in packet.c
Packit Service 31306d
  * New misc.c contains misc functions
Packit Service 31306d
Packit Service 31306d
version 0.0.2 (released 2003-09-03)
Packit Service 31306d
  * Initial release.
Packit Service 31306d
  * Client supports both ssh and dss hostkey verification, but doesn't compare them to openssh's files. (~/.ssh/known_hosts)
Packit Service 31306d
  * The only supported authentication method is password.
Packit Service 31306d
  * Compiles on linux and openbsd. freebsd and netbsd should work, too
Packit Service 31306d
  * Lot of work which hasn't been discussed here.