summaryrefslogtreecommitdiffstats
path: root/src/kdc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/kdc/ChangeLog')
-rw-r--r--src/kdc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog
index e5243f7b0..c1d66bf66 100644
--- a/src/kdc/ChangeLog
+++ b/src/kdc/ChangeLog
@@ -1,3 +1,13 @@
+2000-08-23 Ken Raeburn <raeburn@mit.edu>
+
+ * main.c (initialize_realms): For "cannot initialize realm"
+ messages, tell the user to check the log file. Print out an error
+ message as well as logging it if retrieving the default realm name
+ fails.
+
+ * kerberos_v4.c (kerberos_v4): Mask requested-life byte value with
+ 0xff to avoid sign-extension problems.
+
2000-07-03 Ezra Peisach <epeisach@mit.edu>
* Makefile.in (rtest): Link in the kdb5 library.