summaryrefslogtreecommitdiffstats
path: root/libssh/server.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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