From owner-cvs-include Thu Jun 11 01:55:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA24596 for cvs-include-outgoing; Thu, 11 Jun 1998 01:55:52 -0700 (PDT) (envelope-from owner-cvs-include) 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 BAA24525; Thu, 11 Jun 1998 01:55:36 -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 BAA14485; Thu, 11 Jun 1998 01:55:21 -0700 (PDT) Date: Thu, 11 Jun 1998 01:55:21 -0700 (PDT) Message-Id: <199806110855.BAA14485@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG Subject: cvs commit: src/include netdb.h resolv.h src/include/arpa nameser_compat.h inet.h nameser.h Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/06/11 01:55:21 PDT Modified files: include netdb.h resolv.h include/arpa inet.h nameser.h Added files: include/arpa nameser_compat.h Log: Update nameserver interface to bind-8.1.2 levels. We do not use IRS (yet?) since it has far wider impact than hostname lookups (including passwords). Note that this has more ugly symbol hiding and binary compatability hacks that can go away the second we bump majors. Obtained from: Mostly from diff against ISC bind-8.1.2 sources Revision Changes Path 1.11 +9 -4 src/include/netdb.h 1.15 +45 -32 src/include/resolv.h 1.10 +21 -3 src/include/arpa/inet.h 1.12 +349 -243 src/include/arpa/nameser.h