summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sftp: Fix incorrect handling of received length fieldsTilo Eckert2015-08-011-7/+13
* auth: Fix return status for ssh_userauth_agent()Peter Volpe2015-07-301-0/+5
* define our own platform-independent S_IF macrosTilo Eckert2015-07-301-24/+16
* fix file mode checks in sftp_open()Tilo Eckert2015-07-301-8/+7
* fix permissionsAris Adamantiadis2015-07-081-0/+0
* client: handle agent forward open requests with callbacksFabiano FidĂȘncio2015-07-072-0/+39
* cmake: Fix zlib include directoryAndreas Schneider2015-07-031-1/+1
* 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-291-3/+20
* 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-241-2/+2
* pki: Fix allocation of ed25519 public keysTiamo Laitakari2015-06-241-2/+2
* misc: Correctly guard the sys/time.h includeAndreas Schneider2015-06-242-3/+8
* 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
* 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
* cmake: Add --enable-stdcall-fixup for MinGW buildsAndreas Schneider2015-05-051-0/+4
* 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
* 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
* socket: Cleanup ssh_socket_close() code.Andreas Schneider2015-04-101-5/+6
* bind: Correctly close sockets and invalidate them.Andreas Schneider2015-04-101-13/+5
* cmake: Require cmake version 2.8.0Andreas Schneider2015-04-101-5/+4
* cmake: Check for sys/param.h header fileAndreas Schneider2015-04-101-0/+2
* cmake: Check for arpa/inet.h header fileAndreas Schneider2015-04-101-0/+2
* external: Use standard int typesAndreas Schneider2015-04-102-67/+69
* messages: Don't leak memory after callback executionAndreas Schneider2015-04-021-0/+19
* poll: Fix compilation with struct ssh_timestampAndreas Schneider2015-04-021-1/+1
* include: We should use __func__ which is C99Andreas Schneider2015-04-021-1/+1
* Locally restart ssh_poll() upon EINTR.Seb Boving2015-02-231-1/+7
* Sending EOF on Socket that received a Broken Pipe makes call to poll to hangxjoaalm2015-02-231-9/+18
* buffer: buffer_pack & unpack on non-gnu compilersAris Adamantiadis2015-02-081-6/+14
* buffer: fix use-before-nullcheck (coverity #1267979)Aris Adamantiadis2015-02-031-2/+0
* Revert "pki_gcrypt: fix warnings for SSH_KEYTYPE_ED25519"Aris Adamantiadis2015-02-031-9/+0
* base64: Use secure buffersAris Adamantiadis2015-02-021-0/+2
* buffer: Abort if the canary is not intact in ssh_buffer_unpack()Andreas Schneider2015-02-021-2/+2