summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/authfile.h
AgeCommit message (Expand)Author
2015-01-08deprecate key_load_private_pem() and sshkey_load_private_pem()Damien Miller
2014-12-04add RevokedHostKeys option for the clientDamien Miller
2014-07-03remove leakmalloc droppingsDamien Miller
2014-06-24New key API: refactor key-related functions to be more library-like,Damien Miller
2013-12-06new private key format, bcrypt as KDF by default; details in PROTOCOL.key;Markus Friedl
2011-05-04allow "ssh-add - < key"; feedback and ok markus@Damien Miller
2010-08-04enable certificates for hostbased authentication, from Iain Morgan;Damien Miller
2010-03-04Add a TrustedUserCAKeys option to sshd_config to specify CA keys thatDamien Miller
2006-04-25Prevent ssh from trying to open private keys with bad permissions more thanDarren Tucker
2006-03-25standardise spacing in $OpenBSD$ tags; requested by deraadt@Damien Miller
2006-03-13Make ssh-add check file permissions before attempting to load privateDarren Tucker
2002-05-23add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentic...Markus Friedl
2002-03-04$OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; addKevin Steves
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-03-26simpler key load/save interface, see authfile.hMarkus Friedl
2000-10-16Add idents for files which lack themDamien Miller
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-09-06prototypeMarkus Friedl
2000-04-26add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]Markus Friedl