summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAge
* Update to 1.4.3Paul Howarth2012-11-28
| | | | | | | | | | | | | | | | | - New upstream release 1.4.3 - compression: add support for zlib@openssh.com - sftp_read: return error if a too large package arrives - libssh2_hostkey_hash.3: update the description of return value - Fixed MSVC NMakefile - examples: use stderr for messages, stdout for data - openssl: do not leak memory when handling errors - improved handling of disabled MD5 algorithm in OpenSSL - known_hosts: Fail when parsing unknown keys in known_hosts file - configure: gcrypt doesn't come with pkg-config support - session_free: wrong variable used for keeping state - libssh2_userauth_publickey_fromfile_ex.3: mention publickey == NULL - comp_method_zlib_decomp: handle Z_BUF_ERROR when inflating - Drop upstreamed patches
* Update to 1.4.2Paul Howarth2012-05-20
| | | | | | | | | | | | - New upstream release 1.4.2 - Return LIBSSH2_ERROR_SOCKET_DISCONNECT on EOF when reading banner - userauth.c: fread() from public key file to correctly detect any errors - configure.ac: add option to disable build of the example applications - added 'Requires.private:' line to libssh2.pc - SFTP: filter off incoming "zombie" responses - gettimeofday: no need for a replacement under cygwin - SSH_MSG_CHANNEL_REQUEST: default to want_reply - win32/libssh2_config.h: remove hardcoded #define LIBSSH2_HAVE_ZLIB
* Update to 1.4.1Paul Howarth2012-04-05
| | | | | | | | | | | | | | | | | | | | - New upstream release 1.4.1 - Build error with gcrypt backend - Always do "forced" window updates to avoid corner case stalls - aes: the init function fails when OpenSSL has AES support - transport_send: finish in-progress key exchange before sending data - channel_write: acknowledge transport errors - examples/x11.c: make sure sizeof passed to read operation is correct - examples/x11.c: fix suspicious sizeof usage - sftp_packet_add: verify the packet before accepting it - SFTP: preserve the original error code more - sftp_packet_read: adjust window size as necessary - Use safer snprintf rather then sprintf in several places - Define and use LIBSSH2_INVALID_SOCKET instead of INVALID_SOCKET - sftp_write: cannot return acked data *and* EAGAIN - sftp_read: avoid data *and* EAGAIN - libssh2.h: add missing prototype for libssh2_session_banner_set() - Drop upstream patches now included in release tarball
* Update to 1.4.0Paul Howarth2012-02-01
| | | | | | | | | | | | | | | | | | | | - Update to 1.4.0 - Added libssh2_session_supported_algs() - Added libssh2_session_banner_get() - Added libssh2_sftp_get_channel() - libssh2.h: bump the default window size to 256K - sftp-seek: clear EOF flag - userauth: provide more informations if ssh pub key extraction fails - ssh2_exec: skip error outputs for EAGAIN - LIBSSH2_SFTP_PACKET_MAXLEN: increase to 80000 - knownhost_check(): don't dereference ext if NULL is passed - knownhost_add: avoid dereferencing uninitialized memory on error path - OpenSSL EVP: fix threaded use of structs - _libssh2_channel_read: react on errors from receive_window_adjust - sftp_read: cap the read ahead maximum amount - _libssh2_channel_read: fix non-blocking window adjusting - Add upstream patch fixing undefined function reference in libgcrypt backend - BR: /usr/bin/man for test suite
* update to 1.3.0Kamil Dudka2011-09-08
|
* update to 1.2.7 (#632916)Kamil Dudka2010-10-13
| | | | | | - avoid multilib conflict on libssh2-docs - avoid build failure in mock with SELinux in the enforcing mode (#558964)
* - update to 1.2.4Chris Weyl2010-03-13
| | | | | - drop old patch0 - be more aggressive about keeping .deps from intruding into -docs
* - update to 1.2.2Chris Weyl2010-01-14
| | | | | - drop old patch now in upstream - add new pkgconfig file to -devel
* - patch based on 683aa0f6b52fb1014873c961709102b5006372fcChris Weyl2009-09-22
| | | | - disable tests (*sigh*)
* - update to 1.0Chris Weyl2009-02-17
|
* initial commitChris Weyl2007-11-28
|
* Setup of module libssh2Kevin Fenzi2007-11-27
bgstack15