From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/509 Path: main.gmane.org!not-for-mail From: Torne Newsgroups: gmane.comp.sysutils.supervision.general Subject: Bug in gpape's ipsvd Date: Sun, 04 Jul 2004 19:08:44 +0100 Message-ID: <9B82FDA0C3DCED5F1C8737D9@[192.168.10.2]> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========0FFEFC6E254ACB1852BA==========" X-Trace: sea.gmane.org 1088972111 15087 80.91.224.253 (4 Jul 2004 20:15:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Jul 2004 20:15:11 +0000 (UTC) Original-X-From: supervision-return-747-gcsg-supervision=m.gmane.org@list.skarnet.org Sun Jul 04 22:15:01 2004 Return-path: Original-Received: from antah.skarnet.org ([212.85.147.14]) by deer.gmane.org with smtp (Exim 3.35 #1 (Debian)) id 1BhDO9-0000lJ-00 for ; Sun, 04 Jul 2004 22:15:01 +0200 Original-Received: (qmail 10466 invoked by uid 76); 4 Jul 2004 20:15:23 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Archive: Original-Received: (qmail 10245 invoked from network); 4 Jul 2004 19:15:22 -0000 Original-To: supervision@list.skarnet.org X-Mailer: Mulberry/3.1.3 (Win32) X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . Xref: main.gmane.org gmane.comp.sysutils.supervision.general:509 X-Report-Spam: http://spam.gmane.org/gmane.comp.sysutils.supervision.general:509 --==========0FFEFC6E254ACB1852BA========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline tcpsvd interprets an instruction of 'C0' for a particular host as meaning=20 'no connections', whereas the documentation states that this should allow=20 unlimited connections up to the global limit. This situation only arises=20 when there is a global per-host concurrency limit which is being overridden = for particular IPs. Patch below. --- tcpsvd.c.orig 2004-07-04 19:00:56.000000000 +0100 +++ tcpsvd.c 2004-07-04 19:01:15.000000000 +0100 @@ -172,7 +172,7 @@ } else ac =3DIPSVD_DEFAULT; - if (phcc > 0) { + if (phccmax > 0) { if (phcc > phccmax) { ac =3DIPSVD_DENY; if (phccmsg) { --=20 Torne (torne@wolfpuppy.org.uk) Wolf puppy, coder and social engineer. --==========0FFEFC6E254ACB1852BA========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) iD8DBQFA6Ee2R0RCdPlVna8RApE0AJsGXfqFztdEtTalRzqdaMkU9y7TWwCfcgqD hFsLBNHcAFBsYFRo4l0vnGo= =CpNp -----END PGP SIGNATURE----- --==========0FFEFC6E254ACB1852BA==========--