Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-18 | If we modify pw_change we cannot pass pw_mkdb() the secureonly flag. | Todd C. Miller | |
We don't need to rebuild the v7 version of the file in this case but we have no way to communicate that to pw_mkdb since we pass in a boolean instead of a set of bit flags. | |||
2001-08-16 | extra arg to pw_mkdb | Todd C. Miller | |
2001-08-16 | At Theo's request only print 'Please wait' if don't get the lock | Todd C. Miller | |
on the first try. | |||
2001-07-07 | quiet some -Wall warnings for login_{l,}chpass | Todd C. Miller | |
2001-07-04 | Move locking of the passwd file *after* we have gotten a new password | Todd C. Miller | |
from the user. Set real/effective/saved uids to 0 and block all signals so the lock cannot be kept longer than necessary. If we cannot lock, try again every 1/4 second for 2 seconds and then ask the user what they wish to do (keep trying, quit). | |||
2001-06-18 | o move passwd.conf variables into login.conf | Todd C. Miller | |
o no longer install passwd.conf (but it is used if it exists and the needed info is not in login.conf) o added passwordtime and minpasswordlen login.conf variables | |||
2000-12-12 | Minor interface changes to allow code reuse in login_chpass(8) and | Todd C. Miller | |
login_lchpass(8) | |||
2000-11-26 | Update for pw_mkdb(3) interface change. All but vipw and userdel can | Todd C. Miller | |
specify a username (and thus avoid rebuilding the while database). | |||
2000-08-01 | integrate password quality checking, disallow all digit passwords motivated | Niels Provos | |
by Solar Designer. External password checking program can be spawned now, number of password trials configurable. work by me and Bob Beck. | |||
1998-07-13 | excessive paranoia | Theo de Raadt | |
1998-02-24 | catch special password "s/key" and refuse it | Theo de Raadt | |
1997-04-07 | Better error message when lookup of getlogin() != uid | Todd C. Miller | |
1997-03-27 | Slight cleanup, more needed | Tobias Weingartner | |
1997-02-16 | cleaned up, moved pw_getconf to libutil, removed _'s in option names | Niels Provos | |
1997-02-14 | include blowfish cipher - free config of which cipher to use | Niels Provos | |
1996-09-30 | If can't open temp file (and it doesn't already exist) give real error message. | Todd C. Miller | |
1996-06-26 | rcsid | Theo de Raadt | |
1996-05-22 | libutil | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |