aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2002-08-30 21:16:47 +0000
committerTom Yu <tlyu@mit.edu>2002-08-30 21:16:47 +0000
commit7003e3bccb975b2bd894e02b7352230ad1ec56c5 (patch)
tree5264224a148be17981a8f44d26357b2a6a93003c
parent927d3d2f1ab171f77fc93aa05e083cc2f9b51bac (diff)
downloadkrb5-7003e3bccb975b2bd894e02b7352230ad1ec56c5.zip
krb5-7003e3bccb975b2bd894e02b7352230ad1ec56c5.tar.gz
krb5-7003e3bccb975b2bd894e02b7352230ad1ec56c5.tar.bz2
update for 1.2.6-beta2
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-2-2-branch@14805 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
index aa10e91..09a39cd 100644
--- a/README
+++ b/README
@@ -92,6 +92,21 @@ Major Changes:
DISALLOW_ALL_TIX and DISALLOW_SVR attributes on the server
principal. This also now happens with krb524d.
+* krb524d will now, by default, convert krb5 tickets for afs service
+ princpals to special tokens that are actually just the EncryptedData
+ part of a krb5 Ticket structure. This may be overridden; please
+ consult src/krb524/README for details.
+
+* Patches from Sleepycat have been applied to the btree backend of the
+ Brekeley DB library; these fix potential problems with the page free
+ and page split operations.
+
+* The kdb5_util dump command has additional options to allow for
+ reversed or recursive (for btree only) dumps of the principal
+ database. This permits the recovery of prinicpals that might
+ otherwise be omitted in a database dump in the presence of certain
+ types of corruption.
+
* The dump command in kdb5_util now handles master key conversion
without crashing.