summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/hostfile.h
AgeCommit message (Expand)Author
2015-02-16Refactor hostkeys_foreach() and dependent codeDamien Miller
2015-01-26Host key rotation support.Damien Miller
2015-01-18introduce hostkeys_foreach() to allow iteration over aDamien Miller
2015-01-15sync ssh-keysign, ssh-keygen and some dependencies to the newDamien Miller
2013-07-12fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@Damien Miller
2010-11-29automatically order the hostkeys requested by the client based onDamien Miller
2010-03-04Add a TrustedUserCAKeys option to sshd_config to specify CA keys thatDamien Miller
2010-02-26Add support for certificate key types for users and hosts.Damien Miller
2006-03-25standardise spacing in $OpenBSD$ tags; requested by deraadt@Damien Miller
2005-03-01add support for hashing host names and addresses added to known_hosts files,Damien Miller
2003-11-10constify. ok markus@ & djm@Jakob Schlyter
2002-11-21KNFTheo de Raadt
2002-09-08no comma at end of enumerator listMarkus Friedl
2002-07-24print out all known keys for a host if we get a unknown host key,Markus Friedl
2001-12-18remove auth_rsa_read_key, make hostfile_ready_key non static; ok markus@Jakob Schlyter
2001-06-26remove comments from .h, since they are cut&paste from the .c filesMarkus Friedl
2001-06-26prototype pedant. not very creative...Jun-ichiro itojun Hagino
2001-02-08sync with netbsd tree changes.Jun-ichiro itojun Hagino
2001-01-29$OpenBSD$Niklas Hallqvist
2000-12-21print keyfile:line for changed hostkeys, for deraadt@; ok deraadt@Markus Friedl
2000-09-07some more Copyright fixesMarkus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-04-14whitespace cleanupMarkus Friedl
2000-03-23initial support for DSA keys. ok deraadt@, niels@Markus Friedl