these strings (going forward) could conceivably
contain security-sensitive data.
Version 2.1.7
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@7480
e7ae566f-a301-0410-adde-
c780ea21d3b5
cp += 7;
redact = true;
}
+ else if (c == 'e' && !strncmp(cp, "echo ", 5))
+ {
+ cp += 4;
+ redact = true;
+ }
else
{
if (c == ',') /* end of session id? */
}
if (good)
{
+#if 0
+ /* removed for now since ECHO can potentially include
+ security-sensitive strings */
msg (M_INFO, "%s:%s",
pull_mode ? "ECHO-PULL" : "ECHO",
BSTR (&string));
+#endif
#ifdef ENABLE_MANAGEMENT
if (management)
management_echo (management, BSTR (&string), pull_mode);