summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* include: Add stdarg.h so we can check for va_copy macrov0-7Andreas Schneider2015-06-301-0/+1
* Bump version to 0.7.1libssh-0.7.1Andreas Schneider2015-06-303-2/+9
* SSH_AUTH_PARTIAL is now correctly passed to the caller of ssh_userauth_public...Tilo Eckert2015-06-291-8/+7
* available auth_methods must be reset on partial authenticationTilo Eckert2015-06-291-1/+1
* channels: Fix exit-signal data unpackingPeter Volpe2015-06-291-1/+1
* agent: Add ssh_set_agent_socketPeter Volpe2015-06-292-3/+21
* Don't allocate a new identity list in the new session's options.Seb Boving2015-06-241-6/+0
* cmake: Do not use CMAKE_(SOURCE|BINARY)_DIRDouglas Heriot2015-06-245-7/+7
* pki: Fix allocation of ed25519 public keysTiamo Laitakari2015-06-241-2/+2
* Documentation fix where unsigned is used where signed is expectedJordy Moos2015-06-242-3/+3
* misc: Correctly guard the sys/time.h includeAndreas Schneider2015-06-242-3/+8
* include: Add support for older MSVC versionsAndreas Schneider2015-06-241-0/+4
* kex: Add comments to #if clausesAndreas Schneider2015-06-241-6/+10
* channels: fix exit-status not correctly setAris Adamantiadis2015-06-031-5/+3
* Comment that ssh_forward_cancel() is deprecated.Mike DePaulo2015-05-291-0/+1
* Reintroduce ssh_forward_listen() (Fixes: #194)Mike DePaulo2015-05-291-0/+5
* ChangeLog: Set release date for 0.7.0libssh-0.7.0Andreas Schneider2015-05-111-1/+1
* cpack: Use application version.Andreas Schneider2015-05-081-3/+3
* Bump version to 0.7.0Andreas Schneider2015-05-062-2/+2
* Update ChangeLogAndreas Schneider2015-05-061-1/+63
* valgrind: Add suppression for openssl FIPS dlopen leakAndreas Schneider2015-05-061-0/+12
* valgrind: Ignore valgrind free bug on exitAndreas Schneider2015-05-061-0/+12
* tests: Migrate torture_keyfiles to testkey functionsAndreas Schneider2015-05-061-16/+31
* torture: Move TORTURE_TESTKEY_PASSWORD to headerAndreas Schneider2015-05-062-2/+2
* tests: Fix memory leak in torture_server_x11 testAndreas Schneider2015-05-061-0/+2
* kex: also compare host keys for 'first_kex_packet_follows'Jon Simons2015-05-051-21/+23
* server: return SSH_OK for ignored SSH_MSG_KEXDH_INIT caseJon Simons2015-05-051-0/+1
* tests: Only link against threading library if availableAndreas Schneider2015-05-051-10/+14
* cmake: Add missing OpenSSL include directoryAndreas Schneider2015-05-051-0/+2
* cmake: Add --enable-stdcall-fixup for MinGW buildsAndreas Schneider2015-05-051-0/+4
* include: Fix variadic macro issues with MSVCAndreas Schneider2015-05-051-1/+9
* tests: Apply umask before calling mkstemp()Andreas Schneider2015-05-052-1/+8
* example: Fix a use after free in the scp exampleAndreas Schneider2015-05-051-0/+1
* example: Check return value of ssh_get_fd()Andreas Schneider2015-05-051-2/+11
* sftp: Fix size checkAndreas Schneider2015-05-051-5/+7
* external: Fix resetting the stateAndreas Schneider2015-05-041-1/+1
* external: Make sure we burn buffers in bcryptAndreas Schneider2015-05-041-5/+4
* external: Fix a possible buffer overrun in bcrypt_pbkdfAndreas Schneider2015-05-041-3/+9
* sftp: Add bound check for sizeAndreas Schneider2015-05-041-1/+2
* buffer: Cleanup vaargs in ssh_buffer_unpack_va()Andreas Schneider2015-05-041-0/+1
* string: Improve ssh_string_len() to avoid tainted variablesAndreas Schneider2015-05-041-4/+11
* pki_container: Fix a memory leakAndreas Schneider2015-05-041-2/+9
* pki_container: Add check for return valueAndreas Schneider2015-05-041-1/+4
* tests: Fix ctest default scriptAndreas Schneider2015-05-041-4/+4
* cmake: Add support for Address SanitizerAndreas Schneider2015-05-041-0/+7
* config: Add missing HAVE_ARPA_INET_H defineAndreas Schneider2015-05-041-0/+3
* buffers: Fix a possible null pointer dereferenceAris Adamantiadis2015-04-231-0/+8
* CVE-2015-3146: Fix state validation in packet handlersAris Adamantiadis2015-04-232-9/+15
* Fix leak of sftp->ext when sftp_new() failsKevin Fan2015-04-141-0/+2
* cmake: Require cmake 2.8.5Andreas Schneider2015-04-101-1/+1