aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-25session: Add missing ifdef that prevented Windows buildsv0-7Tilo Eckert1-0/+2
2016-11-07sftpserver: Fix SSH_FXP_FSTAT argumentsAndreas Schneider1-3/+2
2016-11-07misc: Use simpler macros for htonll and ntohllAndreas Schneider3-26/+18
2016-11-06cmake: Always check for strtoullAndreas Schneider1-1/+1
2016-11-05options: Fix log level documentationAndreas Schneider1-4/+4
2016-11-05cmake: Correctly check for *snprintf functions on WindowsAndreas Schneider1-7/+12
2016-11-05config: Fix build warningAndreas Schneider1-2/+4
2016-10-22sftp: Fix memory leak in sftp_fstatPino Toscano1-1/+4
2016-10-07sftp: Correctly check for EOF else keep spinning if there is no dataAndreas Schneider1-16/+17
2016-10-06gssapi: Use correct return code in ssh_gssapi_auth_mic()Andreas Schneider1-1/+1
2016-10-06gssapi: Print minor stat in error logging functionAndreas Schneider1-17/+91
2016-09-09sftp: ensure sftp_packet_read recognizes channel EOF to avoid infinite loopJeremy Cross1-1/+1
2016-05-03Make "Host" pattern list handling consistent with OpenSSHTravers Carter1-10/+14
2016-05-03priv: Fix client banner specification for libsshAndreas Schneider1-2/+2
2016-05-03client: If SSHv1 is disabled send the banner immediatelyAndreas Schneider1-1/+9
2016-05-03client: Fix ssh_send_banner() to confirm with RFC 4253Andreas Schneider1-33/+62
2016-05-03client: Fix maximum banner lengthAndreas Schneider1-1/+2
2016-05-03client: Reformat callback_receive_banner()Andreas Schneider1-49/+63
2016-05-03client: Receive the banner correctlyKen Reister1-0/+7
2016-05-02Add id_ed25519 to the default identity listKohei Suzuki1-0/+9
2016-05-02channels: Bugfix for a possible invalid pointer usage (channel->session) in v...David Kedves1-4/+4
2016-05-02auth: Cleanup memory leak when using SSH agentStef Walter3-7/+25
2016-05-02auth1: Fix non-blocking SSHv1 authAndreas Schneider1-4/+11
2016-05-02Update the READMEAndreas Schneider1-122/+3
2016-02-23Bump version to 0.7.3Andreas Schneider2-3/+3
2016-02-23Update ChangeLogAndreas Schneider1-0/+5
2016-02-23dh: Fix CVE-2016-0739Aris Adamantiadis1-5/+17
2016-02-23options: Fix documentation typoHani Benhabiles1-1/+1
2016-02-23pki: Fixed documentation about return value.Younes Serraj1-1/+1
2015-12-30cmake: use check_symbol for (v)snprintfpouete1-2/+3
2015-12-24CMake: include CheckIncludeFiles for calls to check_include_files.Sebastián Peyrott1-0/+1
2015-12-17Fix a bunch of -Wmaybe-uninitializedFabiano Fidêncio4-6/+6
2015-11-10headers: fix missing mode_t (2nd)Dirk Neukirchen1-0/+1
2015-11-10Revert "headers: fix missing mode_t"Aris Adamantiadis1-10/+0
2015-11-10headers: fix missing mode_tDirk Neukirchen1-0/+10
2015-10-28Ignore all build and obj* directoriesAndreas Schneider2-3/+3
2015-10-20agent: Fix agent auth on big endian machinesAndreas Schneider3-4/+24
2015-09-21crypto: fix potential memory leak in ECDHAris Adamantiadis1-0/+4
2015-09-16kex: Fix zlib compressionAndreas Schneider1-0/+1
2015-09-15Bump version to 0.7.2Andreas Schneider3-2/+10
2015-09-15cmake: Use tar.xz source package generatorAndreas Schneider1-1/+1
2015-09-15kex: Prefer sha2 over sha1Andreas Schneider1-5/+4
2015-09-08cmake: Handle libssh threas library correctlyAndreas Schneider5-10/+32
2015-09-08bignum: Fix OpenSSL crash in SAFE_FREEMichael Wilder1-0/+4
2015-08-18server: Fix return code check of ssh_buffer_pack()Andreas Schneider1-1/+1
2015-08-18doc: Fix typos in sftp tutorialAndreas Schneider1-2/+2
2015-08-10tests: Add checks for ssh_key_is_private()Andreas Schneider1-0/+30
2015-08-10pki: Fix return values of ssh_key_is_(public|private)Andreas Schneider1-2/+2
2015-08-01sftp: Fix incorrect handling of received length fieldsTilo Eckert1-7/+13
2015-07-30auth: Fix return status for ssh_userauth_agent()Peter Volpe1-0/+5