aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-07pki: Add missing semi-colon.Andreas Schneider1-1/+1
2014-05-07pki: Move ssh_pki_key_ecdsa_name() to the correct file.Andreas Schneider1-14/+0
2014-05-07cmake: Fix doxygen.Andreas Schneider3-1551/+1
2014-05-07cmake: Update doxygen module.Andreas Schneider1-67/+111
2014-05-07pki crypto: expose new ssh_pki_key_ecdsa_name APIJon Simons3-10/+158
2014-05-06messages: Add missing ntohl on X11 request screen numberAlan Dunn1-1/+3
2014-05-06pki: Correctly update the ECDSA keytype.Andreas Schneider1-1/+8
2014-05-06pki: Move ssh_pki_key_ecdsa_name() to the correct file.Andreas Schneider1-0/+14
2014-05-06pki: Make pki_key_ecdsa_nid_to_name() a shared function.Andreas Schneider2-1/+2
2014-04-22cmake: Install cmake config files to the correct directory.Andreas Schneider1-1/+1
2014-04-22doc: Improve docs for ssh_channel_get_exit_status().Andreas Schneider1-0/+5
2014-04-22channels: Fix exit-signal request.Andreas Schneider1-3/+3
2014-04-22session: Fix a memory leak with custom banner.Andreas Schneider1-0/+1
2014-04-22cmake: Enable creation of the compile command database by default.Andreas Schneider1-0/+3
2014-03-27packet: elide two buffer_prepend calls into oneJon Simons1-8/+9
2014-03-27doc: Fix ssh_userauth_none() function signature.Andreas Schneider1-2/+2
2014-03-27doc: Improve and consolidate ssh_bind_options_set docsAlan Dunn2-111/+53
2014-03-27libssh: libhpp: overload read function to support timeout parameterPetar Koretic1-1/+19
2014-03-27libssh: libhpp: avoid unnecessary call to ssh_channel_readPetar Koretic1-1/+1
2014-03-27libssh: libhpp: fix multiple definitions for acceptForward functionPetar Koretic1-2/+2
2014-03-27channel: check for closed state in waitwindow loopsJon Simons1-2/+4
2014-03-27kex: enable more ECDSA hostkey algosJon Simons1-1/+1
2014-03-27pki_crypto: guard against NULL pubkey->rsa in signature extractionJon Simons1-1/+7
2014-03-27session: fix comment typoLuka Perkov1-1/+1
2014-03-27messages: use predefined macro for clearing sensitive dataLuka Perkov1-2/+1
2014-03-27client: fix corner case when sockets are manually createdLuka Perkov1-1/+4
2014-03-27tests: torture_connect: add test for user provided socketLuka Perkov1-0/+25
2014-03-27tests: torture_connect: fix coding styleLuka Perkov1-8/+7
2014-03-27pki_crypto: Replace deprecated RSA_generate_key() with RSA_generate_key_ex()Petar Koretic1-4/+14
2014-03-27update gitignore fileLuka Perkov1-0/+1