summaryrefslogtreecommitdiff
path: root/src/check.c
Commit message (Expand)AuthorAgeFilesLines
* Make the user check optional.Tomas Mraz2016-10-311-1/+2
* Do not try to check presence of too short username in password.Nikos Mavrogiannopoulos2016-10-311-2/+9
* Make the cracklib check optional - on by default.Tomas Mraz2015-07-161-7/+9
* Backing out unnecessary change.Tomas Mraz2014-08-061-7/+0
* Backing out unnecessary change.Tomas Mraz2014-08-061-2/+2
* Oops... a typo.Tomas Mraz2014-08-061-2/+2
* Sanitize the old and user values before the check.Tomas Mraz2014-08-061-0/+7
* Treat empty user or old password as NULL.Tomas Mraz2013-07-081-0/+6
* Clarified alternative licensing to GPLv2+.Tomas Mraz2012-08-071-4/+2
* Add maxsequence check for too long monotonic character sequence.Tomas Mraz2012-06-291-0/+42
* Call the simplicity checks before the cracklib check.Tomas Mraz2012-05-231-5/+7
* Fix warnings.Tomas Mraz2011-12-071-1/+0
* Check for arbitrary list of forbidden words.Tomas Mraz2011-12-071-24/+50
* Add checks for words from passwd GECOS field and for maximum consecutive char...Tomas Mraz2011-12-061-6/+88
* Add a check against username.Tomas Mraz2011-11-011-3/+53
* Incorporate better error message handling.Tomas Mraz2011-09-211-18/+41
* Initial import into the repository.Tomas Mraz2011-09-161-0/+509