Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 927 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