search for: forced_passwd_change

Displaying 2 results from an estimated 2 matches for "forced_passwd_change".

2001 Jun 18
2
Patch for changing expired passwords
...mmand); return 1; } -------------- next part -------------- *** auth.c.O2 Mon Jun 18 14:21:06 2001 --- auth.c Mon Jun 18 14:24:33 2001 *************** *** 47,52 **** --- 47,55 ---- #include "buffer.h" #include "bufaux.h" + /* set when password has expired */ + int forced_passwd_change = 0; + /* import */ extern ServerOptions options; *************** *** 81,93 **** int days = time(NULL) / 86400; /* Check account expiry */ ! if ((spw->sp_expire >= 0) && (days > spw->sp_expire)) return 0; /* Check password expiry */ if ((spw-...
2001 Oct 12
17
Please test snapshots for 3.0 release
Could everyone please test the latest snapshots as we will be making a new release soon. If you have any patches you would like us to consider, please resend them to the list ASAP. -d -- | Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's | http://www.mindrot.org / distributed filesystem'' - Dan Geer