]> git.pld-linux.org Git - packages/DenyHosts.git/commitdiff
- up to 2.4
authorRobert Tomasik <rotom@pld-linux.org>
Sun, 9 Apr 2006 18:30:29 +0000 (18:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    DenyHosts.cfg -> 1.7
    DenyHosts.spec -> 1.19

DenyHosts.cfg
DenyHosts.spec

index 57b9051046244ea0f61c6cb450aa1d15856b0d9a..fc9821d7940865599851e755d1f308345aea1f11 100644 (file)
@@ -17,6 +17,13 @@ SECURE_LOG = /var/log/secure
 # 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
+#
 ########################################################################
 
 ########################################################################
@@ -54,6 +61,20 @@ PURGE_DENY =
 #PURGE_DENY = 5d
 #######################################################################
 
+#######################################################################
+#
+# 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
 # 
@@ -238,6 +259,21 @@ SMTP_SUBJECT = DenyHosts Report
 #
 ######################################################################
 
+######################################################################
+#
+# 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
+#
+######################################################################
+
 ######################################################################
 #
 # ALLOWED_HOSTS_HOSTNAME_LOOKUP
index a839c05672237776e8da8adf2b1850c4032b2139..d7176c70cdc3397124c34382cdb30a66b48999b6 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Script to help thwart SSH server attacks
 Summary(pl):   Skrypt do blokowania ataków na serwery SSH
 Name:          DenyHosts
-Version:       2.3
+Version:       2.4
 Release:       1
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://dl.sourceforge.net/denyhosts/%{name}-%{version}.tar.gz
-# Source0-md5: a175dec03a67aff65c5471105d5a2786
+# Source0-md5: 2f58d764148c788eeea3fb487f8b0c05
 Source1:       %{name}.cron
 Source2:       %{name}.cfg
 Source3:       %{name}.init
This page took 0.116516 seconds and 4 git commands to generate.