Drop retransmits while processing requests
authorGreg Hudson <ghudson@mit.edu>
Sat, 15 Oct 2011 15:35:46 +0000 (15:35 +0000)
committerGreg Hudson <ghudson@mit.edu>
Sat, 15 Oct 2011 15:35:46 +0000 (15:35 +0000)
commit249e5254d4d4cff2bda07deafc25d7d87ea5ac0f
tree1671eafde44d27a5f1ab74c78f96fa85cdad98ae
parent5a9995350dbe2e6ab679d62e3d5074259ae2168a
Drop retransmits while processing requests

Supporting asynchronous preauth modules means that the KDC can receive
a retransmitted request before it finishes processing the initial
request.  Ignore those retransmits instead of processing them.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25350 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/dispatch.c
src/kdc/kdc_util.h
src/kdc/replay.c