summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Finalize changes for 3.1-2HEADdebian/3.1-2archive/debian/3.1-2masterRuss Allbery2018-08-26
|
* Move packaging repository to salsa.debian.orgRuss Allbery2018-08-26
|
* Orphan the packageRuss Allbery2018-08-26
| | | | See #907366.
* Remove versioned dependency constraints satisfied by oldstableRuss Allbery2018-08-26
|
* Remove old Breaks and Replaces against krb5-syncRuss Allbery2018-08-26
|
* Remove some trailing whitespace in changelogRuss Allbery2018-08-26
|
* Update to debhelper compatibility level V11Russ Allbery2018-08-26
| | | | | | * Update to debhelper compatibility level V11. - Remove --parallel flags, no longer needed. - Remove dh-autoreconf dependency and sequence, no longer needed.
* Run wrap-and-sort -astRuss Allbery2018-08-26
|
* Refresh upstream signing keyRuss Allbery2018-08-26
|
* Bump watch file version to 4 and use https for URLRuss Allbery2018-08-26
|
* Remove forcing xz compression for binary packagesRuss Allbery2018-08-26
| | | | | * Remove debian/rules override to force xz compression of the binary package, since this is now the default.
* Update to standards version 4.2.1Russ Allbery2018-08-26
| | | | | | | | | * Update to standards version 4.2.1. - Enable verbose test output. - Install the upstream release notes as NEWS.gz, not changelog.gz. - Add Rules-Requires-Root: no. - Use https for URLs in debian/control and debian/copyright. - Change priority to optional.
* Remove debian/source/optionsRuss Allbery2018-08-26
| | | | | * Remove debian/source/options configuration to force xz compression, which is now the default.
* Switch to normal patch managementRuss Allbery2018-08-26
| | | | | * Remove debian/source/local-options and local-patch-header and switch to normal patch management.
* Switch to the DEP-14 branch layoutRuss Allbery2018-08-26
|
* Finalize changes for 3.1-1Russ Allbery2015-08-18
|
* Refresh debian/copyrightRuss Allbery2015-08-18
|
* Refresh upstream signing keyRuss Allbery2015-08-18
|
* Update standards version to 3.9.6Russ Allbery2015-08-18
|
* Add debian/gbp.conf fileRuss Allbery2015-08-18
| | | | | * Add debian/gbp.conf reflecting the branch layout of the default packaging repository.
* Add initial changelog for 3.1-1Russ Allbery2015-08-18
|
* Merge tag 'upstream/3.1' into debianRuss Allbery2015-08-18
|\ | | | | | | Upstream version 3.1
| * Imported Upstream version 3.1Russ Allbery2015-08-18
| |\
| * | Imported Upstream version 3.1Russ Allbery2015-08-18
| |\|
| | * Make the tools/backend test less sensitive to precise timingRuss Allbery2015-08-18
| | |
| | * Release 3.1Russ Allbery2015-08-18
| | |
| | * Further rra-c-util 5.8 and C TAP Harness 3.4 updatesRuss Allbery2015-08-18
| | | | | | | | | | | | | | | | | | Sneak in a few more things: a Test::RRA::Automake fix for removing relative directories, and fixes to C TAP Harness for test lists containing no tests.
| | * Add NEWS entry for fixes to krb5-sync-backend silent modeRuss Allbery2015-08-18
| | |
| | * Update to rra-c-util 5.8 and C TAP Harness 3.3Russ Allbery2015-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to rra-c-util 5.8: * Support the Solaris 10 embedded Kerberos implementation. * Use calloc or reallocarray instead of malloc. * Fix compilation with a C++ compiler. Update to C TAP Harness 3.3: * Display verbose test results with -v or C_TAP_VERBOSE. * Reopen standard input to /dev/null when running a test list. * Don't leak extraneous file descriptors to tests.
| | * Add format attributes recommended by current GCCRuss Allbery2015-08-18
| | |
| | * Merge pull request #1 from Stanford/masterRuss Allbery2015-08-18
| | |\ | | | | | | | | krb5-sync-backend: Add an ending newline to error messages
| | | * krb5-sync-backend: Add an ending newline to error messagesJon Robertson2015-08-18
| | |/ | | | | | | | | | | | | For --silent we're splitting up the errors by \n, which strips the newlines from each line. Print out with an explicit \n so that errors don't all run together.
| | * Fix ignore regex in krb5-sync-backend for missing usersRuss Allbery2014-04-19
| | | | | | | | | | | | | | | The log message in the krb5-sync plugin changed from "in LDAP" to "via LDAP". Change the ignore regex accordingly.
| | * Fix email address in tests/data/make-krb5-confRuss Allbery2014-04-13
| | |
| | * Add a few items to the TODO listRuss Allbery2014-01-01
| | |
| | * Document that krb5-sync doesn't use instance configurationRuss Allbery2013-12-11
| | | | | | | | | | | | | | | | | | The krb5-sync command-line utility does what it's told and ignores the instance configuration and the ad_base_instance support. Document this.
| | * Correctly handle memory errors in parsing ad_instancesRuss Allbery2013-12-11
| | |
* | | Improvements to debian/watch handlingRuss Allbery2014-04-13
| | | | | | | | | | | | | | | * Add the upstream release signing key and verify it in debian/watch. * Prefer *.tar.xz in debian/watch to match packaging.
* | | Fix Upstream-Contact email address in debian/copyrightRuss Allbery2014-04-13
| | |
* | | Use dh_autoreconf, enable parallel buildsRuss Allbery2014-04-13
| | | | | | | | | | | | | | | | | | * Actually use dh_autoreconf rather than only depending on it. Thanks to Matthias Klose for the report. (Closes: #744600) * Enable parallel builds.
* | | Further expand the tools/backend test timing rangeRuss Allbery2014-02-09
| | | | | | | | | | | | | | | | | | | | | | | | * The change in 3.0-3 fixed the test suite failure on all architectures except armel, which appears to still be failing with a variation on the original issue. Further expand the valid timing range on the test, since this seems to be on the right track but just didn't go far enough.
* | | Make the tools/backend test less sensitive to timingRuss Allbery2014-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix the tools/backend test suite to be less sensitive to timing when queuing changes. (Closes: #738364) We were only allowing one second of tolerance, which is too fast for some slower architectures, and the code was improperly written so that the skip didn't trigger.
* | | Update the release dateRuss Allbery2013-12-09
| | |
* | | Merge tag 'upstream/3.0' into debianRuss Allbery2013-12-09
|\| | | | | | | | | | | Upstream version 3.0
| * | Imported Upstream version 3.0Russ Allbery2013-12-09
| |\|
| | * Add back ad_base_instance support for MIT KerberosRuss Allbery2013-12-09
| | | | | | | | | | | | | | | This works properly provided that the instance lookup uses a separate Kerberos context. Thanks to Greg Hudson for the fix.
* | | Finalize changes for 3.0-1Russ Allbery2013-12-09
| | |
* | | Fix an error in the kadm5_hook configuration documentationRuss Allbery2013-12-09
| | |
* | | Merge tag 'upstream/3.0' into debianRuss Allbery2013-12-09
|\| | | | | | | | | | | Upstream version 3.0
| * | Imported Upstream version 3.0Russ Allbery2013-12-09
| |\|