aboutsummaryrefslogtreecommitdiff
path: root/libssh/server.c
AgeCommit message (Expand)AuthorFilesLines
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
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