summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* buffer: buffer: Improve argument checking of in ssh_buffer_pack()Andreas Schneider2015-02-021-5/+28
* buffer: Abort if the canary is not intact in ssh_buffer_unpack()Andreas Schneider2015-02-021-4/+4
* buffer: Improve argument checking in ssh_buffer_pack()Andreas Schneider2015-02-021-5/+26
* Move all 3rd-party C files to src/external/Aris Adamantiadis2015-02-027-97/+96
* ed25519: Add support for OpenSSH encrypted container exportAris Adamantiadis2015-02-021-6/+153
* ed25519: ADd OpenSSH encrypted container importAris Adamantiadis2015-02-022-8/+168
* external: Add OpenSSH bcrypt and blowfish implementationAris Adamantiadis2015-02-023-0/+868
* server: Add support for ed25519 keys in the server.Aris Adamantiadis2015-02-024-2/+29
* kex: Add support for ed25519 on client connections.Aris Adamantiadis2015-02-021-4/+12
* ed25519: Add support to export OpenSSH container keysAris Adamantiadis2015-02-022-10/+173
* libgcrypt: Make the PEM parser ed25519 awareAris Adamantiadis2015-02-021-0/+54
* libcrypto: Make the PEM parser ed25519 awareAris Adamantiadis2015-02-021-0/+6
* ed25519: Add support o import OpenSSH container keysAris Adamantiadis2015-02-023-10/+278
* kex: disable des-cbc-ssh1 by defaultAris Adamantiadis2015-01-261-4/+6
* packet_cb: Add misssing include for ntohl().Andreas Schneider2015-01-211-0/+1
* pki: Make sure sig is not used unintialized.Andreas Schneider2015-01-201-1/+1
* threads: Fix building with POSIX threads in MinGW.Andreas Schneider2015-01-201-1/+1
* channels1: Fix pty request stateYanis Kurganov2015-01-201-1/+2
* connect: Fix a memory leak.Andreas Schneider2015-01-141-0/+1
* sftp: Fix a possible integer overflow.Andreas Schneider2015-01-141-2/+6
* sftp: Use a declared variable for data len.Andreas Schneider2015-01-141-6/+7
* sftp: Fix memory leak on realloc failureTobias Klauser2015-01-141-6/+9
* connect: Fix mingw build.Andreas Schneider2015-01-061-0/+4
* connect: Check that errno is 0 to fix Windows build.Andreas Schneider2014-12-251-1/+2
* options: Fix setting the port.Andreas Schneider2014-12-255-9/+12
* CVE-2014-8132: Fixup error path in ssh_packet_kexinit()Jon Simons2014-12-171-1/+6
* libcrypto: Fix Windows build with ssh_reseed().Andreas Schneider2014-12-171-0/+5
* config: Also tokenize on equal sign.William Orr2014-12-171-1/+1
* pki_gcrypt: fix DSA signature extractionJon Simons2014-12-091-3/+29
* pki_gcrypt: fix warnings for SSH_KEYTYPE_ED25519Jon Simons2014-12-091-0/+9
* bignum: no-op make_string_bn_inplace for LIBGCRYPTJon Simons2014-12-091-1/+3
* Set the correct error in ssh_options_set().Hani Benhabiles2014-12-051-2/+2
* session: add getter for kexalgoJon Simons2014-12-051-0/+29
* pki_crypto.c: plug ecdsa_sig->[r,s] bignum leaksJon Simons2014-12-052-2/+11
* connect: Do not fail if the connect is in progress.Andreas Schneider2014-10-151-1/+1
* gssapi: ssh_gssapi_set_creds() is a client side functionStef Walter2014-10-121-2/+4