summaryrefslogtreecommitdiffstats
path: root/libssh/server.c
Commit message (Expand)AuthorAgeFilesLines
* Add return values to generate_session_keys() and generate_one_key().Andreas Schneider2009-04-161-1/+3
* Add return value to dh_build_k().Andreas Schneider2009-04-161-1/+3
* Improve dh_import() functions.Andreas Schneider2009-04-161-1/+4
* Add return value to dh_generate_f().Andreas Schneider2009-04-161-1/+4
* Add return value to dh_generate_y().Andreas Schneider2009-04-161-1/+4
* Check return value of ssh_crypto_init().Andreas Schneider2009-04-161-1/+3
* Add a return value to ssh_socket_init().Andreas Schneider2009-04-161-1/+3
* Revert commit 491.Andreas Schneider2009-04-161-3/+1
* Make dh crypto functions thread safe.Andreas Schneider2009-04-161-1/+3
* Use consistend return values for packet_wait() functions.Andreas Schneider2009-04-141-1/+1
* Add more error checks to ssh_get_kex().Andreas Schneider2009-04-071-1/+2
* Add return value and error checks to make_sessionid().Andreas Schneider2009-04-071-1/+3
* Fix build warnings.Andreas Schneider2009-04-051-2/+3
* Check return values of option setter.Andreas Schneider2009-04-031-8/+16
* Add memory error checks.Andreas Schneider2009-04-031-1/+8
* Add memory error checks for crypto wrapper functions.Andreas Schneider2009-04-011-1/+4
* More memory error checks for ssh_socket_new().Andreas Schneider2009-04-011-0/+8
* Add memory error checks for server functions.Andreas Schneider2009-04-011-1/+7
* Added memory error checks for option functions.Andreas Schneider2009-04-011-1/+11
* Normalize the license in all files and add vim tab instructions.Andreas Schneider2009-03-291-19/+23
* Use ssh_log instead of ssh_say in ssh_list_kex().Andreas Schneider2009-03-121-1/+1
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-4/+2
* Fix build warings in the server code.Andreas Schneider2009-02-021-3/+5
* doxygen fixes. Mostly typos and some comments.Aris Adamantiadis2008-11-041-4/+8
* fix bug 0000015 about memory leak in server pathAris Adamantiadis2008-06-301-0/+4
* Big changes :Aris Adamantiadis2008-06-161-2/+1
* some changes so it compiles better under windowsAris Adamantiadis2008-05-221-1/+1
* second part of win32 changesAris Adamantiadis2008-03-071-0/+1
* first part of win32 patchesAris Adamantiadis2008-03-071-3/+17
* added the socket class and created wrappersAris Adamantiadis2008-03-041-1/+2
* found the nasty server bug ("ssh_accept: ")Aris Adamantiadis2007-03-171-0/+1
* include/libssh/server.h: Remove struct definitionsJean-Philippe Garcia Ballester2007-02-071-0/+1
* libssh/server.c: Include netinet/in.h in order to compile under OpenBSD.Jean-Philippe Garcia Ballester2007-01-041-0/+1
* added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis2005-10-041-1/+1
* fixed bug in sample that made the client running in infinite loop.Aris Adamantiadis2005-08-311-0/+1
* removed obsolete debugging info, split main.c in 3, and now mercurius links w...Aris Adamantiadis2005-08-291-1/+1
* pam samples files to put into /etc/pam.dAris Adamantiadis2005-08-291-0/+8
* fixed server segfaults on exit (double frees)Aris Adamantiadis2005-08-251-9/+12
* More work on the server side and sftp.Aris Adamantiadis2005-08-181-0/+2
* The kex works, the client authentifies (with password) then it's possible to ...Aris Adamantiadis2005-08-101-5/+1
* server kex done :)Aris Adamantiadis2005-08-071-24/+117
* ssh_accept() implementation begining in server.cAris Adamantiadis2005-07-081-0/+1
* sample sshd server accepts a client and sends a banner.Aris Adamantiadis2005-07-061-26/+20
* Beginning of the SSH_BIND implementationAris Adamantiadis2005-07-051-24/+75
* first importAris Adamantiadis2005-07-051-0/+128