aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-04-22Add SHA2 algorithms for HMACDirkjan Bussink2-3/+140
2014-04-22log: Fix log levels.Gangadhar Sandrani5-9/+14
2014-04-22kex: server fix for first_kex_packet_followsJon Simons3-235/+347
2014-04-22build: Do not link against libssl, only libcryptoAlan Dunn1-3/+3
2014-04-15Revert "kex: server fix for first_kex_packet_follows"Andreas Schneider3-345/+235
2014-04-10doc: Improve docs for ssh_channel_get_exit_status().Andreas Schneider1-0/+5
2014-04-10channels: Fix exit-signal request.Andreas Schneider1-3/+3
2014-04-10session: Fix a memory leak with custom banner.Andreas Schneider1-0/+1
2014-04-10kex: server fix for first_kex_packet_followsJon Simons3-235/+345
2014-04-09Revert "direct-tcpip and forwarded-tcpip callbacks"Andreas Schneider1-32/+0
2014-04-09direct-tcpip and forwarded-tcpip callbacksLoïc Michaux1-0/+32
2014-04-09pki crypto: expose new ssh_pki_key_ecdsa_name APIJon Simons1-0/+14
2014-04-09doc: Document new meaning of SSH_BIND_OPTIONS_HOSTKEYAlan Dunn1-2/+6
2014-04-09options: Repurpose SSH_BIND_OPTIONS_HOSTKEY to load host keysAlan Dunn1-21/+51
2014-03-27packet: Fix function name.Andreas Schneider1-1/+1
2014-03-27style: be consistent when iterating over wanted_methodsLuka Perkov2-2/+2
2014-03-27packet: elide two buffer_prepend calls into oneJon Simons1-8/+9
2014-03-27socket: Fix style of ssh_socket_pollcallbackAlan Dunn1-108/+111
2014-03-27doc: Improve and consolidate ssh_bind_options_set docsAlan Dunn1-48/+53
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-27pki_crypto: Replace deprecated RSA_generate_key() with RSA_generate_key_ex()Petar Koretic1-4/+14
2014-03-27doc: Add ECDSA keys to docs, make key docs consistentAlan Dunn1-1/+4
2014-03-27options: Allow use of host ECDSA keyAlan Dunn1-23/+31
2014-03-12pki_crypto: Always copy ecdsa_nid into duplicated ECDSA keysAlan Dunn1-2/+2
2014-03-12pki: Use SHA-2 for session ID signing with ECDSA keysAlan Dunn1-12/+42
2014-03-12server: silence build warningLuka Perkov1-0/+1
2014-03-12packet: log disconnect code in host byte orderJon Simons1-13/+19
2014-03-12bind: only set bindfd after successful listenJon Simons1-1/+2
2014-03-04security: fix for vulnerability CVE-2014-0017Aris Adamantiadis3-0/+14
2014-02-14pki: Fix build warning about unused variables.Andreas Schneider1-2/+2
2014-02-12Add session/channel byte/packet countersAudrius Butkevicius5-0/+90
2014-02-12pki: Fix the build on OpenSolaris.Andreas Schneider1-1/+1
2014-02-11pki: Fix memory leak with ecdsa signatures.Andreas Schneider1-0/+4
2014-02-06packet: Improve readablity of packet decrypt.Andreas Schneider1-6/+7
2014-02-06packet_crypt: Make packet_{en,de}crypt fail consistently on len == 0Alan Dunn1-0/+6
2014-02-06packet: Do not decrypt zero length rest of bufferAlan Dunn2-13/+25
2014-02-06build: Use Threads_FOUND to decide whether to build ssh_threads.Raphael Kubo da Costa1-2/+2
2014-02-06session: skip timestamp init for non-blocking caseJon Simons1-1/+5
2014-02-06session: add getters for session cipher namesJon Simons1-0/+32
2014-02-05Revert f2c2687ca6c6c7e25c9a547227027ab28eb4fc16Aris Adamantiadis1-1/+1
2014-02-05knownhosts: resolve leaks found by coverityAris Adamantiadis2-9/+8
2014-02-04knownhosts: detect variations of ecdsaAris Adamantiadis2-32/+80
2014-02-04server: use custom server bannersAudrius Butkevicius1-2/+2
2014-02-03threads: Be less strict when deciding whether to build libssh_threads.Raphael Kubo da Costa1-2/+2
2014-02-02socket: fix read of non-connected socketJon Simons1-1/+3