aboutsummaryrefslogtreecommitdiff
path: root/src/known_hosts.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-17build: Fix missing struct in_addr warning.Andreas Schneider1-0/+1
2012-02-05session: Use a struct for all options.Andreas Schneider1-15/+18
2011-09-18priv: Move options and config prototypes to own header.Andreas Schneider1-0/+1
2011-09-08string: Use the struct and array for allocating the struct.Andreas Schneider1-3/+3
2011-09-08known_hosts: Fix a free before last use.Andreas Schneider1-1/+2
2011-09-07known_hosts: Fix a memleak.Andreas Schneider1-2/+4
2011-09-05known_hosts: Migrate ssh_write_knownhost() to new pki.Andreas Schneider1-172/+92
2011-06-15known_hosts: Added a log message for key type mismatch.Andreas Schneider1-0/+6
2011-06-13[crypto] initial support for ecdh-sha2-nistp256Aris Adamantiadis1-1/+1
2010-10-03Removed references to ssh_buffer_get_beginAris Adamantiadis1-6/+6
2010-09-29known_hosts: Added missing include.Andreas Schneider1-0/+1
2010-09-28pki: Create a file for known_hosts functions.Andreas Schneider1-0/+723