]> eyrie.org Git - kerberos/krb5-strength.git/log
kerberos/krb5-strength.git
10 years agoImport Perl test support modules from rra-c-util
Russ Allbery [Tue, 24 Sep 2013 04:20:52 +0000 (21:20 -0700)]
Import Perl test support modules from rra-c-util

Import Test::RRA, Test::RRA::Automake, and Test::RRA::Config
from rra-c-util 4.10 for the use of test cases written in Perl.

10 years agoClean up the leading comment on the MIT plugin code
Russ Allbery [Thu, 19 Sep 2013 23:57:05 +0000 (16:57 -0700)]
Clean up the leading comment on the MIT plugin code

10 years agoReformat the prototype for pwqual_strength_initvt
Russ Allbery [Thu, 19 Sep 2013 23:56:28 +0000 (16:56 -0700)]
Reformat the prototype for pwqual_strength_initvt

10 years agoUse util/macros.h for the UNUSED macro
Russ Allbery [Thu, 19 Sep 2013 23:55:12 +0000 (16:55 -0700)]
Use util/macros.h for the UNUSED macro

Also reorganize the MIT plugin code a little bit.

10 years agoImport the util layer from rra-c-util, use for heimdal-strength
Russ Allbery [Thu, 19 Sep 2013 23:50:15 +0000 (16:50 -0700)]
Import the util layer from rra-c-util, use for heimdal-strength

Rather than rolling our own versions of xmalloc, xstrdup, and die,
import the util layer and use the standard versions of those
functions.  Also import the test suite.

10 years agoUse the correct Stanford copyright notice, update dates
Russ Allbery [Thu, 19 Sep 2013 05:43:06 +0000 (22:43 -0700)]
Use the correct Stanford copyright notice, update dates

10 years agoInclude portable/krb5.h instead of krb5.h
Russ Allbery [Thu, 19 Sep 2013 04:44:34 +0000 (21:44 -0700)]
Include portable/krb5.h instead of krb5.h

Make use of the portability layer to figure out which Kerberos
header to include.

10 years agoRemove an old TODO item related to the MIT patch
Russ Allbery [Thu, 19 Sep 2013 04:39:54 +0000 (21:39 -0700)]
Remove an old TODO item related to the MIT patch

10 years agoDon't purge the autom4te.cache directory
Russ Allbery [Thu, 19 Sep 2013 04:38:52 +0000 (21:38 -0700)]
Don't purge the autom4te.cache directory

Retain this to make subsequent autogen runs faster.

10 years agoUse the portability layer and close a memory leak
Russ Allbery [Thu, 19 Sep 2013 04:27:43 +0000 (21:27 -0700)]
Use the portability layer and close a memory leak

Free the unparsed principal name when checking passwords in
Heimdal, and use the portability layer in the external strength
program.

10 years agoAdd a more extensive Kerberos portability layer
Russ Allbery [Thu, 19 Sep 2013 04:26:27 +0000 (21:26 -0700)]
Add a more extensive Kerberos portability layer

We don't really care about portability for krb5_get_error_message
since we effectively will require that it exists, but may as well
use the same structure as other code.  Add some other functions
that we're using (or should be using).

10 years agoAdd support for new MIT plugin interface, drop old patch
Russ Allbery [Thu, 19 Sep 2013 03:55:02 +0000 (20:55 -0700)]
Add support for new MIT plugin interface, drop old patch

Add support for the MIT Kerberos password quality plugin interface,
available in MIT Kerberos 1.9 and later, contributed by Greg Hudson
and MIT.  Drop the patch for MIT Kerberos 1.4 (and hence support for
versions of MIT Kerberos prior to 1.9).

10 years agoAdd additional CrackLib changes to cracklib/HISTORY
Russ Allbery [Thu, 19 Sep 2013 00:51:53 +0000 (17:51 -0700)]
Add additional CrackLib changes to cracklib/HISTORY

10 years agoFix the path to the Heimdal password strength header
Russ Allbery [Thu, 19 Sep 2013 00:41:58 +0000 (17:41 -0700)]
Fix the path to the Heimdal password strength header

Expect the Heimdal password strength checking plugin header in
kadm5/kadm5-pwcheck.h instead of outside of the kadm5 directory.  This
is the path used by current versions of Heimdal.

10 years agoUpdate to the latest warning flags fromr rra-c-util 4.9
Russ Allbery [Thu, 19 Sep 2013 00:34:36 +0000 (17:34 -0700)]
Update to the latest warning flags fromr rra-c-util 4.9

10 years agoAdd a missing ANSI C prototyping fix
Russ Allbery [Thu, 19 Sep 2013 00:34:26 +0000 (17:34 -0700)]
Add a missing ANSI C prototyping fix

10 years agoRemove the need for tests/data/.placeholder
Russ Allbery [Wed, 18 Sep 2013 23:30:27 +0000 (16:30 -0700)]
Remove the need for tests/data/.placeholder

Just create the tests/data directory if needed before running
the packer to create the dictionary.

10 years agoUpdate to rra-c-util 4.9 and C TAP Harness 2.2
Russ Allbery [Wed, 18 Sep 2013 23:27:45 +0000 (16:27 -0700)]
Update to rra-c-util 4.9 and C TAP Harness 2.2

Update to rra-c-util 4.9:

* Probe for Kerberos headers using file checks instead of compiles.
* Improve probe for the Heimdal libroken library.
* Always build with large file support.
* Conditionally call AM_PROG_AR for portability to new Autotools.

Update to C TAP Harness 2.2:

* Allow more easily running single programs under tests/runtests.
* Flush the output from the test harness after each test.

10 years agoMake the simplicity check dependent on password length
Russ Allbery [Wed, 18 Sep 2013 22:47:10 +0000 (15:47 -0700)]
Make the simplicity check dependent on password length

CrackLib checks for passwords where a character is a simple increment
or decrement of the previous character.  In previous versions, the
embedded version of CrackLib allowed at most four such occurrences in
the entire password.  This results in false positives on long
passphrases, since such accidental letter relationships aren't
uncommon in human languages.  Change the embedded CrackLib to allow
one such simple increment for every three characters in the password,
which tightens the check somewhat for shorter passwords and loosens it
considerably for longer passwords.

12 years agoFinalize changes for 1.1-1 debian/1.1-1
Russ Allbery [Fri, 11 May 2012 22:03:14 +0000 (15:03 -0700)]
Finalize changes for 1.1-1

12 years agoUpdate standards version to 3.9.3
Russ Allbery [Fri, 11 May 2012 22:00:55 +0000 (15:00 -0700)]
Update standards version to 3.9.3

12 years agoSwitch to Debian source package format 3.0 (quilt)
Russ Allbery [Fri, 11 May 2012 21:58:25 +0000 (14:58 -0700)]
Switch to Debian source package format 3.0 (quilt)

* Switch to Debian source package format 3.0 (quilt) with a custom local
  patch header.

12 years agoUpdate debian/copyright from upstream LICENSE file
Russ Allbery [Fri, 11 May 2012 21:53:10 +0000 (14:53 -0700)]
Update debian/copyright from upstream LICENSE file

12 years agoAdd a Bugs header directing bug reports to me personally
Russ Allbery [Fri, 11 May 2012 21:50:45 +0000 (14:50 -0700)]
Add a Bugs header directing bug reports to me personally

12 years agoUpdate to debhelper compatibility level V8
Russ Allbery [Fri, 11 May 2012 21:50:13 +0000 (14:50 -0700)]
Update to debhelper compatibility level V8

12 years agoAdd initial upstream changelog for 1.1
Russ Allbery [Fri, 11 May 2012 21:49:26 +0000 (14:49 -0700)]
Add initial upstream changelog for 1.1

12 years agoMerge tag 'upstream/1.1' into debian
Russ Allbery [Fri, 11 May 2012 21:48:02 +0000 (14:48 -0700)]
Merge tag 'upstream/1.1' into debian

Upstream version 1.1

12 years agoImported Upstream version 1.1 upstream/1.1
Russ Allbery [Fri, 11 May 2012 21:48:01 +0000 (14:48 -0700)]
Imported Upstream version 1.1

12 years agoAdd new rra-c-util files to the distribution release/1.1
Russ Allbery [Fri, 11 May 2012 21:44:53 +0000 (14:44 -0700)]
Add new rra-c-util files to the distribution

12 years agoRelease 1.1
Russ Allbery [Fri, 11 May 2012 21:41:22 +0000 (14:41 -0700)]
Release 1.1

12 years agoStop using local in the test suite for portability to Solaris /bin/sh
Russ Allbery [Fri, 11 May 2012 21:40:38 +0000 (14:40 -0700)]
Stop using local in the test suite for portability to Solaris /bin/sh

12 years agoUpdate LICENSE statements
Russ Allbery [Fri, 11 May 2012 21:37:02 +0000 (14:37 -0700)]
Update LICENSE statements

Use the correct form of the Stanford University copyright.

12 years agoIn the embedded CrackLib, also check for a duplicated dictionary word
Russ Allbery [Fri, 11 May 2012 21:28:07 +0000 (14:28 -0700)]
In the embedded CrackLib, also check for a duplicated dictionary word

12 years agoUpdate to rra-c-util 4.4 and C TAP Harness 1.12
Russ Allbery [Fri, 11 May 2012 21:07:18 +0000 (14:07 -0700)]
Update to rra-c-util 4.4 and C TAP Harness 1.12

Update to rra-c-util 4.4:

* Use PATH_KRB5_CONFIG to override krb5-config location.
* Fix probing for ibm_svc/krb5_svc.h on AIX.
* Support Heimdal libraries without libroken, like OpenBSD.
* Fix manual Kerberos library probing without transitive dependencies.
* Support systems that only have krb5/krb5.h.
* Pass --deps to krb5-config in the non-reduced-dependencies case.
* Silence __attribute__ warnings on more compilers.
* Include strings.h where available for additional prototypes.
* Update warning flags for make warnings.
* Flesh out MAINTCLEANFILES to remove autogen results.
* Add notices to all files copied from rra-c-util.

Update to C TAP Harness 1.12:

* Drop is_double from the C TAP library to avoid requiring -lm.
* Avoid using local in the shell libtap.sh library.
* Silence __attribute__ warnings on more compilers.
* runtests now frees all allocated resources on exit.
* Add bmalloc, bcalloc, brealloc, and bstrdup TAP library functions.
* Fix runtests to still honor SOURCE and -s without BUILD and -b.
* Add tests/HOWTO documenting how to add new tests.
* More correct handling of system-specific errors in output checking.
* Ensure correct output ordering in test results.
* Add -h and a better usage message to tests/runtests.
* Add diag and sysdiag functions to the basic TAP library.
* Clean up data types in the basic C TAP library.
* Add the GCC nonnull attribute to the TAP library bail functions.

12 years agoUpdate Heimdal plugin test for changes to CrackLib rules
Russ Allbery [Fri, 11 May 2012 21:06:43 +0000 (14:06 -0700)]
Update Heimdal plugin test for changes to CrackLib rules

12 years agoConditionally add cracklib/packer to check_PROGRAMS
Russ Allbery [Fri, 11 May 2012 20:42:40 +0000 (13:42 -0700)]
Conditionally add cracklib/packer to check_PROGRAMS

This is better than noinst_PROGRAMS since it will be built with
make warnings.

12 years agoUpdate test suite for new length restriction, new username check
Russ Allbery [Fri, 11 May 2012 20:31:58 +0000 (13:31 -0700)]
Update test suite for new length restriction, new username check

Make the dictionary word we use to test longer now that we require
at least eight character passwords.  Also update the whitespace
tests.  Add tests for rejecting the username with digits appended.

12 years agoReject username followed by digits as the password
Russ Allbery [Fri, 11 May 2012 20:31:30 +0000 (13:31 -0700)]
Reject username followed by digits as the password

Reject passwords formed from the username portion of the principal
with digits appended.

12 years agoChange the minimum password length in the embedded CrackLib to 8
Russ Allbery [Fri, 11 May 2012 20:01:26 +0000 (13:01 -0700)]
Change the minimum password length in the embedded CrackLib to 8

14 years agoSupport linking with the system CrackLib
Russ Allbery [Mon, 15 Mar 2010 02:00:04 +0000 (19:00 -0700)]
Support linking with the system CrackLib

Support linking with the system CrackLib instead of the embedded and
stricter copy by passing --with-cracklib to configure.

14 years agoNote type handling fix in cracklib/HISTORY
Russ Allbery [Mon, 15 Mar 2010 01:04:52 +0000 (18:04 -0700)]
Note type handling fix in cracklib/HISTORY

14 years agoRemove to-do item about variable sizes in CrackLib
Russ Allbery [Sun, 14 Mar 2010 23:44:18 +0000 (16:44 -0700)]
Remove to-do item about variable sizes in CrackLib

14 years agoUse the correct variable sizes for int8/int16/int32 in CrackLib
Russ Allbery [Sun, 14 Mar 2010 23:42:34 +0000 (16:42 -0700)]
Use the correct variable sizes for int8/int16/int32 in CrackLib

Fix variable sizes in the embedded CrackLib on 64-bit platforms.  This
may fix interoperability problems with databases created on platforms
with a different native integer size.  Thanks, Karl Lehnberger and
Benj Carson.

14 years agoFinalize changes for 1.0-1 debian/1.0-1
Russ Allbery [Wed, 17 Feb 2010 06:47:40 +0000 (22:47 -0800)]
Finalize changes for 1.0-1

14 years agoFix spelling error in heimdal-strength description
Russ Allbery [Wed, 17 Feb 2010 06:20:14 +0000 (22:20 -0800)]
Fix spelling error in heimdal-strength description

14 years agoAdd Homepage, Vcs-Git, and Vcs-Browser control fields
Russ Allbery [Wed, 17 Feb 2010 06:19:48 +0000 (22:19 -0800)]
Add Homepage, Vcs-Git, and Vcs-Browser control fields

14 years agoAdd a watch file
Russ Allbery [Wed, 17 Feb 2010 06:18:15 +0000 (22:18 -0800)]
Add a watch file

14 years agoImported Upstream version 1.0 upstream/1.0
Russ Allbery [Wed, 17 Feb 2010 06:07:41 +0000 (22:07 -0800)]
Imported Upstream version 1.0

14 years agoMerge commit 'upstream/1.0' into debian
Russ Allbery [Wed, 17 Feb 2010 06:07:41 +0000 (22:07 -0800)]
Merge commit 'upstream/1.0' into debian

14 years agoAdd some missing statements from LICENSE release/1.0
Russ Allbery [Wed, 17 Feb 2010 06:00:56 +0000 (22:00 -0800)]
Add some missing statements from LICENSE

14 years agoLink the plugin with the Kerberos libraries
Russ Allbery [Wed, 17 Feb 2010 05:55:15 +0000 (21:55 -0800)]
Link the plugin with the Kerberos libraries

14 years agoAdd build dependency on libkrb5-dev
Russ Allbery [Wed, 17 Feb 2010 05:35:45 +0000 (21:35 -0800)]
Add build dependency on libkrb5-dev

Required for the configuration parsing in heimdal-strength.

14 years agoREADME.Debian is specific to krb5-strength
Russ Allbery [Wed, 17 Feb 2010 05:33:45 +0000 (21:33 -0800)]
README.Debian is specific to krb5-strength

Only install it in that package, and make some minor updates.

14 years agoUpdate copyright from the upstream LICENSE file
Russ Allbery [Wed, 17 Feb 2010 05:12:28 +0000 (21:12 -0800)]
Update copyright from the upstream LICENSE file

14 years agoInstall the man page for heimdal-strength
Russ Allbery [Wed, 17 Feb 2010 05:07:25 +0000 (21:07 -0800)]
Install the man page for heimdal-strength

14 years agoUpdate standards version to 3.8.4
Russ Allbery [Wed, 17 Feb 2010 04:54:23 +0000 (20:54 -0800)]
Update standards version to 3.8.4

14 years agoCreate a separate heimdal-strength package
Russ Allbery [Wed, 17 Feb 2010 04:51:27 +0000 (20:51 -0800)]
Create a separate heimdal-strength package

* Create a separate heimdal-strength package containing only the
  external password check program for Heimdal.  The Heimdal version of
  the libkadm5srv plugin isn't packaged for the time being.

14 years agoUpdate debhelper compatibility to V7 and use rule minimization
Russ Allbery [Wed, 17 Feb 2010 03:12:55 +0000 (19:12 -0800)]
Update debhelper compatibility to V7 and use rule minimization

* Update debhelper compatibility mode to V7.
  - Use debhelper rule minimization with overrides.
  - Add ${misc:Depends} to dependencies.

14 years agoInitial changelog entry for 1.0-1
Russ Allbery [Wed, 17 Feb 2010 02:43:27 +0000 (18:43 -0800)]
Initial changelog entry for 1.0-1

14 years agoMerge commit 'upstream/1.0' into debian
Russ Allbery [Wed, 17 Feb 2010 02:41:02 +0000 (18:41 -0800)]
Merge commit 'upstream/1.0' into debian

14 years agoImported Upstream version 1.0
Russ Allbery [Wed, 17 Feb 2010 02:41:01 +0000 (18:41 -0800)]
Imported Upstream version 1.0

14 years agoAdd some more missing files to the distribution
Russ Allbery [Wed, 17 Feb 2010 02:36:09 +0000 (18:36 -0800)]
Add some more missing files to the distribution

14 years agoDistribute and rename POD checks
Russ Allbery [Wed, 17 Feb 2010 02:29:14 +0000 (18:29 -0800)]
Distribute and rename POD checks

Include the POD checks in the distribution and rename them to match
the naming of other test programs.

14 years agoDistribute tests/data/wordlist
Russ Allbery [Wed, 17 Feb 2010 02:22:18 +0000 (18:22 -0800)]
Distribute tests/data/wordlist

14 years agoRelease 1.0
Russ Allbery [Wed, 17 Feb 2010 02:10:49 +0000 (18:10 -0800)]
Release 1.0

14 years agoNote that the MIT Kerberos plugin work is incomplete
Russ Allbery [Wed, 17 Feb 2010 02:09:40 +0000 (18:09 -0800)]
Note that the MIT Kerberos plugin work is incomplete

14 years agoUpdate LICENSE for portability layer and test suite addition
Russ Allbery [Wed, 17 Feb 2010 01:49:49 +0000 (17:49 -0800)]
Update LICENSE for portability layer and test suite addition

14 years agoAdd tests for POD documentation and spelling stopwords
Russ Allbery [Fri, 15 Jan 2010 07:47:02 +0000 (23:47 -0800)]
Add tests for POD documentation and spelling stopwords

14 years agoAdd a manual page for heimdal-strength
Russ Allbery [Fri, 15 Jan 2010 07:43:12 +0000 (23:43 -0800)]
Add a manual page for heimdal-strength

14 years agoUpdate README, add documentation for Heimdal
Russ Allbery [Fri, 15 Jan 2010 07:20:14 +0000 (23:20 -0800)]
Update README, add documentation for Heimdal

Remove the beta notification for this software, since we've been running
it in production for a while.  Explain more clearly how it compares to
just embedding CrackLib.  Add configuration instructions for Heimdal and
details about the new external password quality check function.

14 years agoAllow for Heimdal passing the principal as argv[0] to external check
Russ Allbery [Thu, 14 Jan 2010 21:25:16 +0000 (13:25 -0800)]
Allow for Heimdal passing the principal as argv[0] to external check

Current versions of Heimdal appear to pass the principal as the first
element of argv rather than passing the program name as the first element
and the principal as the first conventional argument.  Allow for this in
the external check implementation.

14 years agoAdd new plugin API for MIT Kerberos
Russ Allbery [Thu, 7 Jan 2010 04:50:08 +0000 (20:50 -0800)]
Add new plugin API for MIT Kerberos

Add a new plugin API for MIT Kerberos modelled after the plugin API
used for other MIT Kerberos plugins.  Thanks to Marcus Watts for
substantial research and contributions to the interface design.

14 years agoAdd a NEWS entry for the portability layer
Russ Allbery [Thu, 10 Dec 2009 21:24:47 +0000 (13:24 -0800)]
Add a NEWS entry for the portability layer

14 years agoAdd a changelog entry for supporting Heimdal's plugin API
Russ Allbery [Thu, 10 Dec 2009 06:51:59 +0000 (22:51 -0800)]
Add a changelog entry for supporting Heimdal's plugin API

14 years agoMove the external Heimdal check program to a separate directory
Russ Allbery [Thu, 10 Dec 2009 06:50:28 +0000 (22:50 -0800)]
Move the external Heimdal check program to a separate directory

14 years agoSkip the Heimdal plugin test if not built with Heimdal
Russ Allbery [Thu, 10 Dec 2009 06:45:38 +0000 (22:45 -0800)]
Skip the Heimdal plugin test if not built with Heimdal

14 years agoFix the Heimdal plugin and test suite
Russ Allbery [Thu, 10 Dec 2009 06:20:28 +0000 (22:20 -0800)]
Fix the Heimdal plugin and test suite

The plugin code now passes all of its test cases, and the test suite
is run by default.

14 years agoAdd a test for the Heimdal shared module
Russ Allbery [Thu, 10 Dec 2009 05:32:05 +0000 (21:32 -0800)]
Add a test for the Heimdal shared module

14 years agoTake advantage of the portability layer for plugin code
Russ Allbery [Thu, 10 Dec 2009 01:26:09 +0000 (17:26 -0800)]
Take advantage of the portability layer for plugin code

Use the new portable/system.h header and rely on the existence of a
sane snprintf and working strlcpy.

14 years agoRename Heimdal external password strength test
Russ Allbery [Thu, 10 Dec 2009 01:25:40 +0000 (17:25 -0800)]
Rename Heimdal external password strength test

heimdal/external is more accurate than heimdal/basic, since a plugin
test is coming next.

14 years agoAdd a basic portability library
Russ Allbery [Thu, 10 Dec 2009 01:13:49 +0000 (17:13 -0800)]
Add a basic portability library

Add a basic portability library that ensures that functions like snprintf
and strlcpy are available, since I want to use them in the plugin code.
Synchronized with rra-c-util 2.1.

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 agoMerge branch 'upstream' into debian
Russ Allbery [Wed, 14 Oct 2009 20:49:11 +0000 (13:49 -0700)]
Merge branch 'upstream' into debian

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.