0842d66 Vendor import of BIND 9.6-ESV-R5

Authored and Committed by Doug Barton 12 years ago
132 files changed. 5787 lines added. 3756 lines removed.
CHANGES
file modified
+211 -30
COPYRIGHT
file modified
+490 -2
Makefile.in
file modified
+4 -3
README
file modified
+8 -2
RELEASE-NOTES-BIND-9.6-ESV.html
file added
+319
RELEASE-NOTES-BIND-9.6-ESV.pdf
file added
+0
RELEASE-NOTES-BIND-9.6-ESV.txt
file added
+199
bin/check/named-checkconf.c
file modified
+3 -3
bin/dig/dig.c
file modified
+3 -32
bin/dig/dighost.c
file modified
+44 -15
bin/dig/host.c
file modified
+5 -4
bin/dig/include/dig/dig.h
file modified
+5 -2
bin/dig/nslookup.c
file modified
+14 -20
bin/dnssec/dnssec-keyfromlabel.c
file modified
+8 -2
bin/dnssec/dnssec-keygen.c
file modified
+10 -6
bin/dnssec/dnssec-signzone.c
file modified
+22 -16
bin/named/client.c
file modified
+4 -2
bin/named/controlconf.c
file modified
+3 -3
bin/named/interfacemgr.c
file modified
+3 -4
bin/named/logconf.c
file modified
+35 -22
bin/named/main.c
file modified
+3 -2
bin/named/query.c
file modified
+12 -10
bin/named/server.c
file modified
+32 -25
bin/named/statschannel.c
file modified
+3 -3
bin/named/unix/os.c
file modified
+3 -3
bin/named/update.c
file modified
+79 -11
bin/named/zoneconf.c
file modified
+44 -44
bin/nsupdate/nsupdate.c
file modified
+9 -3
bin/rndc/rndc.c
file modified
+3 -3
config.h.in
file modified
+10 -1
configure.in
file modified
+59 -32
doc/arm/Bv9ARM-book.xml
file modified
+100 -20
doc/arm/Bv9ARM.ch01.html
file modified
+26 -26
doc/arm/Bv9ARM.ch02.html
file modified
+12 -12
doc/arm/Bv9ARM.ch03.html
file modified
+15 -15
doc/arm/Bv9ARM.ch04.html
file modified
+36 -36
doc/arm/Bv9ARM.ch05.html
file modified
+4 -4
doc/arm/Bv9ARM.ch06.html
file modified
+179 -91
doc/arm/Bv9ARM.ch07.html
file modified
+8 -8
doc/arm/Bv9ARM.ch08.html
file modified
+10 -10
doc/arm/Bv9ARM.ch09.html
file modified
+91 -91
doc/arm/Bv9ARM.ch10.html
file modified
+2 -2
doc/arm/Bv9ARM.html
file modified
+75 -75
doc/arm/Bv9ARM.pdf
file modified
+2509 -2489
doc/arm/man.dig.html
file modified
+11 -11
doc/arm/man.dnssec-dsfromkey.html
file modified
+9 -9
doc/arm/man.dnssec-keyfromlabel.html
file modified
+7 -7
doc/arm/man.dnssec-keygen.html
file modified
+8 -8
doc/arm/man.dnssec-signzone.html
file modified
+8 -8
doc/arm/man.host.html
file modified
+6 -6
doc/arm/man.named-checkconf.html
file modified
+7 -7
doc/arm/man.named-checkzone.html
file modified
+7 -7
doc/arm/man.named.html
file modified
+9 -9
doc/arm/man.nsupdate.html
file modified
+8 -8
doc/arm/man.rndc-confgen.html
file modified
+7 -7
doc/arm/man.rndc.conf.html
file modified
+7 -7
doc/arm/man.rndc.html
file modified
+7 -7
lib/bind9/api
file modified
+1 -1
lib/bind9/check.c
file modified
+16 -6
lib/dns/Makefile.in
file modified
+4 -3
lib/dns/adb.c
file modified
+9 -4
lib/dns/cache.c
file modified
+77 -28
lib/dns/diff.c
file modified
+11 -7
lib/dns/dispatch.c
file modified
+9 -7
lib/dns/dst_openssl.h
file modified
+18 -3
lib/dns/gssapi_link.c
file modified
+3 -3
lib/dns/gssapictx.c
file modified
+11 -11
lib/dns/include/dns/cache.h
file modified
+25 -4
lib/dns/include/dns/masterdump.h
file modified
+1 -1
lib/dns/include/dns/rdataset.h
file modified
+2 -2
lib/dns/journal.c
file modified
+4 -3
lib/dns/master.c
file modified
+7 -7
lib/dns/masterdump.c
file modified
+30 -20
lib/dns/message.c
file modified
+2 -2
lib/dns/name.c
file modified
+8 -15
lib/dns/ncache.c
file modified
+1 -1
lib/dns/nsec.c
file modified
+3 -3
lib/dns/openssl_link.c
file modified
+4 -17
lib/dns/openssldsa_link.c
file modified
+2 -3
lib/dns/opensslrsa_link.c
file modified
+20 -2
lib/dns/rbt.c
file modified
+6 -3
lib/dns/rbtdb.c
file modified
+34 -20
lib/dns/rbtdb.h
file modified
+15 -2
lib/dns/rcode.c
file modified
+7 -6
lib/dns/rdata.c
file modified
+7 -5
lib/dns/rdatalist.c
file modified
+22 -2
lib/dns/rdataset.c
file modified
+2 -3
lib/dns/request.c
file modified
+2 -4
lib/dns/resolver.c
file modified
+12 -9
lib/dns/sdlz.c
file modified
+3 -3
lib/dns/spnego.c
file modified
+39 -36
lib/dns/time.c
file modified
+30 -16
lib/dns/tkey.c
file modified
+9 -5
lib/dns/ttl.c
file modified
+3 -2
lib/dns/validator.c
file modified
+88 -16
lib/dns/view.c
file modified
+3 -2
lib/dns/xfrin.c
file modified
+34 -13
lib/dns/zone.c
file modified
+56 -25
lib/isc/api
file modified
+2 -2
lib/isc/heap.c
file modified
+5 -4
lib/isc/httpd.c
file modified
+27 -23
lib/isc/include/isc/file.h
file modified
+23 -2
lib/isc/include/isc/util.h
file modified
+7 -2
lib/isc/log.c
file modified
+5 -4
lib/isc/netaddr.c
file modified
+21 -23
lib/isc/powerpc/include/isc/atomic.h
file modified
+14 -8
lib/isc/radix.c
file modified
+3 -3
lib/isc/rwlock.c
file modified
+3 -2
lib/isc/sha1.c
file modified
+4 -2
lib/isc/sha2.c
file modified
+23 -2
lib/isc/sockaddr.c
file modified
+7 -4
lib/isc/string.c
file modified
+6 -5
lib/isc/timer.c
file modified
+7 -4
lib/isc/unix/dir.c
file modified
+3 -3
lib/isc/unix/file.c
file modified
+19 -2
lib/isc/unix/include/isc/stdtime.h
file modified
+6 -2
lib/isc/unix/socket.c
file modified
+46 -12
lib/isc/unix/stdio.c
file modified
+3 -2
lib/isc/unix/time.c
file modified
+3 -3
lib/isccc/Makefile.in
file modified
+3 -3
lib/isccfg/Makefile.in
file modified
+3 -3
lib/isccfg/api
file modified
+1 -1
lib/isccfg/namedconf.c
file modified
+5 -4
lib/isccfg/parser.c
file modified
+10 -5
lib/lwres/api
file modified
+1 -1
lib/lwres/assert_p.h
file modified
+3 -2
lib/lwres/herror.c
file modified
+3 -3
lib/lwres/lwconfig.c
file modified
+3 -2
lib/lwres/print.c
file modified
+3 -2
make/rules.in
file modified
+16 -4
release-notes.css
file added
+42
version
file modified
+2 -2
    Vendor import of BIND 9.6-ESV-R5
    
        
file modified
+211 -30
file modified
+490 -2
file modified
+4 -3
file modified
+8 -2
empty file added
file modified
+3 -3
file modified
+3 -32
file modified
+44 -15
file modified
+5 -4
file modified
+5 -2
file modified
+14 -20
file modified
+10 -6
file modified
+22 -16
file modified
+4 -2
file modified
+3 -3
file modified
+3 -4
file modified
+35 -22
file modified
+3 -2
file modified
+12 -10
file modified
+32 -25
file modified
+3 -3
file modified
+3 -3
file modified
+79 -11
file modified
+44 -44
file modified
+9 -3
file modified
+3 -3
file modified
+10 -1
file modified
+59 -32
file modified
+100 -20
file modified
+26 -26
file modified
+12 -12
file modified
+15 -15
file modified
+36 -36
file modified
+4 -4
file modified
+179 -91
file modified
+8 -8
file modified
+10 -10
file modified
+91 -91
file modified
+2 -2
file modified
+75 -75
file modified
+2509 -2489
file modified
+11 -11
file modified
+6 -6
file modified
+9 -9
file modified
+8 -8
file modified
+7 -7
file modified
+7 -7
file modified
+1 -1
file modified
+16 -6
file modified
+4 -3
file modified
+9 -4
file modified
+77 -28
file modified
+11 -7
file modified
+9 -7
file modified
+18 -3
file modified
+3 -3
file modified
+11 -11
file modified
+25 -4
file modified
+4 -3
file modified
+7 -7
file modified
+30 -20
file modified
+2 -2
file modified
+8 -15
file modified
+1 -1
file modified
+3 -3
file modified
+4 -17
file modified
+2 -3
file modified
+20 -2
file modified
+6 -3
file modified
+34 -20
file modified
+15 -2
file modified
+7 -6
file modified
+7 -5
file modified
+22 -2
file modified
+2 -3
file modified
+2 -4
file modified
+12 -9
file modified
+3 -3
file modified
+39 -36
file modified
+30 -16
file modified
+9 -5
file modified
+3 -2
file modified
+88 -16
file modified
+3 -2
file modified
+34 -13
file modified
+56 -25
file modified
+2 -2
file modified
+5 -4
file modified
+27 -23
file modified
+23 -2
file modified
+7 -2
file modified
+5 -4
file modified
+21 -23
file modified
+3 -3
file modified
+3 -2
file modified
+4 -2
file modified
+23 -2
file modified
+7 -4
file modified
+6 -5
file modified
+7 -4
file modified
+3 -3
file modified
+19 -2
file modified
+46 -12
file modified
+3 -2
file modified
+3 -3
file modified
+3 -3
file modified
+3 -3
file modified
+1 -1
file modified
+5 -4
file modified
+10 -5
file modified
+1 -1
file modified
+3 -2
file modified
+3 -3
file modified
+3 -2
file modified
+3 -2
file modified
+16 -4
file added
+42
file modified
+2 -2