summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/auth2-pubkey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* allow key options (command="..." and friends) in AuthorizedPrincipals;djm2010-06-291-7/+27
* fix logspam when key options (from="..." especially) deny non-matching keys;djm2010-05-201-6/+12
* add some optional indirection to matching of principal names listeddjm2010-05-071-8/+94
* revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with thedjm2010-04-161-5/+4
* correct certificate logging and make it more consistent betweendjm2010-03-101-14/+17
* Add a TrustedUserCAKeys option to sshd_config to specify CA keys thatdjm2010-03-041-1/+52
* Add support for certificate key types for users and hosts.djm2010-02-261-4/+33
* avoid nasty double free; ok dtucker@ djm@otto2008-07-031-2/+1
* Merge duplicate host key file checks, based in part on a patch from Robdtucker2008-07-021-33/+5
* Include unistd.h for close(), prevents warnings in -portabledtucker2008-06-131-1/+2
* refuse to read ~/.shosts or ~/.ssh/authorized_keys that are notdjm2008-06-131-9/+23
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-5/+8
* move #include <stdio.h> out of includes.hstevesk2006-08-011-1/+2
* move #include <pwd.h> out of includes.h; ok markus@stevesk2006-07-061-1/+3
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
* RCSID() can diederaadt2006-03-191-1/+0
* move #include <sys/stat.h> out of includes.h; ok markus@stevesk2006-02-201-1/+4
* Fix debug call in error path of authorized_keys processing and fix relateddtucker2004-12-111-1/+2
* Discard over-length authorized_keys entries rather than complaining whendtucker2004-12-061-4/+5
* make ssh -Wshadow clean, no functional changesavsm2004-06-211-4/+4
* fix mem leaks; some fixes from Pete Flugstad; tested dtucker@markus2004-01-191-3/+3
* standardise arguments to auth methods - they should all take authctxt.djm2003-11-041-4/+1
* int -> u_int; ok djm@, deraadt@, mouring@markus2003-06-241-2/+2
* rename log() into logit() to avoid name conflict. markus ok, from netbsditojun2003-04-081-3/+3
* move Authmethod definitons to per-method file.markus2002-05-311-2/+8
* split auth2.c into one file per method; ok provos@/deraadt@markus2002-05-251-0/+273