From owner-cvs-all Sat Dec 8 23:20:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B8CC37B419; Sat, 8 Dec 2001 23:20:39 -0800 (PST) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB97Kdj06389; Sat, 8 Dec 2001 23:20:39 -0800 (PST) (envelope-from mike) Message-Id: <200112090720.fB97Kdj06389@freefall.freebsd.org> From: Mike Barcroft Date: Sat, 8 Dec 2001 23:20:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/whois whois.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2001/12/08 23:20:39 PST Modified files: (Branch: RELENG_4) usr.bin/whois whois.c Log: MFC 1.27 and 1.25: o Add support for Brazilian IP Addresses. Example `whois 200.236.70.0'. o Treat a buffer as a non-NUL terminated string, because the whois server may not return a new line character on the final line. o Remove the whois.networksolutions.com fallback code, which is no longer needed. o Instead of determining a hostname by terminating it when we see whitespace, only allow hostname characters and terminate the string when it's not such a character. o Add a small optimization in a for loop. Revision Changes Path 1.15.2.7 +28 -38 src/usr.bin/whois/whois.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message