summaryrefslogtreecommitdiffstats
path: root/src/krb524/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/krb524/ChangeLog')
-rw-r--r--src/krb524/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/krb524/ChangeLog b/src/krb524/ChangeLog
index 9127e81e53..ab731f0860 100644
--- a/src/krb524/ChangeLog
+++ b/src/krb524/ChangeLog
@@ -1,3 +1,12 @@
+2001-06-05 Ken Raeburn <raeburn@mit.edu>
+
+ * krb524d.c: Include stdarg.h.
+ (main): Accept new argument -p to indicate port number to use;
+ fall back to KRB524_SERVICE and then KRB524_PORT. In error
+ messages, use only part of program name following last '/'.
+ (usage): Updated.
+ (krb5_free_keyblock_contents): Delete disabled function.
+
2001-06-04 Ezra Peisach <epeisach@mit.edu>
* k524init.c: Inculde unistd.h for getopt() prototype.