diff options
| author | Tom Yu <tlyu@mit.edu> | 1998-07-22 00:47:49 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1998-07-22 00:47:49 +0000 |
| commit | c414de4ca08ab5e62bd1c4d914aa22d7f5f76e50 (patch) | |
| tree | f433423bf4837e85e62c82a7d0ca43f01c1dfa68 /src/kdc/ChangeLog | |
| parent | 1efad3b012e9751a0af13b085e3294864f31f5aa (diff) | |
* replay.c (kdc_check_lookaside):
(kdc_insert_lookaside): Add code to originating address of packet,
as krb4 initial ticket requests don't contain an address. This
would cause a subtle problem wherein two simultaneous krb4 initial
ticket requests for the same principal originating from different
addresses would result in both replies containing the same
address.
* kdc_util.h: Modify prototype for lookaside functions.
* dispatch.c (dispatch): Update to new calling conventions of the
lookaside functions.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10713 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc/ChangeLog')
| -rw-r--r-- | src/kdc/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog index 6b9617d4e..30cf89bdd 100644 --- a/src/kdc/ChangeLog +++ b/src/kdc/ChangeLog @@ -1,3 +1,18 @@ +Tue Jul 21 20:29:38 1998 Tom Yu <tlyu@mit.edu> + + * replay.c (kdc_check_lookaside): + (kdc_insert_lookaside): Add code to originating address of packet, + as krb4 initial ticket requests don't contain an address. This + would cause a subtle problem wherein two simultaneous krb4 initial + ticket requests for the same principal originating from different + addresses would result in both replies containing the same + address. + + * kdc_util.h: Modify prototype for lookaside functions. + + * dispatch.c (dispatch): Update to new calling conventions of the + lookaside functions. + Wed Jul 15 18:32:07 1998 Tom Yu <tlyu@mit.edu> * configure.in: Add CHECK_SIGNALS so that POSIX_SIGNALS gets |
