aboutsummaryrefslogtreecommitdiff
path: root/libssh/server.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-09server: Merge ssh_bind_accept.Andreas Schneider1-95/+87
2010-08-09server: Rename ssh_accept to ssh_bind_accept.Andreas Schneider1-1/+1
2010-08-09server: Fixed the server implementation.milo1-49/+278
2010-08-09server: Added a define to set the server status.milo1-0/+5
2010-07-23Continue removing old flushing codeAris Adamantiadis1-2/+2
2010-07-23State error in server.cAris Adamantiadis1-1/+1
2010-06-17Fixed more fd checks.Andreas Schneider1-1/+1
2010-06-17server: Fixed types and checks of fd's.Andreas Schneider1-6/+6
2010-05-14Sanitize libssh namespace + legacy wrappersAris Adamantiadis1-18/+18
2010-04-28Renamed private type TYPE_RSA to SSH_KEYTYPE_*Aris Adamantiadis1-4/+4
2010-04-04Fixed the group of the server functions.Andreas Schneider1-9/+10
2010-03-01renamed ssh_list_get_head to ssh_list_pop_headAris Adamantiadis1-2/+2
2010-02-11Use closesocket in server.c for win32Aris Adamantiadis1-0/+4
2010-01-08Fixed blocking bug in channel_pollAris Adamantiadis1-2/+2
2010-01-08Dequeue the processed messagesAris Adamantiadis1-2/+8
2010-01-06Made the server DH asynchronous.Aris Adamantiadis1-18/+31
2009-12-20added ssh_message_auth_reply_pk_ok_simpleAris Adamantiadis1-0/+13
2009-12-20Add key validation in server side authenticationAris Adamantiadis1-0/+7
2009-12-12packet SSH_KEXINIT received and parsedAris Adamantiadis1-3/+4
2009-12-09Fix some doxygen errorsAris Adamantiadis1-1/+1
2009-12-05More callback stuff in connectionAris Adamantiadis1-0/+7
2009-11-27Squashed commit of the following:Aris Adamantiadis1-2/+2
2009-10-29Fix server kex againAris Adamantiadis1-4/+4
2009-10-29Fix server kexAris Adamantiadis1-6/+3
2009-10-15Added option to set log_verbosity in the server.Andreas Schneider1-7/+5
2009-10-11Fix server. Now, it runsAris Adamantiadis1-1/+1
2009-10-09ssh_disconnect doesn't free the session anymoreAris Adamantiadis1-3/+0
2009-10-09No more SSH_BIND SSH_MESSAGE etc.Aris Adamantiadis1-11/+11
2009-10-09Modified server APIAris Adamantiadis1-19/+14
2009-10-05Fixed build temporarily.Andreas Schneider1-0/+2
2009-10-05Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis1-62/+96
2009-10-05do not segfault in ssh_bind_accept if bindaddr is NULLBernhard R. Link1-6/+10
2009-10-03Temporary server fixup for options structure deletAris Adamantiadis1-3/+12
2009-10-02Get rid of the options structure.Andreas Schneider1-55/+76
2009-09-30Missed copying of log verbosityAris Adamantiadis1-1/+1
2009-09-26more priv.h splittingAris Adamantiadis1-0/+1
2009-09-26More include file splittingAris Adamantiadis1-0/+3
2009-09-26Removed obsolete optionsAris Adamantiadis1-9/+1
2009-09-26More include file movingsAris Adamantiadis1-0/+3
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis1-0/+6
2009-09-23Get rid of SSH_MESSAGEAris Adamantiadis1-30/+30
2009-09-23get rid of SSH_OPTIONSAris Adamantiadis1-2/+2
2009-09-23get rid of SSH_SESSIONAris Adamantiadis1-9/+9
2009-09-22Use new options interface in server code.Andreas Schneider1-3/+3
2009-08-23experimental callback systemAris Adamantiadis1-1/+1
2009-08-07Fix a typo: CHANNEL * -> ssh_channelmilo1-1/+1
2009-08-06Fix possible memory corruption (#14)milo1-2/+2
2009-07-31Fixed libssh compilation without server support.Andreas Schneider1-0/+330
2009-07-30Fix build with MSVC.Andreas Schneider1-2/+1
2009-07-29Move channel_write_stderr to server.c.Andreas Schneider1-0/+17