aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-11-25session: Add missing ifdef that prevented Windows buildsTilo Eckert1-0/+2
2016-11-07sftpserver: Fix SSH_FXP_FSTAT argumentsAndreas Schneider1-3/+2
2016-11-07misc: Use simpler macros for htonll and ntohllAndreas Schneider1-17/+0
2016-11-05options: Fix log level documentationAndreas Schneider1-4/+4
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-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 Walter2-7/+23
2016-05-02auth1: Fix non-blocking SSHv1 authAndreas Schneider1-4/+11
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-17Fix a bunch of -Wmaybe-uninitializedFabiano FidĂȘncio3-3/+3
2015-10-20agent: Fix agent auth on big endian machinesAndreas Schneider1-4/+13
2015-09-21crypto: fix potential memory leak in ECDHAris Adamantiadis1-0/+4
2015-09-16kex: Fix zlib compressionlibssh-0.7.2Andreas Schneider1-0/+1
2015-09-15kex: Prefer sha2 over sha1Andreas Schneider1-5/+4
2015-09-08cmake: Handle libssh threas library correctlyAndreas Schneider2-2/+8
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-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
2015-07-03cmake: Fix zlib include directoryAndreas Schneider1-1/+1
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 Volpe1-3/+20
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 Heriot1-2/+2
2015-06-24pki: Fix allocation of ed25519 public keysTiamo Laitakari1-2/+2
2015-06-24misc: Correctly guard the sys/time.h includeAndreas Schneider2-3/+8
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-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-05cmake: Add --enable-stdcall-fixup for MinGW buildsAndreas Schneider1-0/+4