replay.c: The KDC replay cache needs to store the database
authorTheodore Tso <tytso@mit.edu>
Fri, 24 Mar 1995 22:28:07 +0000 (22:28 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 24 Mar 1995 22:28:07 +0000 (22:28 +0000)
commit67acd2cbf8e84362e975046704826ca93f24d6d2
tree0df859861e874193eaf351959f62b8aee744e4e7
parent19d0adf1a7b57bcccf42d74a4d1f7f27f0733f83
replay.c: The KDC replay cache needs to store the database
      modification time, so that if the database is modified in
      between when it receives a request and when it receives a
      replay of the same request, it knows to throw away the
      replay cache entry and generate a new response (since the
      record in the database on which the response is based may
      have been modified).

main.c (kdc_com_err_proc): Use syslog() instead of vsyslog().

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5233 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/ChangeLog
src/kdc/main.c
src/kdc/replay.c