summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* poll: Fix compilation with struct ssh_timestampv0-6Andreas Schneider2015-05-061-1/+1
* Bump version to 0.6.5libssh-0.6.5Andreas Schneider2015-04-292-3/+3
* Update ChangelogAndreas Schneider2015-04-291-0/+12
* buffers: Fix a possible null pointer dereferenceAris Adamantiadis2015-04-231-0/+8
* CVE-2015-3146: Fix state validation in packet handlersAris Adamantiadis2015-04-232-9/+15
* Fix leak of sftp->ext when sftp_new() failsKevin Fan2015-04-141-0/+2
* cmake: Detect network function correctly on WindowsAndreas Schneider2015-04-101-11/+17
* cmake: Detect __func__ and __FUNCTION__ during configure stepAndreas Schneider2015-04-024-3/+24
* include: We should use __func__ which is C99Andreas Schneider2015-04-022-9/+7
* Locally restart ssh_poll() upon EINTR.Seb Boving2015-02-231-1/+7
* Sending EOF on Socket that received a Broken Pipe makes call to poll to hangxjoaalm2015-02-231-9/+18
* examples: cast arguments of connect(2)Aris Adamantiadis2015-02-141-1/+1
* torture: fix includes for freebsd10Aris Adamantiadis2015-02-141-1/+3
* tests: torture-misc: check for NULL return codesAris Adamantiadis2015-02-121-3/+17
* tests: workaround for compiling with older cmockaAris Adamantiadis2015-02-121-0/+6
* sftp: fix endianess issueAris Adamantiadis2015-02-111-0/+1
* connect: Fix mingw build.Andreas Schneider2015-01-261-0/+4
* sftp: Fix sftp_get_new_id().Andreas Schneider2015-01-211-1/+1
* 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
* 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
* 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