summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Benchmarks: parse config filesAris Adamantiadis2012-12-231-0/+1
* Fix channel_write to wait during key reexchangesAris Adamantiadis2012-12-231-1/+20
* Implement key re-exchangeAris Adamantiadis2012-12-238-14/+48
* BUG 82: Fix function names of ssh_forward_*.Andreas Schneider2012-12-191-5/+5
* doc: Fix forward function names.Andreas Schneider2012-12-191-2/+2
* Fix an invalid strlen comparison in ssh_message_auth_reply_defaultAndrew Collins2012-12-191-1/+1
* string: Fix memory leak in ssh_string_to_char().Andreas Schneider2012-12-131-6/+6
* BUG 97: Fix strtoull() detection on serveral platforms.Andreas Schneider2012-12-033-1/+21
* BUG 96: Guard ntohll() and htonll prototypes correctly.Andreas Schneider2012-12-033-1/+10
* BUG 98: Use __attribute__ ((packed)) only with GCC.Andreas Schneider2012-12-031-1/+1
* BUG 97: Remove obsolete hsterror().Andreas Schneider2012-12-032-18/+1
* BUG 94: Fix big endian issue.Andreas Schneider2012-12-031-3/+5
* test: Try to fetch wrong values in buffer.Aris Adamantiadis2012-11-271-0/+33
* priv: Add BURN_BUFFER macro and make sure it isn't optimzed out.Andreas Schneider2012-11-231-2/+5
* pki: Add a size limit for pubkey files.Andreas Schneider2012-11-212-1/+3
* CVE-2012-4559: Make sure we don't free name and longname twice on error.Andreas Schneider2012-11-141-10/+16
* CVE-2012-4559: Ensure that we don't free req twice.Andreas Schneider2012-11-141-1/+1
* CVE-2012-4560: Fix a write one past the end of 'buf'.Andreas Schneider2012-11-141-2/+3
* CVE-2012-4560: Fix a write one past the end of the 'u' buffer.Andreas Schneider2012-11-141-1/+1
* CVE-2012-4562: Fix a possible infinite loop in buffer_reinit().Andreas Schneider2012-11-141-4/+9
* CVE-2012-4562: Fix multiple integer overflows in buffer-related functions.Xi Wang2012-11-141-5/+21
* CVE-2012-4562: Fix possible integer overflows.Xi Wang2012-11-141-2/+14
* CVE-2012-4562: Fix possible integer overflow in ssh_get_hexa().Xi Wang2012-11-141-0/+5
* pki: Fix integer overflow in ssh_pki_import_privkey_file().Xi Wang2012-10-221-0/+5
* channels: Fix integer overflow in generate_cookie().Xi Wang2012-10-221-1/+1
* channels1: Add missing request_state and set it to accepted.Andreas Schneider2012-10-221-0/+1
* auth1: Reset error state to no error.Andreas Schneider2012-10-221-0/+1
* session: Fix a possible use after free in ssh_free().Andreas Schneider2012-10-221-33/+54
* cmake: Set GNU compiler flags also for clang.Andreas Schneider2012-10-221-2/+3
* cmake: Add message if we build with static library.Andreas Schneider2012-10-151-0/+1
* doc: Update copyright policy.Andreas Schneider2012-10-142-28/+198
* options: Fix documentation of ssh_options_get_port().Andreas Schneider2012-10-141-1/+1
* doc: Update doxygen config.Andreas Schneider2012-10-141-134/+423
* doc: Use the correct channel functions.Andreas Schneider2012-10-141-5/+5
* cmake: Add better check to detect -fvisibility=hidden.Andreas Schneider2012-10-141-1/+6
* kex: Use getter functions to access kex arrays.Andreas Schneider2012-10-124-10/+25
* cmake: Fix building with gcrypt support.Andreas Schneider2012-10-121-6/+9
* tests: Add a valgrind suppression for getaddrino leak.Andreas Schneider2012-10-121-0/+10
* tests: Add a valgrind suppression for OPENSSL_cleanse().Andreas Schneider2012-10-121-0/+5
* scp: Make sure buffer is initialzed.Andreas Schneider2012-10-121-1/+1
* pki: Make sure the key_buf is null terminated.Andreas Schneider2012-10-121-0/+1
* misc: Use a fixed buffer for getenv().Andreas Schneider2012-10-121-2/+8
* poll: Fix sizeof in ssh_poll_ctx_resize().Andreas Schneider2012-10-121-2/+2
* legacy: Use snprintf instead of sprintf.Andreas Schneider2012-10-121-2/+3
* dh: Don't use strcat for ssh_get_hexa().Andreas Schneider2012-10-121-9/+8
* server: Use strncat instead of strcat.Andreas Schneider2012-10-121-4/+12
* misc: Use strncpy instead of strcat.Andreas Schneider2012-10-121-1/+1
* pki: Fix a possible null pointer dereference.Andreas Schneider2012-10-121-3/+3
* messages: Fix memory leaks in user request callback.Andreas Schneider2012-10-121-54/+41
* connect: Don't leak the addressinfo on error.Andreas Schneider2012-10-121-0/+1