e83d309 Vendor import of BIND 9.8.7

Authored and Committed by Erwin Lansing 10 years ago
265 files changed. 13570 lines added. 11066 lines removed.
CHANGES
file modified
+279 -3
COPYRIGHT
file modified
+28 -8
Makefile.in
file modified
+8 -1
README
file modified
+56 -38
bin/check/named-checkconf.8
file modified
+11 -3
bin/check/named-checkconf.c
file modified
+58 -10
bin/check/named-checkconf.docbook
file modified
+18 -1
bin/check/named-checkconf.html
file modified
+17 -7
bin/confgen/ddns-confgen.c
file modified
+2 -2
bin/confgen/rndc-confgen.c
file modified
+2 -2
bin/dig/dig.1
file modified
+9 -3
bin/dig/dig.c
file modified
+9 -3
bin/dig/dig.docbook
file modified
+12 -2
bin/dig/dig.html
file modified
+12 -6
bin/dig/dighost.c
file modified
+153 -150
bin/dig/host.c
file modified
+3 -1
bin/dig/include/dig/dig.h
file modified
+4 -2
bin/dig/nslookup.1
file modified
+7 -2
bin/dig/nslookup.c
file modified
+14 -5
bin/dig/nslookup.docbook
file modified
+15 -6
bin/dig/nslookup.html
file modified
+13 -7
bin/dnssec/dnssec-keygen.c
file modified
+2 -2
bin/dnssec/dnssec-signzone.8
file modified
+3 -3
bin/dnssec/dnssec-signzone.c
file modified
+13 -11
bin/dnssec/dnssec-signzone.docbook
file modified
+3 -2
bin/dnssec/dnssec-signzone.html
file modified
+7 -7
bin/dnssec/dnssectool.c
file modified
+27 -16
bin/named/Makefile.in
file modified
+3 -2
bin/named/builtin.c
file modified
+9 -8
bin/named/client.c
file modified
+97 -130
bin/named/config.c
file modified
+8 -8
bin/named/control.c
file modified
+5 -4
bin/named/controlconf.c
file modified
+6 -6
bin/named/include/named/globals.h
file modified
+1 -0
bin/named/include/named/main.h
file modified
+5 -1
bin/named/include/named/server.h
file modified
+4 -3
bin/named/interfacemgr.c
file modified
+11 -4
bin/named/logconf.c
file modified
+33 -28
bin/named/lwaddr.c
file modified
+5 -5
bin/named/lwdgnba.c
file modified
+3 -3
bin/named/lwdgrbn.c
file modified
+11 -10
bin/named/main.c
file modified
+23 -3
bin/named/named.conf.5
file modified
+4 -4
bin/named/named.conf.docbook
file modified
+4 -3
bin/named/named.conf.html
file modified
+18 -18
bin/named/query.c
file modified
+18 -12
bin/named/server.c
file modified
+423 -129
bin/named/statschannel.c
file modified
+3 -1
bin/named/unix/os.c
file modified
+4 -1
bin/named/update.c
file modified
+14 -4
bin/named/zoneconf.c
file modified
+4 -4
bin/nsupdate/Makefile.in
file modified
+4 -2
bin/nsupdate/nsupdate.c
file modified
+24 -13
bin/rndc/rndc.8
file modified
+231 -12
bin/rndc/rndc.c
file modified
+6 -3
bin/rndc/rndc.docbook
file modified
+388 -10
bin/rndc/rndc.html
file modified
+258 -14
config.guess
file modified
+599 -478
config.h.in
file modified
+3 -0
config.sub
file modified
+355 -117
configure.in
file modified
+117 -15
doc/arm/Bv9ARM-book.xml
file modified
+13 -428
doc/arm/Bv9ARM.ch03.html
file modified
+6 -294
doc/arm/Bv9ARM.ch04.html
file modified
+86 -85
doc/arm/Bv9ARM.ch05.html
file modified
+2 -2
doc/arm/Bv9ARM.ch06.html
file modified
+84 -80
doc/arm/Bv9ARM.ch07.html
file modified
+6 -6
doc/arm/Bv9ARM.ch08.html
file modified
+8 -8
doc/arm/Bv9ARM.ch09.html
file modified
+109 -109
doc/arm/Bv9ARM.html
file modified
+80 -80
doc/arm/Bv9ARM.pdf
file modified
+7336 -7236
doc/arm/man.arpaname.html
file modified
+3 -3
doc/arm/man.ddns-confgen.html
file modified
+4 -4
doc/arm/man.dig.html
file modified
+16 -10
doc/arm/man.dnssec-dsfromkey.html
file modified
+7 -7
doc/arm/man.dnssec-keyfromlabel.html
file modified
+6 -6
doc/arm/man.dnssec-keygen.html
file modified
+7 -7
doc/arm/man.dnssec-revoke.html
file modified
+4 -4
doc/arm/man.dnssec-settime.html
file modified
+6 -6
doc/arm/man.dnssec-signzone.html
file modified
+6 -6
doc/arm/man.genrandom.html
file modified
+4 -4
doc/arm/man.host.html
file modified
+4 -4
doc/arm/man.isc-hmac-fixup.html
file modified
+4 -4
doc/arm/man.named-checkconf.html
file modified
+16 -6
doc/arm/man.named-checkzone.html
file modified
+5 -5
doc/arm/man.named-journalprint.html
file modified
+3 -3
doc/arm/man.named.html
file modified
+7 -7
doc/arm/man.nsec3hash.html
file modified
+4 -4
doc/arm/man.nsupdate.html
file modified
+6 -6
doc/arm/man.rndc-confgen.html
file modified
+5 -5
doc/arm/man.rndc.conf.html
file modified
+5 -5
doc/arm/man.rndc.html
file modified
+257 -13
doc/arm/pkcs11.xml
file modified
+5 -4
lib/bind9/api
file modified
+1 -1
lib/bind9/check.c
file modified
+32 -2
lib/dns/acache.c
file modified
+2 -1
lib/dns/acl.c
file modified
+3 -3
lib/dns/adb.c
file modified
+3 -3
lib/dns/api
file modified
+3 -3
lib/dns/client.c
file modified
+23 -4
lib/dns/diff.c
file modified
+3 -12
lib/dns/dispatch.c
file modified
+12 -11
lib/dns/dns64.c
file modified
+8 -8
lib/dns/dnssec.c
file modified
+8 -7
lib/dns/dst_api.c
file modified
+17 -0
lib/dns/dst_internal.h
file modified
+3 -1
lib/dns/gen.c
file modified
+11 -2
lib/dns/gssapi_link.c
file modified
+7 -7
lib/dns/gssapictx.c
file modified
+28 -12
lib/dns/hmac_link.c
file modified
+20 -25
lib/dns/include/dns/Makefile.in
file modified
+4 -3
lib/dns/include/dns/masterdump.h
file modified
+6 -1
lib/dns/include/dns/message.h
file modified
+1 -0
lib/dns/include/dns/nsec3.h
file modified
+2 -2
lib/dns/include/dns/rdata.h
file modified
+4 -1
lib/dns/include/dns/zone.h
file modified
+6 -0
lib/dns/include/dst/dst.h
file modified
+18 -1
lib/dns/include/dst/gssapi.h
file modified
+2 -2
lib/dns/journal.c
file modified
+26 -21
lib/dns/keydata.c
file modified
+3 -3
lib/dns/master.c
file modified
+3 -3
lib/dns/masterdump.c
file modified
+35 -8
lib/dns/message.c
file modified
+5 -5
lib/dns/name.c
file modified
+26 -23
lib/dns/nsec.c
file modified
+4 -4
lib/dns/nsec3.c
file modified
+22 -22
lib/dns/openssldh_link.c
file modified
+3 -3
lib/dns/opensslecdsa_link.c
file modified
+3 -3
lib/dns/opensslgost_link.c
file modified
+4 -4
lib/dns/opensslrsa_link.c
file modified
+2 -2
lib/dns/portlist.c
file modified
+7 -7
lib/dns/rbt.c
file modified
+4 -4
lib/dns/rbtdb.c
file modified
+78 -63
lib/dns/rcode.c
file modified
+4 -4
lib/dns/rdata.c
file modified
+20 -20
lib/dns/rdata/ch_3/a_1.c
file modified
+3 -3
lib/dns/rdata/generic/afsdb_18.c
file modified
+3 -3
lib/dns/rdata/generic/dnskey_48.c
file modified
+20 -2
lib/dns/rdata/generic/eui48_108.c
file modified
+2 -2
lib/dns/rdata/generic/eui64_109.c
file modified
+2 -2
lib/dns/rdata/generic/hip_55.c
file modified
+4 -4
lib/dns/rdata/generic/ipseckey_45.c
file modified
+4 -4
lib/dns/rdata/generic/isdn_20.c
file modified
+14 -6
lib/dns/rdata/generic/key_25.c
file modified
+20 -2
lib/dns/rdata/generic/keydata_65533.c
file modified
+15 -11
lib/dns/rdata/generic/l32_105.c
file modified
+2 -2
lib/dns/rdata/generic/l64_106.c
file modified
+2 -2
lib/dns/rdata/generic/nid_104.c
file modified
+2 -2
lib/dns/rdata/generic/opt_41.c
file modified
+39 -7
lib/dns/rdata/generic/rrsig_46.c
file modified
+29 -3
lib/dns/rdata/generic/rt_21.c
file modified
+3 -3
lib/dns/rdata/generic/soa_6.c
file modified
+3 -3
lib/dns/rdata/generic/spf_99.c
file modified
+2 -2
lib/dns/rdata/generic/txt_16.c
file modified
+2 -2
lib/dns/rdata/hs_4/a_1.c
file modified
+4 -4
lib/dns/rdata/in_1/a6_38.c
file modified
+3 -3
lib/dns/rdata/in_1/a_1.c
file modified
+4 -4
lib/dns/rdata/in_1/aaaa_28.c
file modified
+5 -5
lib/dns/rdata/in_1/apl_42.c
file modified
+3 -3
lib/dns/rdata/in_1/wks_11.c
file modified
+6 -6
lib/dns/rdataslab.c
file modified
+10 -9
lib/dns/resolver.c
file modified
+22 -11
lib/dns/rootns.c
file modified
+1 -1
lib/dns/rpz.c
file modified
+2 -2
lib/dns/spnego.c
file modified
+13 -13
lib/dns/spnego_asn1.c
file modified
+10 -10
lib/dns/ssu.c
file modified
+2 -2
lib/dns/ssu_external.c
file modified
+2 -2
lib/dns/time.c
file modified
+2 -2
lib/dns/tkey.c
file modified
+6 -6
lib/dns/tsig.c
file modified
+9 -9
lib/dns/ttl.c
file modified
+3 -3
lib/dns/validator.c
file modified
+4 -2
lib/dns/view.c
file modified
+30 -3
lib/dns/xfrin.c
file modified
+36 -61
lib/dns/zone.c
file modified
+188 -79
lib/export/isc/Makefile.in
file modified
+4 -3
lib/export/samples/nsprobe.c
file modified
+2 -2
lib/export/samples/sample-request.c
file modified
+2 -2
lib/export/samples/sample-update.c
file modified
+3 -3
lib/export/samples/sample.c
file modified
+2 -2
lib/irs/Makefile.in
file modified
+2 -2
lib/irs/api
file modified
+2 -2
lib/irs/getaddrinfo.c
file modified
+9 -9
lib/irs/include/irs/Makefile.in
file modified
+3 -1
lib/irs/include/irs/resconf.h
file modified
+12 -2
lib/irs/resconf.c
file modified
+50 -43
lib/isc/Makefile.in
file modified
+9 -4
lib/isc/api
file modified
+3 -3
lib/isc/app_api.c
file modified
+11 -1
lib/isc/backtrace.c
file modified
+13 -2
lib/isc/base32.c
file modified
+4 -4
lib/isc/base64.c
file modified
+4 -4
lib/isc/buffer.c
file modified
+3 -3
lib/isc/commandline.c
file modified
+2 -6
lib/isc/hash.c
file modified
+9 -8
lib/isc/heap.c
file modified
+4 -4
lib/isc/hex.c
file modified
+4 -4
lib/isc/hmacmd5.c
file modified
+4 -3
lib/isc/hmacsha.c
file modified
+22 -21
lib/isc/include/isc/Makefile.in
file modified
+1 -1
lib/isc/include/isc/app.h
file modified
+9 -2
lib/isc/include/isc/buffer.h
file modified
+3 -3
lib/isc/include/isc/file.h
file modified
+11 -1
lib/isc/include/isc/hash.h
file modified
+2 -2
lib/isc/include/isc/namespace.h
file modified
+2 -1
lib/isc/include/isc/platform.h.in
file modified
+7 -1
lib/isc/include/isc/radix.h
file modified
+3 -3
lib/isc/include/isc/safe.h
file added
+36
lib/isc/include/isc/socket.h
file modified
+6 -1
lib/isc/include/isc/stdio.h
file modified
+7 -3
lib/isc/inet_aton.c
file modified
+4 -7
lib/isc/inet_pton.c
file modified
+7 -6
lib/isc/lex.c
file modified
+14 -11
lib/isc/log.c
file modified
+4 -4
lib/isc/md5.c
file modified
+6 -6
lib/isc/mem.c
file modified
+10 -12
lib/isc/netaddr.c
file modified
+4 -4
lib/isc/radix.c
file modified
+3 -3
lib/isc/random.c
file modified
+2 -2
lib/isc/safe.c
file added
+42
lib/isc/sha1.c
file modified
+4 -4
lib/isc/sha2.c
file modified
+20 -20
lib/isc/sockaddr.c
file modified
+3 -3
lib/isc/stats.c
file modified
+3 -3
lib/isc/string.c
file modified
+30 -3
lib/isc/strtoul.c
file modified
+2 -6
lib/isc/unix/app.c
file modified
+23 -8
lib/isc/unix/file.c
file modified
+30 -7
lib/isc/unix/ifiter_getifaddrs.c
file modified
+2 -2
lib/isc/unix/ifiter_ioctl.c
file modified
+10 -10
lib/isc/unix/ifiter_sysctl.c
file modified
+5 -5
lib/isc/unix/include/isc/Makefile.in
file modified
+2 -2
lib/isc/unix/interfaceiter.c
file modified
+9 -9
lib/isc/unix/socket.c
file modified
+39 -19
lib/isc/unix/stdio.c
file modified
+18 -3
lib/isccc/api
file modified
+1 -1
lib/isccc/base64.c
file modified
+6 -4
lib/isccc/cc.c
file modified
+10 -6
lib/isccc/include/isccc/util.h
file modified
+19 -19
lib/isccc/sexpr.c
file modified
+3 -3
lib/isccfg/api
file modified
+3 -3
lib/isccfg/include/isccfg/cfg.h
file modified
+11 -1
lib/isccfg/include/isccfg/grammar.h
file modified
+6 -1
lib/isccfg/namedconf.c
file modified
+3 -3
lib/isccfg/parser.c
file modified
+50 -4
lib/lwres/api
file modified
+1 -1
lib/lwres/context.c
file modified
+22 -10
lib/lwres/getaddrinfo.c
file modified
+9 -9
lib/lwres/gethost.c
file modified
+79 -79
lib/lwres/getipnode.c
file modified
+35 -35
lib/lwres/getrrset.c
file modified
+5 -5
lib/lwres/herror.c
file modified
+2 -6
lib/lwres/lwbuffer.c
file modified
+19 -19
lib/lwres/lwconfig.c
file modified
+4 -4
lib/lwres/lwinetaton.c
file modified
+4 -7
lib/lwres/lwinetpton.c
file modified
+6 -5
lib/lwres/lwres_gabn.c
file modified
+19 -19
lib/lwres/lwres_gnba.c
file modified
+21 -21
lib/lwres/lwres_grbn.c
file modified
+5 -5
lib/lwres/lwres_noop.c
file modified
+19 -19
lib/lwres/lwresutil.c
file modified
+23 -23
lib/lwres/strtoul.c
file modified
+2 -6
make/mkdep.in
file modified
+1 -5
version
file modified
+4 -3
    Vendor import of BIND 9.8.7
    
    Approved by:	delphij (mentor, implicit)
    Sponsored by:	DK Hostmaster A/S
    
        
file modified
+279 -3
file modified
+28 -8
file modified
+8 -1
file modified
+56 -38
file modified
+11 -3
file modified
+58 -10
file modified
+2 -2
file modified
+2 -2
file modified
+9 -3
file modified
+9 -3
file modified
+12 -2
file modified
+12 -6
file modified
+153 -150
file modified
+3 -1
file modified
+4 -2
file modified
+7 -2
file modified
+14 -5
file modified
+15 -6
file modified
+13 -7
file modified
+2 -2
file modified
+3 -3
file modified
+13 -11
file modified
+27 -16
file modified
+3 -2
file modified
+9 -8
file modified
+97 -130
file modified
+8 -8
file modified
+5 -4
file modified
+6 -6
file modified
+11 -4
file modified
+33 -28
file modified
+5 -5
file modified
+3 -3
file modified
+11 -10
file modified
+23 -3
file modified
+4 -4
file modified
+4 -3
file modified
+18 -18
file modified
+18 -12
file modified
+423 -129
file modified
+3 -1
file modified
+4 -1
file modified
+14 -4
file modified
+4 -4
file modified
+4 -2
file modified
+24 -13
file modified
+231 -12
file modified
+6 -3
file modified
+388 -10
file modified
+258 -14
file modified
+599 -478
file modified
+3 -0
file modified
+355 -117
file modified
+117 -15
file modified
+13 -428
file modified
+6 -294
file modified
+86 -85
file modified
+2 -2
file modified
+84 -80
file modified
+6 -6
file modified
+8 -8
file modified
+109 -109
file modified
+80 -80
file modified
+7336 -7236
file modified
+3 -3
file modified
+16 -10
file modified
+4 -4
file modified
+4 -4
file modified
+7 -7
file modified
+4 -4
file modified
+6 -6
file modified
+5 -5
file modified
+257 -13
file modified
+5 -4
file modified
+1 -1
file modified
+32 -2
file modified
+2 -1
file modified
+3 -3
file modified
+3 -3
file modified
+3 -3
file modified
+23 -4
file modified
+3 -12
file modified
+12 -11
file modified
+8 -8
file modified
+8 -7
file modified
+17 -0
file modified
+3 -1
file modified
+11 -2
file modified
+7 -7
file modified
+28 -12
file modified
+20 -25
file modified
+2 -2
file modified
+4 -1
file modified
+6 -0
file modified
+18 -1
file modified
+2 -2
file modified
+26 -21
file modified
+3 -3
file modified
+3 -3
file modified
+35 -8
file modified
+5 -5
file modified
+26 -23
file modified
+4 -4
file modified
+22 -22
file modified
+3 -3
file modified
+3 -3
file modified
+4 -4
file modified
+2 -2
file modified
+7 -7
file modified
+4 -4
file modified
+78 -63
file modified
+4 -4
file modified
+20 -20
file modified
+3 -3
file modified
+4 -4
file modified
+3 -3
file modified
+4 -4
file modified
+5 -5
file modified
+3 -3
file modified
+6 -6
file modified
+10 -9
file modified
+22 -11
file modified
+1 -1
file modified
+2 -2
file modified
+13 -13
file modified
+10 -10
file modified
+2 -2
file modified
+2 -2
file modified
+2 -2
file modified
+6 -6
file modified
+9 -9
file modified
+3 -3
file modified
+4 -2
file modified
+30 -3
file modified
+36 -61
file modified
+188 -79
file modified
+4 -3
file modified
+2 -2
file modified
+2 -2
file modified
+2 -2
file modified
+2 -2
file modified
+9 -9
file modified
+12 -2
file modified
+50 -43
file modified
+9 -4
file modified
+3 -3
file modified
+11 -1
file modified
+13 -2
file modified
+4 -4
file modified
+4 -4
file modified
+3 -3
file modified
+2 -6
file modified
+9 -8
file modified
+4 -4
file modified
+4 -4
file modified
+4 -3
file modified
+22 -21
file modified
+9 -2
file modified
+3 -3
file modified
+11 -1
file modified
+2 -2
file modified
+3 -3
file modified
+6 -1
file modified
+7 -3
file modified
+4 -7
file modified
+7 -6
file modified
+14 -11
file modified
+4 -4
file modified
+6 -6
file modified
+10 -12
file modified
+4 -4
file modified
+3 -3
file modified
+2 -2
file added
+42
file modified
+4 -4
file modified
+20 -20
file modified
+3 -3
file modified
+3 -3
file modified
+30 -3
file modified
+2 -6
file modified
+23 -8
file modified
+30 -7
file modified
+10 -10
file modified
+5 -5
file modified
+9 -9
file modified
+39 -19
file modified
+18 -3
file modified
+1 -1
file modified
+6 -4
file modified
+10 -6
file modified
+19 -19
file modified
+3 -3
file modified
+3 -3
file modified
+3 -3
file modified
+50 -4
file modified
+1 -1
file modified
+22 -10
file modified
+9 -9
file modified
+79 -79
file modified
+35 -35
file modified
+5 -5
file modified
+2 -6
file modified
+19 -19
file modified
+4 -4
file modified
+4 -7
file modified
+6 -5
file modified
+19 -19
file modified
+21 -21
file modified
+5 -5
file modified
+19 -19
file modified
+23 -23
file modified
+2 -6
file modified
+1 -5
file modified
+4 -3