]> eyrie.org Git - kerberos/krb5-strength.git/log
kerberos/krb5-strength.git
14 years agoInitial implementation of Heimdal plugin API
Russ Allbery [Wed, 9 Dec 2009 07:50:25 +0000 (23:50 -0800)]
Initial implementation of Heimdal plugin API

Support the Heimdal shared module API for embedded password strength
checking and build that interface only if building against Heimdal.

14 years agoAdd TODO items for better integration with regular CrackLib
Russ Allbery [Thu, 19 Nov 2009 06:38:59 +0000 (22:38 -0800)]
Add TODO items for better integration with regular CrackLib

14 years agoAdd a test suite
Russ Allbery [Thu, 19 Nov 2009 06:35:54 +0000 (22:35 -0800)]
Add a test suite

Add a test suite using the driver and library from C TAP Harness 1.1.

14 years agoFixed the padding written by the packer utility
Russ Allbery [Thu, 19 Nov 2009 06:26:02 +0000 (22:26 -0800)]
Fixed the padding written by the packer utility

Fixed the data format written by the included packer program to add
enough nul bytes at the end of the data.  Previously, there was not
enough trailing nul bytes for the expected input format, leading to
uninitialized memory reads in the password lookup.

14 years agoAdd heimdal-strength, a program to do Heimdal external checks
Russ Allbery [Wed, 18 Nov 2009 01:02:25 +0000 (17:02 -0800)]
Add heimdal-strength, a program to do Heimdal external checks

Add heimdal-strength, a program that checks password strength using
the protocol for a Heimdal external check program.

This program gets the dictionary path from a krb5.conf option, so the
build now depends on Kerberos.

14 years agoUpdate build system for current standards
Russ Allbery [Thu, 15 Oct 2009 03:01:51 +0000 (20:01 -0700)]
Update build system for current standards

Update the Autoconf requirement to 2.64 and the Automake requirement to
1.11.  Enable optional silent rules and news file checking.  Add my
normal warnings target.  Use the m4 directory for Autoconf macros and
move supporting programs from tools to build-aux.  Remove the increase
of warnings with gcc in favor of my normal make warnings approach.

14 years agoClean up compiler warnings in the cracklib directory
Russ Allbery [Thu, 15 Oct 2009 03:00:57 +0000 (20:00 -0700)]
Clean up compiler warnings in the cracklib directory

This is more divergence from the original, which is somewhat annoying,
but it's nice to be able to build the whole package with the normal set
of warnings.

14 years agoAdd header file with prototypes for the public plugin API
Russ Allbery [Thu, 15 Oct 2009 01:17:58 +0000 (18:17 -0700)]
Add header file with prototypes for the public plugin API

14 years agoAdd Git ignore rules
Russ Allbery [Thu, 15 Oct 2009 01:17:17 +0000 (18:17 -0700)]
Add Git ignore rules

14 years agoMove licensing information to a separate LICENSE file
Russ Allbery [Wed, 14 Oct 2009 23:12:43 +0000 (16:12 -0700)]
Move licensing information to a separate LICENSE file

Rewrite the licensing information using the standard LICENSE file format
that I now use with my other packages.  Include licensing information for
the Autotools files that are distributed with the package.

14 years agoAdd normal copyright header to plugin/api.c
Russ Allbery [Wed, 14 Oct 2009 21:06:59 +0000 (14:06 -0700)]
Add normal copyright header to plugin/api.c

14 years agoRemove Subversion Id strings
Russ Allbery [Wed, 14 Oct 2009 20:49:47 +0000 (13:49 -0700)]
Remove Subversion Id strings

14 years agoRemove Debian packaging files from the master branch
Russ Allbery [Wed, 14 Oct 2009 20:48:46 +0000 (13:48 -0700)]
Remove Debian packaging files from the master branch

16 years ago* New upstream release. debian/0.5-1
Russ Allbery [Thu, 19 Jul 2007 06:16:41 +0000 (06:16 +0000)]
* New upstream release.
  - More checks for passwords based on the principal.

16 years agoRelease 0.5. release/0.5
Russ Allbery [Thu, 19 Jul 2007 06:15:41 +0000 (06:15 +0000)]
Release 0.5.

16 years agoThe check of the password against the principal checked against the
Russ Allbery [Thu, 19 Jul 2007 06:15:11 +0000 (06:15 +0000)]
The check of the password against the principal checked against the
fully-qualified principal, which is not the usual problem.
Additionally check that the password doesn't match the principal with
the realm removed or the reverse of that (case-insensitive).

17 years agoNote that the patch should also work with MIT Kerberos 1.6.
Russ Allbery [Wed, 18 Apr 2007 02:37:19 +0000 (02:37 +0000)]
Note that the patch should also work with MIT Kerberos 1.6.

17 years agoRelease 0.4, really including the patches directory. release/0.4
Russ Allbery [Wed, 28 Mar 2007 19:42:29 +0000 (19:42 +0000)]
Release 0.4, really including the patches directory.

17 years agoReally include the patches directory in the distribution.
Russ Allbery [Wed, 28 Mar 2007 19:41:18 +0000 (19:41 +0000)]
Really include the patches directory in the distribution.

17 years agoAdd a note about the type problem when building CrackLib.
Russ Allbery [Fri, 23 Mar 2007 22:30:51 +0000 (22:30 +0000)]
Add a note about the type problem when building CrackLib.

17 years ago* New upstream release with a different name. debian/0.3-1 release/0.3
Russ Allbery [Fri, 23 Mar 2007 22:28:13 +0000 (22:28 +0000)]
* New upstream release with a different name.
  - Many cleanups to the code and build system.
  - Unnecessary differences from CrackLib removed.
  - Some Debian CrackLib patches applied for robustness.
* Updated README.Debian with a better example kdc.conf entry.
* No longer install the packer binary.  We can use the one from
  cracklib-runtime.

17 years agoAdd the patch for MIT Kerberos 1.4.4.
Russ Allbery [Fri, 23 Mar 2007 08:48:35 +0000 (08:48 +0000)]
Add the patch for MIT Kerberos 1.4.4.

17 years agoNote some improvement needed in the patch.
Russ Allbery [Fri, 23 Mar 2007 08:48:25 +0000 (08:48 +0000)]
Note some improvement needed in the patch.

17 years agoReject a NULL dictionary path.
Russ Allbery [Fri, 23 Mar 2007 08:40:23 +0000 (08:40 +0000)]
Reject a NULL dictionary path.

17 years agoAdd initial documentation.
Russ Allbery [Fri, 23 Mar 2007 08:34:10 +0000 (08:34 +0000)]
Add initial documentation.

17 years agoDon't crash if the dictionary is corrupt.
Russ Allbery [Fri, 23 Mar 2007 07:53:01 +0000 (07:53 +0000)]
Don't crash if the dictionary is corrupt.

17 years agoNote the improvement to the search algorithm.
Russ Allbery [Fri, 23 Mar 2007 07:45:38 +0000 (07:45 +0000)]
Note the improvement to the search algorithm.

17 years agoApply a Debian patch to improve the search logic.
Russ Allbery [Fri, 23 Mar 2007 07:44:35 +0000 (07:44 +0000)]
Apply a Debian patch to improve the search logic.

17 years agoAdd missing includes and prototypes to get the compiler warnings down
Russ Allbery [Fri, 23 Mar 2007 07:38:29 +0000 (07:38 +0000)]
Add missing includes and prototypes to get the compiler warnings down
to a dull roar.

17 years agoRemove a bunch of useless or unnecessary deviations from upstream. Redo
Russ Allbery [Fri, 23 Mar 2007 06:43:54 +0000 (06:43 +0000)]
Remove a bunch of useless or unnecessary deviations from upstream.  Redo
all of our changes to use upstream's coding style.  Document our changes
to meet the requirements of the Artistic License.

17 years agoNote in the documentation that these are the original upstream files and
Russ Allbery [Fri, 23 Mar 2007 06:24:01 +0000 (06:24 +0000)]
Note in the documentation that these are the original upstream files and
add some mention of our local modifications.

17 years agoIgnore generated files during the build.
Russ Allbery [Fri, 23 Mar 2007 04:38:28 +0000 (04:38 +0000)]
Ignore generated files during the build.

17 years agoFix various build system problems.
Russ Allbery [Fri, 23 Mar 2007 04:38:18 +0000 (04:38 +0000)]
Fix various build system problems.

17 years agoRewrite with a cleaner coding style, no static variables, and better
Russ Allbery [Fri, 23 Mar 2007 04:38:05 +0000 (04:38 +0000)]
Rewrite with a cleaner coding style, no static variables, and better
handling of memory allocation.

17 years agoClean up and standardize the build system.
Russ Allbery [Fri, 23 Mar 2007 04:07:03 +0000 (04:07 +0000)]
Clean up and standardize the build system.

17 years agoRemove generated files.
Russ Allbery [Fri, 23 Mar 2007 03:51:00 +0000 (03:51 +0000)]
Remove generated files.

17 years agoRemove subdirectory makefiles. These will be rolled into the top-level
Russ Allbery [Fri, 23 Mar 2007 03:42:28 +0000 (03:42 +0000)]
Remove subdirectory makefiles.  These will be rolled into the top-level
Makefile.am.

17 years agoAdd original upstream documentation.
Russ Allbery [Fri, 23 Mar 2007 03:41:52 +0000 (03:41 +0000)]
Add original upstream documentation.

17 years agoSomething very strange happened with the last commit. Clean up the
Russ Allbery [Fri, 23 Mar 2007 03:37:16 +0000 (03:37 +0000)]
Something very strange happened with the last commit.  Clean up the
plugin/api.c source and rename src to cracklib, since that's actually
what it is.

17 years agoMove the plugin code into its own directory and use naming consistent
Russ Allbery [Fri, 23 Mar 2007 03:35:31 +0000 (03:35 +0000)]
Move the plugin code into its own directory and use naming consistent
with krb5-sync.

17 years agoImport the current krb5-strength code. debian/0.2-1 release/0.2
Russ Allbery [Fri, 23 Mar 2007 03:25:18 +0000 (03:25 +0000)]
Import the current krb5-strength code.