summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sftp: Fix sftp_get_new_id().Andreas Schneider2015-01-211-1/+1
* pki: Make sure sig is not used unintialized.Andreas Schneider2015-01-201-1/+1
* sftp: Fix sftp endianess bugs.Andreas Schneider2015-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
* 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
* Fix the dh.c build with libgcryptAris Adamantiadis2014-12-291-4/+7
* 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-171-0/+5
* cmake: Fix the build on Windows.Andreas Schneider2014-12-171-66/+68
* config: Also tokenize on equal sign.William Orr2014-12-171-1/+1
* Set the correct error in ssh_options_set().Hani Benhabiles2014-12-051-2/+2
* messages: Fix a possible double free.Andreas Schneider2014-12-051-0/+1
* pki_crypto.c: plug ecdsa_sig->[r,s] bignum leaksJon Simons2014-12-052-2/+11
* connect: Do not fail if the connect is in progress.Andreas Schneider2014-10-281-1/+1
* 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
* pki_gcrypt: Initialize 'type_c' in 'pki_do_sign_sessionid'Artyom V. Poptsov2014-10-021-0/+1
* 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
* session: fix ssh_session->srv.ecdsa_key leakJon Simons2014-05-281-0/+4
* pki: Fix build without ECC support.Andreas Schneider2014-05-091-0/+5
* pki: Move ssh_pki_key_ecdsa_name() to the correct file.Andreas Schneider2014-05-071-14/+0
* pki crypto: expose new ssh_pki_key_ecdsa_name APIJon Simons2014-05-071-0/+14
* messages: Add missing ntohl on X11 request screen numberAlan Dunn2014-05-061-1/+3
* pki: Correctly update the ECDSA keytype.Andreas Schneider2014-05-061-1/+8
* pki: Move ssh_pki_key_ecdsa_name() to the correct file.Andreas Schneider2014-05-061-0/+14
* pki: Make pki_key_ecdsa_nid_to_name() a shared function.Andreas Schneider2014-05-061-1/+1
* doc: Improve docs for ssh_channel_get_exit_status().Andreas Schneider2014-04-221-0/+5
* channels: Fix exit-signal request.Andreas Schneider2014-04-221-3/+3
* session: Fix a memory leak with custom banner.Andreas Schneider2014-04-221-0/+1
* packet: elide two buffer_prepend calls into oneJon Simons2014-03-271-8/+9
* doc: Improve and consolidate ssh_bind_options_set docsAlan Dunn2014-03-271-48/+53
* channel: check for closed state in waitwindow loopsJon Simons2014-03-271-2/+4
* kex: enable more ECDSA hostkey algosJon Simons2014-03-271-1/+1
* pki_crypto: guard against NULL pubkey->rsa in signature extractionJon Simons2014-03-271-1/+7
* session: fix comment typoLuka Perkov2014-03-271-1/+1
* messages: use predefined macro for clearing sensitive dataLuka Perkov2014-03-271-2/+1
* client: fix corner case when sockets are manually createdLuka Perkov2014-03-271-1/+4
* pki_crypto: Replace deprecated RSA_generate_key() with RSA_generate_key_ex()Petar Koretic2014-03-271-4/+14
* doc: Add ECDSA keys to docs, make key docs consistentAlan Dunn2014-03-271-1/+4
* options: Allow use of host ECDSA keyAlan Dunn2014-03-271-23/+31
* pki_crypto: Always copy ecdsa_nid into duplicated ECDSA keysAlan Dunn2014-03-121-2/+2
* pki: Use SHA-2 for session ID signing with ECDSA keysAlan Dunn2014-03-121-12/+42
* server: silence build warningLuka Perkov2014-03-121-0/+1