aboutsummaryrefslogtreecommitdiff
path: root/libssh/server.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-07Fix possible memory corruption (#14)milo1-2/+2
2009-07-29ssh_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
2009-04-29Improve server_set_kex().Andreas Schneider1-39/+47
2009-04-29Improve ssh_bind_free().Andreas Schneider1-6/+12
2009-04-29Improve ssh_bind_accept().Andreas Schneider1-60/+69
2009-04-29Format ssh_bind options.Andreas Schneider1-6/+6
2009-04-29Improve ssh_bind_listen().Andreas Schneider1-22/+32
2009-04-29Format ssh_bind_set_options().Andreas Schneider1-2/+2
2009-04-29Improve ssh_bind_new().Andreas Schneider1-8/+11
2009-04-29Add more error checks to bind_socket().Andreas Schneider1-23/+42
2009-04-29Reorder the includes.Andreas Schneider1-14/+21
2009-04-20Rename privatekey_free() to be consistent with publickey_free().Andreas Schneider1-9/+9
2009-04-16Add return values to generate_session_keys() and generate_one_key().Andreas Schneider1-1/+3
2009-04-16Add return value to dh_build_k().Andreas Schneider1-1/+3
2009-04-16Improve dh_import() functions.Andreas Schneider1-1/+4
2009-04-16Add return value to dh_generate_f().Andreas Schneider1-1/+4
2009-04-16Add return value to dh_generate_y().Andreas Schneider1-1/+4
2009-04-16Check return value of ssh_crypto_init().Andreas Schneider1-1/+3
2009-04-16Add a return value to ssh_socket_init().Andreas Schneider1-1/+3
2009-04-16Revert commit 491.Andreas Schneider1-3/+1
2009-04-16Make dh crypto functions thread safe.Andreas Schneider1-1/+3
2009-04-14Use consistend return values for packet_wait() functions.Andreas Schneider1-1/+1
2009-04-07Add more error checks to ssh_get_kex().Andreas Schneider1-1/+2
2009-04-07Add return value and error checks to make_sessionid().Andreas Schneider1-1/+3
2009-04-05Fix build warnings.Andreas Schneider1-2/+3
2009-04-03Check return values of option setter.Andreas Schneider1-8/+16
2009-04-03Add memory error checks.Andreas Schneider1-1/+8
2009-04-01Add memory error checks for crypto wrapper functions.Andreas Schneider1-1/+4
2009-04-01More memory error checks for ssh_socket_new().Andreas Schneider1-0/+8
2009-04-01Add memory error checks for server functions.Andreas Schneider1-1/+7
2009-04-01Added memory error checks for option functions.Andreas Schneider1-1/+11
2009-03-29Normalize the license in all files and add vim tab instructions.Andreas Schneider1-19/+23
2009-03-12Use ssh_log instead of ssh_say in ssh_list_kex().Andreas Schneider1-1/+1
2009-03-11Replace ssh_say with ssh_log.Andreas Schneider1-4/+2
2009-02-02Fix build warings in the server code.Andreas Schneider1-3/+5
2008-11-04doxygen fixes. Mostly typos and some comments.Aris Adamantiadis1-4/+8
2008-06-30fix bug 0000015 about memory leak in server pathAris Adamantiadis1-0/+4
2008-06-16Big changes :Aris Adamantiadis1-2/+1
2008-05-22some changes so it compiles better under windowsAris Adamantiadis1-1/+1
2008-03-07second part of win32 changesAris Adamantiadis1-0/+1
2008-03-07first part of win32 patchesAris Adamantiadis1-3/+17
2008-03-04added the socket class and created wrappersAris Adamantiadis1-1/+2
2007-03-17found the nasty server bug ("ssh_accept: ")Aris Adamantiadis1-0/+1
2007-02-07include/libssh/server.h: Remove struct definitionsJean-Philippe Garcia Ballester1-0/+1
2007-01-04libssh/server.c: Include netinet/in.h in order to compile under OpenBSD.Jean-Philippe Garcia Ballester1-0/+1
2005-10-04added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis1-1/+1