summaryrefslogtreecommitdiff
path: root/src/settings.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in settings when using bad word list.HEADmasterStefan S?rensen2017-02-021-0/+1
* Add an 'enforcing' setting to make the checks to be warning-only in PAM.Tomas Mraz2016-11-011-0/+8
* Make the user check optional.Tomas Mraz2016-10-311-0/+8
* Add implicit support for <cfgfile>.d/*.conf file parsing.Tomas Mraz2015-07-171-0/+69
* Refactor out parsing of a single configuration file.Tomas Mraz2015-07-171-7/+14
* Allow getting max_sequence value.Tomas Mraz2015-07-161-0/+3
* Make the cracklib check optional - on by default.Tomas Mraz2015-07-161-2/+10
* Allow no space around '=' in config file.Tomas Mraz2015-04-081-2/+3
* Terminate the name properly.Vladimir Sorokin2013-09-121-1/+1
* Make it possible to set the maxsequence value.Tomas Mraz2013-06-191-0/+3
* 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/+1
* Remove strain debug fprintf().Tomas Mraz2012-06-131-1/+0
* Check for arbitrary list of forbidden words.Tomas Mraz2011-12-071-0/+8
* Do not leak when setting unknown string value.Tomas Mraz2011-12-071-0/+1
* Deallocate previous string value on setting.Tomas Mraz2011-12-071-1/+1
* Fix configuration file parsing.Tomas Mraz2011-12-061-2/+9
* Add checks for words from passwd GECOS field and for maximum consecutive char...Tomas Mraz2011-12-061-1/+16
* Change pwquality_get_str_setting() to return error value.Tomas Mraz2011-11-071-5/+6
* Drop the difignore setting, it makes no sense.Tomas Mraz2011-11-071-8/+0
* Incorporate better error message handling.Tomas Mraz2011-09-211-16/+24
* Initial import into the repository.Tomas Mraz2011-09-161-0/+350