diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-11-14 00:47:37 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-11-14 00:47:37 +0000 |
| commit | 37d97c4658b06f2ca7a0c2f7ef765ce8031d2765 (patch) | |
| tree | a45aae1003d4020386c61ffe4ac9994d832a8aa1 /src/kdc/ChangeLog | |
| parent | 394becd543eca283dcd79d4cd26c7afa6ef720d8 (diff) | |
* kdc_util.h: Added new prototypes for return_padata() and check_padata()
* kdc_preauth.c (return_padata): New function which calls out to each preauth
type to see if it is necessary to return preauth data or not.
(return_pw_salt): New function responsible for returning the
KRB5_PW_SALT preauth information.
* do_as_req.c (process_as_req): Move creation of the PW_SALT
preauthentication step into kdc_preauth.c. Call return_pdata()
which is responsible for all padata info which is returned by
the KDC in the KRB_AS_REP message.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7103 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc/ChangeLog')
| -rw-r--r-- | src/kdc/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog index bea2674c1..acc9b73ba 100644 --- a/src/kdc/ChangeLog +++ b/src/kdc/ChangeLog @@ -1,3 +1,20 @@ +Mon Nov 13 19:40:50 1995 Theodore Y. Ts'o <tytso@dcl> + + * kdc_util.h: Added new prototypes for return_padata() and + check_padata(). + + * kdc_preauth.c (return_padata): New function which calls out to + each preauth type to see if it is necessary to return + preauth data or not. + (return_pw_salt): New function responsible for returning the + KRB5_PW_SALT preauth information. + + * do_as_req.c (process_as_req): Move creation of the PW_SALT + preauthentication step into kdc_preauth.c. Call + return_pdata() which is responsible for all padata info + which is returned by the KDC in the KRB_AS_REP message. + + Thu Nov 9 00:05:55 1995 Theodore Y. Ts'o <tytso@dcl> * kdc_preauth.c (get_etype_info): Added function to return the |
