aboutsummaryrefslogtreecommitdiff
path: root/src/server.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-04dh: Add support for diffie-hellman-group14-sha1.Dmitriy Kuznetsov1-0/+1
2012-02-19server: Add ecdsa hostkey support.Andreas Schneider1-12/+43
2012-02-05session: Use a struct for all options.Andreas Schneider1-4/+4
2011-11-10kex: Fix some build warnings.Andreas Schneider1-2/+1
2011-09-24Fix warningAris Adamantiadis1-0/+1
2011-09-23Fix bugs found by clangAris Adamantiadis1-0/+2
2011-09-18priv: Move kex functions to kex header.Andreas Schneider1-1/+1
2011-09-18priv: Move options and config prototypes to own header.Andreas Schneider1-0/+1
2011-09-18server: split dh_handsake_serverAris Adamantiadis1-33/+44
2011-09-18kex: moved KEX structures to ssh_crypto_structAris Adamantiadis1-2/+2
2011-09-18kex: have server_kex use the elected methodsAris Adamantiadis1-1/+2
2011-09-18kex: split key selection and sendingAris Adamantiadis1-22/+37
2011-09-17session: Use defines for ssh_handle_packets().Andreas Schneider1-1/+1
2011-09-11server: Fix some build warnings.Andreas Schneider1-2/+2
2011-09-11server: Fix compiler warning.Andreas Schneider1-2/+3
2011-09-02Update libssh to ssh_handle_packets_terminationAris Adamantiadis1-15/+21
2011-08-30pki: Use consistent API for ssh_pki_export_privkey_to_pubkey().Andreas Schneider1-2/+2
2011-08-30pki: Use consistent API for ssh_pki_export_pubkey_blob().Andreas Schneider1-4/+5
2011-08-28keyfiles: Remove keyfiles.h.Andreas Schneider1-1/+0
2011-08-25auth: Prefix kbdint functions.Andreas Schneider1-7/+7
2011-08-23server: Fix a build warning.Andreas Schneider1-1/+1
2011-08-22server: Migrate more functions to new pki.Andreas Schneider1-10/+30
2011-08-22server: Migrate hostkey check to new pki.Andreas Schneider1-2/+4
2011-08-22server: Use new pki infrastructure.Andreas Schneider1-29/+30
2011-08-06session: Fix timeout handling.rofl0r1-1/+1
2011-07-19Fixes the ssh_log issue on ssh_bind handles.Aris Adamantiadis1-2/+2
2011-04-14Implemented X11 server sidemilo1-0/+16
2011-04-14Semantic fix on mallocmilo1-1/+1
2011-04-14Fix a 0 bytes malloc in server kbdint implementationmilo1-21/+26
2011-04-14server: Fixed a possible NULL pointer dereference.Andreas Schneider1-1/+4
2011-04-11build: Fixed some VS2010 problems.Oliver Stöneberg1-1/+1
2011-03-09messages: Make returned strings const.Andreas Schneider1-11/+11
2011-02-18server: Fixed logging function name.Andreas Schneider1-1/+1
2011-02-10Added the keyboard-interactive authentication methodmilo1-0/+133
2010-12-29server: Added include files for getaddrinfo.Andreas Schneider1-2/+14
2010-12-20build: Fixed some build warnings on FreeBSD.Andreas Schneider1-0/+3
2010-12-08server: Remove channel_write_stderr.Andreas Schneider1-18/+0
2010-10-20Split ssh_bind functions in a new .c fileAris Adamantiadis1-322/+0
2010-10-19start of work to have callbackbased ssh_bindAris Adamantiadis1-0/+68
2010-10-04Implemented zlib@openssh.com compressionAris Adamantiadis1-2/+13
2010-10-03Resolved the server blocked bugAris Adamantiadis1-0/+1
2010-10-03Removed references to ssh_buffer_get_beginAris Adamantiadis1-1/+1
2010-10-02Fix documentation of ssh_set_message_callbackAris Adamantiadis1-2/+2
2010-10-02Handle global requests and reverse forwardingmilo1-0/+58
2010-09-29misc: Differentiate between client and server in ssh_analyze_banner.Andreas Schneider1-1/+1
2010-09-29misc: Move ssh_analyze_banner to a common location.Andreas Schneider1-63/+1
2010-09-07session: Fixed a memory leak with session->bindaddr.Andreas Schneider1-0/+1
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+1174