]> eyrie.org Git - kerberos/krb5-strength.git/shortlog
kerberos/krb5-strength.git
2013-10-08 Russ AllberyFinalize changes for 2.0-1 debian/2.0-1
2013-10-08 Russ AllberyRemove README.Debian
2013-10-08 Russ AllberyReally enable PIE in the hardening flags
2013-10-08 Russ AllberyStop using dh_install
2013-10-08 Russ AllberySilence the echo commands about disabled test suite
2013-10-08 Russ AllberyFix the target of the module chmod command
2013-10-08 Russ AllberyAdd more Perl modules to pass Test::Strict
2013-10-08 Russ AllberyIgnore test suite failures due to #724570
2013-10-08 Russ AllberyFlesh out build dependencies for testing
2013-10-08 Russ AllberyDrop --with-tinycdb to work around a bug in configure
2013-10-08 Russ AllberyAdd bug closer for the ITP bug
2013-10-08 Russ AllberyInstall man pages and generalize usr/bin install rule
2013-10-07 Russ AllberyAdd Pre-Depends since debhelper will want it for multiarch
2013-10-07 Russ AllberyVersion the libkrb5-dev dependency
2013-10-07 Russ AllberyFix permissions on the correct plugin file
2013-10-07 Russ AllberyAdd branch information to the Vcs-Git metadata
2013-10-07 Russ AllberyUse xz compression for the upstream and Debian tarballs
2013-10-07 Russ AllberyRewrite debian/copyright in copyright-format 1.0
2013-10-07 Russ AllberyUpdate standards version to 3.9.4
2013-10-07 Russ AllberyUse dh-autoreconf to rebuild the build system during...
2013-10-07 Russ AllberyAdd blank line to the end of the local patch header
2013-10-07 Russ AllberyUpdate debhelper to V9, enable hardening and parallel...
2013-10-07 Russ AllberyRemove Bugs header now that this package is in Debian...
2013-10-07 Russ AllberyBuild against system CrackLib and the CDB libraries
2013-10-07 Russ AllberyMerge krb5-strength and heimdal-strength, revise descri...
2013-10-07 Russ AllberyAdd changelog for the upstream 2.0 release
2013-10-07 Russ AllberyMerge tag 'upstream/2.0' into debian
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
next