aboutsummaryrefslogtreecommitdiff
path: root/libssh/server.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-24Change PRIVATE_KEY * to ssh_private_keyAris Adamantiadis1-3/+3
2009-07-24Changed all PUBLIC_KEY * to ssh_public_keyAris Adamantiadis1-1/+1
2009-07-24Change all occurences of STRING * to ssh_stringAris Adamantiadis1-4/+4
2009-06-15ssh_init()Aris Adamantiadis1-5/+1
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-2/+1
2009-05-11Added a ssh_bind_set_fd() function.Andreas Schneider1-1/+5
2009-04-30Improve ssh_accept().Andreas Schneider1-21/+40
2009-04-30Improve dh_handshake_server().Andreas Schneider1-83/+148