Author: rotom Date: Sun Apr 9 18:30:34 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - up to 2.4
---- Files affected: SOURCES: DenyHosts.cfg (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SOURCES/DenyHosts.cfg diff -u SOURCES/DenyHosts.cfg:1.6 SOURCES/DenyHosts.cfg:1.7 --- SOURCES/DenyHosts.cfg:1.6 Tue Mar 14 18:30:09 2006 +++ SOURCES/DenyHosts.cfg Sun Apr 9 20:30:29 2006 @@ -17,6 +17,13 @@ # SuSE: #SECURE_LOG = /var/log/messages # +# Mac OS X (v10.4 or greater - +# also refer to: http://www.denyhosts.net/faq.html#macos +#SECURE_LOG = /private/var/log/asl.log +# +# Mac OS X (v10.3 or earlier): +#SECURE_LOG=/private/var/log/system.log +# ######################################################################## ######################################################################## @@ -55,6 +62,20 @@ ####################################################################### ####################################################################### +# +# PURGE_THRESHOLD: defines the maximum times a host will be purged. +# Once this value has been exceeded then this host will not be purged. +# Setting this parameter to 0 (the default) disables this feature. +# +# default: a denied host can be purged/re-added indefinitely +#PURGE_THRESHOLD = 0 +# +# a denied host will be purged at most 2 times. +#PURGE_THRESHOLD = 2 +# +####################################################################### + +####################################################################### # BLOCK_SERVICE: the service name that should be blocked in HOSTS_DENY # # man 5 hosts_access for details @@ -235,6 +256,21 @@ # the default: # #SMTP_DATE_FORMAT = %a, %d %b %Y %H:%M:%S %z +# +###################################################################### + +###################################################################### +# +# SYSLOG_REPORT +# +# SYSLOG_REPORT=YES|NO +# If set to yes, when denied hosts are recorded the report data +# will be sent to syslog (syslog must be present on your system). +# The default is: NO +# +#SYSLOG_REPORT=NO +# +#SYSLOG_REPORT=YES # ###################################################################### ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SOURCES/DenyHosts.cfg?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
