aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/server.h
AgeCommit message (Expand)AuthorFilesLines
2019-06-12options: Allow avoiding system-wide configurationAnderson Toshiyuki Sasaki1-0/+1
2019-06-12options: Added an option to set server HostKey algorithmsAnderson Toshiyuki Sasaki1-0/+1
2019-06-12options: Add option to set server accepted pubkey typesAnderson Toshiyuki Sasaki1-0/+1
2019-04-01options: Add a bind option to set the config directoryAnderson Toshiyuki Sasaki1-1/+2
2019-04-01options: Introduce ssh_bind_options_parse_config()Anderson Toshiyuki Sasaki1-0/+3
2019-02-07options: Allow to configure cryptographic algorithms for serverJakub Jelen1-1/+6
2017-10-29server: expose 'ssh_server_init_kex' APIJon Simons1-0/+18
2017-04-11server: Add option SSH_BIND_OPTIONS_IMPORT_KEY to serverAlfredo Mazzinghi1-1/+2
2016-11-06doc: Improve documentation for ssh_set_auth_methods()Andreas Schneider1-0/+17
2016-05-02channels: Move ssh_channel_write_stderr out of server-onlyAris Adamantiadis1-3/+0
2014-03-27doc: Improve and consolidate ssh_bind_options_set docsAlan Dunn1-63/+0
2014-03-27options: Allow use of host ECDSA keyAlan Dunn1-1/+2
2013-11-24server: Add a ssh_send_keepalive() function.Nicolas Viennot1-0/+2
2013-07-13Doc: fix a few broken parametersAris Adamantiadis1-1/+0
2013-07-13gssapi: retrieve forwarded (delegated) ticketsAris Adamantiadis1-0/+2
2013-07-13auth: adapt libssh to gssapi-with-mic serverAris Adamantiadis1-0/+2
2013-01-23include: Fix the LGPL header.Andreas Schneider1-14/+13
2011-10-29pki: Add a ssh_key_cmp() function.Andreas Schneider1-0/+1
2011-10-13server: ssh_bind_accept_fdAris Adamantiadis1-0/+15
2011-08-30doc: Improve doc of ssh_message_auth_pubkey().Andreas Schneider1-0/+3
2011-08-28legacy: Move ssh_private_key and ssh_public_key typedefs.Andreas Schneider1-1/+0
2011-08-22server: Migrate more functions to new pki.Andreas Schneider1-0/+13
2011-04-14Implemented X11 server sidemilo1-0/+7
2011-03-09messages: Make returned strings const.Andreas Schneider1-11/+11
2011-03-09doc: More doc for messaging functions.Andreas Schneider1-1/+37
2011-03-09doc: Improve the doc of ssh_bind_set_callbacks.Andreas Schneider1-0/+20
2011-03-06doc: Improved documentation for server options.Andreas Schneider1-4/+57
2011-02-23legacy: Added missing channel_write_stderr.Andreas Schneider1-0/+2
2011-02-10Added the keyboard-interactive authentication methodmilo1-0/+5
2010-12-08server: Remove channel_write_stderr.Andreas Schneider1-2/+0
2010-12-07doc: Some small fixes in server.h.Andreas Schneider1-11/+6
2010-10-19start of work to have callbackbased ssh_bindAris Adamantiadis1-1/+30
2010-10-02Added ssh_channel_write_stderr() for the servermilo1-0/+3
2010-10-02Added channel features on the servermilo1-0/+8
2010-10-02Handle global requests and reverse forwardingmilo1-0/+9
2010-09-05server: Fixed a shadowed variable.Andreas Schneider1-1/+1
2010-08-13server: Added an API entry for the message callback.Milo Jhoran1-1/+3
2010-08-10server: Split ssh_bind_accept and create ssh_handle_key_exchange.milo1-1/+10
2010-08-09server: Make ssh_accept a depreacted function to not break the API.Andreas Schneider1-0/+3
2010-08-09server: Merge ssh_bind_accept.Andreas Schneider1-11/+0
2010-08-09server: Rename ssh_accept to ssh_bind_accept.Andreas Schneider1-2/+4
2010-04-04Fixed the group of the server functions.Andreas Schneider1-2/+2
2009-12-20added ssh_message_auth_reply_pk_ok_simpleAris Adamantiadis1-0/+2
2009-12-20Add key validation in server side authenticationAris Adamantiadis1-0/+1
2009-12-09Fix some doxygen errorsAris Adamantiadis1-3/+6
2009-11-03Fix warnings on old gcc'sAris Adamantiadis1-14/+14
2009-10-15Added option to set log_verbosity in the server.Andreas Schneider1-1/+3
2009-10-15Added an option to set the port as string.Andreas Schneider1-0/+1
2009-10-09No more SSH_BIND SSH_MESSAGE etc.Aris Adamantiadis1-11/+12
2009-10-09Moved samples into examples directoryAris Adamantiadis1-1/+2