summaryrefslogtreecommitdiffstats
path: root/usr.bin/passwd/pwd_check.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(),deraadt2017-08-211-5/+10
* Remove NULL-checks before free(). ok tb@mmcc2015-12-091-5/+3
* Delete YP password related code. As a result, these can also bederaadt2015-11-261-1/+7
* When using an external password quality check program, do not run theajacoutot2013-03-021-14/+14
* -Wall -Wshadow clean, no binary changedjm2008-11-061-1/+4
* run password strength checking regexes as user; ok deraadt@djm2005-05-011-37/+67
* make :passwordtries=0:\ in login.conf work.moritz2005-03-041-2/+2
* Simplify some things now that we only have login.conf to worry aboutmillert2004-07-131-25/+22
* passwd.conf has been deprecated since login.conf was imported.millert2004-07-131-88/+12
* use pid_t for fork return. started by Joris Vinktedu2004-03-141-7/+8
* various cleanups; ok millertderaadt2002-06-281-38/+32
* support ":" prefix as group name, as username can contain ".".itojun2002-05-271-1/+15
* o move passwd.conf variables into login.confmillert2001-06-181-26/+54
* Include err.h and util.hmillert2000-11-241-1/+3
* Include strings.h for strlen() prototypemillert2000-11-241-3/+5
* integrate password quality checking, disallow all digit passwords motivatedprovos2000-08-011-0/+218