summaryrefslogtreecommitdiffstats
path: root/src/kdc/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-10-06 04:33:53 +0000
committerTheodore Tso <tytso@mit.edu>1995-10-06 04:33:53 +0000
commit144b2ee0ba99ea0e36a26b5acfc4b616bc0e0377 (patch)
tree6df37bf87ecd50669c89a05129be268fa9b94344 /src/kdc/ChangeLog
parentab5a252c6629b45e6be34bdc17b301d9742c3681 (diff)
do_tgs_req.c (process_tgs_req): Use a slightly more compressed logging
format. do_as_req.c (process_as_req): Unify the logging and error packet production, to make sure that both logging and an error packet is returned for each error condition. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6939 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc/ChangeLog')
-rw-r--r--src/kdc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog
index 71e8ef748..423e72836 100644
--- a/src/kdc/ChangeLog
+++ b/src/kdc/ChangeLog
@@ -1,3 +1,12 @@
+Fri Oct 6 00:07:49 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * do_tgs_req.c (process_tgs_req): Use a slightly more compressed
+ logging format.
+
+ * do_as_req.c (process_as_req): Unify the logging and error packet
+ production, to make sure that both logging and an error
+ packet is returned for each error condition.
+
Thu Oct 5 21:23:12 1995 Theodore Y. Ts'o <tytso@dcl>
* network.c (setup_network):