aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-06poll: Fix compilation with struct ssh_timestampv0-6Andreas Schneider1-1/+1
2015-04-29Bump version to 0.6.5libssh-0.6.5Andreas Schneider2-3/+3
2015-04-29Update ChangelogAndreas Schneider1-0/+12
2015-04-23buffers: Fix a possible null pointer dereferenceAris Adamantiadis1-0/+8
2015-04-23CVE-2015-3146: Fix state validation in packet handlersAris Adamantiadis2-9/+15
2015-04-14Fix leak of sftp->ext when sftp_new() failsKevin Fan1-0/+2
2015-04-10cmake: Detect network function correctly on WindowsAndreas Schneider1-11/+17
2015-04-02cmake: Detect __func__ and __FUNCTION__ during configure stepAndreas Schneider4-3/+24
2015-04-02include: We should use __func__ which is C99Andreas Schneider2-9/+7
2015-02-23Locally restart ssh_poll() upon EINTR.Seb Boving1-1/+7
2015-02-23Sending EOF on Socket that received a Broken Pipe makes call to poll to hangxjoaalm1-9/+18
2015-02-14examples: cast arguments of connect(2)Aris Adamantiadis1-1/+1
2015-02-14torture: fix includes for freebsd10Aris Adamantiadis1-1/+3
2015-02-12tests: torture-misc: check for NULL return codesAris Adamantiadis1-3/+17
2015-02-12tests: workaround for compiling with older cmockaAris Adamantiadis1-0/+6
2015-02-11sftp: fix endianess issueAris Adamantiadis1-0/+1
2015-01-26connect: Fix mingw build.Andreas Schneider1-0/+4
2015-01-21sftp: Fix sftp_get_new_id().Andreas Schneider1-1/+1
2015-01-20cmake: Add libsshpp.hpp to the distributed headers list.Léo Peltier1-0/+1
2015-01-20pki: Make sure sig is not used unintialized.Andreas Schneider1-1/+1
2015-01-20sftp: Fix sftp endianess bugs.Andreas Schneider1-20/+20
2015-01-20threads: Fix building with POSIX threads in MinGW.Andreas Schneider1-1/+1
2015-01-20channels1: Fix pty request stateYanis Kurganov1-1/+2
2015-01-14connect: Fix a memory leak.Andreas Schneider1-0/+1
2015-01-14sftp: Fix a possible integer overflow.Andreas Schneider1-2/+6
2015-01-14sftp: Use a declared variable for data len.Andreas Schneider1-6/+7
2015-01-13cmake: Fix ntohll and htonll macro detection.Andreas Schneider1-2/+2
2014-12-29Fix the dh.c build with libgcryptAris Adamantiadis2-4/+9
2014-12-25connect: Check that errno is 0 to fix Windows build.Andreas Schneider1-1/+2
2014-12-25options: Fix setting the port.Andreas Schneider5-9/+12
2014-12-17Bump version to 0.6.4.libssh-0.6.4Andreas Schneider3-3/+17
2014-12-17CVE-2014-8132: Fixup error path in ssh_packet_kexinit()Jon Simons1-1/+6
2014-12-17libcrypto: Fix Windows build with ssh_reseed().Andreas Schneider3-0/+9
2014-12-17cmake: Fix the build on Windows.Andreas Schneider1-66/+68
2014-12-17cmake: Fix config variable names.Andreas Schneider1-2/+2
2014-12-17cmake: Fix libssh cmake-config files.Andreas Schneider2-7/+13
2014-12-17config: Also tokenize on equal sign.William Orr1-1/+1
2014-12-05doc: clarify tutorial error sectionDavide \"FunkyAss\" Del Zompo1-5/+4
2014-12-05Set the correct error in ssh_options_set().Hani Benhabiles1-2/+2
2014-12-05messages: Fix a possible double free.Andreas Schneider1-0/+1
2014-12-05pki_crypto.c: plug ecdsa_sig->[r,s] bignum leaksJon Simons3-3/+12
2014-10-28connect: Do not fail if the connect is in progress.Andreas Schneider1-1/+1
2014-10-12gssapi: ssh_gssapi_set_creds() is a client side functionStef Walter1-2/+4
2014-10-12Check return code of connect(2).William Orr1-1/+9
2014-10-02pki_gcrypt: Initialize 'type_c' in 'pki_do_sign_sessionid'Artyom V. Poptsov1-0/+1
2014-10-02crypto: check malloc return in ssh_mac_ctx_initJon Simons2-2/+10
2014-10-02wrapper: fix z_stream leakJon Simons1-0/+3
2014-09-15string: Correctly burn the string buffer.Andreas Schneider1-4/+5
2014-05-28session: fix ssh_session->srv.ecdsa_key leakJon Simons1-0/+4
2014-05-09pki: Fix build without ECC support.Andreas Schneider1-0/+5