index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
authfile.h
Age
Commit message (
Expand
)
Author
2015-01-08
deprecate key_load_private_pem() and sshkey_load_private_pem()
Damien Miller
2014-12-04
add RevokedHostKeys option for the client
Damien Miller
2014-07-03
remove leakmalloc droppings
Damien Miller
2014-06-24
New key API: refactor key-related functions to be more library-like,
Damien Miller
2013-12-06
new private key format, bcrypt as KDF by default; details in PROTOCOL.key;
Markus Friedl
2011-05-04
allow "ssh-add - < key"; feedback and ok markus@
Damien Miller
2010-08-04
enable certificates for hostbased authentication, from Iain Morgan;
Damien Miller
2010-03-04
Add a TrustedUserCAKeys option to sshd_config to specify CA keys that
Damien Miller
2006-04-25
Prevent ssh from trying to open private keys with bad permissions more than
Darren Tucker
2006-03-25
standardise spacing in $OpenBSD$ tags; requested by deraadt@
Damien Miller
2006-03-13
Make ssh-add check file permissions before attempting to load private
Darren Tucker
2002-05-23
add /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; add
Kevin Steves
2001-06-26
remove comments from .h, since they are cut&paste from the .c files
Markus Friedl
2001-06-26
prototype pedant. not very creative...
Jun-ichiro itojun Hagino
2001-03-26
simpler key load/save interface, see authfile.h
Markus Friedl
2000-10-16
Add idents for files which lack them
Damien Miller
2000-09-07
some more Copyright fixes
Markus Friedl
2000-09-07
cleanup copyright notices on all files. I have attempted to be accurate with
Theo de Raadt
2000-09-06
prototype
Markus Friedl
2000-04-26
add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
Markus Friedl