Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
580
Issues
580
List
Boards
Labels
Service Desk
Milestones
Merge Requests
111
Merge Requests
111
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
9c3531d7
Commit
9c3531d7
authored
Jun 22, 2000
by
David Lawrence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add RCS id string
parent
541ed6fe
Changes
607
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
607 changed files
with
1214 additions
and
1 deletion
+1214
-1
Makefile.in
Makefile.in
+2
-0
acconfig.h
acconfig.h
+2
-0
bin/Makefile.in
bin/Makefile.in
+2
-0
bin/dig/Makefile.in
bin/dig/Makefile.in
+2
-0
bin/dnssec/Makefile.in
bin/dnssec/Makefile.in
+2
-0
bin/dnssec/dnssec-makekeyset.c
bin/dnssec/dnssec-makekeyset.c
+2
-0
bin/dnssec/dnssec-signkey.c
bin/dnssec/dnssec-signkey.c
+2
-0
bin/dnssec/dnssec-signzone.c
bin/dnssec/dnssec-signzone.c
+2
-0
bin/dnssec/dnssectool.c
bin/dnssec/dnssectool.c
+2
-0
bin/dnssec/dnssectool.h
bin/dnssec/dnssectool.h
+2
-0
bin/lwresd/Makefile.in
bin/lwresd/Makefile.in
+2
-0
bin/lwresd/client.c
bin/lwresd/client.c
+2
-0
bin/lwresd/client.h
bin/lwresd/client.h
+2
-0
bin/lwresd/err_pkt.c
bin/lwresd/err_pkt.c
+2
-0
bin/lwresd/main.c
bin/lwresd/main.c
+2
-0
bin/lwresd/process_gabn.c
bin/lwresd/process_gabn.c
+2
-0
bin/lwresd/process_gnba.c
bin/lwresd/process_gnba.c
+2
-0
bin/lwresd/process_noop.c
bin/lwresd/process_noop.c
+2
-0
bin/named/Makefile.in
bin/named/Makefile.in
+2
-0
bin/named/aclconf.c
bin/named/aclconf.c
+2
-0
bin/named/client.c
bin/named/client.c
+2
-0
bin/named/include/named/aclconf.h
bin/named/include/named/aclconf.h
+2
-0
bin/named/include/named/client.h
bin/named/include/named/client.h
+2
-0
bin/named/include/named/globals.h
bin/named/include/named/globals.h
+2
-0
bin/named/include/named/interfacemgr.h
bin/named/include/named/interfacemgr.h
+2
-0
bin/named/include/named/listenlist.h
bin/named/include/named/listenlist.h
+2
-0
bin/named/include/named/log.h
bin/named/include/named/log.h
+2
-0
bin/named/include/named/logconf.h
bin/named/include/named/logconf.h
+2
-0
bin/named/include/named/lwdclient.h
bin/named/include/named/lwdclient.h
+2
-0
bin/named/include/named/lwresd.h
bin/named/include/named/lwresd.h
+2
-0
bin/named/include/named/main.h
bin/named/include/named/main.h
+2
-0
bin/named/include/named/notify.h
bin/named/include/named/notify.h
+2
-0
bin/named/include/named/omapi.h
bin/named/include/named/omapi.h
+2
-0
bin/named/include/named/query.h
bin/named/include/named/query.h
+2
-0
bin/named/include/named/server.h
bin/named/include/named/server.h
+2
-0
bin/named/include/named/tkeyconf.h
bin/named/include/named/tkeyconf.h
+2
-0
bin/named/include/named/tsigconf.h
bin/named/include/named/tsigconf.h
+2
-0
bin/named/include/named/types.h
bin/named/include/named/types.h
+2
-0
bin/named/include/named/update.h
bin/named/include/named/update.h
+2
-0
bin/named/include/named/xfrout.h
bin/named/include/named/xfrout.h
+2
-0
bin/named/include/named/zoneconf.h
bin/named/include/named/zoneconf.h
+2
-0
bin/named/interfacemgr.c
bin/named/interfacemgr.c
+2
-0
bin/named/listenlist.c
bin/named/listenlist.c
+2
-0
bin/named/log.c
bin/named/log.c
+2
-0
bin/named/logconf.c
bin/named/logconf.c
+2
-0
bin/named/lwdclient.c
bin/named/lwdclient.c
+2
-0
bin/named/lwderror.c
bin/named/lwderror.c
+2
-0
bin/named/lwdgabn.c
bin/named/lwdgabn.c
+2
-0
bin/named/lwdgnba.c
bin/named/lwdgnba.c
+2
-0
bin/named/lwdnoop.c
bin/named/lwdnoop.c
+2
-0
bin/named/lwresd.c
bin/named/lwresd.c
+2
-0
bin/named/main.c
bin/named/main.c
+2
-0
bin/named/named.conf.test
bin/named/named.conf.test
+2
-0
bin/named/notify.c
bin/named/notify.c
+2
-0
bin/named/query.c
bin/named/query.c
+2
-0
bin/named/server.c
bin/named/server.c
+2
-0
bin/named/tkeyconf.c
bin/named/tkeyconf.c
+2
-0
bin/named/tsigconf.c
bin/named/tsigconf.c
+2
-0
bin/named/unix/Makefile.in
bin/named/unix/Makefile.in
+2
-0
bin/named/unix/include/named/os.h
bin/named/unix/include/named/os.h
+2
-0
bin/named/unix/os.c
bin/named/unix/os.c
+2
-0
bin/named/update.c
bin/named/update.c
+2
-0
bin/named/zoneconf.c
bin/named/zoneconf.c
+2
-0
bin/nsupdate/Makefile.in
bin/nsupdate/Makefile.in
+2
-0
bin/rndc/Makefile.in
bin/rndc/Makefile.in
+2
-0
bin/rndc/rndc.conf
bin/rndc/rndc.conf
+2
-0
bin/tests/Makefile.in
bin/tests/Makefile.in
+2
-0
bin/tests/adb_test.c
bin/tests/adb_test.c
+2
-0
bin/tests/b8status.pl
bin/tests/b8status.pl
+2
-0
bin/tests/b8t.mk
bin/tests/b8t.mk
+2
-0
bin/tests/b9status.pl
bin/tests/b9status.pl
+2
-0
bin/tests/b9t.mk
bin/tests/b9t.mk
+2
-0
bin/tests/byaddr_test.c
bin/tests/byaddr_test.c
+2
-0
bin/tests/byname_test.c
bin/tests/byname_test.c
+2
-0
bin/tests/compress_test.c
bin/tests/compress_test.c
+2
-0
bin/tests/db/Makefile.in
bin/tests/db/Makefile.in
+2
-0
bin/tests/db/t_db.c
bin/tests/db/t_db.c
+2
-0
bin/tests/db_test.c
bin/tests/db_test.c
+2
-0
bin/tests/dispatch_tcp_test.c
bin/tests/dispatch_tcp_test.c
+2
-0
bin/tests/dispatch_test.c
bin/tests/dispatch_test.c
+2
-0
bin/tests/dst/Makefile.in
bin/tests/dst/Makefile.in
+2
-0
bin/tests/dst/dst_test.c
bin/tests/dst/dst_test.c
+2
-0
bin/tests/dst/t_dst.c
bin/tests/dst/t_dst.c
+2
-0
bin/tests/entropy2_test.c
bin/tests/entropy2_test.c
+2
-0
bin/tests/entropy_test.c
bin/tests/entropy_test.c
+2
-0
bin/tests/fsaccess_test.c
bin/tests/fsaccess_test.c
+2
-0
bin/tests/gxba_test.c
bin/tests/gxba_test.c
+2
-0
bin/tests/gxbn_test.c
bin/tests/gxbn_test.c
+2
-0
bin/tests/hash_test.c
bin/tests/hash_test.c
+2
-0
bin/tests/headerdep_test.sh.in
bin/tests/headerdep_test.sh.in
+2
-0
bin/tests/inter_test.c
bin/tests/inter_test.c
+2
-0
bin/tests/keyboard_test.c
bin/tests/keyboard_test.c
+2
-0
bin/tests/lex_test.c
bin/tests/lex_test.c
+2
-0
bin/tests/lfsr_test.c
bin/tests/lfsr_test.c
+2
-0
bin/tests/lwres_test.c
bin/tests/lwres_test.c
+2
-0
bin/tests/lwresconf_test.c
bin/tests/lwresconf_test.c
+2
-0
bin/tests/master/Makefile.in
bin/tests/master/Makefile.in
+2
-0
bin/tests/master/t_master.c
bin/tests/master/t_master.c
+2
-0
bin/tests/master_test.c
bin/tests/master_test.c
+2
-0
bin/tests/mem/Makefile.in
bin/tests/mem/Makefile.in
+2
-0
bin/tests/mem/t_mem.c
bin/tests/mem/t_mem.c
+2
-0
bin/tests/mempool_test.c
bin/tests/mempool_test.c
+2
-0
bin/tests/name_test.c
bin/tests/name_test.c
+2
-0
bin/tests/named.conf
bin/tests/named.conf
+2
-0
bin/tests/names/Makefile.in
bin/tests/names/Makefile.in
+2
-0
bin/tests/names/t_names.c
bin/tests/names/t_names.c
+2
-0
bin/tests/nconf_test.c
bin/tests/nconf_test.c
+2
-0
bin/tests/ndc.conf
bin/tests/ndc.conf
+2
-0
bin/tests/ndcconf_test.c
bin/tests/ndcconf_test.c
+2
-0
bin/tests/net/Makefile.in
bin/tests/net/Makefile.in
+2
-0
bin/tests/nxtify.c
bin/tests/nxtify.c
+2
-0
bin/tests/omapi_test.c
bin/tests/omapi_test.c
+2
-0
bin/tests/printmsg.c
bin/tests/printmsg.c
+2
-0
bin/tests/printmsg.h
bin/tests/printmsg.h
+2
-0
bin/tests/ratelimiter_test.c
bin/tests/ratelimiter_test.c
+2
-0
bin/tests/rbt/Makefile.in
bin/tests/rbt/Makefile.in
+2
-0
bin/tests/rbt/t_rbt.c
bin/tests/rbt/t_rbt.c
+2
-0
bin/tests/rbt_test.c
bin/tests/rbt_test.c
+2
-0
bin/tests/rbt_test.txt
bin/tests/rbt_test.txt
+2
-0
bin/tests/rdata_test.c
bin/tests/rdata_test.c
+2
-0
bin/tests/resolv.conf.sample
bin/tests/resolv.conf.sample
+2
-0
bin/tests/rwlock_test.c
bin/tests/rwlock_test.c
+2
-0
bin/tests/serial_test.c
bin/tests/serial_test.c
+2
-0
bin/tests/shutdown_test.c
bin/tests/shutdown_test.c
+2
-0
bin/tests/sock_test.c
bin/tests/sock_test.c
+2
-0
bin/tests/sockaddr/Makefile.in
bin/tests/sockaddr/Makefile.in
+2
-0
bin/tests/sockaddr/t_sockaddr.c
bin/tests/sockaddr/t_sockaddr.c
+2
-0
bin/tests/sym_test.c
bin/tests/sym_test.c
+2
-0
bin/tests/system/Makefile.in
bin/tests/system/Makefile.in
+2
-0
bin/tests/system/clean.sh
bin/tests/system/clean.sh
+2
-0
bin/tests/system/conf.sh.in
bin/tests/system/conf.sh.in
+2
-0
bin/tests/system/digcomp.pl
bin/tests/system/digcomp.pl
+2
-0
bin/tests/system/dnssec/README
bin/tests/system/dnssec/README
+2
-0
bin/tests/system/dnssec/clean.sh
bin/tests/system/dnssec/clean.sh
+2
-0
bin/tests/system/dnssec/ns1/named.conf
bin/tests/system/dnssec/ns1/named.conf
+2
-0
bin/tests/system/dnssec/ns1/root.db.in
bin/tests/system/dnssec/ns1/root.db.in
+2
-0
bin/tests/system/dnssec/ns1/sign.sh
bin/tests/system/dnssec/ns1/sign.sh
+2
-0
bin/tests/system/dnssec/ns2/example.db.in
bin/tests/system/dnssec/ns2/example.db.in
+2
-0
bin/tests/system/dnssec/ns2/insecure.secure.example.db
bin/tests/system/dnssec/ns2/insecure.secure.example.db
+2
-0
bin/tests/system/dnssec/ns2/named.conf
bin/tests/system/dnssec/ns2/named.conf
+2
-0
bin/tests/system/dnssec/ns2/private.secure.example.db.in
bin/tests/system/dnssec/ns2/private.secure.example.db.in
+2
-0
bin/tests/system/dnssec/ns2/root.hint
bin/tests/system/dnssec/ns2/root.hint
+2
-0
bin/tests/system/dnssec/ns2/sign.sh
bin/tests/system/dnssec/ns2/sign.sh
+2
-0
bin/tests/system/dnssec/ns3/bogus.example.db.in
bin/tests/system/dnssec/ns3/bogus.example.db.in
+2
-0
bin/tests/system/dnssec/ns3/insecure.example.db
bin/tests/system/dnssec/ns3/insecure.example.db
+2
-0
bin/tests/system/dnssec/ns3/named.conf
bin/tests/system/dnssec/ns3/named.conf
+2
-0
bin/tests/system/dnssec/ns3/root.hint
bin/tests/system/dnssec/ns3/root.hint
+2
-0
bin/tests/system/dnssec/ns3/secure.example.db.in
bin/tests/system/dnssec/ns3/secure.example.db.in
+2
-0
bin/tests/system/dnssec/ns3/sign.sh
bin/tests/system/dnssec/ns3/sign.sh
+2
-0
bin/tests/system/dnssec/ns4/named.conf
bin/tests/system/dnssec/ns4/named.conf
+2
-0
bin/tests/system/dnssec/ns4/root.hint
bin/tests/system/dnssec/ns4/root.hint
+2
-0
bin/tests/system/dnssec/ns5/named.conf
bin/tests/system/dnssec/ns5/named.conf
+2
-0
bin/tests/system/dnssec/ns5/root.hint
bin/tests/system/dnssec/ns5/root.hint
+2
-0
bin/tests/system/dnssec/ns5/trusted.conf.bad
bin/tests/system/dnssec/ns5/trusted.conf.bad
+2
-0
bin/tests/system/dnssec/setup.sh
bin/tests/system/dnssec/setup.sh
+2
-0
bin/tests/system/dnssec/tests.sh
bin/tests/system/dnssec/tests.sh
+2
-0
bin/tests/system/ifconfig.sh
bin/tests/system/ifconfig.sh
+2
-0
bin/tests/system/limits/ns1/example.db
bin/tests/system/limits/ns1/example.db
+2
-0
bin/tests/system/limits/ns1/named.conf
bin/tests/system/limits/ns1/named.conf
+2
-0
bin/tests/system/limits/ns1/root.db
bin/tests/system/limits/ns1/root.db
+2
-0
bin/tests/system/lwresd/Makefile.in
bin/tests/system/lwresd/Makefile.in
+2
-0
bin/tests/system/lwresd/lwresd1/resolv.conf
bin/tests/system/lwresd/lwresd1/resolv.conf
+2
-0
bin/tests/system/lwresd/lwtest.c
bin/tests/system/lwresd/lwtest.c
+2
-0
bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db
bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db
+2
-0
bin/tests/system/lwresd/ns1/example1.db
bin/tests/system/lwresd/ns1/example1.db
+2
-0
bin/tests/system/lwresd/ns1/example2.db
bin/tests/system/lwresd/ns1/example2.db
+2
-0
bin/tests/system/lwresd/ns1/ip6.arpa.db
bin/tests/system/lwresd/ns1/ip6.arpa.db
+2
-0
bin/tests/system/lwresd/ns1/ip6.int.db
bin/tests/system/lwresd/ns1/ip6.int.db
+2
-0
bin/tests/system/lwresd/ns1/named.conf
bin/tests/system/lwresd/ns1/named.conf
+2
-0
bin/tests/system/lwresd/ns1/root.db
bin/tests/system/lwresd/ns1/root.db
+2
-0
bin/tests/system/lwresd/resolv.conf
bin/tests/system/lwresd/resolv.conf
+2
-0
bin/tests/system/lwresd/tests.sh
bin/tests/system/lwresd/tests.sh
+2
-0
bin/tests/system/notify/clean.sh
bin/tests/system/notify/clean.sh
+2
-0
bin/tests/system/notify/ns1/named.conf
bin/tests/system/notify/ns1/named.conf
+2
-0
bin/tests/system/notify/ns1/root.db
bin/tests/system/notify/ns1/root.db
+2
-0
bin/tests/system/notify/ns2/example1.db
bin/tests/system/notify/ns2/example1.db
+2
-0
bin/tests/system/notify/ns2/example2.db
bin/tests/system/notify/ns2/example2.db
+2
-0
bin/tests/system/notify/ns2/example3.db
bin/tests/system/notify/ns2/example3.db
+2
-0
bin/tests/system/notify/ns2/example4.db
bin/tests/system/notify/ns2/example4.db
+2
-0
bin/tests/system/notify/ns2/named.conf
bin/tests/system/notify/ns2/named.conf
+2
-0
bin/tests/system/notify/ns2/root.hint
bin/tests/system/notify/ns2/root.hint
+2
-0
bin/tests/system/notify/ns3/named.conf
bin/tests/system/notify/ns3/named.conf
+2
-0
bin/tests/system/notify/ns3/root.hint
bin/tests/system/notify/ns3/root.hint
+2
-0
bin/tests/system/notify/setup.sh
bin/tests/system/notify/setup.sh
+2
-0
bin/tests/system/notify/tests.sh
bin/tests/system/notify/tests.sh
+2
-0
bin/tests/system/run.sh
bin/tests/system/run.sh
+2
-0
bin/tests/system/setup.sh
bin/tests/system/setup.sh
+2
-0
bin/tests/system/start.sh
bin/tests/system/start.sh
+2
-0
bin/tests/system/stop.sh
bin/tests/system/stop.sh
+2
-0
bin/tests/system/stub/clean.sh
bin/tests/system/stub/clean.sh
+2
-0
bin/tests/system/stub/ns1/named.conf
bin/tests/system/stub/ns1/named.conf
+2
-0
bin/tests/system/stub/ns1/root.db
bin/tests/system/stub/ns1/root.db
+2
-0
bin/tests/system/stub/ns2/child.example.db
bin/tests/system/stub/ns2/child.example.db
+2
-0
bin/tests/system/stub/ns2/named.conf
bin/tests/system/stub/ns2/named.conf
+2
-0
bin/tests/system/stub/ns2/root.hint
bin/tests/system/stub/ns2/root.hint
+2
-0
bin/tests/system/stub/ns3/example.db
bin/tests/system/stub/ns3/example.db
+2
-0
bin/tests/system/stub/ns3/named.conf
bin/tests/system/stub/ns3/named.conf
+2
-0
bin/tests/system/stub/ns3/root.hint
bin/tests/system/stub/ns3/root.hint
+2
-0
bin/tests/system/stub/tests.sh
bin/tests/system/stub/tests.sh
+2
-0
bin/tests/system/testsock.pl
bin/tests/system/testsock.pl
+2
-0
bin/tests/system/views/clean.sh
bin/tests/system/views/clean.sh
+2
-0
bin/tests/system/views/ns1/named.conf
bin/tests/system/views/ns1/named.conf
+2
-0
bin/tests/system/views/ns1/root.db
bin/tests/system/views/ns1/root.db
+2
-0
bin/tests/system/views/ns2/example1.db
bin/tests/system/views/ns2/example1.db
+2
-0
bin/tests/system/views/ns2/example2.db
bin/tests/system/views/ns2/example2.db
+2
-0
bin/tests/system/views/ns2/internal.db
bin/tests/system/views/ns2/internal.db
+2
-0
bin/tests/system/views/ns2/named1.conf
bin/tests/system/views/ns2/named1.conf
+2
-0
bin/tests/system/views/ns2/named2.conf
bin/tests/system/views/ns2/named2.conf
+2
-0
bin/tests/system/views/ns2/root.hint
bin/tests/system/views/ns2/root.hint
+2
-0
bin/tests/system/views/ns3/internal.db
bin/tests/system/views/ns3/internal.db
+2
-0
bin/tests/system/views/ns3/named1.conf
bin/tests/system/views/ns3/named1.conf
+2
-0
bin/tests/system/views/ns3/named2.conf
bin/tests/system/views/ns3/named2.conf
+2
-0
bin/tests/system/views/ns3/root.hint
bin/tests/system/views/ns3/root.hint
+2
-0
bin/tests/system/views/setup.sh
bin/tests/system/views/setup.sh
+2
-0
bin/tests/system/views/tests.sh
bin/tests/system/views/tests.sh
+2
-0
bin/tests/system/xfer/clean.sh
bin/tests/system/xfer/clean.sh
+2
-0
bin/tests/system/xfer/ns1/named.conf
bin/tests/system/xfer/ns1/named.conf
+2
-0
bin/tests/system/xfer/ns1/root.db
bin/tests/system/xfer/ns1/root.db
+2
-0
bin/tests/system/xfer/ns2/example.db
bin/tests/system/xfer/ns2/example.db
+2
-0
bin/tests/system/xfer/ns2/named.conf
bin/tests/system/xfer/ns2/named.conf
+2
-0
bin/tests/system/xfer/ns2/root.hint
bin/tests/system/xfer/ns2/root.hint
+2
-0
bin/tests/system/xfer/ns2/tsigzone.db
bin/tests/system/xfer/ns2/tsigzone.db
+2
-0
bin/tests/system/xfer/ns3/named.conf
bin/tests/system/xfer/ns3/named.conf
+2
-0
bin/tests/system/xfer/ns3/root.hint
bin/tests/system/xfer/ns3/root.hint
+2
-0
bin/tests/system/xfer/tests.sh
bin/tests/system/xfer/tests.sh
+2
-0
bin/tests/system/xferquota/clean.sh
bin/tests/system/xferquota/clean.sh
+2
-0
bin/tests/system/xferquota/ns1/changing1.db
bin/tests/system/xferquota/ns1/changing1.db
+2
-0
bin/tests/system/xferquota/ns1/changing2.db
bin/tests/system/xferquota/ns1/changing2.db
+2
-0
bin/tests/system/xferquota/ns1/named.conf
bin/tests/system/xferquota/ns1/named.conf
+2
-0
bin/tests/system/xferquota/ns1/root.db
bin/tests/system/xferquota/ns1/root.db
+2
-0
bin/tests/system/xferquota/ns2/example.db
bin/tests/system/xferquota/ns2/example.db
+2
-0
bin/tests/system/xferquota/ns2/named.conf
bin/tests/system/xferquota/ns2/named.conf
+2
-0
bin/tests/system/xferquota/ns2/root.hint
bin/tests/system/xferquota/ns2/root.hint
+2
-0
bin/tests/system/xferquota/setup.pl
bin/tests/system/xferquota/setup.pl
+2
-0
bin/tests/system/xferquota/setup.sh
bin/tests/system/xferquota/setup.sh
+2
-0
bin/tests/system/xferquota/tests.sh
bin/tests/system/xferquota/tests.sh
+2
-0
bin/tests/t_api.pl
bin/tests/t_api.pl
+2
-0
bin/tests/task_test.c
bin/tests/task_test.c
+2
-0
bin/tests/tasks/Makefile.in
bin/tests/tasks/Makefile.in
+2
-0
bin/tests/tasks/t_tasks.c
bin/tests/tasks/t_tasks.c
+2
-0
bin/tests/timer_test.c
bin/tests/timer_test.c
+2
-0
bin/tests/timers/Makefile.in
bin/tests/timers/Makefile.in
+2
-0
bin/tests/timers/t_timers.c
bin/tests/timers/t_timers.c
+2
-0
bin/tests/tkey_test.c
bin/tests/tkey_test.c
+2
-0
bin/tests/wire_test.c
bin/tests/wire_test.c
+2
-0
bin/tests/zone2_test.c
bin/tests/zone2_test.c
+2
-0
bin/tests/zone_test.c
bin/tests/zone_test.c
+2
-0
configure.in
configure.in
+2
-1
conftools/perllib/dnsconf/DNSConf-macros.h
conftools/perllib/dnsconf/DNSConf-macros.h
+2
-0
conftools/perllib/dnsconf/DNSConf.i
conftools/perllib/dnsconf/DNSConf.i
+2
-0
conftools/perllib/dnsconf/Makefile.PL
conftools/perllib/dnsconf/Makefile.PL
+2
-0
conftools/perllib/dnsconf/named1.conf
conftools/perllib/dnsconf/named1.conf
+2
-0
conftools/perllib/dnsconf/test.pl
conftools/perllib/dnsconf/test.pl
+2
-0
contrib/named-bootconf/named-bootconf.sh
contrib/named-bootconf/named-bootconf.sh
+2
-0
contrib/nanny/nanny.pl
contrib/nanny/nanny.pl
+2
-0
doc/arm/Bv9ARM.1.html
doc/arm/Bv9ARM.1.html
+2
-0
doc/arm/Bv9ARM.2.html
doc/arm/Bv9ARM.2.html
+2
-0
doc/arm/Bv9ARM.3.html
doc/arm/Bv9ARM.3.html
+2
-0
doc/arm/Bv9ARM.4.html
doc/arm/Bv9ARM.4.html
+2
-0
doc/arm/Bv9ARM.5.html
doc/arm/Bv9ARM.5.html
+2
-0
doc/arm/Bv9ARM.6.html
doc/arm/Bv9ARM.6.html
+2
-0
doc/arm/Bv9ARM.7.html
doc/arm/Bv9ARM.7.html
+2
-0
doc/arm/Bv9ARM.8.html
doc/arm/Bv9ARM.8.html
+2
-0
doc/arm/Bv9ARM.css
doc/arm/Bv9ARM.css
+2
-0
doc/arm/Bv9ARM.html
doc/arm/Bv9ARM.html
+2
-0
doc/arm/Bv9ARM.txt
doc/arm/Bv9ARM.txt
+2
-0
doc/design/dispatch
doc/design/dispatch
+2
-0
doc/design/logging
doc/design/logging
+2
-0
doc/design/ncache
doc/design/ncache
+2
-0
doc/design/omapi
doc/design/omapi
+2
-0
doc/design/rdataset
doc/design/rdataset
+2
-0
doc/design/red-black
doc/design/red-black
+2
-0
doc/design/search
doc/design/search
+2
-0
doc/design/tasks
doc/design/tasks
+2
-0
doc/design/windows-nt
doc/design/windows-nt
+2
-0
doc/dev/DBC
doc/dev/DBC
+2
-0
doc/dev/coding.html
doc/dev/coding.html
+2
-0
doc/dev/magic_numbers
doc/dev/magic_numbers
+2
-0
doc/dev/rdata.html
doc/dev/rdata.html
+2
-0
doc/dev/release
doc/dev/release
+2
-0
doc/dev/results
doc/dev/results
+2
-0
doc/dev/unexpected
doc/dev/unexpected
+2
-0
doc/html/config/controls.html
doc/html/config/controls.html
+2
-0
doc/html/config/master.html
doc/html/config/master.html
+2
-0
doc/misc/options
doc/misc/options
+2
-0
lib/Makefile.in
lib/Makefile.in
+2
-0
lib/dns/Makefile.in
lib/dns/Makefile.in
+2
-0
lib/dns/a6.c
lib/dns/a6.c
+2
-0
lib/dns/acl.c
lib/dns/acl.c
+2
-0
lib/dns/aclconf.c
lib/dns/aclconf.c
+2
-0
lib/dns/adb.c
lib/dns/adb.c
+2
-0
lib/dns/byaddr.c
lib/dns/byaddr.c
+2
-0
lib/dns/config/Makefile.in
lib/dns/config/Makefile.in
+2
-0
lib/dns/config/confpvt.h
lib/dns/config/confpvt.h
+2
-0
lib/dns/db.c
lib/dns/db.c
+2
-0
lib/dns/dbiterator.c
lib/dns/dbiterator.c
+2
-0
lib/dns/dispatch.c
lib/dns/dispatch.c
+2
-0
lib/dns/gen-unix.h
lib/dns/gen-unix.h
+2
-0
lib/dns/include/Makefile.in
lib/dns/include/Makefile.in
+2
-0
lib/dns/include/dns/Makefile.in
lib/dns/include/dns/Makefile.in
+2
-0
lib/dns/include/dns/a6.h
lib/dns/include/dns/a6.h
+2
-0
lib/dns/include/dns/acl.h
lib/dns/include/dns/acl.h
+2
-0
lib/dns/include/dns/aclconf.h
lib/dns/include/dns/aclconf.h
+2
-0
lib/dns/include/dns/adb.h
lib/dns/include/dns/adb.h
+2
-0
lib/dns/include/dns/bit.h
lib/dns/include/dns/bit.h
+2
-0
lib/dns/include/dns/byaddr.h
lib/dns/include/dns/byaddr.h
+2
-0
lib/dns/include/dns/cache.h
lib/dns/include/dns/cache.h
+2
-0
lib/dns/include/dns/callbacks.h
lib/dns/include/dns/callbacks.h
+2
-0
lib/dns/include/dns/cert.h
lib/dns/include/dns/cert.h
+2
-0
lib/dns/include/dns/compress.h
lib/dns/include/dns/compress.h
+2
-0
lib/dns/include/dns/confacl.h
lib/dns/include/dns/confacl.h
+2
-0
lib/dns/include/dns/confcache.h
lib/dns/include/dns/confcache.h
+2
-0
lib/dns/include/dns/confcommon.h
lib/dns/include/dns/confcommon.h
+2
-0
lib/dns/include/dns/confctl.h
lib/dns/include/dns/confctl.h
+2
-0
lib/dns/include/dns/confctx.h
lib/dns/include/dns/confctx.h
+2
-0
lib/dns/include/dns/confip.h
lib/dns/include/dns/confip.h
+2
-0
lib/dns/include/dns/confkeys.h
lib/dns/include/dns/confkeys.h
+2
-0
lib/dns/include/dns/conflog.h
lib/dns/include/dns/conflog.h
+2
-0
lib/dns/include/dns/conflsn.h
lib/dns/include/dns/conflsn.h
+2
-0
lib/dns/include/dns/confndc.h
lib/dns/include/dns/confndc.h
+2
-0
lib/dns/include/dns/confparser.h
lib/dns/include/dns/confparser.h
+2
-0
lib/dns/include/dns/confresolv.h
lib/dns/include/dns/confresolv.h
+2
-0
lib/dns/include/dns/confrrset.h
lib/dns/include/dns/confrrset.h
+2
-0
lib/dns/include/dns/confview.h
lib/dns/include/dns/confview.h
+2
-0
lib/dns/include/dns/confzone.h
lib/dns/include/dns/confzone.h
+2
-0
lib/dns/include/dns/db.h
lib/dns/include/dns/db.h
+2
-0
lib/dns/include/dns/dbiterator.h
lib/dns/include/dns/dbiterator.h
+2
-0
lib/dns/include/dns/dbtable.h
lib/dns/include/dns/dbtable.h
+2
-0
lib/dns/include/dns/dispatch.h
lib/dns/include/dns/dispatch.h
+2
-0
lib/dns/include/dns/dnssec.h
lib/dns/include/dns/dnssec.h
+2
-0
lib/dns/include/dns/events.h
lib/dns/include/dns/events.h
+2
-0
lib/dns/include/dns/fixedname.h
lib/dns/include/dns/fixedname.h
+2
-0
lib/dns/include/dns/journal.h
lib/dns/include/dns/journal.h
+2
-0
lib/dns/include/dns/keyflags.h
lib/dns/include/dns/keyflags.h
+2
-0
lib/dns/include/dns/keytable.h
lib/dns/include/dns/keytable.h
+2
-0
lib/dns/include/dns/keyvalues.h
lib/dns/include/dns/keyvalues.h
+2
-0
lib/dns/include/dns/lib.h
lib/dns/include/dns/lib.h
+2
-0
lib/dns/include/dns/master.h
lib/dns/include/dns/master.h
+2
-0
lib/dns/include/dns/masterdump.h
lib/dns/include/dns/masterdump.h
+2
-0
lib/dns/include/dns/message.h
lib/dns/include/dns/message.h
+2
-0
lib/dns/include/dns/name.h
lib/dns/include/dns/name.h
+2
-0
lib/dns/include/dns/namedconf.h
lib/dns/include/dns/namedconf.h
+2
-0
lib/dns/include/dns/ncache.h
lib/dns/include/dns/ncache.h
+2
-0
lib/dns/include/dns/nxt.h
lib/dns/include/dns/nxt.h
+2
-0
lib/dns/include/dns/peer.h
lib/dns/include/dns/peer.h
+2
-0
lib/dns/include/dns/rbt.h
lib/dns/include/dns/rbt.h
+2
-0
lib/dns/include/dns/rcode.h
lib/dns/include/dns/rcode.h
+2
-0
lib/dns/include/dns/rdata.h
lib/dns/include/dns/rdata.h
+2
-0
lib/dns/include/dns/rdataclass.h
lib/dns/include/dns/rdataclass.h
+2
-0
lib/dns/include/dns/rdatalist.h
lib/dns/include/dns/rdatalist.h
+2
-0
lib/dns/include/dns/rdataset.h
lib/dns/include/dns/rdataset.h
+2
-0
lib/dns/include/dns/rdatasetiter.h
lib/dns/include/dns/rdatasetiter.h
+2
-0
lib/dns/include/dns/rdataslab.h
lib/dns/include/dns/rdataslab.h
+2
-0
lib/dns/include/dns/rdatatype.h
lib/dns/include/dns/rdatatype.h
+2
-0
lib/dns/include/dns/request.h
lib/dns/include/dns/request.h
+2
-0
lib/dns/include/dns/resolver.h
lib/dns/include/dns/resolver.h
+2
-0
lib/dns/include/dns/result.h
lib/dns/include/dns/result.h
+2
-0
lib/dns/include/dns/rootns.h
lib/dns/include/dns/rootns.h
+2
-0
lib/dns/include/dns/secalg.h
lib/dns/include/dns/secalg.h
+2
-0
lib/dns/include/dns/secproto.h
lib/dns/include/dns/secproto.h
+2
-0
lib/dns/include/dns/ssu.h
lib/dns/include/dns/ssu.h
+2
-0
lib/dns/include/dns/tcpmsg.h
lib/dns/include/dns/tcpmsg.h
+2
-0
lib/dns/include/dns/time.h
lib/dns/include/dns/time.h
+2
-0
lib/dns/include/dns/tkey.h
lib/dns/include/dns/tkey.h
+2
-0
lib/dns/include/dns/tkeyconf.h
lib/dns/include/dns/tkeyconf.h
+2
-0
lib/dns/include/dns/tsig.h
lib/dns/include/dns/tsig.h
+2
-0
lib/dns/include/dns/tsigconf.h
lib/dns/include/dns/tsigconf.h
+2
-0
lib/dns/include/dns/ttl.h
lib/dns/include/dns/ttl.h
+2
-0
lib/dns/include/dns/types.h
lib/dns/include/dns/types.h
+2
-0
lib/dns/include/dns/validator.h
lib/dns/include/dns/validator.h
+2
-0
lib/dns/include/dns/view.h
lib/dns/include/dns/view.h
+2
-0
lib/dns/include/dns/xfrin.h
lib/dns/include/dns/xfrin.h
+2
-0
lib/dns/include/dns/zone.h
lib/dns/include/dns/zone.h
+2
-0
lib/dns/include/dns/zoneconf.h
lib/dns/include/dns/zoneconf.h
+2
-0
lib/dns/include/dns/zt.h
lib/dns/include/dns/zt.h
+2
-0
lib/dns/journal.c
lib/dns/journal.c
+2
-0
lib/dns/keytable.c
lib/dns/keytable.c
+2
-0
lib/dns/lib.c
lib/dns/lib.c
+2
-0
lib/dns/masterdump.c
lib/dns/masterdump.c
+2
-0
lib/dns/message.c
lib/dns/message.c
+2
-0
lib/dns/name.c
lib/dns/name.c
+2
-0
lib/dns/ncache.c
lib/dns/ncache.c
+2
-0
lib/dns/nxt.c
lib/dns/nxt.c
+2
-0
lib/dns/peer.c
lib/dns/peer.c
+2
-0
lib/dns/rbtdb.c
lib/dns/rbtdb.c
+2
-0
lib/dns/rbtdb.h
lib/dns/rbtdb.h
+2
-0
lib/dns/rbtdb64.c
lib/dns/rbtdb64.c
+2
-0
lib/dns/rbtdb64.h
lib/dns/rbtdb64.h
+2
-0
lib/dns/rdata/rdatastructpre.h
lib/dns/rdata/rdatastructpre.h
+2
-0
lib/dns/rdata/rdatastructsuf.h
lib/dns/rdata/rdatastructsuf.h
+2
-0
lib/dns/rdatalist.c
lib/dns/rdatalist.c
+2
-0
lib/dns/rdataset.c
lib/dns/rdataset.c
+2
-0
lib/dns/rdatasetiter.c
lib/dns/rdatasetiter.c
+2
-0
lib/dns/request.c
lib/dns/request.c
+2
-0
lib/dns/resolver.c
lib/dns/resolver.c
+2
-0
lib/dns/result.c
lib/dns/result.c
+2
-0
lib/dns/rootns.c
lib/dns/rootns.c
+2
-0
lib/dns/sec/Makefile.in
lib/dns/sec/Makefile.in
+2
-0
lib/dns/sec/dnssafe/Makefile.in
lib/dns/sec/dnssafe/Makefile.in
+2
-0
lib/dns/sec/dst/Makefile.in
lib/dns/sec/dst/Makefile.in
+2
-0
lib/dns/sec/dst/dst_internal.h
lib/dns/sec/dst/dst_internal.h
+2
-0
lib/dns/sec/dst/dst_parse.h
lib/dns/sec/dst/dst_parse.h
+2
-0
lib/dns/sec/dst/include/Makefile.in
lib/dns/sec/dst/include/Makefile.in
+2
-0
lib/dns/sec/dst/include/dst/Makefile.in
lib/dns/sec/dst/include/dst/Makefile.in
+2
-0
lib/dns/sec/dst/include/dst/dst.h
lib/dns/sec/dst/include/dst/dst.h
+2
-0
lib/dns/sec/dst/include/dst/lib.h
lib/dns/sec/dst/include/dst/lib.h
+2
-0
lib/dns/sec/dst/include/dst/result.h
lib/dns/sec/dst/include/dst/result.h
+2
-0
lib/dns/sec/openssl/Makefile.in
lib/dns/sec/openssl/Makefile.in
+2
-0
lib/dns/sec/openssl/include/Makefile.in
lib/dns/sec/openssl/include/Makefile.in
+2
-0
lib/dns/sec/openssl/include/openssl/Makefile.in
lib/dns/sec/openssl/include/openssl/Makefile.in
+2
-0
lib/dns/sec/rename.h
lib/dns/sec/rename.h
+2
-0
lib/dns/tcpmsg.c
lib/dns/tcpmsg.c
+2
-0
lib/dns/tkeyconf.c
lib/dns/tkeyconf.c
+2
-0
lib/dns/tsigconf.c
lib/dns/tsigconf.c
+2
-0
lib/dns/ttl.c
lib/dns/ttl.c
+2
-0
lib/dns/validator.c
lib/dns/validator.c
+2
-0
lib/dns/version.c
lib/dns/version.c
+2
-0
lib/dns/view.c
lib/dns/view.c
+2
-0
lib/dns/zoneconf.c
lib/dns/zoneconf.c
+2
-0
lib/dns/zt.c
lib/dns/zt.c
+2
-0
lib/isc/Makefile.in
lib/isc/Makefile.in
+2
-0
lib/isc/assertions.c
lib/isc/assertions.c
+2
-0
lib/isc/bitstring.c
lib/isc/bitstring.c
+2
-0
lib/isc/buffer.c
lib/isc/buffer.c
+2
-0
lib/isc/bufferlist.c
lib/isc/bufferlist.c
+2
-0
lib/isc/error.c
lib/isc/error.c
+2
-0
lib/isc/event.c
lib/isc/event.c
+2
-0
lib/isc/heap.c
lib/isc/heap.c
+2
-0
lib/isc/include/Makefile.in
lib/isc/include/Makefile.in
+2
-0
lib/isc/include/isc/Makefile.in
lib/isc/include/isc/Makefile.in
+2
-0
lib/isc/include/isc/bitstring.h
lib/isc/include/isc/bitstring.h
+2
-0
lib/isc/include/isc/boolean.h
lib/isc/include/isc/boolean.h
+2
-0
lib/isc/include/isc/buffer.h
lib/isc/include/isc/buffer.h
+2
-0
lib/isc/include/isc/bufferlist.h
lib/isc/include/isc/bufferlist.h
+2
-0
lib/isc/include/isc/entropy.h
lib/isc/include/isc/entropy.h
+2
-0
lib/isc/include/isc/error.h
lib/isc/include/isc/error.h
+2
-0
lib/isc/include/isc/event.h
lib/isc/include/isc/event.h
+2
-0
lib/isc/include/isc/eventclass.h
lib/isc/include/isc/eventclass.h
+2
-0
lib/isc/include/isc/file.h
lib/isc/include/isc/file.h
+2
-0
lib/isc/include/isc/formatcheck.h
lib/isc/include/isc/formatcheck.h
+2
-0
lib/isc/include/isc/fsaccess.h
lib/isc/include/isc/fsaccess.h
+2
-0
lib/isc/include/isc/heap.h
lib/isc/include/isc/heap.h
+2
-0
lib/isc/include/isc/interfaceiter.h
lib/isc/include/isc/interfaceiter.h
+2
-0
lib/isc/include/isc/ipv6.h
lib/isc/include/isc/ipv6.h
+2
-0
lib/isc/include/isc/lang.h
lib/isc/include/isc/lang.h
+2
-0
lib/isc/include/isc/lex.h
lib/isc/include/isc/lex.h
+2
-0
lib/isc/include/isc/lfsr.h
lib/isc/include/isc/lfsr.h
+2
-0
lib/isc/include/isc/lib.h
lib/isc/include/isc/lib.h
+2
-0
lib/isc/include/isc/list.h
lib/isc/include/isc/list.h
+2
-0
lib/isc/include/isc/magic.h
lib/isc/include/isc/magic.h
+2
-0
lib/isc/include/isc/md5.h
lib/isc/include/isc/md5.h
+2
-0
lib/isc/include/isc/mem.h
lib/isc/include/isc/mem.h
+2
-0
lib/isc/include/isc/msgcat.h
lib/isc/include/isc/msgcat.h
+2
-0
lib/isc/include/isc/mutexblock.h
lib/isc/include/isc/mutexblock.h
+2
-0
lib/isc/include/isc/netaddr.h
lib/isc/include/isc/netaddr.h
+2
-0
lib/isc/include/isc/ondestroy.h
lib/isc/include/isc/ondestroy.h
+2
-0
lib/isc/include/isc/os.h
lib/isc/include/isc/os.h
+2
-0
lib/isc/include/isc/platform.h.in
lib/isc/include/isc/platform.h.in
+2
-0
lib/isc/include/isc/print.h
lib/isc/include/isc/print.h
+2
-0
lib/isc/include/isc/quota.h
lib/isc/include/isc/quota.h
+2
-0
lib/isc/include/isc/random.h
lib/isc/include/isc/random.h
+2
-0
lib/isc/include/isc/ratelimiter.h
lib/isc/include/isc/ratelimiter.h
+2
-0
lib/isc/include/isc/region.h
lib/isc/include/isc/region.h
+2
-0
lib/isc/include/isc/result.h
lib/isc/include/isc/result.h
+2
-0
lib/isc/include/isc/resultclass.h
lib/isc/include/isc/resultclass.h
+2
-0
lib/isc/include/isc/rwlock.h
lib/isc/include/isc/rwlock.h
+2
-0
lib/isc/include/isc/sockaddr.h
lib/isc/include/isc/sockaddr.h
+2
-0
lib/isc/include/isc/socket.h
lib/isc/include/isc/socket.h
+2
-0
lib/isc/include/isc/stdio.h
lib/isc/include/isc/stdio.h
+2
-0
lib/isc/include/isc/string.h
lib/isc/include/isc/string.h
+2
-0
lib/isc/include/isc/symtab.h
lib/isc/include/isc/symtab.h
+2
-0
lib/isc/include/isc/task.h
lib/isc/include/isc/task.h
+2
-0
lib/isc/include/isc/taskpool.h
lib/isc/include/isc/taskpool.h
+2
-0
lib/isc/include/isc/timer.h
lib/isc/include/isc/timer.h
+2
-0
lib/isc/include/isc/types.h
lib/isc/include/isc/types.h
+2
-0
lib/isc/include/isc/util.h
lib/isc/include/isc/util.h
+2
-0
lib/isc/lex.c
lib/isc/lex.c
+2
-0
lib/isc/lfsr.c
lib/isc/lfsr.c
+2
-0
lib/isc/lib.c
lib/isc/lib.c
+2
-0
lib/isc/md5.c
lib/isc/md5.c
+2
-0
lib/isc/mem.c
lib/isc/mem.c
+2
-0
lib/isc/mutexblock.c
lib/isc/mutexblock.c
+2
-0
lib/isc/netaddr.c
lib/isc/netaddr.c
+2
-0
lib/isc/nls/Makefile.in
lib/isc/nls/Makefile.in
+2
-0
lib/isc/nls/msgcat.c
lib/isc/nls/msgcat.c
+2
-0
lib/isc/ondestroy.c
lib/isc/ondestroy.c
+2
-0
lib/isc/print.c
lib/isc/print.c
+2
-0
lib/isc/pthreads/Makefile.in
lib/isc/pthreads/Makefile.in
+2
-0
lib/isc/pthreads/condition.c
lib/isc/pthreads/condition.c
+2
-0
lib/isc/pthreads/include/Makefile.in
lib/isc/pthreads/include/Makefile.in
+2
-0
lib/isc/pthreads/include/isc/Makefile.in
lib/isc/pthreads/include/isc/Makefile.in
+2
-0
lib/isc/pthreads/include/isc/condition.h
lib/isc/pthreads/include/isc/condition.h
+2
-0
lib/isc/pthreads/include/isc/mutex.h
lib/isc/pthreads/include/isc/mutex.h
+2
-0
lib/isc/pthreads/include/isc/once.h
lib/isc/pthreads/include/isc/once.h
+2
-0
lib/isc/pthreads/include/isc/thread.h
lib/isc/pthreads/include/isc/thread.h
+2
-0
lib/isc/pthreads/thread.c
lib/isc/pthreads/thread.c
+2
-0
lib/isc/quota.c
lib/isc/quota.c
+2
-0
lib/isc/random.c
lib/isc/random.c
+2
-0
lib/isc/ratelimiter.c
lib/isc/ratelimiter.c
+2
-0
lib/isc/result.c
lib/isc/result.c
+2
-0
lib/isc/rwlock.c
lib/isc/rwlock.c
+2
-0
lib/isc/sockaddr.c
lib/isc/sockaddr.c
+2
-0
lib/isc/string.c
lib/isc/string.c
+2
-0
lib/isc/symtab.c
lib/isc/symtab.c
+2
-0
lib/isc/task.c
lib/isc/task.c
+2
-0
lib/isc/taskpool.c
lib/isc/taskpool.c
+2
-0
lib/isc/timer.c
lib/isc/timer.c
+2
-0
lib/isc/unix/Makefile.in
lib/isc/unix/Makefile.in
+2
-0
lib/isc/unix/app.c
lib/isc/unix/app.c
+2
-0
lib/isc/unix/entropy.c
lib/isc/unix/entropy.c
+2
-0
lib/isc/unix/errno2result.h
lib/isc/unix/errno2result.h
+2
-0
lib/isc/unix/file.c
lib/isc/unix/file.c
+2
-0
lib/isc/unix/fsaccess.c
lib/isc/unix/fsaccess.c
+2
-0
lib/isc/unix/ifiter_ioctl.c
lib/isc/unix/ifiter_ioctl.c
+2
-0
lib/isc/unix/ifiter_sysctl.c
lib/isc/unix/ifiter_sysctl.c
+2
-0
lib/isc/unix/include/Makefile.in
lib/isc/unix/include/Makefile.in
+2
-0
lib/isc/unix/include/isc/Makefile.in
lib/isc/unix/include/isc/Makefile.in
+2
-0
lib/isc/unix/include/isc/app.h
lib/isc/unix/include/isc/app.h
+2
-0
lib/isc/unix/include/isc/int.h
lib/isc/unix/include/isc/int.h
+2
-0
lib/isc/unix/include/isc/net.h
lib/isc/unix/include/isc/net.h
+2
-0
lib/isc/unix/include/isc/netdb.h
lib/isc/unix/include/isc/netdb.h
+2
-0
lib/isc/unix/include/isc/stdtime.h
lib/isc/unix/include/isc/stdtime.h
+2
-0
lib/isc/unix/include/isc/time.h
lib/isc/unix/include/isc/time.h
+2
-0
lib/isc/unix/interfaceiter.c
lib/isc/unix/interfaceiter.c
+2
-0
lib/isc/unix/ipv6.c
lib/isc/unix/ipv6.c
+2
-0
lib/isc/unix/keyboard.c
lib/isc/unix/keyboard.c
+2
-0
lib/isc/unix/net.c
lib/isc/unix/net.c
+2
-0
lib/isc/unix/os.c
lib/isc/unix/os.c
+2
-0
lib/isc/unix/socket.c
lib/isc/unix/socket.c
+2
-0
lib/isc/unix/stdio.c
lib/isc/unix/stdio.c
+2
-0
lib/isc/unix/stdtime.c
lib/isc/unix/stdtime.c
+2
-0
lib/isc/unix/time.c
lib/isc/unix/time.c
+2
-0
lib/isc/version.c
lib/isc/version.c
+2
-0
lib/isc/win32/Makefile.in
lib/isc/win32/Makefile.in
+2
-0
lib/isc/win32/condition.c
lib/isc/win32/condition.c
+2
-0
lib/isc/win32/file.c
lib/isc/win32/file.c
+2
-0
lib/isc/win32/fsaccess.c
lib/isc/win32/fsaccess.c
+2
-0
lib/isc/win32/include/Makefile.in
lib/isc/win32/include/Makefile.in
+2
-0
lib/isc/win32/include/isc/Makefile.in
lib/isc/win32/include/isc/Makefile.in
+2
-0
lib/isc/win32/include/isc/condition.h
lib/isc/win32/include/isc/condition.h
+2
-0
lib/isc/win32/include/isc/int.h
lib/isc/win32/include/isc/int.h
+2
-0
lib/isc/win32/include/isc/mutex.h
lib/isc/win32/include/isc/mutex.h
+2
-0
lib/isc/win32/include/isc/net.h
lib/isc/win32/include/isc/net.h
+2
-0
lib/isc/win32/include/isc/netdb.h
lib/isc/win32/include/isc/netdb.h
+2
-0
lib/isc/win32/include/isc/thread.h
lib/isc/win32/include/isc/thread.h
+2
-0
lib/isc/win32/include/isc/time.h
lib/isc/win32/include/isc/time.h
+2
-0
lib/isc/win32/thread.c
lib/isc/win32/thread.c
+2
-0
lib/isc/win32/time.c
lib/isc/win32/time.c
+2
-0
lib/lwres/Makefile.in
lib/lwres/Makefile.in
+2
-0
lib/lwres/assert_p.h
lib/lwres/assert_p.h
+2
-0
lib/lwres/context.c
lib/lwres/context.c
+2
-0
lib/lwres/context_p.h
lib/lwres/context_p.h
+2
-0
lib/lwres/gethost.c
lib/lwres/gethost.c
+2
-0
lib/lwres/getipnode.c
lib/lwres/getipnode.c
+2
-0
lib/lwres/getnameinfo.c
lib/lwres/getnameinfo.c
+2
-0
lib/lwres/include/Makefile.in
lib/lwres/include/Makefile.in
+2
-0
lib/lwres/include/lwres/Makefile.in
lib/lwres/include/lwres/Makefile.in
+2
-0
lib/lwres/include/lwres/context.h
lib/lwres/include/lwres/context.h
+2
-0
lib/lwres/include/lwres/int.h
lib/lwres/include/lwres/int.h
+2
-0
lib/lwres/include/lwres/ipv6.h
lib/lwres/include/lwres/ipv6.h
+2
-0
lib/lwres/include/lwres/lang.h
lib/lwres/include/lwres/lang.h
+2
-0
lib/lwres/include/lwres/list.h
lib/lwres/include/lwres/list.h
+2
-0
lib/lwres/include/lwres/lwbuffer.h
lib/lwres/include/lwres/lwbuffer.h
+2
-0
lib/lwres/include/lwres/lwpacket.h
lib/lwres/include/lwres/lwpacket.h
+2
-0
lib/lwres/include/lwres/lwres.h
lib/lwres/include/lwres/lwres.h
+2
-0
lib/lwres/include/lwres/net.h
lib/lwres/include/lwres/net.h
+2
-0
lib/lwres/include/lwres/netdb.h.in
lib/lwres/include/lwres/netdb.h.in
+2
-0
lib/lwres/include/lwres/platform.h.in
lib/lwres/include/lwres/platform.h.in
+2
-0
lib/lwres/include/lwres/result.h
lib/lwres/include/lwres/result.h
+2
-0
lib/lwres/lwbuffer.c
lib/lwres/lwbuffer.c
+2
-0
lib/lwres/lwconfig.c
lib/lwres/lwconfig.c
+2
-0
lib/lwres/lwpacket.c
lib/lwres/lwpacket.c
+2
-0
lib/lwres/lwres_gabn.c
lib/lwres/lwres_gabn.c
+2
-0
lib/lwres/lwres_gnba.c
lib/lwres/lwres_gnba.c
+2
-0
lib/lwres/lwres_noop.c
lib/lwres/lwres_noop.c
+2
-0
lib/lwres/lwresutil.c
lib/lwres/lwresutil.c
+2
-0
lib/lwres/version.c
lib/lwres/version.c
+2
-0
lib/omapi/Makefile.in
lib/omapi/Makefile.in
+2
-0
lib/omapi/include/Makefile.in
lib/omapi/include/Makefile.in
+2
-0
lib/omapi/include/omapi/Makefile.in
lib/omapi/include/omapi/Makefile.in
+2
-0
lib/omapi/include/omapi/compatibility.h
lib/omapi/include/omapi/compatibility.h
+2
-0
lib/omapi/include/omapi/lib.h
lib/omapi/include/omapi/lib.h
+2
-0
lib/omapi/include/omapi/omapi.h
lib/omapi/include/omapi/omapi.h
+2
-0
lib/omapi/include/omapi/private.h
lib/omapi/include/omapi/private.h
+2
-0
lib/omapi/include/omapi/result.h
lib/omapi/include/omapi/result.h
+2
-0
lib/omapi/include/omapi/types.h
lib/omapi/include/omapi/types.h
+2
-0
lib/omapi/listener.c
lib/omapi/listener.c
+2
-0
lib/omapi/message.c
lib/omapi/message.c
+2
-0
lib/omapi/protocol.c
lib/omapi/protocol.c
+2
-0
lib/omapi/version.c
lib/omapi/version.c
+2
-0
lib/tests/Makefile.in
lib/tests/Makefile.in
+2
-0
lib/tests/include/Makefile.in
lib/tests/include/Makefile.in
+2
-0
lib/tests/include/tests/Makefile.in
lib/tests/include/tests/Makefile.in
+2
-0
lib/tests/include/tests/t_api.h
lib/tests/include/tests/t_api.h
+2
-0
lib/tests/t_api.c
lib/tests/t_api.c
+2
-0
make/Makefile.in
make/Makefile.in
+2
-0
make/includes.in
make/includes.in
+2
-0
make/rules.in
make/rules.in
+2
-0
util/check-includes.pl
util/check-includes.pl
+2
-0
util/check-instincludes.sh
util/check-instincludes.sh
+2
-0
util/check-sources.pl
util/check-sources.pl
+2
-0
util/conf.sh.in
util/conf.sh.in
+2
-0
util/memleak.pl
util/memleak.pl
+2
-0
util/merge_copyrights
util/merge_copyrights
+2
-0
util/mkreslib.pl
util/mkreslib.pl
+2
-0
util/nanny.pl
util/nanny.pl
+2
-0
util/nt-kit
util/nt-kit
+2
-0
No files found.
Makefile.in
View file @
9c3531d7
...
...
@@ -13,6 +13,8 @@
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
# SOFTWARE.
# $Id: Makefile.in,v 1.17 2000/06/22 21:48:55 tale Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
top_srcdir
=
@top_srcdir@
...
...
acconfig.h
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: acconfig.h,v 1.23 2000/06/22 21:48:56 tale Exp $ */
/***
*** This file is not to be included by any public header files, because
*** it does not get installed.
...
...
bin/Makefile.in
View file @
9c3531d7
...
...
@@ -13,6 +13,8 @@
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
# SOFTWARE.
# $Id: Makefile.in,v 1.15 2000/06/22 21:48:58 tale Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
top_srcdir
=
@top_srcdir@
...
...
bin/dig/Makefile.in
View file @
9c3531d7
...
...
@@ -13,6 +13,8 @@
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
# SOFTWARE.
# $Id: Makefile.in,v 1.10 2000/06/22 21:48:59 tale Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
top_srcdir
=
@top_srcdir@
...
...
bin/dnssec/Makefile.in
View file @
9c3531d7
...
...
@@ -13,6 +13,8 @@
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
# SOFTWARE.
# $Id: Makefile.in,v 1.7 2000/06/22 21:49:01 tale Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
top_srcdir
=
@top_srcdir@
...
...
bin/dnssec/dnssec-makekeyset.c
View file @
9c3531d7
...
...
@@ -17,6 +17,8 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dnssec-makekeyset.c,v 1.28 2000/06/22 21:49:02 tale Exp $ */
#include <config.h>
#include <stdlib.h>
...
...
bin/dnssec/dnssec-signkey.c
View file @
9c3531d7
...
...
@@ -17,6 +17,8 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dnssec-signkey.c,v 1.28 2000/06/22 21:49:03 tale Exp $ */
#include <config.h>
#include <stdlib.h>
...
...
bin/dnssec/dnssec-signzone.c
View file @
9c3531d7
...
...
@@ -17,6 +17,8 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dnssec-signzone.c,v 1.81 2000/06/22 21:49:04 tale Exp $ */
#include <config.h>
#include <stdlib.h>
...
...
bin/dnssec/dnssectool.c
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: dnssectool.c,v 1.12 2000/06/22 21:49:05 tale Exp $ */
#include <config.h>
#include <stdlib.h>
...
...
bin/dnssec/dnssectool.h
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: dnssectool.h,v 1.6 2000/06/22 21:49:07 tale Exp $ */
#ifndef DNSSECTOOL_H
#define DNSSECTOOL_H 1
...
...
bin/lwresd/Makefile.in
View file @
9c3531d7
...
...
@@ -13,6 +13,8 @@
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
# SOFTWARE.
# $Id: Makefile.in,v 1.10 2000/06/22 21:49:08 tale Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
top_srcdir
=
@top_srcdir@
...
...
bin/lwresd/client.c
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: client.c,v 1.28 2000/06/22 21:49:09 tale Exp $ */
#include <config.h>
#include <isc/socket.h>
...
...
bin/lwresd/client.h
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: client.h,v 1.16 2000/06/22 21:49:10 tale Exp $ */
#ifndef LWD_CLIENT_H
#define LWD_CLIENT_H 1
...
...
bin/lwresd/err_pkt.c
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: err_pkt.c,v 1.5 2000/06/22 21:49:11 tale Exp $ */
#include <config.h>
#include <isc/socket.h>
...
...
bin/lwresd/main.c
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: main.c,v 1.43 2000/06/22 21:49:12 tale Exp $ */
/*
* Main program for the Lightweight Resolver Daemon.
*
...
...
bin/lwresd/process_gabn.c
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: process_gabn.c,v 1.29 2000/06/22 21:49:13 tale Exp $ */
#include <config.h>
#include <isc/socket.h>
...
...
bin/lwresd/process_gnba.c
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: process_gnba.c,v 1.24 2000/06/22 21:49:15 tale Exp $ */
#include <config.h>
#include <isc/socket.h>
...
...
bin/lwresd/process_noop.c
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: process_noop.c,v 1.7 2000/06/22 21:49:16 tale Exp $ */
#include <config.h>
#include <isc/socket.h>
...
...
bin/named/Makefile.in
View file @
9c3531d7
...
...
@@ -13,6 +13,8 @@
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
# SOFTWARE.
# $Id: Makefile.in,v 1.49 2000/06/22 21:49:17 tale Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
top_srcdir
=
@top_srcdir@
...
...
bin/named/aclconf.c
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: aclconf.c,v 1.18 2000/06/22 21:54:17 tale Exp $ */
#include <config.h>
#include <isc/string.h>
/* Required for HP/UX (and others?) */
...
...
bin/named/client.c
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: client.c,v 1.96 2000/06/22 21:49:18 tale Exp $ */
#include <config.h>
#include <isc/print.h>
...
...
bin/named/include/named/aclconf.h
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: aclconf.h,v 1.7 2000/06/22 21:55:06 tale Exp $ */
#ifndef DNS_ACLCONF_H
#define DNS_ACLCONF_H 1
...
...
bin/named/include/named/client.h
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: client.h,v 1.37 2000/06/22 21:49:38 tale Exp $ */
#ifndef NAMED_CLIENT_H
#define NAMED_CLIENT_H 1
...
...
bin/named/include/named/globals.h
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: globals.h,v 1.42 2000/06/22 21:49:39 tale Exp $ */
#ifndef NAMED_GLOBALS_H
#define NAMED_GLOBALS_H 1
...
...
bin/named/include/named/interfacemgr.h
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: interfacemgr.h,v 1.17 2000/06/22 21:49:40 tale Exp $ */
#ifndef NAMED_INTERFACEMGR_H
#define NAMED_INTERFACEMGR_H 1
...
...
bin/named/include/named/listenlist.h
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: listenlist.h,v 1.6 2000/06/22 21:49:41 tale Exp $ */
#ifndef NAMED_LISTENLIST_H
#define NAMED_LISTENLIST_H 1
...
...
bin/named/include/named/log.h
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: log.h,v 1.13 2000/06/22 21:49:43 tale Exp $ */
#ifndef NAMED_LOG_H
#define NAMED_LOG_H 1
...
...
bin/named/include/named/logconf.h
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: logconf.h,v 1.6 2000/06/22 21:49:44 tale Exp $ */
#ifndef NAMED_LOGCONF_H
#define NAMED_LOGCONF_H 1
...
...
bin/named/include/named/lwdclient.h
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: lwdclient.h,v 1.2 2000/06/22 21:49:45 tale Exp $ */
#ifndef NAMED_LWDCLIENT_H
#define NAMED_LWDCLIENT_H 1
...
...
bin/named/include/named/lwresd.h
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: lwresd.h,v 1.2 2000/06/22 21:49:46 tale Exp $ */
#ifndef NAMED_LWRESD_H
#define NAMED_LWRESD_H 1
...
...
bin/named/include/named/main.h
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: main.h,v 1.4 2000/06/22 21:49:47 tale Exp $ */
#ifndef NAMED_MAIN_H
#define NAMED_MAIN_H 1
...
...
bin/named/include/named/notify.h
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: notify.h,v 1.6 2000/06/22 21:49:48 tale Exp $ */
#ifndef NAMED_NOTIFY_H
#define NAMED_NOTIFY_H 1
...
...
bin/named/include/named/omapi.h
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: omapi.h,v 1.7 2000/06/22 21:49:49 tale Exp $ */
#ifndef NAMED_OMAPI_H
#define NAMED_OMAPI_H 1
...
...
bin/named/include/named/query.h
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: query.h,v 1.17 2000/06/22 21:49:50 tale Exp $ */
#ifndef NAMED_QUERY_H
#define NAMED_QUERY_H 1
...
...
bin/named/include/named/server.h
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: server.h,v 1.32 2000/06/22 21:49:51 tale Exp $ */
#ifndef NAMED_SERVER_H
#define NAMED_SERVER_H 1
...
...
bin/named/include/named/tkeyconf.h
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: tkeyconf.h,v 1.4 2000/06/22 21:56:16 tale Exp $ */
#ifndef DNS_TKEYCONF_H
#define DNS_TKEYCONF_H 1
...
...
bin/named/include/named/tsigconf.h
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: tsigconf.h,v 1.4 2000/06/22 21:56:18 tale Exp $ */
#ifndef DNS_TSIGCONF_H
#define DNS_TSIGCONF_H 1
...
...
bin/named/include/named/types.h
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: types.h,v 1.13 2000/06/22 21:49:52 tale Exp $ */
#ifndef NAMED_TYPES_H
#define NAMED_TYPES_H 1
...
...
bin/named/include/named/update.h
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: update.h,v 1.4 2000/06/22 21:49:54 tale Exp $ */
#ifndef NAMED_UPDATE_H
#define NAMED_UPDATE_H 1
...
...
bin/named/include/named/xfrout.h
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: xfrout.h,v 1.4 2000/06/22 21:49:55 tale Exp $ */
#ifndef NAMED_XFROUT_H
#define NAMED_XFROUT_H 1
...
...
bin/named/include/named/zoneconf.h
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: zoneconf.h,v 1.11 2000/06/22 21:56:26 tale Exp $ */
#ifndef DNS_ZONECONF_H
#define DNS_ZONECONF_H 1
...
...
bin/named/interfacemgr.c
View file @
9c3531d7
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: interfacemgr.c,v 1.44 2000/06/22 21:49:19 tale Exp $ */
#include <config.h>