Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | aes128-ctr aes192-ctr aes256-ctr for libgcrypt | Aris Adamantiadis | 2010-02-09 | 2 | -8/+51 |
| | |||||
* | Added aes128-ctr support for libcrypto (openssl) | Aris Adamantiadis | 2010-02-09 | 1 | -0/+28 |
| | |||||
* | KEX bug: client preference should be prioritary | Aris Adamantiadis | 2010-02-09 | 1 | -15/+15 |
| | |||||
* | Describe the main group a bit. | Andreas Schneider | 2010-02-07 | 1 | -1/+3 |
| | |||||
* | Respect known_hosts file set by the user. | Andreas Schneider | 2010-02-07 | 1 | -3/+5 |
| | | | | Thanks to contact@leblanc-simon.eu for the patch. | ||||
* | Improve the SSH string documentation. | Andreas Schneider | 2010-02-07 | 1 | -26/+46 |
| | |||||
* | Improve the session documentation. | Andreas Schneider | 2010-02-05 | 2 | -48/+93 |
| | |||||
* | add missing leave_function() | Aris Adamantiadis | 2010-02-02 | 1 | -2/+4 |
| | |||||
* | Handle timeout correctly | Aris Adamantiadis | 2010-02-02 | 1 | -1/+1 |
| | |||||
* | The ssh_message object needs to be freed after processing in channel_accept(). | Vic Lee | 2010-02-01 | 1 | -1/+4 |
| | | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Fix compilation without WITH_SSH1 | Aris Adamantiadis | 2010-01-30 | 1 | -0/+2 |
| | |||||
* | Hacked SSH1 to get past authentication | Aris Adamantiadis | 2010-01-25 | 4 | -15/+37 |
| | | | | Also resolved some bugs that may impact 0.4. need to check | ||||
* | Fix poll not waking up on connect on win32 | Aris Adamantiadis | 2010-01-25 | 1 | -0/+7 |
| | | | | | | | | | Under windows, poll does not detect connected socket using POLLOUT but POLLWRNORM. "Pending connect requests are indicated in the returned revents member of WSAPOLLFD structure by POLLWRNORM." http://msdn.microsoft.com/en-us/library/ms741669%28VS.85%29.aspx However, I did not test that fix. (no windows at hands). I also don't know if the poll emulation layer works with that too. | ||||
* | Correctly handle channel failures and chan states | Aris Adamantiadis | 2010-01-24 | 3 | -59/+60 |
| | |||||
* | Made packet handlers independant of session buffer | Aris Adamantiadis | 2010-01-24 | 1 | -9/+9 |
| | |||||
* | Few function name changes | Aris Adamantiadis | 2010-01-24 | 2 | -5/+5 |
| | |||||
* | Made ssh_packet_read asynchronous | Aris Adamantiadis | 2010-01-24 | 3 | -37/+53 |
| | | | | | | Normally that's all that was needed into making SSH1 compliant with the new API. Beware, I have only implemented it, not actually tested it. | ||||
* | Removed last calls to packet_read | Aris Adamantiadis | 2010-01-24 | 3 | -83/+46 |
| | |||||
* | Made parts of SSH asynchronous (inc kex1) | Aris Adamantiadis | 2010-01-24 | 5 | -205/+184 |
| | |||||
* | Beginning of async solution for SSH1 | Aris Adamantiadis | 2010-01-24 | 2 | -4/+70 |
| | |||||
* | Move SSH-1 specific packet functions in packet1.c | Aris Adamantiadis | 2010-01-23 | 3 | -324/+350 |
| | |||||
* | Fixed error message when connection failed | Aris Adamantiadis | 2010-01-16 | 1 | -2/+4 |
| | |||||
* | Fix SSH1 related warning | Aris Adamantiadis | 2010-01-16 | 1 | -0/+4 |
| | |||||
* | SSH-1 cleanup and compile | Aris Adamantiadis | 2010-01-10 | 2 | -98/+20 |
| | | | | Not tested, probably not working correctly yet | ||||
* | Set socket blocking after connexion | Aris Adamantiadis | 2010-01-08 | 2 | -7/+8 |
| | |||||
* | Enforce NULL ptr verification in scp.c | Aris Adamantiadis | 2010-01-08 | 1 | -0/+34 |
| | |||||
* | Fixed blocking bug in channel_poll | Aris Adamantiadis | 2010-01-08 | 6 | -20/+25 |
| | |||||
* | Cosmetics for packet numbering | Aris Adamantiadis | 2010-01-08 | 1 | -44/+49 |
| | |||||
* | Oops, forgot the callback for server DH | Aris Adamantiadis | 2010-01-08 | 1 | -1/+1 |
| | |||||
* | No more packet_read2() ! | Aris Adamantiadis | 2010-01-08 | 1 | -197/+4 |
| | |||||
* | Prefix message_new with ssh_ | Aris Adamantiadis | 2010-01-08 | 1 | -5/+5 |
| | |||||
* | Prefix message_handle_channel_request with ssh_ | Aris Adamantiadis | 2010-01-08 | 2 | -2/+2 |
| | |||||
* | Dequeue the processed messages | Aris Adamantiadis | 2010-01-08 | 2 | -3/+27 |
| | |||||
* | Renamed message_queue to ssh_message_queue | Aris Adamantiadis | 2010-01-08 | 1 | -5/+5 |
| | |||||
* | Merged the channel_request hdlrs and clean hdlrs | Aris Adamantiadis | 2010-01-08 | 2 | -165/+58 |
| | |||||
* | ssh_packet_userauth_request with new system | Aris Adamantiadis | 2010-01-08 | 2 | -23/+29 |
| | |||||
* | Converted message handlers to new system | Aris Adamantiadis | 2010-01-07 | 2 | -53/+53 |
| | |||||
* | Changes to messages for async message handling | Aris Adamantiadis | 2010-01-07 | 1 | -10/+23 |
| | |||||
* | Removed packet_wait for SSH2 | Aris Adamantiadis | 2010-01-06 | 1 | -21/+1 |
| | |||||
* | Made the server DH asynchronous. | Aris Adamantiadis | 2010-01-06 | 2 | -63/+76 |
| | | | | | | It still needs testing and cleanup, it was done with less care than the client-side. The socket listening and connexion is still synchronous | ||||
* | Add support for async global requests | Aris Adamantiadis | 2010-01-06 | 2 | -19/+87 |
| | | | | | Normally the infamous packet_wait() synchronous call is gone in all SSH2 client code. | ||||
* | Fixed typos from a* to error.c | Aris Adamantiadis | 2010-01-06 | 8 | -29/+29 |
| | |||||
* | Fix build when WITH_SSH1 undefined | Aris Adamantiadis | 2010-01-06 | 1 | -0/+3 |
| | |||||
* | Part of kex.c is SSH-1 specific | Aris Adamantiadis | 2010-01-03 | 1 | -0/+3 |
| | |||||
* | Remove some references to packet_wait() | Aris Adamantiadis | 2010-01-03 | 1 | -2/+2 |
| | |||||
* | Removed channel_handle now unused function | Aris Adamantiadis | 2010-01-03 | 1 | -26/+0 |
| | |||||
* | Channel requests are asynchronous | Aris Adamantiadis | 2010-01-03 | 1 | -13/+77 |
| | | | | Exec example also runs perfectly now. | ||||
* | Explicitely use the packet buffer arg in channels | Aris Adamantiadis | 2010-01-03 | 1 | -20/+23 |
| | |||||
* | Some work for async channel requests | Aris Adamantiadis | 2010-01-03 | 2 | -7/+29 |
| | |||||
* | Add new API function ssh_userauth_privatekey_file(). | Vic Lee | 2009-12-30 | 1 | -0/+66 |
| | | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org> |