~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to debian/krb5-kdc.templates

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2005-07-12 15:45:14 UTC
  • Revision ID: james.westby@ubuntu.com-20050712154514-ckp4s2gisnbbabn9
Tags: 1.3.6-4
* Fix a mistake in variable names that caused the package to be built
  without optimization.
* Allow whitespace before comments in krb5.conf.  Thanks, Jeremie
  Koenig.  (Closes: #314609)
* GCC 4.0 compile fixes, thanks Daniel Schepler.  (Closes: #315618)
* Avoid "say yes" in debconf templates.  (Closes: #306883)
* Update Czech translation, thanks Miroslav Kure.
* Update French translation, thanks Christian Perrier.  (Closes: #307748)
* Update Portuguese (Brazil) translation, thanks André Luís Lopes.
* New Vietnamese translation, thanks Clytie Siddall.  (Closes: #312172)
* Update standards version to 3.6.2 (no changes required).
* DAK can now handle not repeating maintainers in uploaders.
*  Fix double free in krb5_recvauth; critical because it is in the code
  path for kpropd and may allow arbitrary code
  execution. (can-2005-1689) 
* For the record, most of the changes in this version were made by Russ,
  but I'm doing the upload because of the security fix.
* krb5_unparse_name overflows allocated storage by one byte on 0 element
  principal name (CAN-2005-1175, VU#885830) 
* Do not free unallocated storage in the KDC's TCP  request handling
  path (CAN-2005-1174, VU#259798) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 you probably want to run this program.  Especially when Kerberos4
30
30
 compatibility is set to nopreauth, krb524d is important if you have any
31
31
 Kerberos4 services.
 
32
 
 
33
Template: krb5-kdc/purge_data_too
 
34
Type: boolean
 
35
Default: false
 
36
_Description: Should the data be purged as well as the package files?
 
37
 By default, purging this package will not delete the KDC database in
 
38
 /var/lib/krb5kdc/principal since this database cannot be recovered once
 
39
 it is deleted.  If you wish to delete your KDC database when this package
 
40
 is purged, knowing that purging this package will then mean deleting all
 
41
 of the user accounts and passwords in the KDC, enable this option.