diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-10-06 04:33:53 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-10-06 04:33:53 +0000 |
| commit | 144b2ee0ba99ea0e36a26b5acfc4b616bc0e0377 (patch) | |
| tree | 6df37bf87ecd50669c89a05129be268fa9b94344 /src/kdc/ChangeLog | |
| parent | ab5a252c6629b45e6be34bdc17b301d9742c3681 (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/ChangeLog | 9 |
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): |
