Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

r24464 (ticket #6804) intended to remove the KDC replay cache by
eliminating all of the USE_RCACHE code, but it had the unintended side
effect of causing krb5_rd_req_decoded to use the default server
rcache. Using this cache is much less efficient because it is opened
and re-read for each request.

Set appropriate flags on the auth context to disable replay cache use
for TGS requests altogether.

https://github.com/krb5/krb5/commit/d7618afafe8c712d09da2bc2f9841ffd7fc1d0c7
Commit By: ghudson
Revision: 25076
Changed Files:
U trunk/src/kdc/kdc_util.c
From: tlyu@mit.edu
Subject: SVN Commit

pull up r25076 from trunk

------------------------------------------------------------------------
r25076 | ghudson | 2011-08-08 14:27:15 -0400 (Mon, 08 Aug 2011) | 14 lines

ticket: 6941
subject: Fix accidental KDC use of replay cache
target_version: 1.9.2
tags: pullup

r24464 (ticket #6804) intended to remove the KDC replay cache by
eliminating all of the USE_RCACHE code, but it had the unintended side
effect of causing krb5_rd_req_decoded to use the default server
rcache. Using this cache is much less efficient because it is opened
and re-read for each request.

Set appropriate flags on the auth context to disable replay cache use
for TGS requests altogether.

------------------------------------------------------------------------

https://github.com/krb5/krb5/commit/87127004d4de670852027006079d10fbf6a56e78
Commit By: tlyu
Revision: 25374
Changed Files:
U branches/krb5-1-9/src/kdc/kdc_util.c