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-passwd.c
Age
Commit message (
Expand
)
Author
2014-07-15
Add support for Unix domain socket forwarding. A remote TCP port
Todd C. Miller
2014-02-02
convert memset of potentially-private data to explicit_bzero()
Damien Miller
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-07-22
move #include <string.h> out of includes.h
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
2003-12-31
Ignore password change request during password auth (which we currently don't
Darren Tucker
2003-08-26
fix passwd auth for 'username leaks via timing'; with djm@, original patches ...
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