]> eyrie.org Git - kerberos/krb5-strength.git/log
kerberos/krb5-strength.git
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.