summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in settings when using bad word list.HEADmasterStefan S?rensen2017-02-021-0/+1
* Fix build with --disable-nls on platforms without libintl included in libc.Stefan S?rensen2017-02-022-0/+4
* Add an 'enforcing' setting to make the checks to be warning-only in PAM.Tomas Mraz2016-11-015-2/+20
* Make the user check optional.Tomas Mraz2016-10-315-1/+21
* Do not try to check presence of too short username in password.Nikos Mavrogiannopoulos2016-10-311-2/+9
* Add missing parts to pwquality.pc.inTomas Mraz2016-03-211-1/+7
* Fix possible stack overflow in pwquality_generate() with data from /dev/urandom.Tomas Mraz2015-08-241-1/+1
* Add implicit support for <cfgfile>.d/*.conf file parsing.Tomas Mraz2015-07-172-1/+73
* 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-164-9/+22
* Change the default settings.Tomas Mraz2015-07-162-14/+14
* Allow no space around '=' in config file.Tomas Mraz2015-04-081-2/+3
* 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
* pwmake and pwscore also use gettextTomas Mraz2014-03-131-2/+2
* Link also to LIBINTL if set.Tomas Mraz2014-03-051-2/+2
* Terminate the name properly.Vladimir Sorokin2013-09-121-1/+1
* Treat empty user or old password as NULL.Tomas Mraz2013-07-081-0/+6
* Make it possible to set the maxsequence value.Tomas Mraz2013-06-191-0/+3
* Add -lcrack to Libs.private in pkgconfig.Tomas Mraz2012-12-201-0/+1
* Always properly free the pwquality settings.Tomas Mraz2012-12-193-0/+11
* Always use proper version in the pkgconfig file.Tomas Mraz2012-11-071-1/+1
* Add extern "C" to the pwquality.h public header file.Tomas Mraz2012-11-071-0/+8
* Handle fgetpwent_r() returning ERANGE more gracefully.Tomas Mraz2012-08-161-4/+10
* Add local_users_only option to skip the pwquality checks for non-locals.Stef Walter2012-08-161-2/+53
* Clarified alternative licensing to GPLv2+.Tomas Mraz2012-08-079-36/+18
* Add maxsequence check for too long monotonic character sequence.Tomas Mraz2012-06-295-0/+52
* Make the PAM module build optional.Tomas Mraz2012-06-131-6/+14
* Remove strain debug fprintf().Tomas Mraz2012-06-131-1/+0
* Add pwquality.pc to EXTRA_DIST.Tomas Mraz2012-05-241-1/+1
* Add enforce_for_root option to the PAM module.Tomas Mraz2012-05-241-1/+5
* Fix compilationBastien Nocera2012-05-242-0/+2
* Call the simplicity checks before the cracklib check.Tomas Mraz2012-05-231-5/+7
* Added pkgconfig file.Tomas Mraz2012-05-232-0/+7
* Fix warnings.Tomas Mraz2011-12-073-3/+2
* Check for arbitrary list of forbidden words.Tomas Mraz2011-12-075-25/+67
* 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-066-8/+130
* Drop difignore from the configuration file.Tomas Mraz2011-11-101-4/+0
* Change pwquality_get_str_setting() to return error value.Tomas Mraz2011-11-072-8/+9
* Drop the difignore setting, it makes no sense.Tomas Mraz2011-11-074-18/+8
* Add a check against username.Tomas Mraz2011-11-016-9/+77
* Create first tarball. Add spec file.libpwquality-0.9Tomas Mraz2011-10-032-2/+55
* Remove stray source file.Tomas Mraz2011-10-031-755/+0
* Incorporate better error message handling.Tomas Mraz2011-09-219-173/+190