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
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