aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-30Bump version to 0.7.1libssh-0.7.1Andreas Schneider3-2/+9
2015-06-29SSH_AUTH_PARTIAL is now correctly passed to the caller of ssh_userauth_public...Tilo Eckert1-8/+7
2015-06-29available auth_methods must be reset on partial authenticationTilo Eckert1-1/+1
2015-06-29channels: Fix exit-signal data unpackingPeter Volpe1-1/+1
2015-06-29agent: Add ssh_set_agent_socketPeter Volpe2-3/+21
2015-06-24Don't allocate a new identity list in the new session's options.Seb Boving1-6/+0
2015-06-24cmake: Do not use CMAKE_(SOURCE|BINARY)_DIRDouglas Heriot5-7/+7
2015-06-24pki: Fix allocation of ed25519 public keysTiamo Laitakari1-2/+2
2015-06-24Documentation fix where unsigned is used where signed is expectedJordy Moos2-3/+3
2015-06-24misc: Correctly guard the sys/time.h includeAndreas Schneider2-3/+8
2015-06-24include: Add support for older MSVC versionsAndreas Schneider1-0/+4
2015-06-24kex: Add comments to #if clausesAndreas Schneider1-6/+10
2015-06-03channels: fix exit-status not correctly setAris Adamantiadis1-5/+3
2015-05-29Comment that ssh_forward_cancel() is deprecated.Mike DePaulo1-0/+1
2015-05-29Reintroduce ssh_forward_listen() (Fixes: #194)Mike DePaulo1-0/+5
2015-05-11ChangeLog: Set release date for 0.7.0libssh-0.7.0Andreas Schneider1-1/+1
2015-05-08cpack: Use application version.Andreas Schneider1-3/+3
2015-05-06Bump version to 0.7.0Andreas Schneider2-2/+2
2015-05-06Update ChangeLogAndreas Schneider1-1/+63
2015-05-06valgrind: Add suppression for openssl FIPS dlopen leakAndreas Schneider1-0/+12
2015-05-06valgrind: Ignore valgrind free bug on exitAndreas Schneider1-0/+12
2015-05-06tests: Migrate torture_keyfiles to testkey functionsAndreas Schneider1-16/+31
2015-05-06torture: Move TORTURE_TESTKEY_PASSWORD to headerAndreas Schneider2-2/+2
2015-05-06tests: Fix memory leak in torture_server_x11 testAndreas Schneider1-0/+2
2015-05-05kex: also compare host keys for 'first_kex_packet_follows'Jon Simons1-21/+23
2015-05-05server: return SSH_OK for ignored SSH_MSG_KEXDH_INIT caseJon Simons1-0/+1
2015-05-05tests: Only link against threading library if availableAndreas Schneider1-10/+14
2015-05-05cmake: Add missing OpenSSL include directoryAndreas Schneider1-0/+2
2015-05-05cmake: Add --enable-stdcall-fixup for MinGW buildsAndreas Schneider1-0/+4
2015-05-05include: Fix variadic macro issues with MSVCAndreas Schneider1-1/+9
2015-05-05tests: Apply umask before calling mkstemp()Andreas Schneider2-1/+8
2015-05-05example: Fix a use after free in the scp exampleAndreas Schneider1-0/+1
2015-05-05example: Check return value of ssh_get_fd()Andreas Schneider1-2/+11
2015-05-05sftp: Fix size checkAndreas Schneider1-5/+7
2015-05-04external: Fix resetting the stateAndreas Schneider1-1/+1
2015-05-04external: Make sure we burn buffers in bcryptAndreas Schneider1-5/+4
2015-05-04external: Fix a possible buffer overrun in bcrypt_pbkdfAndreas Schneider1-3/+9
2015-05-04sftp: Add bound check for sizeAndreas Schneider1-1/+2
2015-05-04buffer: Cleanup vaargs in ssh_buffer_unpack_va()Andreas Schneider1-0/+1
2015-05-04string: Improve ssh_string_len() to avoid tainted variablesAndreas Schneider1-4/+11
2015-05-04pki_container: Fix a memory leakAndreas Schneider1-2/+9
2015-05-04pki_container: Add check for return valueAndreas Schneider1-1/+4
2015-05-04tests: Fix ctest default scriptAndreas Schneider1-4/+4
2015-05-04cmake: Add support for Address SanitizerAndreas Schneider1-0/+7
2015-05-04config: Add missing HAVE_ARPA_INET_H defineAndreas Schneider1-0/+3
2015-04-23buffers: Fix a possible null pointer dereferenceAris Adamantiadis1-0/+8
2015-04-23CVE-2015-3146: Fix state validation in packet handlersAris Adamantiadis2-9/+15
2015-04-14Fix leak of sftp->ext when sftp_new() failsKevin Fan1-0/+2
2015-04-10cmake: Require cmake 2.8.5Andreas Schneider1-1/+1
2015-04-10cmake: Detect network function correctly on WindowsAndreas Schneider1-11/+17