summaryrefslogtreecommitdiff
path: root/usr.bin/passwd/local_passwd.c
AgeCommit message (Collapse)Author
2001-08-18If 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-16extra arg to pw_mkdbTodd C. Miller
2001-08-16At Theo's request only print 'Please wait' if don't get the lockTodd C. Miller
on the first try.
2001-07-07quiet some -Wall warnings for login_{l,}chpassTodd C. Miller
2001-07-04Move locking of the passwd file *after* we have gotten a new passwordTodd 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-18o move passwd.conf variables into login.confTodd 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-12Minor interface changes to allow code reuse in login_chpass(8) andTodd C. Miller
login_lchpass(8)
2000-11-26Update for pw_mkdb(3) interface change. All but vipw and userdel canTodd C. Miller
specify a username (and thus avoid rebuilding the while database).
2000-08-01integrate password quality checking, disallow all digit passwords motivatedNiels 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-13excessive paranoiaTheo de Raadt
1998-02-24catch special password "s/key" and refuse itTheo de Raadt
1997-04-07Better error message when lookup of getlogin() != uidTodd C. Miller
1997-03-27Slight cleanup, more neededTobias Weingartner
1997-02-16cleaned up, moved pw_getconf to libutil, removed _'s in option namesNiels Provos
1997-02-14include blowfish cipher - free config of which cipher to useNiels Provos
1996-09-30If can't open temp file (and it doesn't already exist) give real error message.Todd C. Miller
1996-06-26rcsidTheo de Raadt
1996-05-22libutilTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt