Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2007 13:00:15 GMT
From:      Janos Mohacsi <mohacsi@niif.hu>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/113942: security/Denyhosts 2.6  port has a DoS issue
Message-ID:  <200706221300.l5MD0FVS033830@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/113942; it has been noted by GNATS.

From: Janos Mohacsi <mohacsi@niif.hu>
To: bug-followup@FreeBSD.org, freebsd1@indenial.com
Cc:  
Subject: Re: ports/113942: security/Denyhosts 2.6  port has a DoS issue
Date: Fri, 22 Jun 2007 14:55:07 +0200

 This is a multi-part message in MIME format.
 --------------030605040904040503080501
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Approved the changes. To easier commit new files attached to be put in 
 files directory
 
 --------------030605040904040503080501
 Content-Type: text/plain;
  name="patch-DenyHosts_regex.py"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="patch-DenyHosts_regex.py"
 
 
 $FreeBSD$
 
 --- DenyHosts/regex.py.orig
 +++ DenyHosts/regex.py
 @@ -17,7 +17,7 @@
  
  FAILED_ENTRY_REGEX4 = re.compile(r"""Authentication failure for (?P<user>.*) .*from (?P<host>.*)""")
  
 -FAILED_ENTRY_REGEX5 = re.compile(r"""User (?P<user>.*) .*from (?P<host>.*) not allowed because none of user's groups are listed in AllowGroups""")
 +FAILED_ENTRY_REGEX5 = re.compile(r"""User (?P<user>.*) .*from (?P<host>.*) not allowed because none of user's groups are listed in AllowGroups$""")
  
  FAILED_ENTRY_REGEX6 = re.compile(r"""Did not receive identification string .*from (::ffff:)?(?P<host>\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})""")
  
 
 --------------030605040904040503080501--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706221300.l5MD0FVS033830>