aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-24ssh_options_set_algo: ensure we only set known algorithms internallyNikos Mavrogiannopoulos3-7/+81
2017-08-24priv: Add macro for MAXAndreas Schneider1-0/+4
2017-08-24INSTALL: mention the way to testNikos Mavrogiannopoulos1-1/+5
2017-08-24tests: added unit test on including config filesNikos Mavrogiannopoulos2-0/+96
2017-08-24config: add support for recursive including of filesNikos Mavrogiannopoulos1-2/+40
2017-08-21arcconfig: Add missing commaAndreas Schneider1-1/+1
2017-08-18arc: Make the history immutableAndreas Schneider1-0/+1
2017-08-17tests: plug leak in torture_bind_options_import_keyJon Simons1-1/+2
2017-08-17pkd: a few improvements and fixupsJon Simons3-29/+58
2017-07-20libcrypto: add NULL-check for EVP_CIPHER_CTX_cleanupJon Simons1-1/+1
2017-07-18misc: relax fatal errors in ssh_analyze_bannerJon Simons2-31/+26
2017-07-18wrapper: move EVP_CIPHER_CTX_free call to libcrypto.cJon Simons2-6/+3
2017-07-18wrapper: fix gcrypt build error in ssh_cipher_clearJon Simons1-5/+7
2017-07-18wrapper: fix 4-space indentation in ssh_cipher_clearJon Simons1-15/+15
2017-07-14tests: Fix endifAndreas Schneider1-1/+1
2017-07-14tests: Only run ssh_bind test if we build with server supportAndreas Schneider1-0/+6
2017-07-13misc: fix error-checking in ssh_analyze_bannerJon Simons2-9/+18
2017-07-13misc: reindent ssh_analyze_banner, update docsJon Simons1-81/+79
2017-07-13tests: torture-misc: add torture_ssh_analyze_bannerJon Simons1-0/+146
2017-07-13tests: torture-misc: fix 4-space indentationJon Simons1-4/+4
2017-07-13libcrypto: fix resource leak in hmac_finalJon Simons1-1/+2
2017-07-13libcrypto-compat: fix HMAC_CTX_free for OpenSSL < 1.1.0Jon Simons1-0/+2
2017-06-28misc: Use strtoul in ssh_analyze_banner()Andreas Schneider1-1/+1
2017-06-19Add config file for arcanistAndreas Schneider1-0/+3
2017-06-08config: fix buffer underflow with unrecognized opcodesAris Adamantiadis1-1/+1
2017-06-07tests: fix buffer overflow in testcaseAris Adamantiadis1-1/+1
2017-06-06misc: Do not fall through and return a valueAndreas Schneider1-0/+1
2017-06-06wrapper: Fix possible crash in ssh_handle_key_exchange()debevv1-4/+6
2017-06-06config: Bugfix: Don't skip unseen opcodesArtyom V. Poptsov1-1/+1
2017-06-06doc: Fix documentation for ssh_userauth_none() usageAndreas Schneider1-1/+1
2017-04-26messages: Make sure we always free the answers pointerAndreas Schneider1-2/+2
2017-04-25messages: Do not leak memory of previously allocated answersAndreas Schneider1-2/+9
2017-04-24messages: Do not leak memory if answeres had been allocated previouslyAndreas Schneider1-0/+1
2017-04-21messages: Do not leak memory if answered had been allocated previouslyAndreas Schneider1-2/+3
2017-04-21misc: Validate integers converted from the SSH bannerAndreas Schneider1-2/+16
2017-04-21messages: Fix memory leaks in the ssh_packet_global_request callbackAndreas Schneider1-0/+2
2017-04-21auth: Use calloc in ssh_userauth_agent_pubkey()Andreas Schneider1-2/+1
2017-04-20session: Free session->kbdint in ssh_free()Peter Volpe1-0/+4
2017-04-13buffer: Validate the length before before memory allocationAndreas Schneider1-2/+19
2017-04-13buffer: Create ssh_buffer_validate_length()Andreas Schneider2-4/+30
2017-04-13Revert "buffer: Create ssh_buffer_validate_length()"Andreas Schneider2-23/+3
2017-04-13Revert "buffer: Validate the length before before memory allocation"Andreas Schneider1-19/+2
2017-04-13buffer: Validate the length before before memory allocationAndreas Schneider1-2/+19
2017-04-13buffer: Create ssh_buffer_validate_length()Andreas Schneider2-3/+23
2017-04-13config: Only use first occurence of each parameterAlex Hermann1-2/+11
2017-04-13config: Don't expand Host variableAlex Hermann1-7/+1
2017-04-13config: Support expansion in the HostName variableAlex Hermann1-1/+6
2017-04-11session: Add SSH1 support in ssh_send_debug()Yanis Kurganov1-6/+16
2017-04-11session: Add SSH1 support in ssh_send_ignore()Yanis Kurganov1-2/+9
2017-04-11server: Add option SSH_BIND_OPTIONS_IMPORT_KEY to serverAlfredo Mazzinghi4-7/+111