aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/server.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-02Fix build warings in the server code.Andreas Schneider1-2/+2
2009-01-08Add extern C declatrion to server header file.Andreas Schneider1-1/+9
2007-02-07include/libssh/server.h: Remove struct definitionsJean-Philippe Garcia Ballester1-55/+0
2005-08-29pam samples files to put into /etc/pam.dAris Adamantiadis1-1/+1
2005-08-10The kex works, the client authentifies (with password) then it's possible to ...Aris Adamantiadis1-0/+76
2005-08-07server kex done :)Aris Adamantiadis1-0/+18
2005-07-05Beginning of the SSH_BIND implementationAris Adamantiadis1-4/+20
2005-07-05first importAris Adamantiadis1-0/+31