From owner-cvs-all Sat May 2 06:13:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA18880 for cvs-all-outgoing; Sat, 2 May 1998 06:13:19 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA18875; Sat, 2 May 1998 06:13:15 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA20819; Sat, 2 May 1998 06:11:05 -0700 (PDT) Date: Sat, 2 May 1998 06:11:05 -0700 (PDT) Message-Id: <199805021311.GAA20819@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/net gethostbydns.c res_comp.c res_send.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/05/02 06:11:04 PDT Modified files: lib/libc/net gethostbydns.c res_comp.c res_send.c Log: Update libc dns code to 4.9.7-T1B level. This involved chopping out large chunks of res_comp.c and replacing it with chunks of bind-8.1.1's resolver code. (There are no interface changes though) The other parts are better bounds checking related. Revision Changes Path 1.23 +42 -5 src/lib/libc/net/gethostbydns.c 1.13 +669 -243 src/lib/libc/net/res_comp.c 1.21 +43 -2 src/lib/libc/net/res_send.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message