Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pki: We need only one signature verify blob function. | Andreas Schneider | 2011-08-23 | 1 | -5/+34 |
| | | | | This fixes the build without server. | ||||
* | client: Migrate to new signature pki. | Andreas Schneider | 2011-08-22 | 1 | -6/+10 |
| | |||||
* | client: Fix another source of endless wait. | rofl0r | 2011-08-06 | 1 | -12/+14 |
| | |||||
* | Fixes the ssh_log issue on ssh_bind handles. | Aris Adamantiadis | 2011-07-19 | 1 | -2/+2 |
| | |||||
* | [crypto] initial support for ecdh-sha2-nistp256 | Aris Adamantiadis | 2011-06-13 | 1 | -49/+34 |
| | | | | | Works with openssl Still requires work for libgcrypt and other modes | ||||
* | Moved DH specific code to dh.h | Aris Adamantiadis | 2011-06-12 | 1 | -44/+3 |
| | |||||
* | Introduced ssh_timeout_elapsed functions | Aris Adamantiadis | 2011-05-24 | 1 | -6/+10 |
| | | | | | | | Functions to mesure elapsed time before and after a serie of calls. Introduces a dependancy to clock_gettime() and librt, hope this doesn't break anything. Porting to gettimeofday() should not be too hard. | ||||
* | connect: Set timeout on connect | Oliver Stöneberg | 2011-05-17 | 1 | -4/+6 |
| | | | | | This also fixes error handling in ssh_poll_ctx_dopoll() and ssh_handle_packets(), so it won't loop forever on an actual timeout. | ||||
* | SSH1: Update a few fix from 0.4.8-git | Aris Adamantiadis | 2011-01-26 | 1 | -2/+4 |
| | |||||
* | Fix double-connect testcase | Aris Adamantiadis | 2011-01-15 | 1 | -1/+52 |
| | |||||
* | Use termination functions for event polling | Aris Adamantiadis | 2011-01-12 | 1 | -14/+23 |
| | |||||
* | Non-blocking mode for ssh_connect | Aris Adamantiadis | 2011-01-10 | 1 | -2/+23 |
| | | | | This looks ugly. I'll see if we need to revert or change that patch later. | ||||
* | Fix connection callbacks called at wrong time | Aris Adamantiadis | 2011-01-10 | 1 | -0/+11 |
| | |||||
* | Fix "SSH_KEXINIT received in wrong state" race | Aris Adamantiadis | 2011-01-04 | 1 | -1/+1 |
| | | | | Setting the flag before doing any IO | ||||
* | misc: Differentiate between client and server in ssh_analyze_banner. | Andreas Schneider | 2010-09-29 | 1 | -1/+1 |
| | |||||
* | misc: Move ssh_analyze_banner to a common location. | Andreas Schneider | 2010-09-29 | 1 | -63/+2 |
| | | | | Don't duplicate functions! | ||||
* | Fixed outgoing flow control + writes behaviours | Aris Adamantiadis | 2010-09-26 | 1 | -3/+0 |
| | |||||
* | Added initialisation logs for threading | Aris Adamantiadis | 2010-09-12 | 1 | -3/+3 |
| | |||||
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -0/+814 |