Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Temporary server fixup for options structure delet | Aris Adamantiadis | 2009-10-03 | 1 | -3/+12 |
| | | | | server_set_kex needs to be rewritten | ||||
* | Get rid of the options structure. | Andreas Schneider | 2009-10-02 | 1 | -55/+76 |
| | |||||
* | more priv.h splitting | Aris Adamantiadis | 2009-09-26 | 1 | -0/+1 |
| | |||||
* | More include file splitting | Aris Adamantiadis | 2009-09-26 | 1 | -0/+3 |
| | |||||
* | Removed obsolete options | Aris Adamantiadis | 2009-09-26 | 1 | -9/+1 |
| | |||||
* | More include file movings | Aris Adamantiadis | 2009-09-26 | 1 | -0/+3 |
| | |||||
* | Moved lots of declaration out of priv.h | Aris Adamantiadis | 2009-09-23 | 1 | -0/+6 |
| | |||||
* | Get rid of SSH_MESSAGE | Aris Adamantiadis | 2009-09-23 | 1 | -30/+30 |
| | |||||
* | get rid of SSH_OPTIONS | Aris Adamantiadis | 2009-09-23 | 1 | -2/+2 |
| | |||||
* | get rid of SSH_SESSION | Aris Adamantiadis | 2009-09-23 | 1 | -9/+9 |
| | |||||
* | Use new options interface in server code. | Andreas Schneider | 2009-09-22 | 1 | -3/+3 |
| | |||||
* | experimental callback system | Aris Adamantiadis | 2009-08-23 | 1 | -1/+1 |
| | |||||
* | Fix a typo: CHANNEL * -> ssh_channel | milo | 2009-08-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Fix possible memory corruption (#14) | milo | 2009-08-06 | 1 | -2/+2 |
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | 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 |
| | | | | | | | fixes in client.c and server.c for this git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@778 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Fix the vim modeline and place it at the end of the file. | Andreas Schneider | 2009-05-12 | 1 | -2/+1 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@763 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Added a ssh_bind_set_fd() function. | Andreas Schneider | 2009-05-11 | 1 | -1/+5 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@754 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Improve ssh_accept(). | Andreas Schneider | 2009-04-30 | 1 | -21/+40 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@656 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Improve dh_handshake_server(). | Andreas Schneider | 2009-04-30 | 1 | -83/+148 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@655 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Improve server_set_kex(). | Andreas Schneider | 2009-04-29 | 1 | -39/+47 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@654 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Improve ssh_bind_free(). | Andreas Schneider | 2009-04-29 | 1 | -6/+12 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@653 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Improve ssh_bind_accept(). | Andreas Schneider | 2009-04-29 | 1 | -60/+69 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@652 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Format ssh_bind options. | Andreas Schneider | 2009-04-29 | 1 | -6/+6 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@651 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Improve ssh_bind_listen(). | Andreas Schneider | 2009-04-29 | 1 | -22/+32 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@650 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Format ssh_bind_set_options(). | Andreas Schneider | 2009-04-29 | 1 | -2/+2 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@649 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Improve ssh_bind_new(). | Andreas Schneider | 2009-04-29 | 1 | -8/+11 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@648 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add more error checks to bind_socket(). | Andreas Schneider | 2009-04-29 | 1 | -23/+42 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@647 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Reorder the includes. | Andreas Schneider | 2009-04-29 | 1 | -14/+21 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@646 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Rename privatekey_free() to be consistent with publickey_free(). | Andreas Schneider | 2009-04-20 | 1 | -9/+9 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@563 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add return values to generate_session_keys() and generate_one_key(). | Andreas Schneider | 2009-04-16 | 1 | -1/+3 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@508 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add return value to dh_build_k(). | Andreas Schneider | 2009-04-16 | 1 | -1/+3 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@506 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Improve dh_import() functions. | Andreas Schneider | 2009-04-16 | 1 | -1/+4 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@505 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add return value to dh_generate_f(). | Andreas Schneider | 2009-04-16 | 1 | -1/+4 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@501 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add return value to dh_generate_y(). | Andreas Schneider | 2009-04-16 | 1 | -1/+4 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@499 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Check return value of ssh_crypto_init(). | Andreas Schneider | 2009-04-16 | 1 | -1/+3 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@495 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add a return value to ssh_socket_init(). | Andreas Schneider | 2009-04-16 | 1 | -1/+3 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@494 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Revert commit 491. | Andreas Schneider | 2009-04-16 | 1 | -3/+1 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@492 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Make dh crypto functions thread safe. | Andreas Schneider | 2009-04-16 | 1 | -1/+3 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@491 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Use consistend return values for packet_wait() functions. | Andreas Schneider | 2009-04-14 | 1 | -1/+1 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@462 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add more error checks to ssh_get_kex(). | Andreas Schneider | 2009-04-07 | 1 | -1/+2 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@421 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add return value and error checks to make_sessionid(). | Andreas Schneider | 2009-04-07 | 1 | -1/+3 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@418 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Fix build warnings. | Andreas Schneider | 2009-04-05 | 1 | -2/+3 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@401 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Check return values of option setter. | Andreas Schneider | 2009-04-03 | 1 | -8/+16 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@377 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add memory error checks. | Andreas Schneider | 2009-04-03 | 1 | -1/+8 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@375 7dcaeef0-15fb-0310-b436-a5af3365683c |