aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-24Update the Certificate of Origin to version 1.1CoO11Andreas Schneider1-50/+29
2015-04-14Fix leak of sftp->ext when sftp_new() failsKevin Fan1-0/+2
2015-04-10cmake: Require cmake 2.8.5Andreas Schneider1-1/+1
2015-04-10cmake: Detect network function correctly on WindowsAndreas Schneider1-11/+17
2015-04-10socket: Cleanup ssh_socket_close() code.Andreas Schneider1-5/+6
2015-04-10bind: Correctly close sockets and invalidate them.Andreas Schneider2-13/+11
2015-04-10cmake: Require cmake version 2.8.0Andreas Schneider4-334/+5
2015-04-10cmake: Check for sys/param.h header fileAndreas Schneider2-0/+3
2015-04-10cmake: Check for arpa/inet.h header fileAndreas Schneider2-0/+3
2015-04-10external: Use standard int typesAndreas Schneider4-84/+92
2015-04-02include: Do not make x11 variables constAndreas Schneider1-2/+2
2015-04-02messages: Don't leak memory after callback executionAndreas Schneider1-0/+19
2015-04-02unittests: Fix memory leak in torture_pki_ed25519Andreas Schneider1-0/+2
2015-04-02poll: Fix compilation with struct ssh_timestampAndreas Schneider1-1/+1
2015-04-02cmake: Detect __func__ and __FUNCTION__ during configure stepAndreas Schneider4-3/+25
2015-04-02include: We should use __func__ which is C99Andreas Schneider2-9/+7
2015-02-23Locally restart ssh_poll() upon EINTR.Seb Boving1-1/+7
2015-02-23Sending EOF on Socket that received a Broken Pipe makes call to poll to hangxjoaalm1-9/+18
2015-02-20cmake: Drop reports via https only.Andreas Schneider1-1/+1
2015-02-14torture: fix includes for freebsd10Aris Adamantiadis1-1/+3
2015-02-12tests: torture-misc: check for NULL return codesAris Adamantiadis1-3/+17
2015-02-12tests: workaround for compiling with older cmockaAris Adamantiadis1-0/+6
2015-02-08buffer: buffer_pack & unpack on non-gnu compilersAris Adamantiadis2-6/+19
2015-02-08buffer: detect compilers not supporting __VA_ARGS__Aris Adamantiadis2-0/+13
2015-02-03buffer: fix use-before-nullcheck (coverity #1267979)Aris Adamantiadis1-2/+0
2015-02-03Revert "pki_gcrypt: fix warnings for SSH_KEYTYPE_ED25519"Aris Adamantiadis1-9/+0
2015-02-02tests: allow conditionnal execution on patternAris Adamantiadis25-26/+88
2015-02-02base64: Use secure buffersAris Adamantiadis1-0/+2
2015-02-02buffer: Abort if the canary is not intact in ssh_buffer_unpack()Andreas Schneider1-2/+2
2015-02-02buffer: buffer: Improve argument checking of in ssh_buffer_pack()Andreas Schneider2-8/+37
2015-02-02buffer: Abort if the canary is not intact in ssh_buffer_unpack()Andreas Schneider1-4/+4
2015-02-02buffer: Improve argument checking in ssh_buffer_pack()Andreas Schneider3-8/+62
2015-02-02Move all 3rd-party C files to src/external/Aris Adamantiadis7-97/+96
2015-02-02ed25519: Add test for signatures and verificationAris Adamantiadis2-0/+122
2015-02-02tests: Add ed25519 encrypted keys exportAris Adamantiadis1-0/+29
2015-02-02ed25519: Add support for OpenSSH encrypted container exportAris Adamantiadis1-6/+153
2015-02-02tests: Add ed25519 encrypted keys importAris Adamantiadis2-1/+35
2015-02-02ed25519: ADd OpenSSH encrypted container importAris Adamantiadis3-8/+169
2015-02-02external: Add OpenSSH bcrypt and blowfish implementationAris Adamantiadis5-0/+960
2015-02-02server: Add support for ed25519 keys in the server.Aris Adamantiadis6-3/+32
2015-02-02kex: Add support for ed25519 on client connections.Aris Adamantiadis1-4/+12
2015-02-02tests: Add ed25519 OpenSSH key savingAris Adamantiadis1-4/+47
2015-02-02ed25519: Add support to export OpenSSH container keysAris Adamantiadis3-10/+175
2015-02-02tests: Add ed25519 OpenSSH key loading and operationsAris Adamantiadis2-2/+206
2015-02-02libgcrypt: Make the PEM parser ed25519 awareAris Adamantiadis1-0/+54
2015-02-02libcrypto: Make the PEM parser ed25519 awareAris Adamantiadis1-0/+6
2015-02-02ed25519: Add support o import OpenSSH container keysAris Adamantiadis4-10/+286
2015-02-02pki.h: Replace tabs with spacesAris Adamantiadis1-2/+2
2015-01-26kex: disable des-cbc-ssh1 by defaultAris Adamantiadis1-4/+6
2015-01-21packet_cb: Add misssing include for ntohl().Andreas Schneider1-0/+1