summaryrefslogtreecommitdiffstats
path: root/libssh/server.c
Commit message (Expand)AuthorAgeFilesLines
* Fix possible memory corruption (#14)milo2009-08-071-2/+2
* ssh_init()Aris Adamantiadis2009-07-291-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
* Reorder the includes.Andreas Schneider2009-04-291-14/+21
* Rename privatekey_free() to be consistent with publickey_free().Andreas Schneider2009-04-201-9/+9
* 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