summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmake: Fix ntohll and htonll macro detection.Andreas Schneider2015-01-131-2/+2
* Fix the dh.c build with libgcryptAris Adamantiadis2014-12-292-4/+9
* 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
* Bump version to 0.6.4.libssh-0.6.4Andreas Schneider2014-12-173-3/+17
* 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 the build on Windows.Andreas Schneider2014-12-171-66/+68
* cmake: Fix config variable names.Andreas Schneider2014-12-171-2/+2
* cmake: Fix libssh cmake-config files.Andreas Schneider2014-12-172-7/+13
* config: Also tokenize on equal sign.William Orr2014-12-171-1/+1
* 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
* messages: Fix a possible double free.Andreas Schneider2014-12-051-0/+1
* pki_crypto.c: plug ecdsa_sig->[r,s] bignum leaksJon Simons2014-12-053-3/+12
* 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: Add missing semi-colon.Andreas Schneider2014-05-071-1/+1
* pki: Move ssh_pki_key_ecdsa_name() to the correct file.Andreas Schneider2014-05-071-14/+0
* cmake: Fix doxygen.Andreas Schneider2014-05-073-1551/+1
* cmake: Update doxygen module.Andreas Schneider2014-05-071-67/+111
* pki crypto: expose new ssh_pki_key_ecdsa_name APIJon Simons2014-05-073-10/+158
* 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-062-1/+2
* cmake: Install cmake config files to the correct directory.Andreas Schneider2014-04-221-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
* cmake: Enable creation of the compile command database by default.Andreas Schneider2014-04-221-0/+3
* packet: elide two buffer_prepend calls into oneJon Simons2014-03-271-8/+9
* doc: Fix ssh_userauth_none() function signature.Andreas Schneider2014-03-271-2/+2
* doc: Improve and consolidate ssh_bind_options_set docsAlan Dunn2014-03-272-111/+53
* libssh: libhpp: overload read function to support timeout parameterPetar Koretic2014-03-271-1/+19
* libssh: libhpp: avoid unnecessary call to ssh_channel_readPetar Koretic2014-03-271-1/+1
* libssh: libhpp: fix multiple definitions for acceptForward functionPetar Koretic2014-03-271-2/+2
* channel: check for closed state in waitwindow loopsJon Simons2014-03-271-2/+4
* kex: enable more ECDSA hostkey algosJon Simons2014-03-271-1/+1