summaryrefslogtreecommitdiffstats
path: root/include/libssh/server.h
Commit message (Expand)AuthorAgeFilesLines
* Added ssh_channel_write_stderr() for the servermilo2010-10-021-0/+3
* Added channel features on the servermilo2010-10-021-0/+8
* Handle global requests and reverse forwardingmilo2010-10-021-0/+9
* server: Fixed a shadowed variable.Andreas Schneider2010-09-051-1/+1
* server: Added an API entry for the message callback.Milo Jhoran2010-08-131-1/+3
* server: Split ssh_bind_accept and create ssh_handle_key_exchange.milo2010-08-101-1/+10
* server: Make ssh_accept a depreacted function to not break the API.Andreas Schneider2010-08-091-0/+3
* server: Merge ssh_bind_accept.Andreas Schneider2010-08-091-11/+0
* server: Rename ssh_accept to ssh_bind_accept.Andreas Schneider2010-08-091-2/+4
* Fixed the group of the server functions.Andreas Schneider2010-04-041-2/+2
* added ssh_message_auth_reply_pk_ok_simpleAris Adamantiadis2009-12-201-0/+2
* Add key validation in server side authenticationAris Adamantiadis2009-12-201-0/+1
* Fix some doxygen errorsAris Adamantiadis2009-12-091-3/+6
* Fix warnings on old gcc'sAris Adamantiadis2009-11-031-14/+14
* Added option to set log_verbosity in the server.Andreas Schneider2009-10-151-1/+3
* Added an option to set the port as string.Andreas Schneider2009-10-151-0/+1
* No more SSH_BIND SSH_MESSAGE etc.Aris Adamantiadis2009-10-091-11/+12
* Moved samples into examples directoryAris Adamantiadis2009-10-091-1/+2
* Modified server APIAris Adamantiadis2009-10-091-1/+1
* Get rid of the options structure.Andreas Schneider2009-10-021-4/+15
* Get rid of SSH_MESSAGEAris Adamantiadis2009-09-231-23/+23
* get rid of SSH_OPTIONSAris Adamantiadis2009-09-231-1/+1
* get rid of SSH_SESSIONAris Adamantiadis2009-09-231-3/+3
* experimental callback systemAris Adamantiadis2009-08-231-1/+1
* Fix compilation with MSVC and use declspec to export functions.Andreas Schneider2009-08-111-35/+35
* Fixed libssh compilation without server support.Andreas Schneider2009-07-311-37/+0
* Move channel_write_stderr to server.c.Andreas Schneider2009-07-291-0/+2
* Add channel_write_stderr prototype to the right header file.Andreas Schneider2009-07-291-2/+0
* Fleshed out server interfacePreston A. Elder2009-07-291-8/+27
* Public key authentication server sidemilo2009-07-271-0/+2
* Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider2009-07-251-1/+1
* move all u32,u16,u8 and u64 declarations in priv.hAris Adamantiadis2009-07-241-1/+1
* Changes all CHANNEL * to ssh_channelAris Adamantiadis2009-07-241-2/+2
* added ssh_message_callback support.Aris Adamantiadis2009-06-181-1/+2
* ssh_message_retrieve + memoryleak fixed in ssh_message_freeAris Adamantiadis2009-06-171-0/+6
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-2/+1
* Document the ssh server bind functions.Andreas Schneider2009-05-111-1/+74
* Added a ssh_bind_set_fd() function.Andreas Schneider2009-05-111-1/+12
* Improve ssh_message_auth* functions.Andreas Schneider2009-04-091-1/+1
* Normalize the license in all files and add vim tab instructions.Andreas Schneider2009-03-291-18/+21
* Fix build warings in the server code.Andreas Schneider2009-02-021-2/+2
* Add extern C declatrion to server header file.Andreas Schneider2009-01-081-1/+9
* include/libssh/server.h: Remove struct definitionsJean-Philippe Garcia Ballester2007-02-071-55/+0
* pam samples files to put into /etc/pam.dAris Adamantiadis2005-08-291-1/+1
* The kex works, the client authentifies (with password) then it's possible to ...Aris Adamantiadis2005-08-101-0/+76
* server kex done :)Aris Adamantiadis2005-08-071-0/+18
* Beginning of the SSH_BIND implementationAris Adamantiadis2005-07-051-4/+20
* first importAris Adamantiadis2005-07-051-0/+31