]> eyrie.org Git - kerberos/krb5-strength.git/history - plugin
Add dependabot configuration
[kerberos/krb5-strength.git] / plugin /
2023-12-25 Russ AllberyFix cppcheck errors
2023-12-25 Russ AllberyExplicitly erase Heimdal password copy
2023-12-25 Russ AllberyUpdate to rra-c-util 10.5
2023-11-15 Russ AllberyMerge pull request #3 from dariaphoebe/master
2023-11-15 Daria Phoebe Brashearcorrect upstream contributor name
2020-05-17 Russ AllberyRemove initializations older cppcheck doesn't like
2020-05-16 Russ AllberyAdd SPDX-License-Identifier headers
2020-05-16 Russ AllberyFix Clang warning when built with Heimdal
2020-05-16 Russ AllberyAdd check-cppcheck target and fix errors
2020-05-16 Russ AllberyUse explicit_bzero to overwrite passwords
2020-05-16 Russ AllberyFix warnings with Clang 10
2020-05-16 Russ AllberyUpdate to rra-c-util 8.2 and C TAP Harness 4.7
2020-05-16 Russ AllberyReformat with clang-format
2017-05-22 Russ AllberySupport building without CrackLib support
2016-12-23 Russ AllberyCoding style cleanup and tests for minimum classes
2016-12-19 Toby BlakeAdd support for requiring a number of character classes
2016-11-07 Russ AllberyUpdate to rra-c-util 5.7 and C TAP Harness 4.1
2016-11-06 Russ AllberyAdd NEWS, documentation, and test suite for cracklib_maxlen
2016-11-06 Jorj BauerAdd option to bypass CrackLib for longer passwords
2014-03-27 Russ AllberyBegin error messages with a capital letter
2014-03-26 Russ AllberyFix a memory leak during SQLite dictionary initialization
2014-03-26 Russ AllberyStick to SQLite interfaces in 3.7
2014-03-25 Russ AllberyAdd real Autoconf probing for SQLite
2014-03-25 Russ AllberyAdd a full complement of edit distance one SQLite checks
2014-03-25 Russ AllberyAdd support for SQLite dictionaries
2014-03-06 Russ AllberyWipe password copies before freeing them
2014-02-27 Russ AllberyAdd minimum_different configuration option
2014-02-26 Russ AllberyRevert "In CDB checks, check all passwords within edit...
2014-02-26 Russ AllberyRevert "Fix edit distance checking and add a test suite"
2014-02-12 Russ AllberyFix edit distance checking and add a test suite
2014-02-07 Russ AllberyIn CDB checks, check all passwords within edit distance one
2013-12-16 Russ AllberyAdd some (unnecessary) checks to unconfuse clang
2013-12-13 Russ AllberyFree character class restrictions on shutdown
2013-12-13 Russ AllberyAdd class requirement documentation and length ranges
2013-12-13 Russ AllberyFix various character class check mistakes, add test...
2013-12-12 Russ AllberyFirst pass at support for character class rules
2013-11-04 Russ AllberyChange my email address to eagle@eyrie.org
2013-10-11 Russ AllberyFix typo in some of the copyright notices
2013-10-08 Russ AllberyUpdate some of the password rejection error messages
2013-10-08 Russ AllberyFix compilation without TinyCDB
2013-10-03 Russ AllberyFix a clang analysis error in the CDB code
2013-10-03 Russ AllberyAdd additional checks for passwords based on principals
2013-10-03 Russ AllberyChange strength_check to take a saner argument order
2013-10-03 Russ AllberyRefactor checking for passwords based on principals
2013-10-03 Russ AllberyClean up and refactor configuration handling
2013-10-03 Russ AllberySeparate Kerberos configuration handling into a separat...
2013-10-03 Russ AllberyRemove unnecessary includes in plugin/cracklib.c
2013-10-03 Russ AllberyRefactor the CrackLib code into a separate source file
2013-10-02 Russ AllberyMove CDB initialization into plugin/cdb.c
2013-10-02 Russ AllberyRemove duplicate definition of KADM5_PASS_Q_GENERIC
2013-10-02 Russ AllberyRefactor error handling inside the plugin
2013-10-02 Russ AllberyClean up error handling in the Heimdal plugin
2013-10-02 Russ AllberyRename the internal plugin functions
2013-10-02 Russ AllberyFix Heimdal pwcheck header probing
2013-10-02 Russ AllberyHide internal functions
2013-10-02 Russ AllberyRename plugin/api.h to plugin/internal.h
2013-10-02 Russ AllberyUse krb5_free_string to free krb5_appdefault_string...
2013-10-02 Russ AllberyAdd configurable checks for ASCII and for non-letters
2013-10-02 Russ AllberyAdd support for enforcing a minimum password length
2013-10-01 Russ AllberyAdd support for checking against a CDB database
2013-10-01 Russ AllberyInclude strerror results in Kerberos error messages
2013-09-27 Russ AllberyUse the Kerberos context to set the error message
2013-09-25 Russ AllberyMove krb5.conf configuration into the plugin
2013-09-25 Russ AllberyFix configuration and status codes in the MIT plugin
2013-09-19 Russ AllberyClean up the leading comment on the MIT plugin code
2013-09-19 Russ AllberyReformat the prototype for pwqual_strength_initvt
2013-09-19 Russ AllberyUse util/macros.h for the UNUSED macro
2013-09-19 Russ AllberyUse the correct Stanford copyright notice, update dates
2013-09-19 Russ AllberyInclude portable/krb5.h instead of krb5.h
2013-09-19 Russ AllberyUse the portability layer and close a memory leak
2013-09-19 Russ AllberyAdd support for new MIT plugin interface, drop old...
2013-09-19 Russ AllberyFix the path to the Heimdal password strength header
2012-05-11 Russ AllberyUpdate LICENSE statements
2012-05-11 Russ AllberyReject username followed by digits as the password
2010-01-07 Russ AllberyAdd new plugin API for MIT Kerberos
2009-12-10 Russ AllberyMove the external Heimdal check program to a separate...
2009-12-10 Russ AllberyFix the Heimdal plugin and test suite
2009-12-10 Russ AllberyTake advantage of the portability layer for plugin...
2009-12-09 Russ AllberyInitial implementation of Heimdal plugin API
2009-11-18 Russ AllberyAdd heimdal-strength, a program to do Heimdal external...
2009-10-15 Russ AllberyAdd header file with prototypes for the public plugin API
2009-10-14 Russ AllberyAdd normal copyright header to plugin/api.c
2007-07-19 Russ AllberyThe check of the password against the principal checked...
2007-03-23 Russ AllberyReject a NULL dictionary path.
2007-03-23 Russ AllberyRewrite with a cleaner coding style, no static variable...
2007-03-23 Russ AllberySomething very strange happened with the last commit...