summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* cmake: Detect network function correctly on WindowsAndreas Schneider2015-04-101-11/+17
* socket: Cleanup ssh_socket_close() code.Andreas Schneider2015-04-101-5/+6
* bind: Correctly close sockets and invalidate them.Andreas Schneider2015-04-102-13/+11
* cmake: Require cmake version 2.8.0Andreas Schneider2015-04-104-334/+5
* cmake: Check for sys/param.h header fileAndreas Schneider2015-04-102-0/+3
* cmake: Check for arpa/inet.h header fileAndreas Schneider2015-04-102-0/+3
* external: Use standard int typesAndreas Schneider2015-04-104-84/+92
* include: Do not make x11 variables constAndreas Schneider2015-04-021-2/+2
* messages: Don't leak memory after callback executionAndreas Schneider2015-04-021-0/+19
* unittests: Fix memory leak in torture_pki_ed25519Andreas Schneider2015-04-021-0/+2
* poll: Fix compilation with struct ssh_timestampAndreas Schneider2015-04-021-1/+1
* cmake: Detect __func__ and __FUNCTION__ during configure stepAndreas Schneider2015-04-024-3/+25
* include: We should use __func__ which is C99Andreas Schneider2015-04-022-9/+7
* 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
* cmake: Drop reports via https only.Andreas Schneider2015-02-201-1/+1
* torture: fix includes for freebsd10Aris Adamantiadis2015-02-141-1/+3
* tests: torture-misc: check for NULL return codesAris Adamantiadis2015-02-121-3/+17
* tests: workaround for compiling with older cmockaAris Adamantiadis2015-02-121-0/+6
* buffer: buffer_pack & unpack on non-gnu compilersAris Adamantiadis2015-02-082-6/+19
* buffer: detect compilers not supporting __VA_ARGS__Aris Adamantiadis2015-02-082-0/+13
* 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
* tests: allow conditionnal execution on patternAris Adamantiadis2015-02-0225-26/+88
* 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-022-8/+37
* 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-023-8/+62
* Move all 3rd-party C files to src/external/Aris Adamantiadis2015-02-027-97/+96
* ed25519: Add test for signatures and verificationAris Adamantiadis2015-02-022-0/+122
* tests: Add ed25519 encrypted keys exportAris Adamantiadis2015-02-021-0/+29
* ed25519: Add support for OpenSSH encrypted container exportAris Adamantiadis2015-02-021-6/+153
* tests: Add ed25519 encrypted keys importAris Adamantiadis2015-02-022-1/+35
* ed25519: ADd OpenSSH encrypted container importAris Adamantiadis2015-02-023-8/+169
* external: Add OpenSSH bcrypt and blowfish implementationAris Adamantiadis2015-02-025-0/+960
* server: Add support for ed25519 keys in the server.Aris Adamantiadis2015-02-026-3/+32
* kex: Add support for ed25519 on client connections.Aris Adamantiadis2015-02-021-4/+12
* tests: Add ed25519 OpenSSH key savingAris Adamantiadis2015-02-021-4/+47
* ed25519: Add support to export OpenSSH container keysAris Adamantiadis2015-02-023-10/+175
* tests: Add ed25519 OpenSSH key loading and operationsAris Adamantiadis2015-02-022-2/+206
* 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-024-10/+286
* pki.h: Replace tabs with spacesAris Adamantiadis2015-02-021-2/+2
* 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
* tests: Fix torture_server_x11().Andreas Schneider2015-01-213-4/+30
* tests: Add torture_server_x11 test.Alan Dunn2015-01-202-0/+214
* tests: Add ssh server setup functionalityAlan Dunn2015-01-202-0/+49