summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/hostfile.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor hostkeys_foreach() and dependent codedjm2015-02-161-11/+20
* Host key rotation support.djm2015-01-261-1/+4
* introduce hostkeys_foreach() to allow iteration over adjm2015-01-181-1/+42
* sync ssh-keysign, ssh-keygen and some dependencies to the newdjm2015-01-151-5/+6
* fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@djm2013-07-121-2/+2
* automatically order the hostkeys requested by the client based ondjm2010-11-291-6/+24
* Add a TrustedUserCAKeys option to sshd_config to specify CA keys thatdjm2010-03-041-2/+3
* Add support for certificate key types for users and hosts.djm2010-02-261-1/+3
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
* add support for hashing host names and addresses added to known_hosts files,djm2005-03-011-2/+7
* constify. ok markus@ & djm@jakob2003-11-101-3/+3
* KNFderaadt2002-11-211-6/+6
* no comma at end of enumerator listmarkus2002-09-081-2/+2
* print out all known keys for a host if we get a unknown host key,markus2002-07-241-2/+4
* remove auth_rsa_read_key, make hostfile_ready_key non static; ok markus@jakob2001-12-181-2/+2
* remove comments from .h, since they are cut&paste from the .c filesmarkus2001-06-261-16/+3
* prototype pedant. not very creative...itojun2001-06-261-5/+4
* sync with netbsd tree changes.itojun2001-02-081-1/+4
* $OpenBSD$niklas2001-01-291-0/+2
* print keyfile:line for changed hostkeys, for deraadt@; ok deraadt@markus2000-12-211-1/+3
* some more Copyright fixesmarkus2000-09-071-20/+8
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-0/+23
* whitespace cleanupmarkus2000-04-141-1/+1
* initial support for DSA keys. ok deraadt@, niels@markus2000-03-231-0/+22