Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: othersrc/libexec/tnftpd/src
Module Name: othersrc
Committed By: lukem
Date: Tue Oct 28 08:15:27 UTC 2008
Modified Files:
othersrc/libexec/tnftpd/src: ftpd.c
Log Message:
Perform the shadow password expiry checks using days rather than seconds,
otherwise an sp_max of 99999 (default on Debian) would overflow a 32bit
time_t when multiplied by 86400, causing a user whose password hasn't
changed for > 1.5 years to be incorrectly locked out.
Problem noted by Takashi SHIRAI <shirai%unixusers.net@localhost>
To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 othersrc/libexec/tnftpd/src/ftpd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index