diff options
| author | Ken Raeburn <raeburn@mit.edu> | 1999-06-30 19:28:13 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 1999-06-30 19:28:13 +0000 |
| commit | cc404230c2bede6dce78ee19f88d879b5e27b71f (patch) | |
| tree | b2b0962743aef1384a4a7a2e5c5313b596951db6 /src/kdc/ChangeLog | |
| parent | 2ee7c8e0714dce64604bc37fee6272286b6bcf3a (diff) | |
Disable lookaside cache. It's needed if the replay cache is enabled, and could
theoretically make certain attacks more difficult, but the replay cache is
disabled, the attack is very difficult compared to other existing attacks
(would need huge numbers of queries), and under heavy load the lookaside cache
degrades performance.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11538 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc/ChangeLog')
| -rw-r--r-- | src/kdc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog index c5162ccf5..40d581f31 100644 --- a/src/kdc/ChangeLog +++ b/src/kdc/ChangeLog @@ -1,3 +1,11 @@ +1999-06-30 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in (CFLAGS): Define NOCACHE. + (DEFINES): Commented out, since it's unused. + * dispatch.c (dispatch): If NOCACHE is defined, don't call + lookaside buffer code. + * replay.c: Disable all code if NOCACHE is defined. + 1999-06-28 Tom Yu <tlyu@mit.edu> * replay.c (MATCH): Fix up to compare the correct components of |
