summaryrefslogtreecommitdiff
path: root/auth2-passwd.c
Commit message (Collapse)AuthorAgeFilesLines
* - (djm) [auth2-kbdint.c auth2-none.c auth2-passwd.c auth2-pubkey.c]djm2004-09-111-4/+4
| | | | Make cygwin code more consistent with that which surrounds it
* - dtucker@cvs.openbsd.org 2003/12/31 00:24:50dtucker2003-12-311-6/+14
| | | | | | [auth2-passwd.c] Ignore password change request during password auth (which we currently don't support) and discard proposed new password. corrections/ok markus@
* - markus@cvs.openbsd.org 2003/08/26 09:58:43djm2003-09-021-2/+2
| | | | | | | [auth-passwd.c auth.c auth.h auth1.c auth2-none.c auth2-passwd.c] [auth2.c monitor.c] fix passwd auth for 'username leaks via timing'; with djm@, original patches from solar
* - (djm) RCSID sync w/ OpenBSDdjm2003-05-141-1/+1
|
* - (djm) Add back radix.o (used by AFS support), after it went missing fromdjm2003-04-291-3/+3
| | | | | | | Makefile many moons ago - (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer - (djm) Fix blibpath specification for AIX/gcc - (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org
* *** empty log message ***djm2003-04-091-1/+1
|
* - markus@cvs.openbsd.org 2002/05/25 18:51:07mouring2002-06-061-0/+65
[auth.h auth2.c auth2-hostbased.c auth2-kbdint.c auth2-none.c auth2-passwd.c auth2-pubkey.c Makefile.in] split auth2.c into one file per method; ok provos@/deraadt@ NOTE: Merged back noticable cygwin and pam stuff. May need review to ensure I did not miss anything.