index
:
delta/libpwquality-git.git
master
github.com: libpwquality/libpwquality.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
check.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor consecutive check to un-confuse valgrind
Tomas Mraz
2022-12-20
1
-5
/
+5
*
Move the palindrome check later
Tomas Mraz
2022-11-18
1
-3
/
+3
*
Add --disable-cracklib-check configure parameter
snotr
2020-09-14
1
-0
/
+4
*
Add usersubstr check
Danny Sauer
2020-08-03
1
-21
/
+54
*
Fix some gcc warnings
Tomas Mraz
2020-03-24
1
-3
/
+3
*
dead code deletion
Mária Michalíková
2018-12-19
1
-4
/
+3
*
Use calloc() instead of malloc() in distcalculate to initialize the memory.
Tomas Mraz
2018-10-22
1
-2
/
+2
*
Use PWQ_MIN_WORD_LENGTH as minimum user name length to check.
Tomas Mraz
2017-05-26
1
-5
/
+3
*
Add special handling of the difok = 0 setting.
Tomas Mraz
2017-05-26
1
-0
/
+3
*
Make the user check optional.
Tomas Mraz
2016-10-31
1
-1
/
+2
*
Do not try to check presence of too short username in password.
Nikos Mavrogiannopoulos
2016-10-31
1
-2
/
+9
*
Make the cracklib check optional - on by default.
Tomas Mraz
2015-07-16
1
-7
/
+9
*
Backing out unnecessary change.
Tomas Mraz
2014-08-06
1
-7
/
+0
*
Backing out unnecessary change.
Tomas Mraz
2014-08-06
1
-2
/
+2
*
Oops... a typo.
Tomas Mraz
2014-08-06
1
-2
/
+2
*
Sanitize the old and user values before the check.
Tomas Mraz
2014-08-06
1
-0
/
+7
*
Treat empty user or old password as NULL.
Tomas Mraz
2013-07-08
1
-0
/
+6
*
Clarified alternative licensing to GPLv2+.
Tomas Mraz
2012-08-07
1
-4
/
+2
*
Add maxsequence check for too long monotonic character sequence.
Tomas Mraz
2012-06-29
1
-0
/
+42
*
Call the simplicity checks before the cracklib check.
Tomas Mraz
2012-05-23
1
-5
/
+7
*
Fix warnings.
Tomas Mraz
2011-12-07
1
-1
/
+0
*
Check for arbitrary list of forbidden words.
Tomas Mraz
2011-12-07
1
-24
/
+50
*
Add checks for words from passwd GECOS field and for maximum consecutive char...
Tomas Mraz
2011-12-06
1
-6
/
+88
*
Add a check against username.
Tomas Mraz
2011-11-01
1
-3
/
+53
*
Incorporate better error message handling.
Tomas Mraz
2011-09-21
1
-18
/
+41
*
Initial import into the repository.
Tomas Mraz
2011-09-16
1
-0
/
+509