summaryrefslogtreecommitdiffstats
path: root/libssh/server.c
Commit message (Expand)AuthorAgeFilesLines
* added ssh_message_auth_reply_pk_ok_simpleAris Adamantiadis2009-12-201-0/+13
* Add key validation in server side authenticationAris Adamantiadis2009-12-201-0/+7
* packet SSH_KEXINIT received and parsedAris Adamantiadis2009-12-121-3/+4
* Fix some doxygen errorsAris Adamantiadis2009-12-091-1/+1
* More callback stuff in connectionAris Adamantiadis2009-12-051-0/+7
* Squashed commit of the following:Aris Adamantiadis2009-11-271-2/+2
* Fix server kex againAris Adamantiadis2009-10-291-4/+4
* Fix server kexAris Adamantiadis2009-10-291-6/+3
* Added option to set log_verbosity in the server.Andreas Schneider2009-10-151-7/+5
* Fix server. Now, it runsAris Adamantiadis2009-10-111-1/+1
* ssh_disconnect doesn't free the session anymoreAris Adamantiadis2009-10-091-3/+0
* No more SSH_BIND SSH_MESSAGE etc.Aris Adamantiadis2009-10-091-11/+11
* Modified server APIAris Adamantiadis2009-10-091-19/+14
* Fixed build temporarily.Andreas Schneider2009-10-051-0/+2
* Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis2009-10-051-62/+96
|\
| * do not segfault in ssh_bind_accept if bindaddr is NULLBernhard R. Link2009-10-051-6/+10
| * Temporary server fixup for options structure deletAris Adamantiadis2009-10-031-3/+12
| * Get rid of the options structure.Andreas Schneider2009-10-021-55/+76
* | Missed copying of log verbosityAris Adamantiadis2009-09-301-1/+1
|/
* more priv.h splittingAris Adamantiadis2009-09-261-0/+1
* More include file splittingAris Adamantiadis2009-09-261-0/+3
* Removed obsolete optionsAris Adamantiadis2009-09-261-9/+1
* More include file movingsAris Adamantiadis2009-09-261-0/+3
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-0/+6
* Get rid of SSH_MESSAGEAris Adamantiadis2009-09-231-30/+30
* get rid of SSH_OPTIONSAris Adamantiadis2009-09-231-2/+2
* get rid of SSH_SESSIONAris Adamantiadis2009-09-231-9/+9
* Use new options interface in server code.Andreas Schneider2009-09-221-3/+3
* experimental callback systemAris Adamantiadis2009-08-231-1/+1
* Fix a typo: CHANNEL * -> ssh_channelmilo2009-08-071-1/+1
* Fix possible memory corruption (#14)milo2009-08-061-2/+2
* Fixed libssh compilation without server support.Andreas Schneider2009-07-311-0/+330
* Fix build with MSVC.Andreas Schneider2009-07-301-2/+1
* Move channel_write_stderr to server.c.Andreas Schneider2009-07-291-0/+17
* Change PRIVATE_KEY * to ssh_private_keyAris Adamantiadis2009-07-241-3/+3
* Changed all PUBLIC_KEY * to ssh_public_keyAris Adamantiadis2009-07-241-1/+1
* Change all occurences of STRING * to ssh_stringAris Adamantiadis2009-07-241-4/+4
* ssh_init()Aris Adamantiadis2009-06-151-5/+1
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-2/+1
* Added a ssh_bind_set_fd() function.Andreas Schneider2009-05-111-1/+5
* Improve ssh_accept().Andreas Schneider2009-04-301-21/+40
* Improve dh_handshake_server().Andreas Schneider2009-04-301-83/+148
* Improve server_set_kex().Andreas Schneider2009-04-291-39/+47
* Improve ssh_bind_free().Andreas Schneider2009-04-291-6/+12
* Improve ssh_bind_accept().Andreas Schneider2009-04-291-60/+69
* Format ssh_bind options.Andreas Schneider2009-04-291-6/+6
* Improve ssh_bind_listen().Andreas Schneider2009-04-291-22/+32
* Format ssh_bind_set_options().Andreas Schneider2009-04-291-2/+2
* Improve ssh_bind_new().Andreas Schneider2009-04-291-8/+11
* Add more error checks to bind_socket().Andreas Schneider2009-04-291-23/+42