summaryrefslogtreecommitdiffstats
path: root/src/known_hosts.c
Commit message (Expand)AuthorAgeFilesLines
* src: Remove enter_function() and leave_function().Andreas Schneider2013-07-141-30/+17
* src: Migrate to SSH_LOG.Andreas Schneider2013-07-141-3/+2
* known_hosts: Fix readablity.Andreas Schneider2013-06-131-1/+1
* known_hosts: Don't leak memory in ssh_write_knownhost error paths.Andreas Schneider2012-10-121-0/+8
* build: Fix missing struct in_addr warning.Andreas Schneider2012-07-171-0/+1
* session: Use a struct for all options.Andreas Schneider2012-02-051-15/+18
* priv: Move options and config prototypes to own header.Andreas Schneider2011-09-181-0/+1
* string: Use the struct and array for allocating the struct.Andreas Schneider2011-09-081-3/+3
* known_hosts: Fix a free before last use.Andreas Schneider2011-09-081-1/+2
* known_hosts: Fix a memleak.Andreas Schneider2011-09-071-2/+4
* known_hosts: Migrate ssh_write_knownhost() to new pki.Andreas Schneider2011-09-051-172/+92
* known_hosts: Added a log message for key type mismatch.Andreas Schneider2011-06-151-0/+6
* [crypto] initial support for ecdh-sha2-nistp256Aris Adamantiadis2011-06-131-1/+1
* Removed references to ssh_buffer_get_beginAris Adamantiadis2010-10-031-6/+6
* known_hosts: Added missing include.Andreas Schneider2010-09-291-0/+1
* pki: Create a file for known_hosts functions.Andreas Schneider2010-09-281-0/+723