summaryrefslogtreecommitdiff
path: root/usr.bin/passwd/pwd_check.c
AgeCommit message (Expand)Author
2013-03-02When using an external password quality check program, do not run theAntoine Jacoutot
2008-11-06-Wall -Wshadow clean, no binary changeDamien Miller
2005-05-01run password strength checking regexes as user; ok deraadt@Damien Miller
2005-03-04make :passwordtries=0:\ in login.conf work.Moritz Jodeit
2004-07-13Simplify some things now that we only have login.conf to worry aboutTodd C. Miller
2004-07-13passwd.conf has been deprecated since login.conf was imported.Todd C. Miller
2004-03-14use pid_t for fork return. started by Joris VinkTed Unangst
2002-06-28various cleanups; ok millertTheo de Raadt
2002-05-27support ":" prefix as group name, as username can contain ".".Jun-ichiro itojun Hagino
2001-06-18o move passwd.conf variables into login.confTodd C. Miller
2000-11-24Include err.h and util.hTodd C. Miller
2000-11-24Include strings.h for strlen() prototypeTodd C. Miller
2000-08-01integrate password quality checking, disallow all digit passwords motivatedNiels Provos