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
/
auth2-pubkey.c
Age
Commit message (
Expand
)
Author
2012-11-14
fix username passed to helper program
Damien Miller
2012-11-04
Remove default of AuthorizedCommandUser. Administrators are now expected
Damien Miller
2012-10-30
new sshd_config option AuthorizedKeysCommand to support fetching
Damien Miller
2011-09-25
improve the AuthorizedPrincipalsFile debug log message to include
Damien Miller
2011-05-23
allow AuthorizedKeysFile to specify multiple files, separated by spaces.
Damien Miller
2011-05-11
remove support for authorized_keys2; it is a relic from the early days
Damien Miller
2010-11-20
clean up cases of ;;
Theo de Raadt
2010-06-29
allow key options (command="..." and friends) in AuthorizedPrincipals;
Damien Miller
2010-05-20
fix logspam when key options (from="..." especially) deny non-matching keys;
Damien Miller
2010-05-07
add some optional indirection to matching of principal names listed
Damien Miller
2010-04-16
revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with the
Damien Miller
2010-03-10
correct certificate logging and make it more consistent between
Damien Miller
2010-03-04
Add a TrustedUserCAKeys option to sshd_config to specify CA keys that
Damien Miller
2010-02-26
Add support for certificate key types for users and hosts.
Damien Miller
2008-07-03
avoid nasty double free; ok dtucker@ djm@
Otto Moerbeek
2008-07-02
Merge duplicate host key file checks, based in part on a patch from Rob
Darren Tucker
2008-06-13
Include unistd.h for close(), prevents warnings in -portable
Darren Tucker
2008-06-13
refuse to read ~/.shosts or ~/.ssh/authorized_keys that are not
Damien Miller
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-08-01
move #include <stdio.h> out of includes.h
Kevin Steves
2006-07-06
move #include <pwd.h> out of includes.h; ok markus@
Kevin Steves
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
2006-03-19
RCSID() can die
Theo de Raadt
2006-02-20
move #include <sys/stat.h> out of includes.h; ok markus@
Kevin Steves
2004-12-11
Fix debug call in error path of authorized_keys processing and fix related
Darren Tucker
2004-12-06
Discard over-length authorized_keys entries rather than complaining when
Darren Tucker
2004-06-21
make ssh -Wshadow clean, no functional changes
Anil Madhavapeddy
2004-01-19
fix mem leaks; some fixes from Pete Flugstad; tested dtucker@
Markus Friedl
2003-11-04
standardise arguments to auth methods - they should all take authctxt.
Damien Miller
2003-06-24
int -> u_int; ok djm@, deraadt@, mouring@
Markus Friedl
2003-04-08
rename log() into logit() to avoid name conflict. markus ok, from netbsd
Jun-ichiro itojun Hagino
2002-05-31
move Authmethod definitons to per-method file.
Markus Friedl
2002-05-25
split auth2.c into one file per method; ok provos@/deraadt@
Markus Friedl