aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/server.h
AgeCommit message (Expand)AuthorFilesLines
2011-03-11Implemented 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
2009-07-24move all u32,u16,u8 and u64 declarations in priv.hAris Adamantiadis1-1/+1
2009-07-24Changes all CHANNEL * to ssh_channelAris Adamantiadis1-2/+2
2009-06-18added ssh_message_callback support.Aris Adamantiadis1-1/+2
2009-06-17ssh_message_retrieve + memoryleak fixed in ssh_message_freeAris Adamantiadis1-0/+6
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-2/+1
2009-05-11Document the ssh server bind functions.Andreas Schneider1-1/+74
2009-05-11Added a ssh_bind_set_fd() function.Andreas Schneider1-1/+12
2009-04-09Improve ssh_message_auth* functions.Andreas Schneider1-1/+1
2009-03-29Normalize the license in all files and add vim tab instructions.Andreas Schneider1-18/+21