From owner-cvs-contrib Sat Jun 28 00:38:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA09667 for cvs-contrib-outgoing; Sat, 28 Jun 1997 00:38:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA09631; Sat, 28 Jun 1997 00:38:18 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA17326; Sat, 28 Jun 1997 00:36:50 -0700 (PDT) Date: Sat, 28 Jun 1997 00:36:50 -0700 (PDT) Message-Id: <199706280736.AAA17326@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: cvs commit: src/contrib/bind CHANGES INSTALL Makefile README src/contrib/bind/conf options.h portability.h src/contrib/bind/doc/bog 00title.me Makefile files.me ns.me src/contrib/bind/doc/misc FAQ.1of2 FAQ.2of2 ... Sender: owner-cvs-contrib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/06/28 00:36:50 PDT Modified files: (Branch: RELENG_2_2) contrib/bind CHANGES INSTALL Makefile README contrib/bind/conf options.h portability.h contrib/bind/doc/bog 00title.me Makefile files.me ns.me contrib/bind/doc/misc FAQ.1of2 FAQ.2of2 contrib/bind/include netdb.h resolv.h contrib/bind/include/arpa Makefile inet.h nameser.h contrib/bind/man dig.1 gethostbyname.3 named.8 contrib/bind/named Makefile Version.c db_defs.h db_dump.c db_func.h db_glob.h db_glue.c db_load.c db_lookup.c db_reload.c db_save.c db_secure.c db_update.c named-xfer.c ns_defs.h ns_forw.c ns_func.h ns_glob.h ns_init.c ns_main.c ns_maint.c ns_ncache.c ns_req.c ns_resp.c ns_stats.c ns_validate.c contrib/bind/res Makefile gethnamaddr.c getnetent.c getnetnamadr.c res_comp.c res_debug.c res_init.c res_mkquery.c res_query.c res_send.c sethostent.c contrib/bind/tools dnsquery.c host.c contrib/bind/tools/nslookup debug.c getinfo.c list.c main.c nslookup.help res.h send.c subr.c Added files: (Branch: RELENG_2_2) contrib/bind/named ns_udp.c contrib/bind/res base64.c inet_net_ntop.c inet_net_pton.c inet_neta.c Log: Update the 2.2 version of bind from 4.9.4-P1 to 4.9.6. More commits to follow. Revision Changes Path 1.1.1.1.2.1 +330 -1 src/contrib/bind/CHANGES 1.1.1.1.2.1 +56 -31 src/contrib/bind/INSTALL 1.1.1.1.2.1 +250 -32 src/contrib/bind/Makefile 1.1.1.1.2.1 +9 -219 src/contrib/bind/README 1.1.1.1.2.1 +3 -12 src/contrib/bind/conf/options.h 1.1.1.1.2.1 +96 -41 src/contrib/bind/conf/portability.h 1.1.1.1.2.1 +1 -1 src/contrib/bind/doc/bog/00title.me 1.1.1.1.2.1 +3 -0 src/contrib/bind/doc/bog/Makefile 1.1.1.1.2.1 +7 -3 src/contrib/bind/doc/bog/files.me 1.1.1.1.2.1 +35 -4 src/contrib/bind/doc/bog/ns.me 1.1.1.1.2.1 +1041 -778 src/contrib/bind/doc/misc/FAQ.1of2 1.1.1.1.2.1 +813 -646 src/contrib/bind/doc/misc/FAQ.2of2 1.1.1.1.2.1 +9 -1 src/contrib/bind/include/netdb.h 1.1.1.1.2.1 +89 -47 src/contrib/bind/include/resolv.h 1.1.1.1.2.1 +4 -1 src/contrib/bind/include/arpa/Makefile 1.1.1.1.2.1 +8 -5 src/contrib/bind/include/arpa/inet.h 1.1.1.1.2.1 +82 -36 src/contrib/bind/include/arpa/nameser.h 1.1.1.1.2.2 +3 -3 src/contrib/bind/man/dig.1 1.1.1.1.2.1 +4 -2 src/contrib/bind/man/gethostbyname.3 1.1.1.1.2.1 +19 -13 src/contrib/bind/man/named.8 1.1.1.1.2.1 +6 -5 src/contrib/bind/named/Makefile 1.1.1.1.2.1 +3 -2 src/contrib/bind/named/Version.c 1.1.1.1.2.1 +8 -8 src/contrib/bind/named/db_defs.h 1.1.1.1.2.1 +167 -66 src/contrib/bind/named/db_dump.c 1.1.1.1.2.1 +5 -14 src/contrib/bind/named/db_func.h 1.1.1.1.2.1 +3 -3 src/contrib/bind/named/db_glob.h 1.1.1.1.2.1 +97 -23 src/contrib/bind/named/db_glue.c 1.1.1.1.2.1 +986 -191 src/contrib/bind/named/db_load.c 1.1.1.1.2.1 +4 -3 src/contrib/bind/named/db_lookup.c 1.1.1.1.2.1 +3 -3 src/contrib/bind/named/db_reload.c 1.1.1.1.2.1 +5 -18 src/contrib/bind/named/db_save.c 1.1.1.1.2.1 +2 -2 src/contrib/bind/named/db_secure.c 1.1.1.1.2.1 +96 -18 src/contrib/bind/named/db_update.c 1.1.1.1.2.1 +503 -163 src/contrib/bind/named/named-xfer.c 1.1.1.1.2.1 +7 -11 src/contrib/bind/named/ns_defs.h 1.1.1.1.2.1 +107 -105 src/contrib/bind/named/ns_forw.c 1.1.1.1.2.1 +13 -9 src/contrib/bind/named/ns_func.h 1.1.1.1.2.1 +4 -10 src/contrib/bind/named/ns_glob.h 1.1.1.1.2.1 +140 -113 src/contrib/bind/named/ns_init.c 1.1.1.1.2.1 +87 -60 src/contrib/bind/named/ns_main.c 1.1.1.1.2.1 +5 -18 src/contrib/bind/named/ns_maint.c 1.1.1.1.2.1 +69 -60 src/contrib/bind/named/ns_ncache.c 1.1.1.1.2.1 +220 -343 src/contrib/bind/named/ns_req.c 1.1.1.1.2.1 +955 -536 src/contrib/bind/named/ns_resp.c 1.1.1.1.2.1 +1 -6 src/contrib/bind/named/ns_stats.c 1.1.1.1.2.1 +1 -13 src/contrib/bind/named/ns_validate.c 1.1.1.1.2.1 +9 -10 src/contrib/bind/res/Makefile 1.1.1.1.2.1 +68 -24 src/contrib/bind/res/gethnamaddr.c 1.1.1.1.2.1 +2 -2 src/contrib/bind/res/getnetent.c 1.1.1.1.2.1 +2 -2 src/contrib/bind/res/getnetnamadr.c 1.1.1.1.2.2 +7 -4 src/contrib/bind/res/res_comp.c 1.1.1.1.2.1 +416 -103 src/contrib/bind/res/res_debug.c 1.1.1.1.2.1 +8 -4 src/contrib/bind/res/res_init.c 1.1.1.1.2.1 +1 -61 src/contrib/bind/res/res_mkquery.c 1.1.1.1.2.1 +23 -12 src/contrib/bind/res/res_query.c 1.1.1.1.2.1 +51 -25 src/contrib/bind/res/res_send.c 1.1.1.1.2.1 +2 -4 src/contrib/bind/res/sethostent.c 1.1.1.1.2.1 +19 -69 src/contrib/bind/tools/dnsquery.c 1.1.1.1.2.1 +143 -163 src/contrib/bind/tools/host.c 1.1.1.1.2.1 +71 -15 src/contrib/bind/tools/nslookup/debug.c 1.1.1.1.2.1 +8 -7 src/contrib/bind/tools/nslookup/getinfo.c 1.1.1.1.2.1 +67 -101 src/contrib/bind/tools/nslookup/list.c 1.1.1.1.2.1 +4 -2 src/contrib/bind/tools/nslookup/main.c 1.1.1.1.2.1 +2 -2 src/contrib/bind/tools/nslookup/nslookup.help 1.1.1.1.2.1 +8 -3 src/contrib/bind/tools/nslookup/res.h 1.1.1.1.2.1 +2 -3 src/contrib/bind/tools/nslookup/send.c 1.1.1.1.2.1 +44 -156 src/contrib/bind/tools/nslookup/subr.c