* replay.c (kdc_check_lookaside):
authorTom Yu <tlyu@mit.edu>
Wed, 22 Jul 1998 00:47:49 +0000 (00:47 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 22 Jul 1998 00:47:49 +0000 (00:47 +0000)
commitc414de4ca08ab5e62bd1c4d914aa22d7f5f76e50
treef433423bf4837e85e62c82a7d0ca43f01c1dfa68
parent1efad3b012e9751a0af13b085e3294864f31f5aa
* 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
src/kdc/ChangeLog
src/kdc/dispatch.c
src/kdc/kdc_util.h
src/kdc/replay.c