From owner-freebsd-audit Tue Mar 4 19:39:15 2003 Delivered-To: freebsd-audit@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D20C837B401 for ; Tue, 4 Mar 2003 19:39:13 -0800 (PST) Received: from perrin.int.nxad.com (internal.ext.nxad.com [69.1.70.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8F3843F85 for ; Tue, 4 Mar 2003 19:39:12 -0800 (PST) (envelope-from sean@perrin.int.nxad.com) Received: by perrin.int.nxad.com (Postfix, from userid 1001) id 813602106C; Tue, 4 Mar 2003 19:39:02 -0800 (PST) Date: Tue, 4 Mar 2003 19:39:02 -0800 From: Sean Chittenden To: audit@FreeBSD.org Subject: Re: WARNS = 2, sbin/ping... Message-ID: <20030305033902.GO79234@perrin.int.nxad.com> References: <20030209110853.GP15936@perrin.int.nxad.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xd76R9tHJzDpbIo0" Content-Disposition: inline In-Reply-To: <20030209110853.GP15936@perrin.int.nxad.com> User-Agent: Mutt/1.4i X-PGP-Key: finger seanc@FreeBSD.org X-PGP-Fingerprint: 3849 3760 1AFE 7B17 11A0 83A6 DD99 E31F BC84 B341 X-Web-Homepage: http://sean.chittenden.org/ Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --xd76R9tHJzDpbIo0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > Speaking of WARNS2, here's a patch that bumps ping(8) to WARNS2. Once > upon a tie it used to be WARNS5, but the patch has rotted some. The > biggie in this one was collisions with sin(3) and sockaddr_in variable > sin. -sc Follow up post. Does the WARNS=3D2 cleanup of ping look alright? A slightly updated version of the patch is at the following URL: http://people.freebsd.org/~seanc/patches/#ping_warns_2 I've been using this for over a month and the patch above has been updated to include recent IPSEC changes. -sc --=20 Sean Chittenden --xd76R9tHJzDpbIo0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Comment: Sean Chittenden iD8DBQE+ZXFW3ZnjH7yEs0ERAq57AJwJQn+im/0+SVbCnJPn54eo4HaNnQCeOQ6m RiMm9z/tyrPMqGani1K4HR8= =I5Ul -----END PGP SIGNATURE----- --xd76R9tHJzDpbIo0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message From owner-freebsd-audit Wed Mar 5 5:34:11 2003 Delivered-To: freebsd-audit@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 020CE37B401; Wed, 5 Mar 2003 05:34:10 -0800 (PST) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B25743FCB; Wed, 5 Mar 2003 05:34:09 -0800 (PST) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id DF35038; Wed, 5 Mar 2003 07:34:08 -0600 (CST) Received: by madman.celabo.org (Postfix, from userid 1001) id C830D78C43; Wed, 5 Mar 2003 07:34:08 -0600 (CST) Date: Wed, 5 Mar 2003 07:34:08 -0600 From: "Jacques A. Vidrine" To: Sean Chittenden Cc: audit@FreeBSD.org Subject: Re: WARNS = 2, sbin/ping... Message-ID: <20030305133408.GE17270@madman.celabo.org> References: <20030209110853.GP15936@perrin.int.nxad.com> <20030305033902.GO79234@perrin.int.nxad.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030305033902.GO79234@perrin.int.nxad.com> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.3i-ja.1 Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Mar 04, 2003 at 07:39:02PM -0800, Sean Chittenden wrote: > > Speaking of WARNS2, here's a patch that bumps ping(8) to WARNS2. Once > > upon a tie it used to be WARNS5, but the patch has rotted some. The > > biggie in this one was collisions with sin(3) and sockaddr_in variable > > sin. -sc > > Follow up post. Does the WARNS=2 cleanup of ping look alright? A > slightly updated version of the patch is at the following URL: > > http://people.freebsd.org/~seanc/patches/#ping_warns_2 > > I've been using this for over a month and the patch above has been > updated to include recent IPSEC changes. -sc > It looks good to me, except for the string literal concatenation bit (but that's probably flamewar material anyway). Cheers, -- Jacques A. Vidrine http://www.celabo.org/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message From owner-freebsd-audit Wed Mar 5 14:44:37 2003 Delivered-To: freebsd-audit@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA0D937B401; Wed, 5 Mar 2003 14:44:35 -0800 (PST) Received: from perrin.int.nxad.com (internal.ext.nxad.com [69.1.70.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DBE143F85; Wed, 5 Mar 2003 14:44:35 -0800 (PST) (envelope-from sean@perrin.int.nxad.com) Received: by perrin.int.nxad.com (Postfix, from userid 1001) id 085102106B; Wed, 5 Mar 2003 14:44:22 -0800 (PST) Date: Wed, 5 Mar 2003 14:44:21 -0800 From: Sean Chittenden To: "Jacques A. Vidrine" Cc: audit@FreeBSD.org Subject: Re: WARNS = 2, sbin/ping... Message-ID: <20030305224421.GW79234@perrin.int.nxad.com> References: <20030209110853.GP15936@perrin.int.nxad.com> <20030305033902.GO79234@perrin.int.nxad.com> <20030305133408.GE17270@madman.celabo.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3IyuMspwcGTbYISR" Content-Disposition: inline In-Reply-To: <20030305133408.GE17270@madman.celabo.org> User-Agent: Mutt/1.4i X-PGP-Key: finger seanc@FreeBSD.org X-PGP-Fingerprint: 3849 3760 1AFE 7B17 11A0 83A6 DD99 E31F BC84 B341 X-Web-Homepage: http://sean.chittenden.org/ Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --3IyuMspwcGTbYISR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > > Follow up post. Does the WARNS=3D2 cleanup of ping look alright? A > > slightly updated version of the patch is at the following URL: > >=20 > > http://people.freebsd.org/~seanc/patches/#ping_warns_2 > >=20 > > I've been using this for over a month and the patch above has been > > updated to include recent IPSEC changes. -sc > >=20 >=20 > It looks good to me, except for the string literal concatenation bit > (but that's probably flamewar material anyway). Thx, I tried to be as unobtrusive in what I did as possible. Committed. I cleaned up the usage statement slightly before committing, fwiw. -sc --=20 Sean Chittenden --3IyuMspwcGTbYISR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Comment: Sean Chittenden iD8DBQE+Zn3F3ZnjH7yEs0ERAul6AJ4n/G0kHzB7y3RK4vVrcb1+GKzGXACgrW3P ucGqo1+OL8WSrJlqG9emYN0= =pHzc -----END PGP SIGNATURE----- --3IyuMspwcGTbYISR-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message From owner-freebsd-audit Sat Mar 8 9:46:16 2003 Delivered-To: freebsd-audit@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F35F437B401; Sat, 8 Mar 2003 09:46:08 -0800 (PST) Received: from aaanet.ru (tmail.aaanet.ru [80.80.111.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 164F443F93; Sat, 8 Mar 2003 09:46:07 -0800 (PST) (envelope-from T.Collins@murray.de) Received: from [80.80.102.142] (helo=efa.aaanet.ru) by aaanet.ru with smtp (Exim 3.36 #1) id 18rgLs-000G6W-00; Sat, 08 Mar 2003 18:35:08 +0300 Received: from 193.251.174.238 ([193.251.174.238]) by efa.aaanet.ru (WinRoute 3.04d) with SMTP; Fri, 7 Mar 2003 04:08:52 +0300 Message-ID: <0000649b1086$00001f68$00007539@smtp.telenet-ops.be> To: From: "J.P. Financing" Subject: How The Government Can Guarantee Your Investment 31233 Date: Thu, 06 Mar 2003 17:02:21 -2000 MIME-Version: 1.0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG
Government Guarantees Security In Your Investment
Click Here For The Best = Kept Secret In America
The average return one m= akes is 15%-50% GUARANTEED by the Goverment, and this is on the low end. O= ur clients are making an incredible 30 to 50 times their money on the high= end. The banks have been doing this for over 100 years. Our company has d= eveloped a program that allows you to capitalize on these proven technique= s and strategies for the first time ever.
For= free information on "INSIDER SECRETS TO IN= VESTING IN GOVERNMENT SECURED TAX CERTIFICATES."
CLICK HERE.
Take Control of Your = Financial Future!
To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message