replay attacks, since it can result from normal packet loss causing
retransmissions.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11889
dc483132-0cff-0310-8789-
dd5450dbe970
+1999-10-29 Ken Raeburn <raeburn@mit.edu>
+
+ * dispatch.c (dispatch): Make message in lookaside case less
+ suggestive of replay attacks, since it can result from normal
+ packet loss causing retransmissions.
+
1999-10-26 Tom Yu <tlyu@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
/* try the replay lookaside buffer */
if (kdc_check_lookaside(pkt, from, response)) {
/* a hit! */
- krb5_klog_syslog(LOG_INFO, "DISPATCH: replay found and re-transmitted");
+ krb5_klog_syslog(LOG_INFO, "DISPATCH: repeated (retransmitted?) request, resending response");
return 0;
}
#endif