[odc] Daily src changes for 2007-12-09
ODC
auto at squish.net
Mon Dec 10 07:00:01 GMT 2007
OpenBSD src changes summary for 2007-12-09
==========================================
distrib/notes etc/mail/aliases
etc/mtree/special lib/libc
sbin/mount_ntfs sbin/mount_portal
sbin/mount_udf sbin/pdisk
share/man share/misc
sys/arch/alpha/alpha sys/arch/alpha/conf
sys/arch/amd64/amd64 sys/arch/arm/arm
sys/arch/aviion/aviion sys/arch/i386/i386
sys/arch/i386/include sys/arch/i386/pci
sys/arch/luna88k/luna88k sys/arch/m88k/m88k
sys/arch/macppc/include sys/arch/macppc/macppc
sys/arch/mvme88k/mvme88k sys/arch/vax/vsa
sys/dev/ata sys/dev/ic
sys/dev/pci sys/isofs/udf
sys/kern sys/miscfs/procfs
sys/miscfs/specfs sys/netinet6
sys/netnatm sys/ntfs
sys/sys sys/xfs
usr.bin/cvs usr.bin/gprof
usr.bin/pcc usr.bin/rcs
usr.sbin usr.sbin/bind
usr.sbin/relayd
== distrib =========================================================== 01/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
notes
~ vax/hardware
> Mention VS3100 spx. (miod@)
== etc =============================================================== 02/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/etc
mail/aliases
~ mail/aliases
> _hoststated got renamed to _relayd (reyk@)
mtree/special
~ mtree/special
> hoststated.conf got renamed to relayd.conf
> From Daniel Ouellet (daniel at presscom dot net) (reyk@)
== lib =============================================================== 03/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/lib
libc
~ sys/clock_gettime.2
> correct the STANDARDS section to mention clock_getres() instead of
> clock_setres().
> ok jmc@ dlg@ (brad@)
== sbin ============================================================== 04/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
mount_ntfs
~ Makefile ~ mount_ntfs.8
> provide mount_ntfs(8) on alpha, it works out of the box for reading
> Windows NT disks
> ok deraadt@
> manpage bits from jmc@ (martin@)
mount_portal
~ pt_tcp.c
> update pedro's email address, at his request; (jmc@)
mount_udf
~ mount_udf.8 ~ mount_udf.c
> update pedro's email address, at his request; (jmc@)
pdisk
~ dump.c ~ dump.h
~ hfs_misc.c ~ media.c
~ media.h ~ util.c
~ util.h ~ validate.c
> remove unused functions
> initially from tobias@, but I removed some other unused one
> ok martin@ tobias@ (chl@)
== share ============================================================= 05/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man9/mutex.9
> clarify that mtx_enter will only raise the ipl if necessary (not
> arbitrarily set it).
> noticed by deraadt (tedu@)
~ man9/mutex.9
> kill trailing whitespace; (jmc@)
~ man9/VOP_GETATTR.9 ~ man9/mutex.9
~ man9/rwlock.9
> update pedro's email address, at his request; (jmc@)
~ man4/man4.vax/lcspx.4
> Attach lcspx to SPX option boards on VAXstation 3100. Tested on model 38
> (KA42)
> only, should work on model 76 (KA43) as well. (miod@)
~ man4/man4.vax/lcspx.4
> Typo (miod@)
misc
~ scsi_modes
> recent sbc documents describe a more complete caching mode page. the recent
> one has the disable read-ahead bit which i want to see.
> ok krw@ marco@ (dlg@)
== sys =============================================================== 06/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/alpha/alpha
~ pmap.c
> big patch to simplify pool code.
> remove pool_cache code. it was barely used, and quite complex. it's
> silly to have both a "fast" and "faster" allocation interface. provide
> a ctor/dtor interface, and convert the few cache users to use it. no
> caching at this time.
> use mutexes to protect pools. they should be initialized with pool_setipl
> if the pool may be used in an interrupt context, without existing spl
> protection.
> ok art deraadt thib (tedu@)
arch/alpha/conf
~ GENERIC
> provide mount_ntfs(8) on alpha, it works out of the box for reading
> Windows NT disks
> ok deraadt@
> manpage bits from jmc@ (martin@)
arch/amd64/amd64
~ pmap.c
> big patch to simplify pool code.
> remove pool_cache code. it was barely used, and quite complex. it's
> silly to have both a "fast" and "faster" allocation interface. provide
> a ctor/dtor interface, and convert the few cache users to use it. no
> caching at this time.
> use mutexes to protect pools. they should be initialized with pool_setipl
> if the pool may be used in an interrupt context, without existing spl
> protection.
> ok art deraadt thib (tedu@)
arch/arm/arm
~ pmap.c
> big patch to simplify pool code.
> remove pool_cache code. it was barely used, and quite complex. it's
> silly to have both a "fast" and "faster" allocation interface. provide
> a ctor/dtor interface, and convert the few cache users to use it. no
> caching at this time.
> use mutexes to protect pools. they should be initialized with pool_setipl
> if the pool may be used in an interrupt context, without existing spl
> protection.
> ok art deraadt thib (tedu@)
arch/aviion/aviion
~ mem.c
> Nuke evil common, spotted by martin@ (miod@)
arch/i386/i386
~ rbus_machdep.c
> Add an empty pccbb_attach_hook. (kettenis@)
~ via.c
> FREE -> free
> ok gilles (hshoexer@)
arch/i386/include
~ rbus_machdep.h
> Add an empty pccbb_attach_hook. (kettenis@)
arch/i386/pci
~ glxsb.c
> FREE -> free
> ok gilles (hshoexer@)
arch/luna88k/luna88k
~ mem.c
> Nuke evil common, spotted by martin@ (miod@)
arch/m88k/m88k
~ db_sstep.c ~ m88k_machdep.c
> I honestly do not remember what 88110 errata convinced me to disable
> out-of-order (superscalar) execution on these processors.
> Since OoO brings a nice 50% to 250% speedup (as shown by ``openssl
> speed''),
> it is definitely worth enabling. (miod@)
arch/macppc/include
~ rbus_machdep.h
> Add an empty pccbb_attach_hook. (kettenis@)
arch/macppc/macppc
~ rbus_machdep.c
> Add an empty pccbb_attach_hook. (kettenis@)
arch/mvme88k/mvme88k
~ mem.c
> Nuke evil common, spotted by martin@ (miod@)
~ locore.S
> I honestly do not remember what 88110 errata convinced me to disable
> out-of-order (superscalar) execution on these processors.
> Since OoO brings a nice 50% to 250% speedup (as shown by ``openssl
> speed''),
> it is definitely worth enabling. (miod@)
arch/vax/vsa
~ gpx.c
> Be more careful when checking for hardware, so as not to attach to SPX
> option boards. (miod@)
~ lcspx.c
> Attach lcspx to SPX option boards on VAXstation 3100. Tested on model 38
> (KA42)
> only, should work on model 76 (KA43) as well. (miod@)
dev/ata
~ atascsi.c
> remove the nosleep argument to ata_get_xfer. it is a relic from when i
> used to allocated xfers out of a pool rather than as part of the hbas ccb
> structure. (dlg@)
~ atascsi.c
> unify synchronous scsi xfer completion handling. this started out as a fix
> to the completions for some scsi commands we simply ack in the disk_cmd
> handler. (dlg@)
dev/ic
~ rt2860.c ~ rt2860reg.h
> fix automatic rate control (if the rate falls down to 6Mbps or 1Mbps,
> it is no longer stuck at that rate).
> workaround for a hardware bug when in HostAP or IBSS mode. (damien@)
dev/pci
~ if_ral_pci.c
> in raldetach, do not call chip-specific detach if it was never called in
> the first place (ie. if interrupt allocation failed) (deraadt@)
~ agp_i810.c
> sturm@ let me know that the workaround in here breaks things on bge
> somehow.
> Revert it for now. (oga@)
~ pccbb.c
> Un-#ifdef code, such that we don't attach cardbus if the bus nuber is
> unconfigured.
> Tested by a few; ok deraadt@ (a while back). (kettenis@)
~ agp_i810.c
> Restore "evil hack" that we had before the recent agp(4) changes. Solves
> X display corruption.
> People should know better than just importing the latest random crap from
> NetBSD or FreeBSD. That's worse than doing a "commit and run". (kettenis@)
isofs/udf
~ udf.h ~ udf_extern.h
~ udf_vfsops.c ~ udf_vnops.c
> update pedro's email address, at his request; (jmc@)
kern
~ subr_pool.c
> big patch to simplify pool code.
> remove pool_cache code. it was barely used, and quite complex. it's
> silly to have both a "fast" and "faster" allocation interface. provide
> a ctor/dtor interface, and convert the few cache users to use it. no
> caching at this time.
> use mutexes to protect pools. they should be initialized with pool_setipl
> if the pool may be used in an interrupt context, without existing spl
> protection.
> ok art deraadt thib (tedu@)
miscfs/procfs
~ procfs_subr.c
> MALLOC/FREE -> malloc/free
> ok gilles (hshoexer@)
miscfs/specfs
~ spec_subr.c
> update pedro's email address, at his request; (jmc@)
netinet6
~ frag6.c ~ in6.c
~ nd6_nbr.c
> take advantage of M_ZERO
> ok claudio gilles (hshoexer@)
netnatm
~ natm.c
> another FREE->free
> ok gilles (hshoexer@)
ntfs
~ ntfs_subr.c ~ ntfs_vnops.c
> MALLOC/FREE -> malloc/free
> ok gilles (hshoexer@)
sys
~ pool.h
> big patch to simplify pool code.
> remove pool_cache code. it was barely used, and quite complex. it's
> silly to have both a "fast" and "faster" allocation interface. provide
> a ctor/dtor interface, and convert the few cache users to use it. no
> caching at this time.
> use mutexes to protect pools. they should be initialized with pool_setipl
> if the pool may be used in an interrupt context, without existing spl
> protection.
> ok art deraadt thib (tedu@)
xfs
~ xfs_common-bsd.c ~ xfs_vfsops-common.c
> MALLOC/FREE -> malloc/free
> ok gilles (hshoexer@)
== usr.bin =========================================================== 07/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
cvs
~ rcsnum.c
> Fix for an off-by-one.
> OK fgsch@ (tobias@)
gprof
~ Makefile ~ gprof.h
> remove makefile hacks to build links. Instead, change the files that
> gprof uses directly.
> okay deraadt@, miod at .
> Thanks for checking that gcc 2.95 is happy with
> #include MACRO (espie@)
pcc
~ mip/regs.c
> Updates from master repo:
> - Clear edgehash after onlyperm also.
> - Avoid diagnostic that may fail for targets with reg arguments. (ragge@)
~ mip/manifest.h
> Update from master repo:
> - Nuke unused prototypes. (ragge@)
~ mip/protos.h ~ mip/pass2.h
> Updates from master repo:
> - Nuke unused prototypes. (ragge@)
~ mip/optim2.c
> Updates from master repo:
> - Send ipole as arg to myoptim(). (ragge@)
~ mip/reader.c
> Updates from master repo:
> - Only check for flags already set if BITYPE. (ragge@)
~ mip/match.c
> Updates from master repo:
> - Add target-dependent function acceptable() to give target code
> a last chance to tell whether an instruction should be used or not.
> (ragge@)
~ ccom/trees.c
> Updates from master repo:
> - Give clocal() a chance to handle STASG early. (ragge@)
~ ccom/pftn.c
> Updates from master repo:
> - Rewrite typenode() so that const/volatile can be handled better.
> - Give target code the opportunity to handle string symbols. (ragge@)
~ ccom/main.c
> Update from master repo:
> - Understand -m as flag. (ragge@)
~ i386/code.c ~ i386/local.c
~ i386/local2.c ~ i386/table.c
> Updates from master repo:
> - Add support for PIC code. (ragge@)
~ ccom/init.c
> Updates from matser repo:
> - Leave to target code to decide whether a node can be used for
> initialization or not.
> - Fix bug causing rw data to sometimes end up in ro segment. (ragge@)
~ ccom/stabs.c
> Update from master repo:
> - Declare a few stab symbols locally. (ragge@)
~ i386/order.c
> Updates from master repo:
> - Add acceptable().
> - Remove unused function setincr().
> Add acce (ragge@)
~ vax/code.c ~ vax/local2.c
~ vax/order.c
> Updates from master repo:
> - Add acceptable() and mflags().
> - Remove unused functions. (ragge@)
~ cpp/cpp.c ~ cpp/scanner.l
> Updates from master repo:
> - Don't loop forever in conditional includes.
> - Print error and not a number if wrong token got.
> - A bunch of sanity checks. (ragge@)
rcs
~ rcsnum.c
> Fix for an off-by-one.
> OK fgsch@ (tobias@)
== usr.sbin ========================================================== 08/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
usr.sbin
~ Makefile
> re-sort relayctl/relayd to the right place (reyk@)
~ Makefile
> argh, remove crap from my last commit (reyk@)
bind
~ CHANGES ~ COPYRIGHT
~ FAQ ~ FAQ.xml
~ Makefile.in ~ README
~ acconfig.h ~ aclocal.m4
~ config.h.in ~ config.guess
~ config.sub ~ config.threads.in
~ configure ~ configure.in
~ install-sh ~ isc-config.sh.in
~ libtool.m4 ~ ltmain.sh
~ mkinstalldirs ~ version
~ bin/Makefile.in ~ bin/rndc/rndc.8
~ bin/rndc/rndc-confgen.c ~ bin/rndc/rndc.docbook
~ bin/rndc/rndc-confgen.html ~ bin/rndc/rndc-confgen.docbook
~ bin/rndc/rndc.conf.5 ~ bin/rndc/rndc-confgen.8
~ bin/rndc/rndc.conf ~ bin/rndc/rndc.c
~ bin/rndc/util.c ~ bin/rndc/util.h
~ bin/rndc/rndc.html ~ bin/rndc/Makefile.in
~ bin/rndc/rndc.conf.html ~ bin/rndc/rndc.conf.docbook
~ bin/rndc/unix/Makefile.in ~ bin/rndc/unix/os.c
~ bin/rndc/include/rndc/os.h ~ bin/check/check-tool.h
~ bin/check/named-checkzone.c ~ bin/check/named-checkconf.c
~ bin/check/named-checkconf.html ~ bin/check/named-checkzone.8
~ bin/check/named-checkzone.html ~ bin/check/named-checkconf.docbook
~ bin/check/named-checkzone.docbook ~ bin/check/Makefile.in
~ bin/check/named-checkconf.8 ~ bin/check/check-tool.c
~ bin/dnssec/dnssec-keygen.docbook ~ bin/dnssec/dnssec-keygen.8
~ bin/dnssec/dnssec-signzone.8 ~ bin/dnssec/dnssectool.h
~ bin/dnssec/dnssec-keygen.html ~ bin/dnssec/dnssec-keygen.c
~ bin/dnssec/dnssectool.c ~ bin/dnssec/dnssec-signzone.docbook
~ bin/dnssec/dnssec-signzone.c ~ bin/dnssec/Makefile.in
~ bin/dnssec/dnssec-signzone.html ~ bin/tests/keyboard_test.c
~ bin/tests/mempool_test.c ~ bin/tests/wire_test.c
~ bin/tests/rbt_test.out ~ bin/tests/name_test.c
~ bin/tests/hash_test.c ~ bin/tests/entropy2_test.c
~ bin/tests/wire_test.data3 ~ bin/tests/printmsg.c
~ bin/tests/t_api.pl ~ bin/tests/inter_test.c
~ bin/tests/db_test.c ~ bin/tests/resolv.conf.sample
~ bin/tests/gxba_test.c ~ bin/tests/b8t.mk
~ bin/tests/ndc.conf-include ~ bin/tests/shutdown_test.c
~ bin/tests/wire_test.data2 ~ bin/tests/lwres_test.c
~ bin/tests/rbt_test.txt ~ bin/tests/sig0_test.c
~ bin/tests/ratelimiter_test.c ~ bin/tests/printmsg.h
~ bin/tests/sock_test.c ~ bin/tests/task_test.c
~ bin/tests/fsaccess_test.c ~ bin/tests/nsecify.c
~ bin/tests/log_test.c ~ bin/tests/adb_test.c
~ bin/tests/b9t.mk
~ bin/tests/Kchild.example.+003+04017.key
~ bin/tests/cfg_test.c ~ bin/tests/gxbn_test.c
~ bin/tests/serial_test.c ~ bin/tests/compress_test.c
~ bin/tests/lfsr_test.c ~ bin/tests/master_test.c
~ bin/tests/Kchild.example.+003+04017.private
~ bin/tests/genrandom.c ~ bin/tests/ndc.conf
~ bin/tests/journalprint.c ~ bin/tests/named.conf
~ bin/tests/sym_test.c ~ bin/tests/Makefile.in
~ bin/tests/headerdep_test.sh.in ~ bin/tests/lex_test.c
~ bin/tests/wire_test.data4 ~ bin/tests/entropy_test.c
~ bin/tests/timer_test.c ~ bin/tests/wire_test.data
~ bin/tests/rwlock_test.c ~ bin/tests/byaddr_test.c
~ bin/tests/byname_test.c ~ bin/tests/zone_test.c
~ bin/tests/lwresconf_test.c ~ bin/tests/rbt_test.c
~ bin/tests/rdata_test.c
~ bin/tests/names/dns_name_rdatacompare_data
~ bin/tests/names/wire_test3_1.data
~ bin/tests/names/dns_name_getlabelsequence_data
~ bin/tests/names/wire_test8.data
~ bin/tests/names/dns_name_fromwire_5_data
~ bin/tests/names/dns_name_fromwire_2_data
~ bin/tests/names/dns_name_countlabels_data
~ bin/tests/names/dns_name_isabsolute_data
~ bin/tests/names/dns_name_fromwire_6_data
~ bin/tests/names/dns_name_compare_data
~ bin/tests/names/wire_test5.data ~ bin/tests/names/wire_test2.data
~ bin/tests/names/dns_name_getlabel_data
~ bin/tests/names/dns_name_hash_data ~ bin/tests/names/wire_test3_2.data
~ bin/tests/names/dns_name_fullcompare_data
~ bin/tests/names/dns_name_totext_data
~ bin/tests/names/wire_test7.data
~ bin/tests/names/dns_name_towire_1_data
~ bin/tests/names/dns_name_fromwire_3_data
~ bin/tests/names/dns_name_fromwire_4_data
~ bin/tests/names/dns_name_issubdomain_data
~ bin/tests/names/wire_test4.data
~ bin/tests/names/dns_name_toregion_data
~ bin/tests/names/wire_test1.data
~ bin/tests/names/dns_name_fromwire_8_data
~ bin/tests/names/dns_name_fromtext_data
~ bin/tests/names/Makefile.in
~ bin/tests/names/dns_name_towire_2_data
~ bin/tests/names/dns_name_fromregion_data
~ bin/tests/names/dns_name_fromwire_1_data
~ bin/tests/names/wire_test6.data ~ bin/tests/names/t_names.c
~ bin/tests/names/dns_name_fromwire_7_data
~ bin/tests/system/run.sh ~ bin/tests/system/README
~ bin/tests/system/testsock.pl ~ bin/tests/system/setup.sh
~ bin/tests/system/stop.pl ~ bin/tests/system/ifconfig.sh
~ bin/tests/system/start.pl ~ bin/tests/system/start.sh
~ bin/tests/system/send.pl ~ bin/tests/system/digcomp.pl
~ bin/tests/system/stop.sh ~ bin/tests/system/Makefile.in
~ bin/tests/system/runall.sh ~ bin/tests/system/conf.sh.in
~ bin/tests/system/cleanall.sh ~ bin/tests/system/genzone.sh
~ bin/tests/system/ixfr/setup.sh ~ bin/tests/system/ixfr/clean.sh
~ bin/tests/system/ixfr/tests.sh ~ bin/tests/system/ixfr/prereq.sh
~ bin/tests/system/ixfr/ans2/ans.pl ~ bin/tests/system/forward/clean.sh
~ bin/tests/system/forward/tests.sh
~ bin/tests/system/forward/ns2/root.db
~ bin/tests/system/forward/ns2/example.db
~ bin/tests/system/forward/ns2/named.conf
~ bin/tests/system/forward/ns3/root.db
~ bin/tests/system/forward/ns3/named.conf
~ bin/tests/system/forward/ns4/root.db
~ bin/tests/system/forward/ns4/named.conf
~ bin/tests/system/forward/ns1/root.db
~ bin/tests/system/forward/ns1/example.db
~ bin/tests/system/forward/ns1/named.conf
~ bin/tests/system/glue/setup.sh ~ bin/tests/system/glue/clean.sh
~ bin/tests/system/glue/fi.good ~ bin/tests/system/glue/tests.sh
~ bin/tests/system/glue/noglue.good ~ bin/tests/system/glue/yy.good
~ bin/tests/system/glue/xx.good
~ bin/tests/system/glue/ns1/root-servers.nil.db
~ bin/tests/system/glue/ns1/root.db ~ bin/tests/system/glue/ns1/cache.in
~ bin/tests/system/glue/ns1/mil.db
~ bin/tests/system/glue/ns1/named.conf
~ bin/tests/system/glue/ns1/net.db
~ bin/tests/system/limits/knowngood.dig.out.4000
~ bin/tests/system/limits/knowngood.dig.out.1000
~ bin/tests/system/limits/clean.sh
~ bin/tests/system/limits/knowngood.dig.out.3000
~ bin/tests/system/limits/tests.sh
~ bin/tests/system/limits/knowngood.dig.out.a-maximum-rrset
~ bin/tests/system/limits/knowngood.dig.out.2000
~ bin/tests/system/limits/ns1/root.db
~ bin/tests/system/limits/ns1/example.db
~ bin/tests/system/limits/ns1/named.conf
~ bin/tests/system/dialup/setup.sh ~ bin/tests/system/dialup/tests.sh
~ bin/tests/system/dialup/ns2/hint.db
~ bin/tests/system/dialup/ns2/named.conf
~ bin/tests/system/dialup/ns3/hint.db
~ bin/tests/system/dialup/ns3/named.conf
~ bin/tests/system/dialup/ns1/root.db
~ bin/tests/system/dialup/ns1/example.db
~ bin/tests/system/dialup/ns1/named.conf
~ bin/tests/system/masterfile/clean.sh
~ bin/tests/system/masterfile/tests.sh
~ bin/tests/system/masterfile/knowngood.dig.out
~ bin/tests/system/masterfile/ns1/include.db
~ bin/tests/system/masterfile/ns1/sub.db
~ bin/tests/system/masterfile/ns1/named.conf
~ bin/tests/system/masterfile/ns1/ttl2.db
~ bin/tests/system/masterfile/ns1/ttl1.db
~ bin/tests/system/cacheclean/clean.sh
~ bin/tests/system/cacheclean/dig.batch
~ bin/tests/system/cacheclean/tests.sh
~ bin/tests/system/cacheclean/knowngood.dig.out
~ bin/tests/system/cacheclean/ns2/named.conf
~ bin/tests/system/cacheclean/ns1/example.db
~ bin/tests/system/cacheclean/ns1/named.conf
~ bin/tests/system/tkey/keydelete.c ~ bin/tests/system/tkey/setup.sh
~ bin/tests/system/tkey/clean.sh ~ bin/tests/system/tkey/keycreate.c
~ bin/tests/system/tkey/tests.sh ~ bin/tests/system/tkey/Makefile.in
~ bin/tests/system/tkey/prereq.sh ~ bin/tests/system/tkey/ns1/setup.sh
~ bin/tests/system/tkey/ns1/named.conf.in
~ bin/tests/system/dnssec/README ~ bin/tests/system/dnssec/setup.sh
~ bin/tests/system/dnssec/clean.sh ~ bin/tests/system/dnssec/tests.sh
~ bin/tests/system/dnssec/dnssec_update_test.pl
~ bin/tests/system/dnssec/prereq.sh
~ bin/tests/system/dnssec/ns5/trusted.conf.bad
~ bin/tests/system/dnssec/ns5/named.conf
~ bin/tests/system/dnssec/ns2/example.db.in
~ bin/tests/system/dnssec/ns2/rfc2335.example.db
~ bin/tests/system/dnssec/ns2/insecure.secure.example.db
~ bin/tests/system/dnssec/ns2/dlv.db.in
~ bin/tests/system/dnssec/ns2/private.secure.example.db.in
~ bin/tests/system/dnssec/ns2/dst.example.db.in
~ bin/tests/system/dnssec/ns2/named.conf
~ bin/tests/system/dnssec/ns2/sign.sh
~ bin/tests/system/dnssec/ns3/keyless.example.db.in
~ bin/tests/system/dnssec/ns3/insecure.example.db
~ bin/tests/system/dnssec/ns3/named.conf
~ bin/tests/system/dnssec/ns3/secure.example.db.in
~ bin/tests/system/dnssec/ns3/dynamic.example.db.in
~ bin/tests/system/dnssec/ns3/bogus.example.db.in
~ bin/tests/system/dnssec/ns3/sign.sh
~ bin/tests/system/dnssec/ns4/named.conf
~ bin/tests/system/dnssec/ns1/root.db.in
~ bin/tests/system/dnssec/ns1/named.conf
~ bin/tests/system/dnssec/ns1/sign.sh
~ bin/tests/system/dnssec/ns6/named.conf
~ bin/tests/system/v6synth/clean.sh ~ bin/tests/system/v6synth/tests.sh
~ bin/tests/system/v6synth/ns2/example.db
~ bin/tests/system/v6synth/ns2/ip6.int.db
~ bin/tests/system/v6synth/ns2/named.conf
~ bin/tests/system/v6synth/ns2/ip6.arpa.db
~ bin/tests/system/v6synth/ns3/named.conf
~ bin/tests/system/v6synth/ns1/root.db
~ bin/tests/system/v6synth/ns1/named.conf
~ bin/tests/system/checkconf/bad.conf ~ bin/tests/system/checkconf/tests.sh
~ bin/tests/system/checkconf/good.conf
~ bin/tests/system/stress/setup.sh ~ bin/tests/system/stress/clean.sh
~ bin/tests/system/stress/tests.sh ~ bin/tests/system/stress/update.pl
~ bin/tests/system/stress/setup.pl
~ bin/tests/system/stress/ns2/named.conf
~ bin/tests/system/stress/ns3/named.conf
~ bin/tests/system/stress/ns4/named.conf
~ bin/tests/system/stress/ns1/named.conf
~ bin/tests/system/nsupdate/update_test.pl
~ bin/tests/system/nsupdate/knowngood.ns1.after
~ bin/tests/system/nsupdate/setup.sh ~ bin/tests/system/nsupdate/clean.sh
~ bin/tests/system/nsupdate/knowngood.ns1.afterstop
~ bin/tests/system/nsupdate/tests.sh
~ bin/tests/system/nsupdate/knowngood.ns1.before
~ bin/tests/system/nsupdate/ns2/named.conf
~ bin/tests/system/nsupdate/ns1/example1.db
~ bin/tests/system/nsupdate/ns1/named.conf
~ bin/tests/system/sortlist/clean.sh ~ bin/tests/system/sortlist/tests.sh
~ bin/tests/system/sortlist/ns1/root.db
~ bin/tests/system/sortlist/ns1/example.db
~ bin/tests/system/sortlist/ns1/named.conf
~ bin/tests/system/lwresd/resolv.conf ~ bin/tests/system/lwresd/tests.sh
~ bin/tests/system/lwresd/lwtest.c ~ bin/tests/system/lwresd/Makefile.in
~ bin/tests/system/lwresd/ns1/example1.db
~ bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db
~ bin/tests/system/lwresd/ns1/example2.db
~ bin/tests/system/lwresd/ns1/root.db
~ bin/tests/system/lwresd/ns1/ip6.int.db
~ bin/tests/system/lwresd/ns1/named.conf
~ bin/tests/system/lwresd/ns1/ip6.arpa.db
~ bin/tests/system/lwresd/lwresd1/resolv.conf
~ bin/tests/system/lwresd/lwresd1/lwresd.conf
~ bin/tests/system/xferquota/setup.sh ~ bin/tests/system/xferquota/clean.sh
~ bin/tests/system/xferquota/tests.sh ~ bin/tests/system/xferquota/setup.pl
~ bin/tests/system/xferquota/ns2/example.db
~ bin/tests/system/xferquota/ns2/named.conf
~ bin/tests/system/xferquota/ns1/changing1.db
~ bin/tests/system/xferquota/ns1/root.db
~ bin/tests/system/xferquota/ns1/named.conf
~ bin/tests/system/xferquota/ns1/changing2.db
~ bin/tests/system/dlv/setup.sh ~ bin/tests/system/dlv/clean.sh
~ bin/tests/system/dlv/tests.sh ~ bin/tests/system/dlv/ns5/rndc.conf
~ bin/tests/system/dlv/ns5/named.conf ~ bin/tests/system/dlv/ns5/hints
~ bin/tests/system/dlv/ns2/named.conf ~ bin/tests/system/dlv/ns2/hints
~ bin/tests/system/dlv/ns2/utld.db
~ bin/tests/system/dlv/ns3/child.db.in
~ bin/tests/system/dlv/ns3/dlv.db.in ~ bin/tests/system/dlv/ns3/named.conf
~ bin/tests/system/dlv/ns3/hints ~ bin/tests/system/dlv/ns3/sign.sh
~ bin/tests/system/dlv/ns4/named.conf ~ bin/tests/system/dlv/ns4/child.db
~ bin/tests/system/dlv/ns4/hints ~ bin/tests/system/dlv/ns1/root.db
~ bin/tests/system/dlv/ns1/rootservers.utld.db
~ bin/tests/system/dlv/ns1/named.conf
~ bin/tests/system/checknames/setup.sh
~ bin/tests/system/checknames/clean.sh
~ bin/tests/system/checknames/tests.sh
~ bin/tests/system/checknames/ns2/root.hints
~ bin/tests/system/checknames/ns2/named.conf
~ bin/tests/system/checknames/ns3/root.hints
~ bin/tests/system/checknames/ns3/named.conf
~ bin/tests/system/checknames/ns1/ignore.example.db.in
~ bin/tests/system/checknames/ns1/root.db
~ bin/tests/system/checknames/ns1/ignore.update.db.in
~ bin/tests/system/checknames/ns1/warn.example.db.in
~ bin/tests/system/checknames/ns1/warn.update.db.in
~ bin/tests/system/checknames/ns1/named.conf
~ bin/tests/system/checknames/ns1/fail.example.db.in
~ bin/tests/system/checknames/ns1/fail.update.db.in
~ bin/tests/system/upforwd/setup.sh ~ bin/tests/system/upforwd/clean.sh
~ bin/tests/system/upforwd/knowngood.ns2.before
~ bin/tests/system/upforwd/knowngood.after1
~ bin/tests/system/upforwd/tests.sh
~ bin/tests/system/upforwd/knowngood.after2
~ bin/tests/system/upforwd/knowngood.before
~ bin/tests/system/upforwd/ns2/named.conf
~ bin/tests/system/upforwd/ns3/named.conf
~ bin/tests/system/upforwd/ns1/example1.db
~ bin/tests/system/upforwd/ns1/named.conf
~ bin/tests/system/unknown/clean.sh ~ bin/tests/system/unknown/tests.sh
~ bin/tests/system/unknown/ns1/broken1.db
~ bin/tests/system/unknown/ns1/example-class10.db
~ bin/tests/system/unknown/ns1/broken5.db
~ bin/tests/system/unknown/ns1/class10.hints
~ bin/tests/system/unknown/ns1/broken4.db
~ bin/tests/system/unknown/ns1/named.conf
~ bin/tests/system/unknown/ns1/broken3.db
~ bin/tests/system/unknown/ns1/example-in.db
~ bin/tests/system/unknown/ns1/broken2.db
~ bin/tests/system/resolver/tests.sh ~ bin/tests/system/resolver/prereq.sh
~ bin/tests/system/resolver/ans3/ans.pl
~ bin/tests/system/resolver/ans2/ans.pl
~ bin/tests/system/resolver/ns1/root.hint
~ bin/tests/system/resolver/ns1/named.conf
~ bin/tests/system/stub/knowngood.dig.out.norec
~ bin/tests/system/stub/clean.sh
~ bin/tests/system/stub/knowngood.dig.out.rec
~ bin/tests/system/stub/tests.sh
~ bin/tests/system/stub/ns2/child.example.db
~ bin/tests/system/stub/ns2/named.conf
~ bin/tests/system/stub/ns3/example.db
~ bin/tests/system/stub/ns3/named.conf
~ bin/tests/system/stub/ns1/root.db
~ bin/tests/system/stub/ns1/named.conf
~ bin/tests/system/xfer/setup.sh ~ bin/tests/system/xfer/clean.sh
~ bin/tests/system/xfer/dig1.good ~ bin/tests/system/xfer/tests.sh
~ bin/tests/system/xfer/dig2.good
~ bin/tests/system/xfer/ns2/named.conf
~ bin/tests/system/xfer/ns3/named.conf
~ bin/tests/system/xfer/ns1/root.db
~ bin/tests/system/xfer/ns1/named.conf
~ bin/tests/system/common/rndc.conf ~ bin/tests/system/common/root.hint
~ bin/tests/system/common/controls.conf
~ bin/tests/system/notify/setup.sh ~ bin/tests/system/notify/clean.sh
~ bin/tests/system/notify/tests.sh
~ bin/tests/system/notify/ns2/example1.db
~ bin/tests/system/notify/ns2/example2.db
~ bin/tests/system/notify/ns2/example3.db
~ bin/tests/system/notify/ns2/example4.db
~ bin/tests/system/notify/ns2/named.conf
~ bin/tests/system/notify/ns3/named.conf
~ bin/tests/system/notify/ns1/root.db
~ bin/tests/system/notify/ns1/named.conf
~ bin/tests/system/views/setup.sh ~ bin/tests/system/views/clean.sh
~ bin/tests/system/views/tests.sh
~ bin/tests/system/views/ns2/internal.db
~ bin/tests/system/views/ns2/example1.db
~ bin/tests/system/views/ns2/named2.conf
~ bin/tests/system/views/ns2/example2.db
~ bin/tests/system/views/ns2/named1.conf
~ bin/tests/system/views/ns3/internal.db
~ bin/tests/system/views/ns3/named2.conf
~ bin/tests/system/views/ns3/named1.conf
~ bin/tests/system/views/ns1/root.db
~ bin/tests/system/views/ns1/named.conf
~ bin/tests/db/dns_db_find_7.data ~ bin/tests/db/dns_db_find_1.data
~ bin/tests/db/dns_db_currentversion_data
~ bin/tests/db/dns_db_iscache_1_data ~ bin/tests/db/dns_db_iscache_2.data
~ bin/tests/db/dns_db_expirenode_data
~ bin/tests/db/dns_db_currentversion.data
~ bin/tests/db/dns_db_class_data ~ bin/tests/db/dns_db_newversion.data
~ bin/tests/db/dns_db_find_6_data ~ bin/tests/db/dns_db_find_8_data
~ bin/tests/db/dns_db_findnode_1.data ~ bin/tests/db/dns_db_findnode_2.data
~ bin/tests/db/dns_db_load_soa_not_top
~ bin/tests/db/dns_db_iszone_1_data ~ bin/tests/db/t_db.c
~ bin/tests/db/dns_db_find_6.data ~ bin/tests/db/dns_db_findnode_1_data
~ bin/tests/db/dns_db_load_data
~ bin/tests/db/dns_db_closeversion_1.data
~ bin/tests/db/dns_db_iscache_2_data ~ bin/tests/db/dns_db_iszone_2_data
~ bin/tests/db/dns_db_expirenode.data ~ bin/tests/db/dns_db_find_9_data
~ bin/tests/db/dns_db_class_1.data
~ bin/tests/db/dns_db_closeversion_1_data
~ bin/tests/db/dns_db_find_4_data ~ bin/tests/db/dns_db_find_10_data
~ bin/tests/db/dns_db_find_3.data ~ bin/tests/db/dns_db_origin_1.data
~ bin/tests/db/dns_db_find_2.data ~ bin/tests/db/dns_db_find_5.data
~ bin/tests/db/dns_db_find_4.data ~ bin/tests/db/dns_db_iscache_1.data
~ bin/tests/db/dns_db_findnode_2_data ~ bin/tests/db/dns_db_iszone_1.data
~ bin/tests/db/dns_db_origin_data ~ bin/tests/db/dns_db_load_25.data
~ bin/tests/db/dns_db_find_10.data ~ bin/tests/db/dns_db_find_9.data
~ bin/tests/db/dns_db_find_8.data ~ bin/tests/db/dns_db_iszone_2.data
~ bin/tests/db/dns_db_find_2_data ~ bin/tests/db/Makefile.in
~ bin/tests/db/dns_db_closeversion_2.data
~ bin/tests/db/dns_db_load_1.data ~ bin/tests/db/dns_db_find_7_data
~ bin/tests/db/dns_db_find_3_data ~ bin/tests/db/dns_db_find_1_data
~ bin/tests/db/dns_db_find_5_data
~ bin/tests/db/dns_db_closeversion_2_data
~ bin/tests/db/dns_db_newversion_data
~ bin/tests/master/dns_master_load_3_data
~ bin/tests/master/master7.data
~ bin/tests/master/dns_master_load_8_data
~ bin/tests/master/master10.data ~ bin/tests/master/master9.data
~ bin/tests/master/master4.data
~ bin/tests/master/dns_master_load_5_data
~ bin/tests/master/dns_master_load_4_data
~ bin/tests/master/master11.data
~ bin/tests/master/dns_master_load_11_data
~ bin/tests/master/dns_master_load_6_data
~ bin/tests/master/master3.data
~ bin/tests/master/dns_master_load_10_data
~ bin/tests/master/dns_master_load_2_data
~ bin/tests/master/dns_master_load_7_data
~ bin/tests/master/master5.data ~ bin/tests/master/Makefile.in
~ bin/tests/master/dns_master_load_9_data
~ bin/tests/master/dns_master_load_1_data
~ bin/tests/master/master8.data ~ bin/tests/master/t_master.c
~ bin/tests/master/master2.data ~ bin/tests/master/master6.data
~ bin/tests/master/master1.data ~ bin/tests/mem/t_mem.c
~ bin/tests/mem/Makefile.in ~ bin/tests/timers/t_timers.c
~ bin/tests/timers/Makefile.in ~ bin/tests/tasks/t_tasks.c
~ bin/tests/tasks/Makefile.in ~ bin/tests/sockaddr/t_sockaddr.c
~ bin/tests/sockaddr/Makefile.in
~ bin/tests/rbt/dns_rbtnodechain_prev.data
~ bin/tests/rbt/dns_rbt_deletename_1_data
~ bin/tests/rbt/dns_rbtnodechain_init_data
~ bin/tests/rbt/dns_rbtnodechain_init.data
~ bin/tests/rbt/dns_rbt.data
~ bin/tests/rbt/dns_rbtnodechain_last_data
~ bin/tests/rbt/dns_rbtnodechain_next.data
~ bin/tests/rbt/dns_rbtnodechain_first_2.data
~ bin/tests/rbt/dns_rbt_findname_2_data
~ bin/tests/rbt/dns_rbtnodechain_last_2.data
~ bin/tests/rbt/dns_rbt_addname_2_data
~ bin/tests/rbt/dns_rbtnodechain_first_data
~ bin/tests/rbt/dns_rbt_create_1_data ~ bin/tests/rbt/t_rbt.c
~ bin/tests/rbt/dns_rbt_findname_1_data
~ bin/tests/rbt/dns_rbt_findname_3_data
~ bin/tests/rbt/dns_rbtnodechain_last_1.data
~ bin/tests/rbt/dns_rbt_deletename_2_data
~ bin/tests/rbt/dns_rbt_addname_1_data
~ bin/tests/rbt/dns_rbt_bitstring.data
~ bin/tests/rbt/Makefile.in
~ bin/tests/rbt/dns_rbtnodechain_first_1.data
~ bin/tests/rbt/dns_rbtnodechain_prev_data
~ bin/tests/rbt/dns_rbtnodechain_next_data
~ bin/tests/dst/Kdh.+002+48957.key ~ bin/tests/dst/Kdh.+002+18602.key
~ bin/tests/dst/Ktest.+001+00002.key ~ bin/tests/dst/t2_rsasig
~ bin/tests/dst/Kdh.+002+48957.private
~ bin/tests/dst/Ktest.+003+23616.key ~ bin/tests/dst/dst_test.c
~ bin/tests/dst/Ktest.+001+54622.private
~ bin/tests/dst/t2_data_1 ~ bin/tests/dst/t_dst.c
~ bin/tests/dst/Ktest.+001+54622.key ~ bin/tests/dst/t2_dsasig
~ bin/tests/dst/dst_2_data ~ bin/tests/dst/Ktest.+003+49667.key
~ bin/tests/dst/Makefile.in
~ bin/tests/dst/Ktest.+003+23616.private
~ bin/tests/dst/Kdh.+002+18602.private
~ bin/tests/dst/t2_data_2 ~ bin/tests/net/netaddr_multicast.c
~ bin/tests/net/driver.h ~ bin/tests/net/testsuite.h
~ bin/tests/net/sockaddr_multicast.c ~ bin/tests/net/driver.c
~ bin/tests/net/Makefile.in ~ bin/named/notify.c
~ bin/named/query.c ~ bin/named/logconf.c
~ bin/named/controlconf.c ~ bin/named/named.conf.html
~ bin/named/client.c ~ bin/named/log.c
~ bin/named/update.c ~ bin/named/lwresd.html
~ bin/named/lwderror.c ~ bin/named/named.html
~ bin/named/lwresd.docbook ~ bin/named/lwdgabn.c
~ bin/named/lwsearch.c ~ bin/named/lwdnoop.c
~ bin/named/builtin.c ~ bin/named/control.c
~ bin/named/named.8 ~ bin/named/xfrout.c
~ bin/named/lwaddr.c ~ bin/named/named.conf.5
~ bin/named/lwresd.8 ~ bin/named/main.c
~ bin/named/config.c ~ bin/named/named.docbook
~ bin/named/lwresd.c ~ bin/named/listenlist.c
~ bin/named/named.conf.docbook ~ bin/named/sortlist.c
~ bin/named/interfacemgr.c ~ bin/named/tsigconf.c
~ bin/named/zoneconf.c ~ bin/named/tkeyconf.c
~ bin/named/Makefile.in ~ bin/named/server.c
~ bin/named/lwdclient.c ~ bin/named/lwdgnba.c
~ bin/named/lwdgrbn.c ~ bin/named/unix/Makefile.in
~ bin/named/unix/os.c ~ bin/named/unix/include/named/os.h
~ bin/named/include/named/client.h ~ bin/named/include/named/zoneconf.h
~ bin/named/include/named/tsigconf.h ~ bin/named/include/named/control.h
~ bin/named/include/named/interfacemgr.h
~ bin/named/include/named/lwresd.h ~ bin/named/include/named/server.h
~ bin/named/include/named/sortlist.h ~ bin/named/include/named/lwaddr.h
~ bin/named/include/named/config.h ~ bin/named/include/named/update.h
~ bin/named/include/named/listenlist.h
~ bin/named/include/named/xfrout.h
~ bin/named/include/named/ns_smf_globals.h
~ bin/named/include/named/log.h ~ bin/named/include/named/globals.h
~ bin/named/include/named/notify.h ~ bin/named/include/named/logconf.h
~ bin/named/include/named/tkeyconf.h ~ bin/named/include/named/main.h
~ bin/named/include/named/query.h ~ bin/named/include/named/lwdclient.h
~ bin/named/include/named/lwsearch.h ~ bin/named/include/named/types.h
~ bin/named/include/named/builtin.h ~ bin/dig/dighost.c
~ bin/dig/dig.html ~ bin/dig/nslookup.html
~ bin/dig/host.html ~ bin/dig/dig.docbook
~ bin/dig/nslookup.docbook ~ bin/dig/dig.1
~ bin/dig/host.docbook ~ bin/dig/dig.c
~ bin/dig/nslookup.1 ~ bin/dig/Makefile.in
~ bin/dig/host.c ~ bin/dig/nslookup.c
~ bin/dig/host.1 ~ bin/dig/include/dig/dig.h
~ bin/nsupdate/nsupdate.docbook ~ bin/nsupdate/nsupdate.html
~ bin/nsupdate/nsupdate.8 ~ bin/nsupdate/Makefile.in
~ bin/nsupdate/nsupdate.c ~ doc/Makefile.in
~ doc/arm/Bv9ARM.ch02.html ~ doc/arm/Bv9ARM.ch05.html
~ doc/arm/Bv9ARM-book.xml ~ doc/arm/latex-fixup.pl
~ doc/arm/Bv9ARM.ch01.html ~ doc/arm/Bv9ARM.ch08.html
~ doc/arm/Bv9ARM.ch04.html ~ doc/arm/Bv9ARM.ch06.html
~ doc/arm/Bv9ARM.html ~ doc/arm/Makefile.in
~ doc/arm/Bv9ARM.ch09.html ~ doc/arm/Bv9ARM.ch07.html
~ doc/arm/README-SGML ~ doc/arm/Bv9ARM.ch03.html
~ doc/xsl/isc-manpage.xsl.in ~ doc/xsl/isc-docbook-html.xsl.in
~ doc/xsl/pre-latex.xsl ~ doc/xsl/isc-docbook-latex.xsl.in
~ doc/xsl/copyright.xsl ~ doc/xsl/Makefile.in
~ doc/xsl/isc-docbook-chunk.xsl.in ~ doc/misc/options
~ doc/misc/rfc-compliance ~ doc/misc/format-options.pl
~ doc/misc/sdb ~ doc/misc/dnssec
~ doc/misc/migration-4to9 ~ doc/misc/roadmap
~ doc/misc/ipv6 ~ doc/misc/Makefile.in
~ doc/misc/migration ~ docutil/HTML_COPYRIGHT
~ docutil/MAN_COPYRIGHT ~ lib/Makefile.in
~ lib/isccc/sexpr.c ~ lib/isccc/version.c
~ lib/isccc/alist.c ~ lib/isccc/cc.c
~ lib/isccc/ccmsg.c ~ lib/isccc/base64.c
~ lib/isccc/lib.c ~ lib/isccc/api
~ lib/isccc/Makefile.in ~ lib/isccc/symtab.c
~ lib/isccc/result.c ~ lib/isccc/include/Makefile.in
~ lib/isccc/include/isccc/symtype.h ~ lib/isccc/include/isccc/alist.h
~ lib/isccc/include/isccc/base64.h ~ lib/isccc/include/isccc/result.h
~ lib/isccc/include/isccc/symtab.h ~ lib/isccc/include/isccc/lib.h
~ lib/isccc/include/isccc/events.h ~ lib/isccc/include/isccc/util.h
~ lib/isccc/include/isccc/ccmsg.h ~ lib/isccc/include/isccc/version.h
~ lib/isccc/include/isccc/Makefile.in ~ lib/isccc/include/isccc/cc.h
~ lib/isccc/include/isccc/sexpr.h ~ lib/isccc/include/isccc/types.h
~ lib/bind9/check.c ~ lib/bind9/version.c
~ lib/bind9/getaddresses.c ~ lib/bind9/api
~ lib/bind9/Makefile.in ~ lib/bind9/include/Makefile.in
~ lib/bind9/include/bind9/check.h ~ lib/bind9/include/bind9/version.h
~ lib/bind9/include/bind9/Makefile.in
~ lib/bind9/include/bind9/getaddresses.h
~ lib/tests/T_testlist.imp ~ lib/tests/t_api.c
~ lib/tests/Makefile.in ~ lib/tests/include/Makefile.in
~ lib/tests/include/tests/t_api.h ~ lib/tests/include/tests/Makefile.in
~ lib/isccfg/log.c ~ lib/isccfg/version.c
~ lib/isccfg/parser.c ~ lib/isccfg/namedconf.c
~ lib/isccfg/api ~ lib/isccfg/Makefile.in
~ lib/isccfg/include/Makefile.in
~ lib/isccfg/include/isccfg/namedconf.h
~ lib/isccfg/include/isccfg/cfg.h ~ lib/isccfg/include/isccfg/grammar.h
~ lib/isccfg/include/isccfg/log.h ~ lib/isccfg/include/isccfg/version.h
~ lib/isccfg/include/isccfg/Makefile.in
~ lib/lwres/lwresutil.c ~ lib/lwres/lwinetaton.c
~ lib/lwres/lwinetpton.c ~ lib/lwres/lwres_noop.c
~ lib/lwres/lwres_gnba.c ~ lib/lwres/version.c
~ lib/lwres/print.c ~ lib/lwres/strtoul.c
~ lib/lwres/gai_strerror.c ~ lib/lwres/lwbuffer.c
~ lib/lwres/context.c ~ lib/lwres/lwconfig.c
~ lib/lwres/assert_p.h ~ lib/lwres/gethost.c
~ lib/lwres/getipnode.c ~ lib/lwres/lwres_grbn.c
~ lib/lwres/lwres_gabn.c ~ lib/lwres/getnameinfo.c
~ lib/lwres/print_p.h ~ lib/lwres/api
~ lib/lwres/herror.c ~ lib/lwres/lwpacket.c
~ lib/lwres/Makefile.in ~ lib/lwres/getrrset.c
~ lib/lwres/lwinetntop.c ~ lib/lwres/context_p.h
~ lib/lwres/getaddrinfo.c ~ lib/lwres/man/lwres_noop.docbook
~ lib/lwres/man/lwres.html ~ lib/lwres/man/lwres_getnameinfo.3
~ lib/lwres/man/lwres_gabn.3
~ lib/lwres/man/lwres_gai_strerror.docbook
~ lib/lwres/man/lwres_gnba.docbook ~ lib/lwres/man/lwres_context.3
~ lib/lwres/man/lwres_packet.docbook
~ lib/lwres/man/lwres_getaddrinfo.html
~ lib/lwres/man/lwres_getaddrinfo.3
~ lib/lwres/man/lwres_gethostent.docbook
~ lib/lwres/man/lwres_hstrerror.3 ~ lib/lwres/man/lwres_inetntop.3
~ lib/lwres/man/lwres_context.html
~ lib/lwres/man/lwres_getaddrinfo.docbook
~ lib/lwres/man/lwres_inetntop.docbook
~ lib/lwres/man/Makefile.in ~ lib/lwres/man/lwres_gethostent.3
~ lib/lwres/man/lwres_resutil.html
~ lib/lwres/man/lwres_getnameinfo.docbook
~ lib/lwres/man/lwres_context.docbook ~ lib/lwres/man/lwres_packet.html
~ lib/lwres/man/lwres_getrrsetbyname.html
~ lib/lwres/man/lwres_gabn.html ~ lib/lwres/man/lwres_gai_strerror.3
~ lib/lwres/man/lwres_getrrsetbyname.3
~ lib/lwres/man/lwres_hstrerror.html ~ lib/lwres/man/lwres_packet.3
~ lib/lwres/man/lwres.docbook ~ lib/lwres/man/lwres_buffer.docbook
~ lib/lwres/man/lwres_gabn.docbook ~ lib/lwres/man/lwres_config.html
~ lib/lwres/man/lwres_hstrerror.docbook
~ lib/lwres/man/lwres.3 ~ lib/lwres/man/lwres_inetntop.html
~ lib/lwres/man/lwres_config.3 ~ lib/lwres/man/lwres_buffer.3
~ lib/lwres/man/lwres_gnba.html ~ lib/lwres/man/lwres_resutil.docbook
~ lib/lwres/man/lwres_noop.3
~ lib/lwres/man/lwres_getipnode.docbook
~ lib/lwres/man/lwres_getnameinfo.html
~ lib/lwres/man/lwres_noop.html
~ lib/lwres/man/lwres_getrrsetbyname.docbook
~ lib/lwres/man/lwres_buffer.html ~ lib/lwres/man/lwres_getipnode.html
~ lib/lwres/man/lwres_gnba.3 ~ lib/lwres/man/lwres_getipnode.3
~ lib/lwres/man/lwres_config.docbook
~ lib/lwres/man/lwres_gai_strerror.html
~ lib/lwres/man/lwres_resutil.3 ~ lib/lwres/man/lwres_gethostent.html
~ lib/lwres/unix/Makefile.in ~ lib/lwres/unix/include/Makefile.in
~ lib/lwres/unix/include/lwres/net.h
~ lib/lwres/unix/include/lwres/Makefile.in
~ lib/lwres/include/Makefile.in ~ lib/lwres/include/lwres/ipv6.h
~ lib/lwres/include/lwres/list.h ~ lib/lwres/include/lwres/context.h
~ lib/lwres/include/lwres/lwbuffer.h ~ lib/lwres/include/lwres/result.h
~ lib/lwres/include/lwres/lwres.h
~ lib/lwres/include/lwres/platform.h.in
~ lib/lwres/include/lwres/netdb.h.in ~ lib/lwres/include/lwres/version.h
~ lib/lwres/include/lwres/lwpacket.h ~ lib/lwres/include/lwres/Makefile.in
~ lib/lwres/include/lwres/stdlib.h ~ lib/lwres/include/lwres/lang.h
~ lib/lwres/include/lwres/int.h ~ lib/isc/bufferlist.c
~ lib/isc/heap.c ~ lib/isc/entropy.c
~ lib/isc/mem.c ~ lib/isc/ondestroy.c
~ lib/isc/log.c ~ lib/isc/md5.c
~ lib/isc/bitstring.c ~ lib/isc/error.c
~ lib/isc/serial.c ~ lib/isc/assertions.c
~ lib/isc/version.c ~ lib/isc/print.c
~ lib/isc/sockaddr.c ~ lib/isc/hash.c
~ lib/isc/parseint.c ~ lib/isc/random.c
~ lib/isc/inet_aton.c ~ lib/isc/hex.c
~ lib/isc/strtoul.c ~ lib/isc/event.c
~ lib/isc/netaddr.c ~ lib/isc/quota.c
~ lib/isc/task.c ~ lib/isc/api
~ lib/isc/buffer.c ~ lib/isc/timer.c
~ lib/isc/string.c ~ lib/isc/ratelimiter.c
~ lib/isc/fsaccess.c ~ lib/isc/base64.c
~ lib/isc/lib.c ~ lib/isc/inet_ntop.c
~ lib/isc/taskpool.c ~ lib/isc/netscope.c
~ lib/isc/commandline.c ~ lib/isc/lex.c
~ lib/isc/hmacmd5.c ~ lib/isc/task_p.h
~ lib/isc/rwlock.c ~ lib/isc/timer_p.h
~ lib/isc/Makefile.in ~ lib/isc/symtab.c
~ lib/isc/inet_pton.c ~ lib/isc/lfsr.c
~ lib/isc/sha1.c ~ lib/isc/region.c
~ lib/isc/mutexblock.c ~ lib/isc/result.c
~ lib/isc/nls/msgcat.c ~ lib/isc/nls/Makefile.in
~ lib/isc/unix/time.c ~ lib/isc/unix/file.c
~ lib/isc/unix/socket_p.h ~ lib/isc/unix/entropy.c
~ lib/isc/unix/keyboard.c ~ lib/isc/unix/stdio.c
~ lib/isc/unix/resource.c ~ lib/isc/unix/app.c
~ lib/isc/unix/ipv6.c ~ lib/isc/unix/socket.c
~ lib/isc/unix/ifiter_getifaddrs.c ~ lib/isc/unix/strerror.c
~ lib/isc/unix/syslog.c ~ lib/isc/unix/errno2result.c
~ lib/isc/unix/ifiter_sysctl.c ~ lib/isc/unix/ifiter_ioctl.c
~ lib/isc/unix/fsaccess.c ~ lib/isc/unix/interfaceiter.c
~ lib/isc/unix/dir.c ~ lib/isc/unix/net.c
~ lib/isc/unix/errno2result.h ~ lib/isc/unix/stdtime.c
~ lib/isc/unix/Makefile.in ~ lib/isc/unix/os.c
~ lib/isc/unix/include/Makefile.in ~ lib/isc/unix/include/isc/dir.h
~ lib/isc/unix/include/isc/netdb.h ~ lib/isc/unix/include/isc/stat.h
~ lib/isc/unix/include/isc/net.h ~ lib/isc/unix/include/isc/syslog.h
~ lib/isc/unix/include/isc/strerror.h ~ lib/isc/unix/include/isc/keyboard.h
~ lib/isc/unix/include/isc/offset.h
~ lib/isc/unix/include/isc/Makefile.in
~ lib/isc/unix/include/isc/stdtime.h ~ lib/isc/unix/include/isc/time.h
~ lib/isc/unix/include/isc/int.h ~ lib/isc/include/Makefile.in
~ lib/isc/include/isc/ipv6.h ~ lib/isc/include/isc/list.h
~ lib/isc/include/isc/netscope.h ~ lib/isc/include/isc/base64.h
~ lib/isc/include/isc/heap.h ~ lib/isc/include/isc/ondestroy.h
~ lib/isc/include/isc/buffer.h ~ lib/isc/include/isc/bufferlist.h
~ lib/isc/include/isc/entropy.h ~ lib/isc/include/isc/lfsr.h
~ lib/isc/include/isc/result.h ~ lib/isc/include/isc/task.h
~ lib/isc/include/isc/magic.h ~ lib/isc/include/isc/symtab.h
~ lib/isc/include/isc/app.h ~ lib/isc/include/isc/lib.h
~ lib/isc/include/isc/mem.h ~ lib/isc/include/isc/ratelimiter.h
~ lib/isc/include/isc/netaddr.h ~ lib/isc/include/isc/interfaceiter.h
~ lib/isc/include/isc/hash.h ~ lib/isc/include/isc/stdio.h
~ lib/isc/include/isc/resultclass.h ~ lib/isc/include/isc/md5.h
~ lib/isc/include/isc/string.h ~ lib/isc/include/isc/sockaddr.h
~ lib/isc/include/isc/eventclass.h ~ lib/isc/include/isc/timer.h
~ lib/isc/include/isc/assertions.h ~ lib/isc/include/isc/random.h
~ lib/isc/include/isc/refcount.h ~ lib/isc/include/isc/formatcheck.h
~ lib/isc/include/isc/error.h ~ lib/isc/include/isc/platform.h.in
~ lib/isc/include/isc/commandline.h ~ lib/isc/include/isc/socket.h
~ lib/isc/include/isc/hex.h ~ lib/isc/include/isc/lex.h
~ lib/isc/include/isc/parseint.h ~ lib/isc/include/isc/log.h
~ lib/isc/include/isc/taskpool.h ~ lib/isc/include/isc/bitstring.h
~ lib/isc/include/isc/hmacmd5.h ~ lib/isc/include/isc/mutexblock.h
~ lib/isc/include/isc/sha1.h ~ lib/isc/include/isc/util.h
~ lib/isc/include/isc/boolean.h ~ lib/isc/include/isc/version.h
~ lib/isc/include/isc/quota.h ~ lib/isc/include/isc/region.h
~ lib/isc/include/isc/event.h ~ lib/isc/include/isc/Makefile.in
~ lib/isc/include/isc/print.h ~ lib/isc/include/isc/stdlib.h
~ lib/isc/include/isc/msgcat.h ~ lib/isc/include/isc/serial.h
~ lib/isc/include/isc/fsaccess.h ~ lib/isc/include/isc/os.h
~ lib/isc/include/isc/msgs.h ~ lib/isc/include/isc/rwlock.h
~ lib/isc/include/isc/resource.h ~ lib/isc/include/isc/file.h
~ lib/isc/include/isc/types.h ~ lib/isc/include/isc/lang.h
~ lib/isc/nothreads/thread.c ~ lib/isc/nothreads/mutex.c
~ lib/isc/nothreads/Makefile.in ~ lib/isc/nothreads/condition.c
~ lib/isc/nothreads/include/Makefile.in
~ lib/isc/nothreads/include/isc/condition.h
~ lib/isc/nothreads/include/isc/mutex.h
~ lib/isc/nothreads/include/isc/once.h
~ lib/isc/nothreads/include/isc/thread.h
~ lib/isc/nothreads/include/isc/Makefile.in
~ lib/isc/pthreads/thread.c ~ lib/isc/pthreads/mutex.c
~ lib/isc/pthreads/Makefile.in ~ lib/isc/pthreads/condition.c
~ lib/isc/pthreads/include/Makefile.in
~ lib/isc/pthreads/include/isc/condition.h
~ lib/isc/pthreads/include/isc/mutex.h
~ lib/isc/pthreads/include/isc/once.h
~ lib/isc/pthreads/include/isc/thread.h
~ lib/isc/pthreads/include/isc/Makefile.in
~ lib/dns/byaddr.c ~ lib/dns/time.c
~ lib/dns/request.c ~ lib/dns/journal.c
~ lib/dns/gssapi_link.c ~ lib/dns/tsig.c
~ lib/dns/log.c ~ lib/dns/rootns.c
~ lib/dns/rcode.c ~ lib/dns/forward.c
~ lib/dns/rdatasetiter.c ~ lib/dns/ds.c
~ lib/dns/validator.c ~ lib/dns/openssldsa_link.c
~ lib/dns/rdatalist_p.h ~ lib/dns/dnssec.c
~ lib/dns/resolver.c ~ lib/dns/rbtdb.h
~ lib/dns/zonekey.c ~ lib/dns/version.c
~ lib/dns/dst_internal.h ~ lib/dns/soa.c
~ lib/dns/dst_parse.h ~ lib/dns/dbtable.c
~ lib/dns/portlist.c ~ lib/dns/gssapictx.c
~ lib/dns/gen-unix.h ~ lib/dns/masterdump.c
~ lib/dns/dst_lib.c ~ lib/dns/callbacks.c
~ lib/dns/opensslrsa_link.c ~ lib/dns/dst_api.c
~ lib/dns/ssu.c ~ lib/dns/view.c
~ lib/dns/adb.c ~ lib/dns/tcpmsg.c
~ lib/dns/acl.c ~ lib/dns/dst_parse.c
~ lib/dns/sdb.c ~ lib/dns/keytable.c
~ lib/dns/ncache.c ~ lib/dns/rdatalist.c
~ lib/dns/gen.c ~ lib/dns/dst_openssl.h
~ lib/dns/peer.c ~ lib/dns/rdataslab.c
~ lib/dns/name.c ~ lib/dns/timer.c
~ lib/dns/api ~ lib/dns/order.c
~ lib/dns/hmac_link.c ~ lib/dns/rbtdb.c
~ lib/dns/lib.c ~ lib/dns/openssl_link.c
~ lib/dns/rdata.c ~ lib/dns/tkey.c
~ lib/dns/rbtdb64.c ~ lib/dns/rdataset.c
~ lib/dns/ttl.c ~ lib/dns/dst_result.c
~ lib/dns/lookup.c ~ lib/dns/Makefile.in
~ lib/dns/diff.c ~ lib/dns/compress.c
~ lib/dns/openssldh_link.c ~ lib/dns/dispatch.c
~ lib/dns/master.c ~ lib/dns/zone.c
~ lib/dns/stats.c ~ lib/dns/cache.c
~ lib/dns/rbt.c ~ lib/dns/rbtdb64.h
~ lib/dns/xfrin.c ~ lib/dns/key.c
~ lib/dns/zt.c ~ lib/dns/dbiterator.c
~ lib/dns/result.c ~ lib/dns/nsec.c
~ lib/dns/db.c ~ lib/dns/message.c
~ lib/dns/include/Makefile.in ~ lib/dns/include/dst/result.h
~ lib/dns/include/dst/dst.h ~ lib/dns/include/dst/lib.h
~ lib/dns/include/dst/gssapi.h ~ lib/dns/include/dst/Makefile.in
~ lib/dns/include/dns/tsig.h ~ lib/dns/include/dns/xfrin.h
~ lib/dns/include/dns/rdatalist.h ~ lib/dns/include/dns/zone.h
~ lib/dns/include/dns/sdb.h ~ lib/dns/include/dns/result.h
~ lib/dns/include/dns/secalg.h ~ lib/dns/include/dns/rdataset.h
~ lib/dns/include/dns/diff.h ~ lib/dns/include/dns/lib.h
~ lib/dns/include/dns/opcode.h ~ lib/dns/include/dns/name.h
~ lib/dns/include/dns/keytable.h ~ lib/dns/include/dns/ttl.h
~ lib/dns/include/dns/lookup.h ~ lib/dns/include/dns/dbiterator.h
~ lib/dns/include/dns/resolver.h ~ lib/dns/include/dns/tcpmsg.h
~ lib/dns/include/dns/soa.h ~ lib/dns/include/dns/message.h
~ lib/dns/include/dns/rdata.h ~ lib/dns/include/dns/timer.h
~ lib/dns/include/dns/masterdump.h ~ lib/dns/include/dns/dnssec.h
~ lib/dns/include/dns/tkey.h ~ lib/dns/include/dns/ssu.h
~ lib/dns/include/dns/keyflags.h ~ lib/dns/include/dns/stats.h
~ lib/dns/include/dns/zt.h ~ lib/dns/include/dns/peer.h
~ lib/dns/include/dns/rdatatype.h ~ lib/dns/include/dns/dbtable.h
~ lib/dns/include/dns/db.h ~ lib/dns/include/dns/secproto.h
~ lib/dns/include/dns/acl.h ~ lib/dns/include/dns/events.h
~ lib/dns/include/dns/order.h ~ lib/dns/include/dns/rcode.h
~ lib/dns/include/dns/log.h ~ lib/dns/include/dns/byaddr.h
~ lib/dns/include/dns/master.h ~ lib/dns/include/dns/journal.h
~ lib/dns/include/dns/adb.h ~ lib/dns/include/dns/compress.h
~ lib/dns/include/dns/request.h ~ lib/dns/include/dns/callbacks.h
~ lib/dns/include/dns/rdataclass.h ~ lib/dns/include/dns/keyvalues.h
~ lib/dns/include/dns/view.h ~ lib/dns/include/dns/rootns.h
~ lib/dns/include/dns/ncache.h ~ lib/dns/include/dns/version.h
~ lib/dns/include/dns/zonekey.h ~ lib/dns/include/dns/forward.h
~ lib/dns/include/dns/validator.h ~ lib/dns/include/dns/Makefile.in
~ lib/dns/include/dns/cache.h ~ lib/dns/include/dns/ds.h
~ lib/dns/include/dns/rbt.h ~ lib/dns/include/dns/rdatasetiter.h
~ lib/dns/include/dns/rdataslab.h ~ lib/dns/include/dns/dispatch.h
~ lib/dns/include/dns/bit.h ~ lib/dns/include/dns/nsec.h
~ lib/dns/include/dns/fixedname.h ~ lib/dns/include/dns/cert.h
~ lib/dns/include/dns/types.h ~ lib/dns/include/dns/time.h
~ lib/dns/include/dns/portlist.h ~ lib/dns/rdata/rdatastructsuf.h
~ lib/dns/rdata/rdatastructpre.h ~ lib/dns/rdata/generic/rrsig_46.c
~ lib/dns/rdata/generic/gpos_27.h ~ lib/dns/rdata/generic/mx_15.h
~ lib/dns/rdata/generic/mr_9.h ~ lib/dns/rdata/generic/mb_7.c
~ lib/dns/rdata/generic/cname_5.h ~ lib/dns/rdata/generic/loc_29.c
~ lib/dns/rdata/generic/rt_21.c ~ lib/dns/rdata/generic/opt_41.c
~ lib/dns/rdata/generic/null_10.h ~ lib/dns/rdata/generic/dname_39.h
~ lib/dns/rdata/generic/txt_16.h ~ lib/dns/rdata/generic/mg_8.c
~ lib/dns/rdata/generic/tkey_249.c ~ lib/dns/rdata/generic/ptr_12.h
~ lib/dns/rdata/generic/ds_43.h ~ lib/dns/rdata/generic/rp_17.h
~ lib/dns/rdata/generic/x25_19.c ~ lib/dns/rdata/generic/sig_24.h
~ lib/dns/rdata/generic/mx_15.c ~ lib/dns/rdata/generic/minfo_14.c
~ lib/dns/rdata/generic/null_10.c ~ lib/dns/rdata/generic/hinfo_13.h
~ lib/dns/rdata/generic/mr_9.c ~ lib/dns/rdata/generic/tkey_249.h
~ lib/dns/rdata/generic/proforma.h ~ lib/dns/rdata/generic/afsdb_18.c
~ lib/dns/rdata/generic/gpos_27.c ~ lib/dns/rdata/generic/afsdb_18.h
~ lib/dns/rdata/generic/dlv_32769.c ~ lib/dns/rdata/generic/x25_19.h
~ lib/dns/rdata/generic/mg_8.h ~ lib/dns/rdata/generic/cert_37.h
~ lib/dns/rdata/generic/proforma.c ~ lib/dns/rdata/generic/rp_17.c
~ lib/dns/rdata/generic/md_3.c ~ lib/dns/rdata/generic/dlv_32769.h
~ lib/dns/rdata/generic/nsec_47.h ~ lib/dns/rdata/generic/soa_6.c
~ lib/dns/rdata/generic/nxt_30.c ~ lib/dns/rdata/generic/ns_2.c
~ lib/dns/rdata/generic/key_25.h ~ lib/dns/rdata/generic/nxt_30.h
~ lib/dns/rdata/generic/mf_4.c ~ lib/dns/rdata/generic/unspec_103.h
~ lib/dns/rdata/generic/hinfo_13.c ~ lib/dns/rdata/generic/isdn_20.c
~ lib/dns/rdata/generic/dnskey_48.c ~ lib/dns/rdata/generic/ns_2.h
~ lib/dns/rdata/generic/unspec_103.c ~ lib/dns/rdata/generic/sshfp_44.c
~ lib/dns/rdata/generic/key_25.c ~ lib/dns/rdata/generic/dname_39.c
~ lib/dns/rdata/generic/txt_16.c ~ lib/dns/rdata/generic/sshfp_44.h
~ lib/dns/rdata/generic/md_3.h ~ lib/dns/rdata/generic/ds_43.c
~ lib/dns/rdata/generic/mb_7.h ~ lib/dns/rdata/generic/minfo_14.h
~ lib/dns/rdata/generic/cname_5.c ~ lib/dns/rdata/generic/isdn_20.h
~ lib/dns/rdata/generic/nsec_47.c ~ lib/dns/rdata/generic/ptr_12.c
~ lib/dns/rdata/generic/dnskey_48.h ~ lib/dns/rdata/generic/cert_37.c
~ lib/dns/rdata/generic/loc_29.h ~ lib/dns/rdata/generic/rrsig_46.h
~ lib/dns/rdata/generic/rt_21.h ~ lib/dns/rdata/generic/opt_41.h
~ lib/dns/rdata/generic/soa_6.h ~ lib/dns/rdata/generic/mf_4.h
~ lib/dns/rdata/generic/sig_24.c ~ lib/dns/rdata/hs_4/a_1.c
~ lib/dns/rdata/hs_4/a_1.h ~ lib/dns/rdata/any_255/tsig_250.c
~ lib/dns/rdata/any_255/tsig_250.h ~ lib/dns/rdata/in_1/aaaa_28.c
~ lib/dns/rdata/in_1/aaaa_28.h ~ lib/dns/rdata/in_1/a6_38.h
~ lib/dns/rdata/in_1/apl_42.c ~ lib/dns/rdata/in_1/a6_38.c
~ lib/dns/rdata/in_1/nsap_22.h ~ lib/dns/rdata/in_1/px_26.h
~ lib/dns/rdata/in_1/wks_11.h ~ lib/dns/rdata/in_1/a_1.c
~ lib/dns/rdata/in_1/srv_33.c ~ lib/dns/rdata/in_1/srv_33.h
~ lib/dns/rdata/in_1/a_1.h ~ lib/dns/rdata/in_1/nsap-ptr_23.h
~ lib/dns/rdata/in_1/nsap_22.c ~ lib/dns/rdata/in_1/kx_36.h
~ lib/dns/rdata/in_1/apl_42.h ~ lib/dns/rdata/in_1/naptr_35.c
~ lib/dns/rdata/in_1/kx_36.c ~ lib/dns/rdata/in_1/nsap-ptr_23.c
~ lib/dns/rdata/in_1/naptr_35.h ~ lib/dns/rdata/in_1/wks_11.c
~ lib/dns/rdata/in_1/px_26.c ~ make/includes.in
~ make/mkdep.in ~ make/Makefile.in
~ make/rules.in + README.idnkit
+ bin/tests/system/masterformat/setup.sh
+ bin/tests/system/masterformat/clean.sh
+ bin/tests/system/masterformat/tests.sh
+ bin/tests/system/masterformat/ns2/named.conf
+ bin/tests/system/masterformat/ns1/example.db
+ bin/tests/system/masterformat/ns1/compile.sh
+ bin/tests/system/masterformat/ns1/named.conf
+ bin/tests/system/tsig/clean.sh + bin/tests/system/tsig/tests.sh
+ bin/tests/system/tsig/ns1/example.db
+ bin/tests/system/tsig/ns1/named.conf
+ bin/tests/system/rrsetorder/dig.out.random.good2
+ bin/tests/system/rrsetorder/dig.out.random.good15
+ bin/tests/system/rrsetorder/dig.out.random.good11
+ bin/tests/system/rrsetorder/dig.out.random.good13
+ bin/tests/system/rrsetorder/dig.out.random.good23
+ bin/tests/system/rrsetorder/dig.out.random.good12
+ bin/tests/system/rrsetorder/dig.out.random.good7
+ bin/tests/system/rrsetorder/dig.out.random.good3
+ bin/tests/system/rrsetorder/clean.sh
+ bin/tests/system/rrsetorder/dig.out.cyclic.good3
+ bin/tests/system/rrsetorder/dig.out.random.good19
+ bin/tests/system/rrsetorder/dig.out.cyclic.good2
+ bin/tests/system/rrsetorder/dig.out.cyclic.good1
+ bin/tests/system/rrsetorder/dig.out.random.good20
+ bin/tests/system/rrsetorder/dig.out.random.good10
+ bin/tests/system/rrsetorder/tests.sh
+ bin/tests/system/rrsetorder/dig.out.random.good17
+ bin/tests/system/rrsetorder/dig.out.random.good5
+ bin/tests/system/rrsetorder/dig.out.random.good22
+ bin/tests/system/rrsetorder/dig.out.random.good21
+ bin/tests/system/rrsetorder/dig.out.cyclic.good4
+ bin/tests/system/rrsetorder/dig.out.random.good1
+ bin/tests/system/rrsetorder/dig.out.random.good8
+ bin/tests/system/rrsetorder/dig.out.random.good6
+ bin/tests/system/rrsetorder/dig.out.random.good16
+ bin/tests/system/rrsetorder/dig.out.random.good24
+ bin/tests/system/rrsetorder/dig.out.random.good14
+ bin/tests/system/rrsetorder/dig.out.random.good9
+ bin/tests/system/rrsetorder/dig.out.random.good4
+ bin/tests/system/rrsetorder/dig.out.random.good18
+ bin/tests/system/rrsetorder/dig.out.fixed.good
+ bin/tests/system/rrsetorder/ns2/named.conf
+ bin/tests/system/rrsetorder/ns3/named.conf
+ bin/tests/system/rrsetorder/ns1/root.db
+ bin/tests/system/rrsetorder/ns1/named.conf
+ bin/tests/system/zonechecks/aaaa.db
+ bin/tests/system/zonechecks/cname.db
+ bin/tests/system/zonechecks/clean.sh
+ bin/tests/system/zonechecks/noaddress.db
+ bin/tests/system/zonechecks/nxdomain.db
+ bin/tests/system/zonechecks/tests.sh
+ bin/tests/system/zonechecks/dname.db
+ bin/tests/system/zonechecks/a.db + doc/arm/man.rndc-confgen.html
+ doc/arm/man.dig.html + doc/arm/man.rndc.html
+ doc/arm/Bv9ARM.ch10.html + doc/arm/man.named-checkconf.html
+ doc/arm/man.named-checkzone.html + doc/arm/man.named.html
+ doc/arm/isc-logo.pdf + doc/arm/man.host.html
+ doc/arm/man.dnssec-keygen.html + doc/arm/man.rndc.conf.html
+ doc/arm/isc-logo.eps + doc/arm/man.dnssec-signzone.html
+ doc/xsl/isc-docbook-latex-mappings.xml
+ doc/xsl/isc-docbook-text.xsl + lib/isccfg/aclconf.c
+ lib/isccfg/include/isccfg/aclconf.h + lib/isc/hmacsha.c
+ lib/isc/sha2.c + lib/isc/refcount.c
+ lib/isc/ia64/Makefile.in + lib/isc/ia64/include/Makefile.in
+ lib/isc/ia64/include/isc/atomic.h
+ lib/isc/ia64/include/isc/Makefile.in
+ lib/isc/x86_64/Makefile.in + lib/isc/x86_64/include/Makefile.in
+ lib/isc/x86_64/include/isc/atomic.h
+ lib/isc/x86_64/include/isc/Makefile.in
+ lib/isc/alpha/Makefile.in + lib/isc/alpha/include/Makefile.in
+ lib/isc/alpha/include/isc/atomic.h
+ lib/isc/alpha/include/isc/Makefile.in
+ lib/isc/x86_32/Makefile.in + lib/isc/x86_32/include/Makefile.in
+ lib/isc/x86_32/include/isc/atomic.h
+ lib/isc/x86_32/include/isc/Makefile.in
+ lib/isc/include/isc/sha2.h + lib/isc/include/isc/hmacsha.h
+ lib/isc/noatomic/Makefile.in
+ lib/isc/noatomic/include/Makefile.in
+ lib/isc/noatomic/include/isc/atomic.h
+ lib/isc/noatomic/include/isc/Makefile.in
+ lib/isc/powerpc/Makefile.in + lib/isc/powerpc/include/Makefile.in
+ lib/isc/powerpc/include/isc/atomic.h
+ lib/isc/powerpc/include/isc/Makefile.in
+ lib/isc/sparc64/Makefile.in + lib/isc/sparc64/include/Makefile.in
+ lib/isc/sparc64/include/isc/atomic.h
+ lib/isc/sparc64/include/isc/Makefile.in
+ lib/isc/mips/Makefile.in + lib/isc/mips/include/Makefile.in
+ lib/isc/mips/include/isc/atomic.h
+ lib/isc/mips/include/isc/Makefile.in
+ lib/dns/sdlz.c + lib/dns/dlz.c
+ lib/dns/acache.c + lib/dns/include/dns/sdlz.h
+ lib/dns/include/dns/acache.h + lib/dns/include/dns/dlz.h
+ lib/dns/rdata/generic/ipseckey_45.h + lib/dns/rdata/generic/spf_99.h
+ lib/dns/rdata/generic/spf_99.c + lib/dns/rdata/generic/ipseckey_45.c
+ lib/dns/rdata/ch_3/a_1.c + lib/dns/rdata/ch_3/a_1.h
> New import:
> ISC BIND release 9.4.2
~ configure.in
> resolve conflicts (jakob@)
~ configure
> regen using autoconf 2.61 (jakob@)
- README.idnkit - bin/named/aclconf.c
- bin/named/include/named/aclconf.h - docutil/docbook2man-wrapper.sh.in
~ CHANGES ~ FAQ
~ Makefile.bsd-wrapper ~ Makefile.in
~ README ~ acconfig.h
~ config.h.in ~ version
~ bin/Makefile.in ~ bin/check/named-checkconf.html
~ bin/dig/Makefile.in ~ bin/dig/dig.1
~ bin/dig/dig.c ~ bin/dig/dig.docbook
~ bin/dig/dig.html ~ bin/dig/dighost.c
~ bin/dig/host.1 ~ bin/dig/host.c
~ bin/dig/host.docbook ~ bin/dig/host.html
~ bin/dig/nslookup.1 ~ bin/dig/nslookup.c
~ bin/dig/include/dig/dig.h ~ bin/dnssec/dnssec-keygen.html
~ bin/dnssec/dnssec-signzone.8 ~ bin/dnssec/dnssec-signzone.c
~ bin/dnssec/dnssec-signzone.docbook ~ bin/dnssec/dnssec-signzone.html
~ bin/dnssec/dnssectool.c ~ bin/named/client.c
~ bin/named/config.c ~ bin/named/control.c
~ bin/named/controlconf.c ~ bin/named/interfacemgr.c
~ bin/named/lwdgnba.c ~ bin/named/lwresd.c
~ bin/named/lwresd.html ~ bin/named/main.c
~ bin/named/named.8 ~ bin/named/named.html
~ bin/named/notify.c ~ bin/named/query.c
~ bin/named/server.c ~ bin/named/update.c
~ bin/named/xfrout.c ~ bin/named/include/named/control.h
~ bin/named/include/named/globals.h ~ bin/named/unix/os.c
~ bin/named/unix/include/named/os.h ~ bin/nsupdate/nsupdate.8
~ bin/nsupdate/nsupdate.c ~ bin/nsupdate/nsupdate.docbook
~ bin/nsupdate/nsupdate.html ~ bin/rndc/rndc-confgen.8
~ bin/rndc/rndc-confgen.c ~ bin/rndc/rndc-confgen.docbook
~ bin/rndc/rndc-confgen.html ~ bin/rndc/rndc.c
~ bin/rndc/rndc.conf.html ~ bin/rndc/rndc.html
~ bin/rndc/unix/os.c ~ doc/arm/Bv9ARM-book.xml
~ doc/arm/Bv9ARM.ch03.html ~ doc/arm/Bv9ARM.ch04.html
~ doc/arm/Bv9ARM.ch05.html ~ doc/arm/Bv9ARM.ch06.html
~ doc/arm/Bv9ARM.ch07.html ~ doc/arm/Bv9ARM.ch08.html
~ doc/arm/Bv9ARM.ch09.html ~ doc/arm/Bv9ARM.html
~ doc/misc/dnssec ~ doc/misc/migration
~ lib/Makefile.in ~ lib/bind9/getaddresses.c
~ lib/dns/Makefile.in ~ lib/dns/adb.c
~ lib/dns/api ~ lib/dns/byaddr.c
~ lib/dns/cache.c ~ lib/dns/db.c
~ lib/dns/dispatch.c ~ lib/dns/dnssec.c
~ lib/dns/dst_api.c ~ lib/dns/gen.c
~ lib/dns/log.c ~ lib/dns/master.c
~ lib/dns/masterdump.c ~ lib/dns/message.c
~ lib/dns/name.c ~ lib/dns/ncache.c
~ lib/dns/rbt.c ~ lib/dns/rbtdb.c
~ lib/dns/rcode.c ~ lib/dns/rdata.c
~ lib/dns/rdatalist.c ~ lib/dns/rdataset.c
~ lib/dns/rdataslab.c ~ lib/dns/resolver.c
~ lib/dns/result.c ~ lib/dns/rootns.c
~ lib/dns/sdb.c ~ lib/dns/time.c
~ lib/dns/tsig.c ~ lib/dns/ttl.c
~ lib/dns/validator.c ~ lib/dns/view.c
~ lib/dns/xfrin.c ~ lib/dns/zone.c
~ lib/dns/include/dns/adb.h ~ lib/dns/include/dns/byaddr.h
~ lib/dns/include/dns/db.h ~ lib/dns/include/dns/dispatch.h
~ lib/dns/include/dns/events.h ~ lib/dns/include/dns/log.h
~ lib/dns/include/dns/master.h ~ lib/dns/include/dns/name.h
~ lib/dns/include/dns/rdata.h ~ lib/dns/include/dns/rdataset.h
~ lib/dns/include/dns/rdataslab.h ~ lib/dns/include/dns/result.h
~ lib/dns/include/dns/view.h ~ lib/dns/include/dns/zone.h
~ lib/dns/rdata/any_255/tsig_250.c ~ lib/dns/rdata/generic/afsdb_18.c
~ lib/dns/rdata/generic/cert_37.c ~ lib/dns/rdata/generic/dlv_32769.c
~ lib/dns/rdata/generic/dnskey_48.c ~ lib/dns/rdata/generic/ds_43.c
~ lib/dns/rdata/generic/key_25.c ~ lib/dns/rdata/generic/loc_29.c
~ lib/dns/rdata/generic/mx_15.c ~ lib/dns/rdata/generic/nsec_47.c
~ lib/dns/rdata/generic/nxt_30.c ~ lib/dns/rdata/generic/opt_41.c
~ lib/dns/rdata/generic/rrsig_46.c ~ lib/dns/rdata/generic/rt_21.c
~ lib/dns/rdata/generic/sig_24.c ~ lib/dns/rdata/generic/soa_6.c
~ lib/dns/rdata/generic/sshfp_44.c ~ lib/dns/rdata/generic/sshfp_44.h
~ lib/dns/rdata/generic/tkey_249.c ~ lib/dns/rdata/in_1/a6_38.c
~ lib/dns/rdata/in_1/apl_42.c ~ lib/dns/rdata/in_1/kx_36.c
~ lib/dns/rdata/in_1/naptr_35.c ~ lib/dns/rdata/in_1/nsap_22.c
~ lib/dns/rdata/in_1/px_26.c ~ lib/dns/rdata/in_1/srv_33.c
~ lib/dns/rdata/in_1/wks_11.c ~ lib/isc/Makefile.in
~ lib/isc/api ~ lib/isc/base64.c
~ lib/isc/commandline.c ~ lib/isc/entropy.c
~ lib/isc/hash.c ~ lib/isc/inet_aton.c
~ lib/isc/inet_ntop.c ~ lib/isc/inet_pton.c
~ lib/isc/lex.c ~ lib/isc/lfsr.c
~ lib/isc/log.c ~ lib/isc/mem.c
~ lib/isc/print.c ~ lib/isc/random.c
~ lib/isc/rwlock.c ~ lib/isc/sha1.c
~ lib/isc/sockaddr.c ~ lib/isc/string.c
~ lib/isc/task.c ~ lib/isc/include/isc/Makefile.in
~ lib/isc/include/isc/hash.h ~ lib/isc/include/isc/log.h
~ lib/isc/include/isc/platform.h.in ~ lib/isc/include/isc/refcount.h
~ lib/isc/include/isc/rwlock.h ~ lib/isc/include/isc/socket.h
~ lib/isc/include/isc/string.h ~ lib/isc/include/isc/types.h
~ lib/isc/pthreads/thread.c ~ lib/isc/unix/Makefile.in
~ lib/isc/unix/dir.c ~ lib/isc/unix/entropy.c
~ lib/isc/unix/file.c ~ lib/isc/unix/fsaccess.c
~ lib/isc/unix/ifiter_ioctl.c ~ lib/isc/unix/socket.c
~ lib/isc/unix/time.c ~ lib/isc/unix/include/isc/stat.h
~ lib/isccc/Makefile.in ~ lib/isccc/api
~ lib/isccc/cc.c ~ lib/isccc/result.c
~ lib/isccc/include/isccc/result.h ~ lib/isccfg/Makefile.in
~ lib/isccfg/api ~ lib/isccfg/parser.c
~ lib/lwres/context.c ~ lib/lwres/getaddrinfo.c
~ lib/lwres/gethost.c ~ lib/lwres/getipnode.c
~ lib/lwres/getnameinfo.c ~ lib/lwres/getrrset.c
~ lib/lwres/herror.c ~ lib/lwres/lwconfig.c
~ lib/lwres/lwinetaton.c ~ lib/lwres/lwinetntop.c
~ lib/lwres/lwresutil.c ~ lib/lwres/print.c
~ lib/lwres/man/lwres.html ~ lib/lwres/man/lwres_buffer.html
~ lib/lwres/man/lwres_config.html ~ lib/lwres/man/lwres_context.3
~ lib/lwres/man/lwres_context.docbook ~ lib/lwres/man/lwres_context.html
~ lib/lwres/man/lwres_gabn.html
~ lib/lwres/man/lwres_gai_strerror.html
~ lib/lwres/man/lwres_getaddrinfo.html
~ lib/lwres/man/lwres_gethostent.html ~ lib/lwres/man/lwres_getipnode.3
~ lib/lwres/man/lwres_getipnode.docbook
~ lib/lwres/man/lwres_getipnode.html
~ lib/lwres/man/lwres_getnameinfo.html
~ lib/lwres/man/lwres_getrrsetbyname.html
~ lib/lwres/man/lwres_gnba.html ~ lib/lwres/man/lwres_hstrerror.html
~ lib/lwres/man/lwres_inetntop.html ~ lib/lwres/man/lwres_noop.html
~ lib/lwres/man/lwres_packet.html ~ lib/lwres/man/lwres_resutil.html
~ make/rules.in
> resolve conflicts (jakob@)
~ lib/isc/netaddr.c ~ lib/isc/sockaddr.c
~ lib/isc/unix/dir.c ~ lib/isc/unix/socket.c
> more strcpy fixes (jakob@)
~ bin/named/named.docbook
> merge our command line changes to docbook (jakob@)
~ bin/named/named.8
> regen from named.docbook (jakob@)
~ bin/dig/Makefile.in
> nslookup(8) moved to nslookup(1) (jakob@)
relayd
~ relayd.conf.5
> - kill trailing whitespace
> - kill useless .Pp (jmc@)
===============================================================================
More information about the odc
mailing list