aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-03tests: Disable x11 test which fails too oftenAndreas Schneider1-3/+4
2016-11-03ecdh: Implement ECDH using libgcryptJustus Winter7-266/+645
2016-11-03pki_gcrypt: Handle ECDSA keys and signaturesJustus Winter4-11/+570
2016-11-03libgcrypt: Implement the 'evp' interfaceJustus Winter2-1/+59
2016-11-03pki_gcrypt: Add a little more ASN1 infrastructureJustus Winter1-0/+15
2016-11-02curve25519: Small libgcrypt bignum fixJustus Winter1-0/+7
2016-10-22Remove extra newlines from log/error messagesPino Toscano8-14/+14
2016-10-22sftp: Fix memory leak in sftp_fstatPino Toscano1-1/+4
2016-10-08tests: Add test for sftp_fsync()Andreas Schneider2-1/+132
2016-10-08torture: Add support to specify verbosity level via env variableAndreas Schneider1-1/+8
2016-10-08session: Add missing ifdef that prevented Windows buildsTilo Eckert1-0/+2
2016-10-08sftp: Add support for append in sftp_open()Tilo Eckert1-0/+20
2016-10-08sftp: Do not always set SSH_FXF_READTilo Eckert1-5/+6
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-10-06sftp: Add sftp_fsync() functionAndreas Schneider2-1/+128
2016-09-09sftp: ensure sftp_packet_read recognizes channel EOF to avoid infinite loopJeremy Cross1-1/+1
2016-05-10sftpserver: Fix SSH_FXP_FSTAT argumentsAndreas Schneider1-3/+2
2016-05-09tests: Try to fix the x11 testAndreas Schneider1-0/+1
2016-05-09tests: Fix buffer test without NARG macro supportAndreas Schneider1-0/+3
2016-05-04sftp: Use calloc() instead of malloc()/memset()Andreas Schneider1-26/+14
2016-05-04config: Fix build warningsAndreas Schneider1-2/+4
2016-05-04examples: Fix endif()Andreas Schneider1-1/+1
2016-05-03Make "Host" pattern list handling consistent with OpenSSHTravers Carter1-10/+14
2016-05-03tests: Improve the torture_request_env testAndreas Schneider1-3/+3
2016-05-03examples: Fix building on FreeBSDAndreas Schneider1-2/+5
2016-05-03torture: Fix a warningAndreas Schneider1-47/+47
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-02sockets: Fix callback registration bugAris Adamantiadis2-3/+3
2016-05-02packet: Improve logging outputAris Adamantiadis2-0/+8
2016-05-02sample: Migrate client to connector APIAris Adamantiadis1-203/+33
2016-05-02connector: Implement ssh_connector_except()Aris Adamantiadis6-5/+698
2016-05-02channels: Move ssh_channel_write_stderr out of server-onlyAris Adamantiadis3-4/+5
2016-05-02callbacks: Implement list of callbacks for channelsAris Adamantiadis6-163/+283
2016-05-02tests: Add test for ssh_callbacks_iterate()Aris Adamantiadis1-1/+52
2016-05-02callback: Add macro to iterate callbacksAris Adamantiadis1-0/+37
2016-05-02tests: Add unit test for ssh_callbacks_execute_listAris Adamantiadis1-0/+86
2016-05-02callbacks: Add macro for callbacks execute listAris Adamantiadis1-0/+28
2016-05-02packets: Handle flow control callbacksAris Adamantiadis2-1/+45
2016-05-02examples: Do not usre deprecated functionsAndreas Schneider1-1/+1
2016-05-02events: Add functions for poll objectsAris Adamantiadis2-0/+29
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