summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add function for translating error numbers to a message.Tomas Mraz2011-09-202-1/+137
* Initial import into the repository.Tomas Mraz2011-09-1611-0/+2671