diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-09-02 03:43:05 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-09-02 03:43:05 +0000 |
| commit | c1cfefcfea75466ebfc82120d665f1a5752b7314 (patch) | |
| tree | 0cf0f0598a39b547d6aeb4cdcf20507de028f968 /src/kdc/ChangeLog | |
| parent | eec1b51a6bf366311659fbeed97ef3c0e2e549a5 (diff) | |
kdc_preauth.c: New file, to contain the server-side preauthentication
routines.
do_as_req.c (process_as_req): Move preauthentication code to
kdc_preauth.c, for better modularity.
do_as_req.c (prepare_error_as): Add new argument to this function so
that the e_data field may be passed in and included in the KRB_ERROR
messsage which is passed back to the user.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6656 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc/ChangeLog')
| -rw-r--r-- | src/kdc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog index 825b30c8b..ac3ef1c5f 100644 --- a/src/kdc/ChangeLog +++ b/src/kdc/ChangeLog @@ -1,3 +1,15 @@ +Fri Sep 1 23:28:29 1995 Theodore Y. Ts'o <tytso@dcl> + + * kdc_preauth.c: New file, to contain the server-side + preauthentication routines. + + * do_as_req.c (process_as_req): Move preauthentication code to + kdc_preauth.c, for better modularity. + + * do_as_req.c (prepare_error_as): Add new argument to this + function so that the e_data field may be passed in and + included in the KRB_ERROR messsage which is passed back to + the user. Mon Aug 21 17:03:53 EDT 1995 Paul Park (pjpark@mit.edu) * main.c - Interpret -k and -e arguments as strings instead of string |
