]> eyrie.org Git - kerberos/krb5-sync.git/log
kerberos/krb5-sync.git
11 years agoFinalize changes for 2.3-1 debian/2.3-1
Russ Allbery [Tue, 18 Sep 2012 20:17:52 +0000 (13:17 -0700)]
Finalize changes for 2.3-1

11 years agoRemove debugging display of config.log from the build rules
Russ Allbery [Tue, 18 Sep 2012 20:05:41 +0000 (13:05 -0700)]
Remove debugging display of config.log from the build rules

11 years agoRemove debian/rules code to move the plugin
Russ Allbery [Tue, 18 Sep 2012 20:04:52 +0000 (13:04 -0700)]
Remove debian/rules code to move the plugin

Upstream now installs it in the kadm5_hook directory, so we don't
need to move it around.

11 years agoUpdate standards version to 3.9.3
Russ Allbery [Tue, 18 Sep 2012 20:04:15 +0000 (13:04 -0700)]
Update standards version to 3.9.3

11 years agoConvert debian/copyright to copyright-format 1.0
Russ Allbery [Tue, 18 Sep 2012 20:03:46 +0000 (13:03 -0700)]
Convert debian/copyright to copyright-format 1.0

11 years agoMark krb5-sync-tools Multi-Arch: foreign
Russ Allbery [Tue, 18 Sep 2012 20:01:07 +0000 (13:01 -0700)]
Mark krb5-sync-tools Multi-Arch: foreign

11 years agoSwitch to xz compression
Russ Allbery [Tue, 18 Sep 2012 20:00:13 +0000 (13:00 -0700)]
Switch to xz compression

* Switch to xz compression for the upstream and Debian tarballs and the
  Debian packages.

11 years agoAdd changelog for upstream 2.3 release
Russ Allbery [Tue, 18 Sep 2012 19:58:17 +0000 (12:58 -0700)]
Add changelog for upstream 2.3 release

11 years agoMerge tag 'upstream/2.3' into debian
Russ Allbery [Tue, 18 Sep 2012 19:57:04 +0000 (12:57 -0700)]
Merge tag 'upstream/2.3' into debian

Upstream version 2.3

11 years agoImported Upstream version 2.3 upstream/2.3
Russ Allbery [Tue, 18 Sep 2012 19:56:55 +0000 (12:56 -0700)]
Imported Upstream version 2.3

11 years agoRelease 2.3 release/2.3
Russ Allbery [Tue, 18 Sep 2012 19:54:26 +0000 (12:54 -0700)]
Release 2.3

11 years agoAdd new test files to the distribution
Russ Allbery [Tue, 18 Sep 2012 19:53:43 +0000 (12:53 -0700)]
Add new test files to the distribution

11 years agoTest plugin interfaces for handling of NULL passwords
Russ Allbery [Tue, 18 Sep 2012 19:42:16 +0000 (12:42 -0700)]
Test plugin interfaces for handling of NULL passwords

11 years agoRewrite LICENSE in the copyright-format 1.0 format
Russ Allbery [Tue, 18 Sep 2012 04:25:26 +0000 (21:25 -0700)]
Rewrite LICENSE in the copyright-format 1.0 format

11 years agoAdd or update license statements
Russ Allbery [Tue, 18 Sep 2012 04:25:07 +0000 (21:25 -0700)]
Add or update license statements

Add missing license statements and update the license to the standard
Expat license.

11 years agoFormatting, organization, and license updates to README
Russ Allbery [Tue, 18 Sep 2012 04:24:13 +0000 (21:24 -0700)]
Formatting, organization, and license updates to README

Add the new LICENSE section that I'm now using for software, adjust
more documentation for the new plugin installation location, and
clean up some other bits in the documentation.

11 years agoInstall the plugin in a kadm5_hook directory
Russ Allbery [Tue, 18 Sep 2012 03:44:49 +0000 (20:44 -0700)]
Install the plugin in a kadm5_hook directory

The plugin is now installed in a kadm5_hook subdirectory under
krb5/plugins (under libdir in turn), matching the plugin layout used
by MIT Kerberos.

11 years agoAdd changelog entry for -randkey password handling debian/2.2-3
Russ Allbery [Tue, 18 Sep 2012 03:24:33 +0000 (20:24 -0700)]
Add changelog entry for -randkey password handling

11 years agoIgnore key randomizations from MIT Kerberos
Russ Allbery [Tue, 18 Sep 2012 03:21:43 +0000 (20:21 -0700)]
Ignore key randomizations from MIT Kerberos

11 years agoRename plugin tests
Russ Allbery [Tue, 18 Sep 2012 01:05:11 +0000 (18:05 -0700)]
Rename plugin tests

Don't create a directory for each Kerberos implementation.  We don't
have a whole set of tests for each implementation.  Instead, move the
two implementation-specific interface checks into the plugin directory.

11 years agoAdd a test for the MIT Kerberos plugin interface
Russ Allbery [Tue, 18 Sep 2012 00:58:07 +0000 (17:58 -0700)]
Add a test for the MIT Kerberos plugin interface

11 years agoIncrease the memory limits in the xmalloc test
Russ Allbery [Tue, 18 Sep 2012 00:57:12 +0000 (17:57 -0700)]
Increase the memory limits in the xmalloc test

We now need to allow for and allocate more memory to get proper
test results when linking with all the Heimdal libraries.

11 years agoHandle NULL password for Heimdal, collapse duplicate code
Russ Allbery [Tue, 18 Sep 2012 00:06:34 +0000 (17:06 -0700)]
Handle NULL password for Heimdal, collapse duplicate code

While our Heimdal patch never calls our hook for create without a
password, handle this case anyway in case that changes in the future.
Collapse duplicate code from create and chpass by having create just
call chpass.

11 years agoAdd test for the Heimdal plugin API
Russ Allbery [Fri, 14 Sep 2012 04:00:33 +0000 (21:00 -0700)]
Add test for the Heimdal plugin API

11 years agoIn queuing test, don't free environment that's still active
Russ Allbery [Fri, 14 Sep 2012 03:50:11 +0000 (20:50 -0700)]
In queuing test, don't free environment that's still active

11 years agoUpdate TODO for the fact that we now have a test suite
Russ Allbery [Fri, 14 Sep 2012 03:07:13 +0000 (20:07 -0700)]
Update TODO for the fact that we now have a test suite

11 years agoUse krb5_free_unparsed_name uniformly
Russ Allbery [Fri, 14 Sep 2012 03:04:37 +0000 (20:04 -0700)]
Use krb5_free_unparsed_name uniformly

11 years agoTest failure to queue and running with no configuration
Russ Allbery [Fri, 14 Sep 2012 03:00:54 +0000 (20:00 -0700)]
Test failure to queue and running with no configuration

11 years agoFail queue writes early when we can't lock the queue
Russ Allbery [Fri, 14 Sep 2012 03:00:37 +0000 (20:00 -0700)]
Fail queue writes early when we can't lock the queue

11 years agoAlso test queuing for enables and disables
Russ Allbery [Fri, 14 Sep 2012 02:51:03 +0000 (19:51 -0700)]
Also test queuing for enables and disables

11 years agoTest postcommit_password, check no extra queue files
Russ Allbery [Fri, 14 Sep 2012 02:29:06 +0000 (19:29 -0700)]
Test postcommit_password, check no extra queue files

Test that pwupdate_postcommit_password does nothing, silently.  Check
that there aren't any stray files in the queue directory.

11 years agoTest the mode of the generated queue file
Russ Allbery [Fri, 14 Sep 2012 02:24:11 +0000 (19:24 -0700)]
Test the mode of the generated queue file

11 years agoAdd an initial test suite for the plugin
Russ Allbery [Fri, 14 Sep 2012 02:20:00 +0000 (19:20 -0700)]
Add an initial test suite for the plugin

Currently only tests queuing of password changes.

Properly pass Kerberos preprocessor flags to the compiler when
building the plugin.

11 years agoAdd further changes from rra-c-util 4.6
Russ Allbery [Wed, 12 Sep 2012 23:41:45 +0000 (16:41 -0700)]
Add further changes from rra-c-util 4.6

Drop concat and concatpath from the util library.  Change xasprintf,
xvasprintf, basprintf, and bvasprintf to be void functions and remove
any remaining checks of their exit status.

11 years agoUpdate to rra-c-util 4.6 and C TAP Harness 1.12
Russ Allbery [Wed, 12 Sep 2012 00:03:50 +0000 (17:03 -0700)]
Update to rra-c-util 4.6 and C TAP Harness 1.12

11 years agoMention explicitly that no patch is required for MIT 1.9+
Russ Allbery [Tue, 11 Sep 2012 23:56:43 +0000 (16:56 -0700)]
Mention explicitly that no patch is required for MIT 1.9+

11 years agoIgnore key randomizations from MIT Kerberos
Russ Allbery [Tue, 11 Sep 2012 23:38:05 +0000 (16:38 -0700)]
Ignore key randomizations from MIT Kerberos

12 years agoIgnore "Operation not permitted" errors in silent krb5-sync-backend
Russ Allbery [Thu, 23 Feb 2012 18:53:06 +0000 (10:53 -0800)]
Ignore "Operation not permitted" errors in silent krb5-sync-backend

When krb5-sync-backend is running in silent mode, ignore "Operation
not permitted" errors from krb5_set_password.  Heimdal 1.5.2 returns
this error from Active Directory when attempting to change the
password of an account that does not exist.

12 years agoFinalize changes for 2.2-2 debian/2.2-2
Russ Allbery [Wed, 8 Feb 2012 01:14:23 +0000 (17:14 -0800)]
Finalize changes for 2.2-2

12 years agotmp debugging
Russ Allbery [Wed, 8 Feb 2012 01:04:13 +0000 (17:04 -0800)]
tmp debugging

12 years agoRegenerate the Autotools build system with dh-autoreconf
Russ Allbery [Wed, 8 Feb 2012 00:57:11 +0000 (16:57 -0800)]
Regenerate the Autotools build system with dh-autoreconf

12 years agoMake the single-debian-patch and patch-header options local
Russ Allbery [Wed, 8 Feb 2012 00:56:19 +0000 (16:56 -0800)]
Make the single-debian-patch and patch-header options local

* Move single-debian-patch to local-options and patch-header to
  local-patch-header so that they only apply to the packages I build and
  NMUs get regular version-numbered patches.

12 years agoBump debhelper dependency to 9
Russ Allbery [Wed, 8 Feb 2012 00:55:33 +0000 (16:55 -0800)]
Bump debhelper dependency to 9

* Bump debhelper dependency to 9 now that compatibility mode V9 is no
  longer experimental.

12 years agoEnable bindnow and PIE hardening flags
Russ Allbery [Wed, 8 Feb 2012 00:50:29 +0000 (16:50 -0800)]
Enable bindnow and PIE hardening flags

* Fix debian/rules syntax for setting hardening flags and enable bindnow
  and PIE.

12 years agoFinalize changes for 2.2-1 debian/2.2-1
Russ Allbery [Wed, 11 Jan 2012 22:36:36 +0000 (14:36 -0800)]
Finalize changes for 2.2-1

12 years agoRestart krb5-admin-server when the plugin is updated
Russ Allbery [Wed, 11 Jan 2012 21:11:58 +0000 (13:11 -0800)]
Restart krb5-admin-server when the plugin is updated

* Restart krb5-admin-server if it's running when the plugin is
  configured to ensure the latest version is loaded.

12 years agoRecommend krb5-admin-server 1.9 in the plugin package
Russ Allbery [Wed, 11 Jan 2012 01:06:54 +0000 (17:06 -0800)]
Recommend krb5-admin-server 1.9 in the plugin package

* Recommend krb5-admin-server 1.9 or later in the plugin package.  This
  isn't the best way to express the dependency, since the plugin is
  actually loaded by libkadm5srv, but otherwise we have to depend on the
  specific SONAME of libkadm5srv even though any version of the package
  will do.  This will capture the most common scenarios.

Don't recommend krb5-kdc; the plugin has nothing to do with the KDC.

12 years agoInstall the man pages
Russ Allbery [Wed, 11 Jan 2012 01:02:42 +0000 (17:02 -0800)]
Install the man pages

12 years agoFix path in the krb5-sync-plugin install file
Russ Allbery [Wed, 11 Jan 2012 01:01:05 +0000 (17:01 -0800)]
Fix path in the krb5-sync-plugin install file

12 years agoFix creation of the new hook directory in debian/rules
Russ Allbery [Wed, 11 Jan 2012 00:59:21 +0000 (16:59 -0800)]
Fix creation of the new hook directory in debian/rules

12 years agoFix the multiarch library directory in debian/rules
Russ Allbery [Wed, 11 Jan 2012 00:58:07 +0000 (16:58 -0800)]
Fix the multiarch library directory in debian/rules

12 years agoChange build dependency to libkrb5-dev
Russ Allbery [Wed, 11 Jan 2012 00:52:56 +0000 (16:52 -0800)]
Change build dependency to libkrb5-dev

We're building against MIT Kerberos, not Heimdal.

12 years agoAdd bug closer for initial upload to Debian
Russ Allbery [Wed, 11 Jan 2012 00:52:08 +0000 (16:52 -0800)]
Add bug closer for initial upload to Debian

12 years agoUpdate standards version to 3.9.2
Russ Allbery [Wed, 11 Jan 2012 00:51:22 +0000 (16:51 -0800)]
Update standards version to 3.9.2

12 years agoAdd Breaks and Replaces in krb5-sync-tools against krb5-sync
Russ Allbery [Wed, 11 Jan 2012 00:50:36 +0000 (16:50 -0800)]
Add Breaks and Replaces in krb5-sync-tools against krb5-sync

* Add Breaks and Replaces on the old internal krb5-sync package to
  krb5-sync-tools.  This is unnecessary for Debian but helpful for the
  transition at Stanford and will be removed once that transition is
  complete.

12 years agoUpdate to debhelper V9 and enable multiarch and hardening
Russ Allbery [Wed, 11 Jan 2012 00:48:53 +0000 (16:48 -0800)]
Update to debhelper V9 and enable multiarch and hardening

* Update to experimental debhelper compatibility level V9.
  - krb5-sync-plugin is multiarch.
  - Enable hardening build flags.

12 years agoRemove the special bug reporting address
Russ Allbery [Wed, 11 Jan 2012 00:46:42 +0000 (16:46 -0800)]
Remove the special bug reporting address

* Remove the special bug reporting address, as this package is now in
  Debian proper.

12 years agoSplit the package into krb5-sync-plugin and krb5-sync-tools
Russ Allbery [Wed, 11 Jan 2012 00:45:46 +0000 (16:45 -0800)]
Split the package into krb5-sync-plugin and krb5-sync-tools

* Split the package into krb5-sync-plugin and krb5-sync-tools packages,
  since the former needs to be multiarch.
* Update the krb5-sync-plugin README.Debian for the built-in support for
  loading this plugin in MIT Kerberos 1.9 and later and to provide a
  sample of the krb5.conf configuration required.
* Update the package description and dependencies to reflect that it's
  now specific to MIT Kerberos.

12 years agoImported Upstream version 2.2 upstream/2.2
Russ Allbery [Wed, 11 Jan 2012 00:21:22 +0000 (16:21 -0800)]
Imported Upstream version 2.2

12 years agoMerge commit 'upstream/2.2' into debian
Russ Allbery [Wed, 11 Jan 2012 00:21:22 +0000 (16:21 -0800)]
Merge commit 'upstream/2.2' into debian

12 years agoChange module name to krb5_sync, add more configuration docs release/2.2
Russ Allbery [Wed, 11 Jan 2012 00:14:32 +0000 (16:14 -0800)]
Change module name to krb5_sync, add more configuration docs

The name of the plugin is now krb5_sync.so instead of passwd_update.so
and is installed under /usr/local/lib/krb5/plugins by default.  The
KDC configuration for the name of the module to load will need to
change accordingly.

Add configuration documentation for Heimdal and MIT post 1.9 to README.

12 years agoFix package name in patch header
Russ Allbery [Tue, 10 Jan 2012 23:38:05 +0000 (15:38 -0800)]
Fix package name in patch header

12 years agoUpdate copyright from upstream LICENSE file
Russ Allbery [Tue, 10 Jan 2012 23:37:40 +0000 (15:37 -0800)]
Update copyright from upstream LICENSE file

12 years agoAdd changelog for upstream 2.2 release
Russ Allbery [Tue, 10 Jan 2012 23:29:59 +0000 (15:29 -0800)]
Add changelog for upstream 2.2 release

12 years agoMerge commit 'upstream/2.2' into debian
Russ Allbery [Tue, 10 Jan 2012 23:28:05 +0000 (15:28 -0800)]
Merge commit 'upstream/2.2' into debian

12 years agoImported Upstream version 2.2
Russ Allbery [Tue, 10 Jan 2012 23:28:04 +0000 (15:28 -0800)]
Imported Upstream version 2.2

12 years agoRelease 2.2
Russ Allbery [Tue, 10 Jan 2012 23:24:10 +0000 (15:24 -0800)]
Release 2.2

12 years agoUpdate LICENSE
Russ Allbery [Tue, 10 Jan 2012 23:17:55 +0000 (15:17 -0800)]
Update LICENSE

12 years agoUse the correct form of the Stanford University copyright
Russ Allbery [Tue, 10 Jan 2012 23:06:33 +0000 (15:06 -0800)]
Use the correct form of the Stanford University copyright

12 years agoCheck the configuration in krb5-sync rather than segfaulting
Russ Allbery [Tue, 10 Jan 2012 23:01:07 +0000 (15:01 -0800)]
Check the configuration in krb5-sync rather than segfaulting

In krb5-sync, diagnose an incomplete krb5.conf configuration and
report an error indicating the missing setting rather than
segfaulting.

12 years agoConvert krb5-sync to use bool
Russ Allbery [Tue, 10 Jan 2012 22:42:49 +0000 (14:42 -0800)]
Convert krb5-sync to use bool

12 years agoAdd krb5_appdefault_* replacement for AIX's bundled Kerberos
Russ Allbery [Tue, 10 Jan 2012 22:39:35 +0000 (14:39 -0800)]
Add krb5_appdefault_* replacement for AIX's bundled Kerberos

12 years agoFix the program name used for initial credential defaults
Russ Allbery [Tue, 10 Jan 2012 22:36:39 +0000 (14:36 -0800)]
Fix the program name used for initial credential defaults

Fix the program name used by the plugin to load initial credential
default flags on Heimdal to be krb5-sync, not k5start.

12 years agoNEWS entry for test suite addition
Russ Allbery [Tue, 10 Jan 2012 22:30:30 +0000 (14:30 -0800)]
NEWS entry for test suite addition

12 years agoImprovements to the package blurb
Russ Allbery [Tue, 10 Jan 2012 22:30:01 +0000 (14:30 -0800)]
Improvements to the package blurb

12 years agoFix typo in README title
Russ Allbery [Tue, 10 Jan 2012 20:55:53 +0000 (12:55 -0800)]
Fix typo in README title

12 years agoAdd additional test suite files to EXTRA_DIST
Russ Allbery [Tue, 10 Jan 2012 20:48:18 +0000 (12:48 -0800)]
Add additional test suite files to EXTRA_DIST

12 years agoAdd documentation tests
Russ Allbery [Tue, 10 Jan 2012 20:47:31 +0000 (12:47 -0800)]
Add documentation tests

12 years agoAdd documentation of the test suite
Russ Allbery [Tue, 10 Jan 2012 20:42:52 +0000 (12:42 -0800)]
Add documentation of the test suite

12 years agoAccept password in standard input in krb5-sync-backend
Russ Allbery [Tue, 10 Jan 2012 20:41:27 +0000 (12:41 -0800)]
Accept password in standard input in krb5-sync-backend

krb5-sync-backend's password command now accepts the password on
standard input in addition to accepting it as a command-line
parameter.  This is more secure since the password is not exposed to
other users of the same system.

12 years agoBetter configure support for finding LDAP libraries
Russ Allbery [Tue, 10 Jan 2012 19:30:59 +0000 (11:30 -0800)]
Better configure support for finding LDAP libraries

Add --with-ldap, --with-ldap-include, and --with-ldap-lib flags to
configure to specify the locations of the OpenLDAP libraries if
they're not on the standard search path.

This also avoids linking things unnecessarily against the LDAP
libraries, which fixes problems with the xmalloc test suite.

12 years agoReport the allocation limit on xmalloc failure
Russ Allbery [Tue, 10 Jan 2012 19:20:01 +0000 (11:20 -0800)]
Report the allocation limit on xmalloc failure

12 years agoUse strip_colon_error and diag in the xmalloc test suite
Russ Allbery [Tue, 10 Jan 2012 19:19:27 +0000 (11:19 -0800)]
Use strip_colon_error and diag in the xmalloc test suite

Report the error from the xmalloc helper program via diag on failure.

12 years agoImport the portable and util test suite from rra-c-util
Russ Allbery [Tue, 10 Jan 2012 19:18:24 +0000 (11:18 -0800)]
Import the portable and util test suite from rra-c-util

12 years agoRemove the patch for Stanford's MIT Kerberos 1.4.4
Russ Allbery [Tue, 10 Jan 2012 18:24:37 +0000 (10:24 -0800)]
Remove the patch for Stanford's MIT Kerberos 1.4.4

Remove the patch for Stanford's patched MIT Kerberos 1.4.4 from the
distribution.  This has not been used at Stanford for years and is old
enough that it's unlikely to be of interest to others.

12 years agoconfigure.ac and Makefile.am cleanup
Russ Allbery [Tue, 10 Jan 2012 18:17:59 +0000 (10:17 -0800)]
configure.ac and Makefile.am cleanup

Move all Automake options into configure.ac instead of splitting them
between configure.ac and Makefile.am.  Add a probe for uint32_t, since
we use it in our code.

12 years agoUpdate to rra-c-util 4.1
Russ Allbery [Tue, 10 Jan 2012 17:34:45 +0000 (09:34 -0800)]
Update to rra-c-util 4.1

* Build on systems where krb5/krb5.h exists but krb5.h does not.
* Kerberos probes no longer assume transitive library dependencies.
* Fix removal of /usr/include from Kerberos CPPFLAGS.
* Include strings.h where present for more POSIX string functions.
* Avoid passing a NULL context to krb5_get_error_message.
* Fix a data type issue in the messages utility library.
* Fix incorrect __attribute notations in the utility library.
* Add replacement for a missing strndup (such as on Mac OS X).
* Add notices to all files copied from rra-c-util.

12 years agoAdd krb5-adsync evaluation to TODO
Russ Allbery [Tue, 20 Sep 2011 21:06:00 +0000 (14:06 -0700)]
Add krb5-adsync evaluation to TODO

12 years agoCleanup of MIT Kerberos 1.9 support
Russ Allbery [Mon, 8 Aug 2011 23:12:52 +0000 (16:12 -0700)]
Cleanup of MIT Kerberos 1.9 support

Do some code and syntax cleanup, update NEWS and README, rename the
file to match the current naming convention, and fix the prototype
of the external function we provide.

12 years agoUpdate patches/README for the current list of available patches
Russ Allbery [Mon, 8 Aug 2011 23:11:45 +0000 (16:11 -0700)]
Update patches/README for the current list of available patches

12 years agoMark unused a variable only used on Heimdal
Russ Allbery [Mon, 8 Aug 2011 22:31:52 +0000 (15:31 -0700)]
Mark unused a variable only used on Heimdal

Avoids warnings from the current GCC when building against MIT.

12 years agoSupport kadm5_hook interface
Sam Hartman [Mon, 8 Aug 2011 21:49:03 +0000 (14:49 -0700)]
Support kadm5_hook interface

Support the kadm5_hook interface introduced in MIT Kerberos 1.9.  This
commit includes code to convert that interface to password update plugin
calls.

13 years agoAdd better Heimdal error reporting to TODO
Russ Allbery [Tue, 25 Jan 2011 20:25:59 +0000 (12:25 -0800)]
Add better Heimdal error reporting to TODO

13 years agoAdd TODO for a list of synchronized accounts
Russ Allbery [Sun, 31 Oct 2010 05:18:24 +0000 (22:18 -0700)]
Add TODO for a list of synchronized accounts

13 years agoAlso adjust MIT Kerberos 1.8.3 patch to handle -randkey changes
Russ Allbery [Thu, 16 Sep 2010 02:07:20 +0000 (19:07 -0700)]
Also adjust MIT Kerberos 1.8.3 patch to handle -randkey changes

The patch was calling strlen unconditionally on the password.  Change
that to pass a length of 0 if the password is NULL.

13 years agoSkip password change if given a NULL password
Russ Allbery [Wed, 15 Sep 2010 00:08:35 +0000 (17:08 -0700)]
Skip password change if given a NULL password

Current MIT Kerberos calls the password change hook with a NULL
password in the -randkey case, which the module wasn't prepared to
handle.  For now, quietly skip -randkey key changes, since we cannot
currently do anything sensible with them.

13 years agoFinalize changes for 2.1-1 debian/2.1-1
Russ Allbery [Fri, 27 Aug 2010 01:06:30 +0000 (18:06 -0700)]
Finalize changes for 2.1-1

13 years agoUpdate debian/copyright from upstream LICENSE
Russ Allbery [Fri, 27 Aug 2010 01:06:01 +0000 (18:06 -0700)]
Update debian/copyright from upstream LICENSE

13 years agoSwitch to 3.0 (quilt) source format
Russ Allbery [Fri, 27 Aug 2010 01:03:07 +0000 (18:03 -0700)]
Switch to 3.0 (quilt) source format

* Switch to 3.0 (quilt) source format.  Force a single Debian patch and
  include a custom patch header explaining that it is a rollup of any
  fixes cherry-picked from upstream and breaking those patches out
  separately would be work for no gain.

13 years agoRemove old, not-installed Lintian overrides
Russ Allbery [Fri, 27 Aug 2010 01:02:13 +0000 (18:02 -0700)]
Remove old, not-installed Lintian overrides