aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/server.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-09Modified server APIAris Adamantiadis1-1/+1
2009-10-02Get rid of the options structure.Andreas Schneider1-4/+15
2009-09-23Get rid of SSH_MESSAGEAris Adamantiadis1-23/+23
2009-09-23get rid of SSH_OPTIONSAris Adamantiadis1-1/+1
2009-09-23get rid of SSH_SESSIONAris Adamantiadis1-3/+3
2009-08-23experimental callback systemAris Adamantiadis1-1/+1
2009-08-11Fix compilation with MSVC and use declspec to export functions.Andreas Schneider1-35/+35
2009-07-31Fixed libssh compilation without server support.Andreas Schneider1-37/+0
2009-07-29Move channel_write_stderr to server.c.Andreas Schneider1-0/+2
2009-07-29Add channel_write_stderr prototype to the right header file.Andreas Schneider1-2/+0
2009-07-29Fleshed out server interfacePreston A. Elder1-8/+27
2009-07-27Public key authentication server sidemilo1-0/+2
2009-07-25Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider1-1/+1