summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/auth2-pubkey.c
AgeCommit message (Expand)Author
2004-12-11Fix debug call in error path of authorized_keys processing and fix relatedDarren Tucker
2004-12-06Discard over-length authorized_keys entries rather than complaining whenDarren Tucker
2004-06-21make ssh -Wshadow clean, no functional changesAnil Madhavapeddy
2004-01-19fix mem leaks; some fixes from Pete Flugstad; tested dtucker@Markus Friedl
2003-11-04standardise arguments to auth methods - they should all take authctxt.Damien Miller
2003-06-24int -> u_int; ok djm@, deraadt@, mouring@Markus Friedl
2003-04-08rename log() into logit() to avoid name conflict. markus ok, from netbsdJun-ichiro itojun Hagino
2002-05-31move Authmethod definitons to per-method file.Markus Friedl
2002-05-25split auth2.c into one file per method; ok provos@/deraadt@Markus Friedl