summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix multi-arch conflict again (#816969)Paul Howarth2012-04-27
|
* 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
* Don't ignore transport errors when writing to channel (#804150)Kamil Dudka2012-03-19
|
* Don't try to use openssl's AES-CTR functionsPaul Howarth2012-03-18
| | | | | The code supporting openssl's AES-CTR functions does not currently work: (http://www.libssh2.org/mail/libssh2-devel-archive-2012-03/0111.shtml)
* Fix libssh2 failing key re-exchange when write channel is saturated (#804156)Paul Howarth2012-03-16
|
* 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
* Comment clean-upPaul Howarth2012-01-16
|
* Disable some tests on ARMPeter Robinson2012-01-15
|
* example includes arch-specific bits, so move to devel packagePaul Howarth2012-01-13
|
* use tabs for indentationPaul Howarth2012-01-13
|
* Spec clean-upPaul Howarth2012-01-13
| | | | | | | | | - make docs package noarch where possible - use patch rather than scripted iconv to fix character encoding - don't make assumptions about SELinux context types used for the ssh server in the test suite - skip the ssh test if /dev/tty isn't present, as in some versions of mock - make the %files list more explicit
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_RebuildDennis Gilmore2012-01-13
|
* update to 1.3.0Kamil Dudka2011-09-08
|
* sshd/loopback test fails in the sparc buildsystemDennis Gilmore2011-06-25
|
* 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)
* dist-git conversionFedora Release Engineering2010-07-28
|
* - update to 1.2.4Chris Weyl2010-03-13
| | | | | - drop old patch0 - be more aggressive about keeping .deps from intruding into -docs
* - pkgconfig dep should be with -devel, not -docsChris Weyl2010-01-20
|
* - enable tests; conditionalize sshd test, which fails with a funky SElinuxChris Weyl2010-01-19
| | | | error when run locally
* - patch w/1aba38cd7d2658146675ce1737e5090f879f306; not yet in a GA releaseChris Weyl2010-01-19
|
* - correct bad file entry under -develChris Weyl2010-01-14
|
* - update to 1.2.2Chris Weyl2010-01-14
| | | | | - drop old patch now in upstream - add new pkgconfig file to -devel
* - trim trailing spacesChris Weyl2010-01-14
|
* Fix typo that causes a failure to update the common directory. (relengBill Nottingham2009-11-25
| | | | #2781)
* - patch based on 683aa0f6b52fb1014873c961709102b5006372fcChris Weyl2009-09-22
| | | | - disable tests (*sigh*)
* - rebuilt with new opensslTomáš Mráz2009-08-21
|
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_RebuildJesse Keating2009-07-25
|
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_RebuildJesse Keating2009-02-25
|
* - update to 1.0Chris Weyl2009-02-17
|
* - rebuild with new opensslTomáš Mráz2009-01-17
|
* - Autorebuild for GCC 4.3Jesse Keating2008-02-18
|
* - rebuild for new openssl...Chris Weyl2007-12-05
|
* release bumpChris Weyl2007-11-28
|
* initial commitChris Weyl2007-11-28
|
* Setup of module libssh2Kevin Fenzi2007-11-27
bgstack15