summaryrefslogtreecommitdiffstats
path: root/src/server.c
Commit message (Collapse)AuthorAgeFilesLines
* server: Fix typo in dh_handshake_server().Laurent Bigonville2013-02-051-1/+1
| | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* CVE-2013-0176: Fix a remote DoS if the client doesn't send a matching kex.Andreas Schneider2013-01-141-2/+11
| | | | Thanks to Yong Chuan Koh, X-Force Research <kohyc@sg.ibm.com>
* Fixes the ssh_log issue on ssh_bind handles.Aris Adamantiadis2011-09-171-2/+2
| | | | | | | | (cherry picked from commit da954c2c5ee85bcbe2f5ad9f507a6306b0f5f8b9) Conflicts: src/keyfiles.c
* session: Fix timeout handling.rofl0r2011-08-071-1/+1
| | | | | | -2 now means to use the timeout specified in options. It wasn't used earlier and poll only knows -1 and 0 anyway for special meanings. (cherry picked from commit af85337f5ff052437fa5cf117f3d065488640660)
* server: Fixed a possible NULL pointer dereference.Andreas Schneider2011-04-141-1/+4
| | | | (cherry picked from commit 7e4916cefcc3a44557944e0f9573a9982d2a2ccd)
* build: Fixed some VS2010 problems.Oliver Stöneberg2011-04-111-1/+1
| | | | (cherry picked from commit 166ee451c500543db49e789b9bb2ed16db052f94)
* server: Fixed logging function name.Andreas Schneider2011-02-181-1/+1
| | | | (cherry picked from commit ac8276c70e67e04ffbbcd68a9e7f69348a520fbd)
* server: Added include files for getaddrinfo.Andreas Schneider2010-12-291-2/+14
|
* build: Fixed some build warnings on FreeBSD.Andreas Schneider2010-12-201-0/+3
|
* server: Remove channel_write_stderr.Andreas Schneider2010-12-081-18/+0
|
* Split ssh_bind functions in a new .c fileAris Adamantiadis2010-10-201-322/+0
|
* start of work to have callbackbased ssh_bindAris Adamantiadis2010-10-191-0/+68
|
* Implemented zlib@openssh.com compressionAris Adamantiadis2010-10-041-2/+13
|
* Resolved the server blocked bugAris Adamantiadis2010-10-031-0/+1
|
* Removed references to ssh_buffer_get_beginAris Adamantiadis2010-10-031-1/+1
|
* Fix documentation of ssh_set_message_callbackAris Adamantiadis2010-10-021-2/+2
|
* Handle global requests and reverse forwardingmilo2010-10-021-0/+58
|
* misc: Differentiate between client and server in ssh_analyze_banner.Andreas Schneider2010-09-291-1/+1
|
* misc: Move ssh_analyze_banner to a common location.Andreas Schneider2010-09-291-63/+1
| | | | Don't duplicate functions!
* session: Fixed a memory leak with session->bindaddr.Andreas Schneider2010-09-071-0/+1
|
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+1174