Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed libssh compilation without server support. | Andreas Schneider | 2009-07-31 | 1 | -0/+330 | |
* | Fix build with MSVC. | Andreas Schneider | 2009-07-30 | 1 | -2/+1 | |
* | Move channel_write_stderr to server.c. | Andreas Schneider | 2009-07-29 | 1 | -0/+17 | |
* | Change PRIVATE_KEY * to ssh_private_key | Aris Adamantiadis | 2009-07-24 | 1 | -3/+3 | |
* | Changed all PUBLIC_KEY * to ssh_public_key | Aris Adamantiadis | 2009-07-24 | 1 | -1/+1 | |
* | Change all occurences of STRING * to ssh_string | Aris Adamantiadis | 2009-07-24 | 1 | -4/+4 | |
* | ssh_init() | Aris Adamantiadis | 2009-06-15 | 1 | -5/+1 | |
* | Fix the vim modeline and place it at the end of the file. | Andreas Schneider | 2009-05-12 | 1 | -2/+1 | |
* | Added a ssh_bind_set_fd() function. | Andreas Schneider | 2009-05-11 | 1 | -1/+5 | |
* | Improve ssh_accept(). | Andreas Schneider | 2009-04-30 | 1 | -21/+40 | |
* | Improve dh_handshake_server(). | Andreas Schneider | 2009-04-30 | 1 | -83/+148 | |
* | Improve server_set_kex(). | Andreas Schneider | 2009-04-29 | 1 | -39/+47 | |
* | Improve ssh_bind_free(). | Andreas Schneider | 2009-04-29 | 1 | -6/+12 | |
* | Improve ssh_bind_accept(). | Andreas Schneider | 2009-04-29 | 1 | -60/+69 | |
* | Format ssh_bind options. | Andreas Schneider | 2009-04-29 | 1 | -6/+6 | |
* | Improve ssh_bind_listen(). | Andreas Schneider | 2009-04-29 | 1 | -22/+32 | |
* | Format ssh_bind_set_options(). | Andreas Schneider | 2009-04-29 | 1 | -2/+2 | |
* | Improve ssh_bind_new(). | Andreas Schneider | 2009-04-29 | 1 | -8/+11 | |
* | Add more error checks to bind_socket(). | Andreas Schneider | 2009-04-29 | 1 | -23/+42 | |
* | Reorder the includes. | Andreas Schneider | 2009-04-29 | 1 | -14/+21 | |
* | Rename privatekey_free() to be consistent with publickey_free(). | Andreas Schneider | 2009-04-20 | 1 | -9/+9 | |
* | Add return values to generate_session_keys() and generate_one_key(). | Andreas Schneider | 2009-04-16 | 1 | -1/+3 | |
* | Add return value to dh_build_k(). | Andreas Schneider | 2009-04-16 | 1 | -1/+3 | |
* | Improve dh_import() functions. | Andreas Schneider | 2009-04-16 | 1 | -1/+4 | |
* | Add return value to dh_generate_f(). | Andreas Schneider | 2009-04-16 | 1 | -1/+4 | |
* | Add return value to dh_generate_y(). | Andreas Schneider | 2009-04-16 | 1 | -1/+4 | |
* | Check return value of ssh_crypto_init(). | Andreas Schneider | 2009-04-16 | 1 | -1/+3 | |
* | Add a return value to ssh_socket_init(). | Andreas Schneider | 2009-04-16 | 1 | -1/+3 | |
* | Revert commit 491. | Andreas Schneider | 2009-04-16 | 1 | -3/+1 | |
* | Make dh crypto functions thread safe. | Andreas Schneider | 2009-04-16 | 1 | -1/+3 | |
* | Use consistend return values for packet_wait() functions. | Andreas Schneider | 2009-04-14 | 1 | -1/+1 | |
* | Add more error checks to ssh_get_kex(). | Andreas Schneider | 2009-04-07 | 1 | -1/+2 | |
* | Add return value and error checks to make_sessionid(). | Andreas Schneider | 2009-04-07 | 1 | -1/+3 | |
* | Fix build warnings. | Andreas Schneider | 2009-04-05 | 1 | -2/+3 | |
* | Check return values of option setter. | Andreas Schneider | 2009-04-03 | 1 | -8/+16 | |
* | Add memory error checks. | Andreas Schneider | 2009-04-03 | 1 | -1/+8 | |
* | Add memory error checks for crypto wrapper functions. | Andreas Schneider | 2009-04-01 | 1 | -1/+4 | |
* | More memory error checks for ssh_socket_new(). | Andreas Schneider | 2009-04-01 | 1 | -0/+8 | |
* | Add memory error checks for server functions. | Andreas Schneider | 2009-04-01 | 1 | -1/+7 | |
* | Added memory error checks for option functions. | Andreas Schneider | 2009-04-01 | 1 | -1/+11 | |
* | Normalize the license in all files and add vim tab instructions. | Andreas Schneider | 2009-03-29 | 1 | -19/+23 | |
* | Use ssh_log instead of ssh_say in ssh_list_kex(). | Andreas Schneider | 2009-03-12 | 1 | -1/+1 | |
* | Replace ssh_say with ssh_log. | Andreas Schneider | 2009-03-11 | 1 | -4/+2 | |
* | Fix build warings in the server code. | Andreas Schneider | 2009-02-02 | 1 | -3/+5 | |
* | doxygen fixes. Mostly typos and some comments. | Aris Adamantiadis | 2008-11-04 | 1 | -4/+8 | |
* | fix bug 0000015 about memory leak in server path | Aris Adamantiadis | 2008-06-30 | 1 | -0/+4 | |
* | Big changes : | Aris Adamantiadis | 2008-06-16 | 1 | -2/+1 | |
* | some changes so it compiles better under windows | Aris Adamantiadis | 2008-05-22 | 1 | -1/+1 | |
* | second part of win32 changes | Aris Adamantiadis | 2008-03-07 | 1 | -0/+1 | |
* | first part of win32 patches | Aris Adamantiadis | 2008-03-07 | 1 | -3/+17 |