From 59f3508e6a3f7f57e336534fc6fec029bfd8226f Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 26 Jan 2011 21:38:21 -0500 Subject: [PATCH] Display PASS/FAIL syslog msgs for the new security check. This determines whether a requested message actually exists in the current room, preventing unauthorized msgnum sweeps. We do not actually fail the message yet; I will add that when the security check yields no false positives. --- citadel/msgbase.c | 1 + 1 file changed, 1 insertion(+) diff --git a/citadel/msgbase.c b/citadel/msgbase.c index 9c86ba9ff..5e10471eb 100644 --- a/citadel/msgbase.c +++ b/citadel/msgbase.c @@ -654,6 +654,7 @@ int CtdlForEachMessage(int mode, long ref, char *search_string, CC->cached_msglist = msglist; CC->cached_num_msgs = num_msgs; + syslog(LOG_DEBUG, "\033[34m RELOAD \033[0m\n"); } /* -- 2.39.2