cea81a Apply patch bind-9.11-serve-stale.patch

Authored and Committed by Packit Service 3 years ago
48 files changed. 2122 lines added. 102 lines removed.
bin/named/config.c
file modified
+7 -2
bin/named/control.c
file modified
+2 -0
bin/named/include/named/control.h
file modified
+1 -0
bin/named/include/named/log.h
file modified
+1 -0
bin/named/include/named/query.h
file modified
+15 -0
bin/named/include/named/server.h
file modified
+12 -1
bin/named/log.c
file modified
+1 -0
bin/named/query.c
file modified
+160 -4
bin/named/server.c
file modified
+175 -2
bin/named/statschannel.c
file modified
+6 -0
bin/rndc/rndc.c
file modified
+2 -0
bin/rndc/rndc.docbook
file modified
+19 -0
bin/tests/system/chain/prereq.sh
file modified
+7 -0
bin/tests/system/conf.sh.in
file modified
+1 -1
bin/tests/system/dyndb/driver/db.c
file modified
+2 -0
bin/tests/system/serve-stale/.gitignore
file added
+11
bin/tests/system/serve-stale/ans2/ans.pl.in
file added
+178
bin/tests/system/serve-stale/clean.sh
file added
+15
bin/tests/system/serve-stale/ns1/named1.conf.in
file added
+35
bin/tests/system/serve-stale/ns1/named2.conf.in
file added
+35
bin/tests/system/serve-stale/ns1/root.db
file added
+5
bin/tests/system/serve-stale/ns3/named.conf.in
file added
+35
bin/tests/system/serve-stale/prereq.sh
file added
+38
bin/tests/system/serve-stale/setup.sh
file added
+13
bin/tests/system/serve-stale/tests.sh
file added
+536
doc/arm/Bv9ARM-book.xml
file modified
+65 -4
doc/arm/logging-categories.xml
file modified
+11 -0
doc/arm/notes-rh-changes.xml
file modified
+13 -1
doc/misc/options
file modified
+10 -0
lib/bind9/check.c
file modified
+54 -24
lib/dns/cache.c
file modified
+35 -3
lib/dns/db.c
file modified
+22 -0
lib/dns/ecdb.c
file modified
+3 -1
lib/dns/include/dns/cache.h
file modified
+21 -0
lib/dns/include/dns/db.h
file modified
+35 -0
lib/dns/include/dns/rdataset.h
file modified
+11 -0
lib/dns/include/dns/resolver.h
file modified
+40 -3
lib/dns/include/dns/types.h
file modified
+6 -0
lib/dns/include/dns/view.h
file modified
+3 -0
lib/dns/master.c
file modified
+10 -4
lib/dns/masterdump.c
file modified
+23 -0
lib/dns/rbtdb.c
file modified
+178 -29
lib/dns/resolver.c
file modified
+60 -19
lib/dns/sdb.c
file modified
+3 -1
lib/dns/sdlz.c
file modified
+3 -1
lib/dns/tests/db_test.c
file modified
+196 -2
lib/dns/view.c
file modified
+3 -0
lib/isccfg/namedconf.c
file modified
+5 -0
    Apply patch bind-9.11-serve-stale.patch
    
    patch_name: bind-9.11-serve-stale.patch
    present_in_specfile: true
    
        
file modified
+7 -2
file modified
+2 -0
file modified
+1 -0
file modified
+160 -4
file modified
+175 -2
file modified
+6 -0
file modified
+2 -0
file modified
+19 -0
file modified
+1 -1
file modified
+65 -4
file modified
+13 -1
file modified
+10 -0
file modified
+54 -24
file modified
+35 -3
file modified
+22 -0
file modified
+3 -1
file modified
+21 -0
file modified
+35 -0
file modified
+6 -0
file modified
+3 -0
file modified
+10 -4
file modified
+23 -0
file modified
+178 -29
file modified
+60 -19
file modified
+3 -1
file modified
+3 -1
file modified
+196 -2
file modified
+3 -0
file modified
+5 -0