diff --git a/ChangeLog b/ChangeLog index 9e9baca..0fff32a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2001-09-04 Robert James Kaes + * src/reqs.c (process_client_headers): Moved the skip header test + in front of the compare_header() function. + + * src/ternary.c (ternary_search): Switched to doing case + insensitive searching. + * src/log.c (log_message): Thanks to NeilK for finding and fixing a problem with the syslog code which can lead to a format string attack.