]> eyrie.org Git - kerberos/krb5-strength.git/shortlog
kerberos/krb5-strength.git
2013-10-11 Russ AllberyImported Upstream version 2.1 upstream/2.1
2013-10-11 Russ AllberyRelease 2.1 release/2.1
2013-10-08 Russ AllberyAdd NEWS entries for TinyCDB build fixes
2013-10-08 Russ AllberyUpdate some of the password rejection error messages
2013-10-08 Russ AllberySimplify TinyCDB Autoconf probes
2013-10-08 Russ AllberyFix compilation without TinyCDB
2013-10-08 Russ AllberyFix handling of --with-tinycdb
2013-10-08 Russ AllberyFlesh out test suite requirements in README
2013-10-08 Russ AllberyUpdate BLURB in README based on the new Debian description
2013-10-07 Russ AllberyImported Upstream version 2.0 upstream/2.0
2013-10-07 Russ AllberyFix distribution contents for the release release/2.0
2013-10-07 Russ AllberyRemove now-unneeded strlcat and strlcpy .gitignore...
2013-10-07 Russ AllberyFix logic to find the test CDB database
2013-10-07 Russ AllberyAdjust the test suite for being run with a weird umask
2013-10-07 Russ AllberyRelease 2.0
2013-10-03 Russ AllberyRewrite LICENSE in Debian copyright-format 1.0
2013-10-03 Russ AllberyFix copyright dates and cracklib/LICENCE reference...
2013-10-03 Russ AllberyRemove a cdbmake-wordlist comment that confused build...
2013-10-03 Russ AllberyAdd a license statement to the heimdal-strength documen...
2013-10-03 Russ AllberyAdd more standard sections to README
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 AllberyRename generic tests to principal tests
2013-10-03 Russ AllberyDocument that checking against the principal is always...
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 AllberyUse krb5_xfree for krb5_free_default_realm on Heimdal
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 AllberyChange the default plugin install path and name
2013-10-02 Russ AllberyFix Heimdal pwcheck header probing
2013-10-02 Russ AllberyHide internal functions
2013-10-02 Russ AllberyMark the portable_dummy symbol as hidden
2013-10-02 Russ AllberyRemove strlcat and strlcpy portable replacements
2013-10-02 Russ AllberyReorganize the plugin tests
2013-10-02 Russ AllberyUpdate EXTRA_DIST for file changes
2013-10-02 Russ AllberyMove heimdal-strength test
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 AllberySupport UTF-8 data in password test cases
2013-10-02 Russ AllberyAdd support for enforcing a minimum password length
2013-10-02 Russ AllberyProbe for setrlimit for the xmalloc tests
2013-10-01 Russ AllberySeparate generic tests from CrackLib tests
2013-10-01 Russ AllberyMove password test data into a subdirectory
2013-10-01 Russ AllberyAdd Perl testing from rra-c-util
2013-10-01 Russ AllberyAdd missing POD spelling stopword for cdbmake-wordlist
2013-10-01 Russ AllberyFix style problems in the heimdal/external test
2013-10-01 Russ AllberyFix naming of cdbmake-wordlist test
2013-10-01 Russ AllberyAdd test suite for util/messages-krb5
2013-10-01 Russ AllberyMove heimdal-strength to the tools directory
2013-10-01 Russ AllberyRenamed cdb.m4 to tinycdb.m4
2013-10-01 Russ AllberyAdd support for checking against a CDB database
2013-10-01 Russ AllberyInclude strerror results in Kerberos error messages
2013-10-01 Russ AllberyAdd cdbmake-wordlist test to the default test suite
2013-10-01 Russ AllberyAdd a test suite for cdbmake-wordlist
2013-10-01 Russ AllberyAdd initial version of cdbmake-wordlist tool
2013-09-28 Russ AllberyRemove appdefaults realm support for MIT from TODO
2013-09-27 Russ AllberyUse the Kerberos context to set the error message
2013-09-27 Russ AllberyUse die_krb5 in the external password checker
2013-09-25 Russ AllberyMove krb5.conf configuration into the plugin
2013-09-25 Russ AllberyFix memory management in the MIT plugin test
2013-09-25 Russ AllberyRemove some reachable leaks, static data in cracklib...
2013-09-25 Russ AllberyUse standard CrackLib tools when not using embedded
2013-09-25 Russ AllberyRemove explicit CPPFLAGS setting for the plugin
2013-09-25 Russ AllberyUpdate EXTRA_DIST and libportable sources
2013-09-25 Russ AllberyMake the way too short error consistent with CrackLib
2013-09-25 Russ AllberyRewrite the MIT plugin tests in C
2013-09-25 Russ AllberyFix configuration and status codes in the MIT plugin
2013-09-24 Russ AllberyReport a real plan for the heimdal/external test
2013-09-24 Russ AllberyRewrite the Heimdal plugin tests in C
2013-09-24 Russ AllberyRewrite the heimdal-strength tests in Perl
2013-09-24 Russ AllberyImport Perl test support modules from rra-c-util
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 AllberyImport the util layer from rra-c-util, use for heimdal...
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 AllberyRemove an old TODO item related to the MIT patch
2013-09-19 Russ AllberyDon't purge the autom4te.cache directory
2013-09-19 Russ AllberyUse the portability layer and close a memory leak
2013-09-19 Russ AllberyAdd a more extensive Kerberos portability layer
2013-09-19 Russ AllberyAdd support for new MIT plugin interface, drop old...
2013-09-19 Russ AllberyAdd additional CrackLib changes to cracklib/HISTORY
2013-09-19 Russ AllberyFix the path to the Heimdal password strength header
2013-09-19 Russ AllberyUpdate to the latest warning flags fromr rra-c-util 4.9
2013-09-19 Russ AllberyAdd a missing ANSI C prototyping fix
2013-09-19 Russ AllberyRemove the need for tests/data/.placeholder
2013-09-19 Russ AllberyUpdate to rra-c-util 4.9 and C TAP Harness 2.2
2013-09-19 Russ AllberyMake the simplicity check dependent on password length
2012-05-11 Russ AllberyImported Upstream version 1.1 upstream/1.1
2012-05-11 Russ AllberyAdd new rra-c-util files to the distribution release/1.1
next