bind9/lib/dns
Andreas Gustafsson cd01c9716f Reintroduced separate internal/external reference counts for zones,
reversing part of the changes made on 2000/05/17.  Doing an explicit
zone shutdown on destruction of the zone table caused the zone to
be shut down prematurely on server reload when the zone table was
destroyed but the zone had already been attached to a new zone table.
An external reference count is needed to correctly handle this situation.
2000-05-22 17:23:15 +00:00
..
config Zone configuration validation is now done at end of config file parsing, 2000-05-18 23:20:21 +00:00
include Reintroduced separate internal/external reference counts for zones, 2000-05-22 17:23:15 +00:00
rdata Implement dns_rdata_fromstruct() where not already done. 2000-05-22 12:38:12 +00:00
sec changed dst_key_free() prototype, misc. dst cleanup 2000-05-19 00:20:59 +00:00
.cvsignore shared library support 1999-07-03 21:07:10 +00:00
a6.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
acl.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
aclconf.c Needs string.h for function prototypes. For some reason gcc and other 2000-05-08 19:23:32 +00:00
adb.c Silence IRIX warnings: 2000-05-13 20:15:16 +00:00
api shared library support 1999-07-03 21:07:10 +00:00
byaddr.c Needs string.h for function prototypes. For some reason gcc and other 2000-05-08 19:23:32 +00:00
cache.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
callbacks.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
compress.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
db.c move dns_db_getsoaserial() from journal.c to db.c 2000-05-20 01:32:03 +00:00
dbiterator.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
dbtable.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
dispatch.c Merge the mlg-20000518 branch onto the mainline. Change summary: 2000-05-19 21:46:46 +00:00
dnssec.c removed more invalid _freestruct calls 2000-05-20 01:27:28 +00:00
gen-unix.h Include unistd.h so FreeBSD doesn't complain about getopt() prototype 2000-05-08 18:37:58 +00:00
gen-win32.h 145. [cleanup] Added <isc/lang.h> and ISC_LANG_BEGINDECLS/ 2000-05-01 17:59:10 +00:00
gen.c ensure proper range for argument to ctype functions 2000-05-09 22:22:25 +00:00
journal.c move dns_db_getsoaserial() from journal.c to db.c 2000-05-20 01:32:03 +00:00
keytable.c Replaced dns_keynode_next by the more correct dns_keytable_findnextkeynode 2000-05-19 20:25:55 +00:00
lib.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
log.c new logging module DNS_LOGMODULE_MASTERDUMP 2000-05-09 23:31:12 +00:00
Makefile.in implement dns_dispatchmgr_t, replacing dns_dispatchlist_t. Use it throughout the library/server. 2000-05-10 21:34:50 +00:00
master.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
masterdump.c 184. [cleanup] Variables/functions which began with two leading 2000-05-16 05:19:47 +00:00
message.c fixes to dns_message_sectiontotext for the question section 2000-05-20 02:00:29 +00:00
name.c Silence IRIX warning: 2000-05-13 20:34:55 +00:00
ncache.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
nxt.c DNS_R_RANGE -> ISC_R_RANGE 2000-05-15 21:14:38 +00:00
peer.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
rbt.c When joining nodes, set parent pointers of the left and right children of 2000-05-19 05:58:48 +00:00
rbtdb.c [RT #115] find_closest_nxt() tried to concatenate . with . 2000-05-19 21:27:14 +00:00
rbtdb.h Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
rbtdb64.c update copyright 2000-02-03 23:50:32 +00:00
rbtdb64.h Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
rdata.c remove unreachable code 2000-05-20 01:05:50 +00:00
rdatalist.c use the UNUSED() macro 2000-05-11 22:47:00 +00:00
rdataset.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
rdatasetiter.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
rdataslab.c Needs string.h for function prototypes. For some reason gcc and other 2000-05-08 19:23:32 +00:00
request.c Merge the mlg-20000518 branch onto the mainline. Change summary: 2000-05-19 21:46:46 +00:00
resolver.c Merge the mlg-20000518 branch onto the mainline. Change summary: 2000-05-19 21:46:46 +00:00
result.c Added DNS_R_NOTINSECURE 2000-05-18 01:42:40 +00:00
rootns.c Needs string.h for function prototypes. For some reason gcc and other 2000-05-08 19:23:32 +00:00
ssu.c Fixed this warning: 2000-05-14 02:29:23 +00:00
tcpmsg.c DNS_R_RANGE -> ISC_R_RANGE 2000-05-15 21:14:38 +00:00
time.c DNS_R_RANGE -> ISC_R_RANGE 2000-05-15 21:14:38 +00:00
tkey.c changes to the rdata_tostruct api had broken tsig/tkey 2000-05-19 22:11:20 +00:00
tkeyconf.c changed dst_key_free() prototype, misc. dst cleanup 2000-05-19 00:20:59 +00:00
tsig.c missing NULL initialization 2000-05-19 00:29:00 +00:00
tsigconf.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
ttl.c 184. [cleanup] Variables/functions which began with two leading 2000-05-16 05:19:47 +00:00
validator.c Propagate errors out of the validator in all cases. This means that if there 2000-05-19 23:04:14 +00:00
version.c update copyright 2000-02-03 23:50:32 +00:00
view.c Reintroduced separate internal/external reference counts for zones, 2000-05-22 17:23:15 +00:00
xfrin.c log warning message about out-of-zone data in zone transfers 2000-05-18 16:49:54 +00:00
zone.c Reintroduced separate internal/external reference counts for zones, 2000-05-22 17:23:15 +00:00
zoneconf.c Needs string.h for function prototypes. For some reason gcc and other 2000-05-08 19:23:32 +00:00
zt.c Reintroduced separate internal/external reference counts for zones, 2000-05-22 17:23:15 +00:00