From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15952 invoked by alias); 20 Oct 2006 18:41:58 -0000 Received: (qmail 15927 invoked by uid 9610); 20 Oct 2006 18:41:58 -0000 Date: Fri, 20 Oct 2006 18:41:00 -0000 Message-ID: <20061020184158.15926.qmail@sourceware.org> From: rmccabe@sourceware.org To: cluster-cvs@sources.redhat.com Subject: conga/luci/site/luci/Extensions LuciSyslog.py ... Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2006-q4/txt/msg00221.txt.bz2 List-Id: CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2006-10-20 18:41:58 Modified files: luci/site/luci/Extensions: LuciSyslog.py conga_constants.py ricci_communicator.py Log message: add a debug mode variable. this'll control whether LuciSyslog.debug() is a noop or not. it ought to be a noop for production, as it could leak sensitive data (f.e., root passwords) to system logs whose permissions we don't control. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciSyslog.py.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_constants.py.diff?cvsroot=cluster&r1=1.19&r2=1.20 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_communicator.py.diff?cvsroot=cluster&r1=1.11&r2=1.12