summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: Add port option to torture_ssh_sessionAlan Dunn2015-01-206-4/+12
* cmake: Add libsshpp.hpp to the distributed headers list.Léo Peltier2015-01-201-0/+1
* pki: Make sure sig is not used unintialized.Andreas Schneider2015-01-201-1/+1
* examples: Use safer names for stdin, stdout, stderrWilliam Orr2015-01-201-20/+20
* threads: Fix building with POSIX threads in MinGW.Andreas Schneider2015-01-201-1/+1
* channels1: Fix pty request stateYanis Kurganov2015-01-201-1/+2
* Update README.CodingStyleAndreas Schneider2015-01-202-59/+354
* 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
* pkd: Make sure we do not pass -1 to close.Andreas Schneider2015-01-141-1/+3
* pkd: Check return value of pkd_run_tests().Andreas Schneider2015-01-141-0/+3
* sftp: Fix memory leak on realloc failureTobias Klauser2015-01-141-6/+9
* cmake: Fix ntohll and htonll macro detection.Andreas Schneider2015-01-131-2/+2
* doc: Fix a typo in curve25519-sha256@libssh.org.txtTobias Klauser2015-01-131-1/+1
* doc: Fix link to curve25519-sha256@libssh.org spec.Andreas Schneider2015-01-061-1/+1
* doc: Fix a typo, blank lines and trailing spaces.Andreas Schneider2015-01-061-7/+7
* 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-173-0/+9
* cmake: Fix config variable names.Andreas Schneider2014-12-171-2/+2
* 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
* torture: fix warning for SSH_KEYTYPE_ED25519Jon Simons2014-12-091-0/+1
* bignum: no-op make_string_bn_inplace for LIBGCRYPTJon Simons2014-12-091-1/+3
* doc: clarify tutorial error sectionDavide \"FunkyAss\" Del Zompo2014-12-051-5/+4
* Set the correct error in ssh_options_set().Hani Benhabiles2014-12-051-2/+2
* session: add getter for kexalgoJon Simons2014-12-052-0/+30
* pki_crypto.c: plug ecdsa_sig->[r,s] bignum leaksJon Simons2014-12-053-2/+12
* connect: Do not fail if the connect is in progress.Andreas Schneider2014-10-151-1/+1
* tests: fix pkd build breakagesJon Simons2014-10-154-3/+9
* gssapi: ssh_gssapi_set_creds() is a client side functionStef Walter2014-10-121-2/+4
* Check return code of connect(2).William Orr2014-10-121-1/+9
* tests: introduce pkd_helloJon Simons2014-10-1210-0/+1416
* pki_gcrypt: Initialize 'type_c' in 'pki_do_sign_sessionid'Artyom V. Poptsov2014-10-021-0/+1
* server: fix auth_interactive_request replyJon Simons2014-10-021-1/+1
* ed25519: fix leak in pki_ed25519_signJon Simons2014-10-021-2/+2
* pki: check ssh_buffer_pack return in ssh_pki_do_signJon Simons2014-10-021-5/+10
* pki: fail when pubkey buffer length is not ED25519_PK_LENJon Simons2014-10-021-1/+5
* crypto: check malloc return in ssh_mac_ctx_initJon Simons2014-10-022-2/+10
* wrapper: fix z_stream leakJon Simons2014-10-021-0/+3
* string: Correctly burn the string buffer.Andreas Schneider2014-09-151-4/+5
* ed25519: Generate, sign and verify keys.Aris2014-09-076-2/+460
* crypto: Add ed25519 implementation from OpenSSH.Aris Adamantiadis2014-09-0712-1/+2507