summaryrefslogtreecommitdiffstats
path: root/src/server.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix bugs found by clangAris Adamantiadis2011-09-231-0/+2
|
* priv: Move kex functions to kex header.Andreas Schneider2011-09-181-1/+1
|
* priv: Move options and config prototypes to own header.Andreas Schneider2011-09-181-0/+1
|
* server: split dh_handsake_serverAris Adamantiadis2011-09-181-33/+44
|
* kex: moved KEX structures to ssh_crypto_structAris Adamantiadis2011-09-181-2/+2
|
* kex: have server_kex use the elected methodsAris Adamantiadis2011-09-181-1/+2
|
* kex: split key selection and sendingAris Adamantiadis2011-09-181-22/+37
|
* session: Use defines for ssh_handle_packets().Andreas Schneider2011-09-171-1/+1
|
* server: Fix some build warnings.Andreas Schneider2011-09-111-2/+2
|
* server: Fix compiler warning.Andreas Schneider2011-09-111-2/+3
|
* Update libssh to ssh_handle_packets_terminationAris Adamantiadis2011-09-021-15/+21
| | | | | | | | | | | cherry-picked from 0cb5248 Should resolve all timeout problems Conflicts: src/auth.c src/channels.c
* pki: Use consistent API for ssh_pki_export_privkey_to_pubkey().Andreas Schneider2011-08-301-2/+2
|
* pki: Use consistent API for ssh_pki_export_pubkey_blob().Andreas Schneider2011-08-301-4/+5
|
* keyfiles: Remove keyfiles.h.Andreas Schneider2011-08-281-1/+0
|
* auth: Prefix kbdint functions.Andreas Schneider2011-08-251-7/+7
|
* server: Fix a build warning.Andreas Schneider2011-08-231-1/+1
| | | | Thanks to Tom Judge.
* server: Migrate more functions to new pki.Andreas Schneider2011-08-221-10/+30
|
* server: Migrate hostkey check to new pki.Andreas Schneider2011-08-221-2/+4
|
* server: Use new pki infrastructure.Andreas Schneider2011-08-221-29/+30
|
* session: Fix timeout handling.rofl0r2011-08-061-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.
* Fixes the ssh_log issue on ssh_bind handles.Aris Adamantiadis2011-07-191-2/+2
|
* Implemented X11 server sidemilo2011-04-141-0/+16
|
* Semantic fix on mallocmilo2011-04-141-1/+1
|
* Fix a 0 bytes malloc in server kbdint implementationmilo2011-04-141-21/+26
|
* server: Fixed a possible NULL pointer dereference.Andreas Schneider2011-04-141-1/+4
|
* build: Fixed some VS2010 problems.Oliver Stöneberg2011-04-111-1/+1
|
* messages: Make returned strings const.Andreas Schneider2011-03-091-11/+11
|
* server: Fixed logging function name.Andreas Schneider2011-02-181-1/+1
|
* Added the keyboard-interactive authentication methodmilo2011-02-101-0/+133
|
* 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