bind9/lib/dns
2000-11-18 03:01:17 +00:00
..
config Lots of copyright updates 2000-11-18 03:01:17 +00:00
include Lots of copyright updates 2000-11-18 03:01:17 +00:00
rdata the existence of a dynamically allocated array for the NXT 2000-11-14 18:14:44 +00:00
sec Lots of copyright updates 2000-11-18 03:01:17 +00:00
.cvsignore shared library support 1999-07-03 21:07:10 +00:00
a6.c dns_rdata_invalidate -> dns_rdata_reset 2000-10-31 03:22:05 +00:00
acl.c dns_aclelement_match() returns an isc_boolean_t, but if dns_acl_match() 2000-11-15 22:59:55 +00:00
adb.c comment formatting 2000-11-11 02:14:25 +00:00
api incremented library version numbers to 1.0.0 2000-07-10 22:20:43 +00:00
byaddr.c assign the result of copy_ptr_targets to the event result in lookup_done() 2000-11-15 23:07:58 +00:00
cache.c Add cache cleaning support (disabled). 2000-08-31 12:15:17 +00:00
callbacks.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
compress.c Decompression contexts now take a type instead of the "strict" boolean 2000-11-14 23:29:55 +00:00
db.c the static initializer wasn't always called. 2000-11-17 01:06:37 +00:00
dbiterator.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
dbtable.c and more calls to DESTROYLOCK 2000-08-26 01:37:00 +00:00
dispatch.c spacing; incorrect comment 2000-11-10 03:08:57 +00:00
dnssec.c dns_rdata_invalidate -> dns_rdata_reset 2000-10-31 03:22:05 +00:00
forward.c 405. [func] Add support for selective forwarding (forward zones) 2000-08-24 22:15:40 +00:00
gen-unix.h Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
gen-win32.h Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
gen.c 550. [func] Support unknown rdata types and classes. 2000-11-09 23:55:05 +00:00
journal.c Decompression contexts now take a type instead of the "strict" boolean 2000-11-14 23:29:55 +00:00
keytable.c and more calls to DESTROYLOCK 2000-08-26 01:37:00 +00:00
lib.c #include <stddef.h> 2000-08-30 01:24:20 +00:00
log.c Allow *_log_setcontext() to be called multiple times, so that *_lctx 2000-09-26 22:10:44 +00:00
lookup.c Lookups now return sigrdatasets if they exist. 2000-11-02 00:55:41 +00:00
Makefile.in 567. [bug] Setting the zone transfer timeout to zero caused an 2000-11-17 19:04:51 +00:00
master.c use dns_rdataclass_format() 2000-11-15 19:06:04 +00:00
masterdump.c removed redundant declaration of dns_rdataclass_totext() from rdata.h; 2000-11-09 19:33:51 +00:00
message.c Decompression contexts now take a type instead of the "strict" boolean 2000-11-14 23:29:55 +00:00
name.c Bitstring labels *still* suck. They didn't somehow magically get less 2000-11-14 23:48:02 +00:00
ncache.c dns_rdata_invalidate -> dns_rdata_reset 2000-10-31 03:22:05 +00:00
nxt.c remove calls to printf() in error handling. 2000-10-28 01:25:14 +00:00
opt.c Lots of copyright updates 2000-11-18 03:01:17 +00:00
peer.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
rbt.c Allow the hashing code in the rbt to be disabled (to save memory). This 2000-11-18 00:55:25 +00:00
rbtdb.c Database and simple database implementations (except rbt and rbt64) are 2000-11-16 22:33:53 +00:00
rbtdb.h Database and simple database implementations (except rbt and rbt64) are 2000-11-16 22:33:53 +00:00
rbtdb64.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
rbtdb64.h Database and simple database implementations (except rbt and rbt64) are 2000-11-16 22:33:53 +00:00
rdata.c I really shouldn't commit stuff until it at least compiles 2000-11-15 19:11:36 +00:00
rdatalist.c 532. [func] Implement DNS UPDATE pseudo records using 2000-10-25 04:26:57 +00:00
rdatalist_p.h update the copyright. 2000-08-21 22:18:11 +00:00
rdataset.c 551. [func] Implemented the 'sortlist' option. 2000-11-10 03:16:26 +00:00
rdatasetiter.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
rdataslab.c dns_rdata_invalidate -> dns_rdata_reset 2000-10-31 03:22:05 +00:00
request.c extraneous isc_mem_get 2000-11-03 08:54:18 +00:00
resolver.c adjust is_lame test for same level. 2000-11-15 04:53:06 +00:00
result.c new result code DNS_R_BADALG 2000-11-15 00:51:17 +00:00
rootns.c 521. [bug] Detect master files which contain $INCLUDE and always 2000-10-17 07:22:39 +00:00
sdb.c missing "static" keyword. 2000-11-18 01:35:13 +00:00
ssu.c and more calls to DESTROYLOCK 2000-08-26 01:37:00 +00:00
tcpmsg.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
time.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
timer.c 566. [func] New public function dns_timer_setidle(). 2000-11-17 19:45:36 +00:00
tkey.c Various hacks to allow (at some point in the future) interoperability 2000-10-12 00:40:52 +00:00
tsig.c provide a more detailed error message when configuring 2000-11-15 00:52:04 +00:00
ttl.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
validator.c minor code simplification 2000-11-08 00:51:24 +00:00
version.c Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
view.c 551. [func] Implemented the 'sortlist' option. 2000-11-10 03:16:26 +00:00
xfrin.c 567. [bug] Setting the zone transfer timeout to zero caused an 2000-11-17 19:04:51 +00:00
zone.c Allow master zones to not have a 'file' option, to support non-rbt 2000-11-18 02:54:22 +00:00
zt.c 507. [func] New functions dns_zone_flush(), dns_zt_flushanddetach() 2000-10-05 06:39:26 +00:00