Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | options: Fix setting the port. | Andreas Schneider | 2014-12-25 | 1 | -3/+3 |
| | | | | | | | Make sure we correctly read the port from the config file. Signed-off-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit bb18442fe8f58a483713eb2b988b3da9869ddf86) | ||||
* | knownhosts: resolve leaks found by coverity | Aris Adamantiadis | 2014-02-05 | 1 | -8/+5 |
| | |||||
* | knownhosts: detect variations of ecdsa | Aris Adamantiadis | 2014-02-05 | 1 | -9/+31 |
| | |||||
* | known_hosts: add ssh_knownhosts_algorithms() | Aris Adamantiadis | 2014-02-04 | 1 | -0/+77 |
| | | | | | | | | Goal of that function is to test the preferred key exchange methods based on what's available in the known_hosts file Conflicts: tests/client/torture_knownhosts.c | ||||
* | src: Update my mail address. | Andreas Schneider | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | src: Remove enter_function() and leave_function(). | Andreas Schneider | 2013-07-14 | 1 | -30/+17 |
| | |||||
* | src: Migrate to SSH_LOG. | Andreas Schneider | 2013-07-14 | 1 | -3/+2 |
| | |||||
* | known_hosts: Fix readablity. | Andreas Schneider | 2013-06-13 | 1 | -1/+1 |
| | |||||
* | known_hosts: Don't leak memory in ssh_write_knownhost error paths. | Andreas Schneider | 2012-10-12 | 1 | -0/+8 |
| | | | | Found by Coverity. | ||||
* | build: Fix missing struct in_addr warning. | Andreas Schneider | 2012-07-17 | 1 | -0/+1 |
| | |||||
* | session: Use a struct for all options. | Andreas Schneider | 2012-02-05 | 1 | -15/+18 |
| | |||||
* | priv: Move options and config prototypes to own header. | Andreas Schneider | 2011-09-18 | 1 | -0/+1 |
| | |||||
* | string: Use the struct and array for allocating the struct. | Andreas Schneider | 2011-09-08 | 1 | -3/+3 |
| | |||||
* | known_hosts: Fix a free before last use. | Andreas Schneider | 2011-09-08 | 1 | -1/+2 |
| | |||||
* | known_hosts: Fix a memleak. | Andreas Schneider | 2011-09-07 | 1 | -2/+4 |
| | |||||
* | known_hosts: Migrate ssh_write_knownhost() to new pki. | Andreas Schneider | 2011-09-05 | 1 | -172/+92 |
| | |||||
* | known_hosts: Added a log message for key type mismatch. | Andreas Schneider | 2011-06-15 | 1 | -0/+6 |
| | |||||
* | [crypto] initial support for ecdh-sha2-nistp256 | Aris Adamantiadis | 2011-06-13 | 1 | -1/+1 |
| | | | | | Works with openssl Still requires work for libgcrypt and other modes | ||||
* | Removed references to ssh_buffer_get_begin | Aris Adamantiadis | 2010-10-03 | 1 | -6/+6 |
| | |||||
* | known_hosts: Added missing include. | Andreas Schneider | 2010-09-29 | 1 | -0/+1 |
| | | | | Thanks miloj ;) | ||||
* | pki: Create a file for known_hosts functions. | Andreas Schneider | 2010-09-28 | 1 | -0/+723 |