summaryrefslogtreecommitdiff
path: root/auth-shadow.c
Commit message (Collapse)AuthorAgeFilesLines
* - (djm) [acss.c auth-pam.c auth-shadow.c auth-skey.c auth1.c canohost.c]djm2005-07-171-2/+2
| | | | | [cipher-acss.c loginrec.c ssh-rand-helper.c sshd.c] Fix whitespace at EOL in portable too ("perl -p -i -e 's/\s+$/\n/' *.[ch]")
* - (dtucker) [auth-shadow.c] Prevent compiler warnings if "DAY" is defineddtucker2005-02-161-1/+4
| | | | by the system headers.
* - (dtucker) [auth-shadow.c auth.h] Provide warnings of impending account ordtucker2004-02-211-14/+44
| | | | password expiry. ok djm@
* - (dtucker) [auth-shadow.c auth.c auth.h] Move shadow account expiry testdtucker2004-02-211-1/+27
| | | | to auth-shadow.c, no functional change. ok djm@
* - (dtucker) [auth-passwd.c auth-shadow.c] Only enable shadow expiry checkdtucker2004-02-111-3/+3
| | | | if HAS_SHADOW_EXPIRY is set.
* Remove auth-shadow.h referencedtucker2004-02-101-2/+1
|
* - (dtucker) [LICENCE Makefile.in auth-passwd.c auth-shadow.c auth.c auth.hdtucker2004-02-101-0/+80
defines.h] Bug #14: Use do_pwchange to support password expiry and force change for platforms using /etc/shadow. ok djm@