bind9/lib/dns
2001-09-17 14:04:32 +00:00
..
include reverted 994. 2001-09-14 20:53:33 +00:00
rdata compare: a REQUIRE() was comparing a variable against itself not agaist the 2001-09-10 23:47:26 +00:00
sec unused #defines 2001-09-15 00:27:26 +00:00
win32 Updated .mak files to remove dependancies 2001-08-02 07:05:43 +00:00
.cvsignore shared library support 1999-07-03 21:07:10 +00:00
a6.c use ISC_MAGIC for all magic numbers, for our friends in EBCDIC land 2001-06-04 19:33:39 +00:00
acl.c don't define INADDR_LOOPBACK; isc/net.h should be ensuring it exists 2001-05-31 10:43:37 +00:00
adb.c 971. [func] 'try-edns' can be use to disable edns on all queries. 2001-08-30 05:52:18 +00:00
api bump version to avoid horrible confusion 2001-05-09 06:12:52 +00:00
byaddr.c use ISC_MAGIC for all magic numbers, for our friends in EBCDIC land 2001-06-04 19:33:39 +00:00
cache.c removed extraneous empty line 2001-07-02 20:44:30 +00:00
callbacks.c format string bugs and improved format string checking [RT #1578] 2001-08-08 22:54:55 +00:00
compress.c use ISC_MAGIC for all magic numbers, for our friends in EBCDIC land 2001-06-04 19:33:39 +00:00
db.c 978. [bug] dns_db_attachversion() had an invalid REQUIRE() 2001-09-04 12:17:13 +00:00
dbiterator.c new function, dns_dbiterator_setcleanmode(), which enables cleaning 2001-03-08 01:16:06 +00:00
dbtable.c use ISC_MAGIC for all magic numbers, for our friends in EBCDIC land 2001-06-04 19:33:39 +00:00
diff.c copyright update 2001-01-09 22:01:04 +00:00
dispatch.c format string bugs and improved format string checking [RT #1578] 2001-08-08 22:54:55 +00:00
dnssec.c The last change didn't compile due to faulty cut&paste. 2001-06-08 22:48:28 +00:00
forward.c use ISC_MAGIC for all magic numbers, for our friends in EBCDIC land 2001-06-04 19:33:39 +00:00
gen-unix.h copyright update 2001-01-09 22:01:04 +00:00
gen-win32.h spacing 2001-09-06 01:06:24 +00:00
gen.c format string bugs and improved format string checking [RT #1578] 2001-08-08 22:54:55 +00:00
journal.c replace common code in dns_journal_commit by calling index_to_disk(). 2001-09-15 07:16:39 +00:00
keytable.c use ISC_MAGIC for all magic numbers, for our friends in EBCDIC land 2001-06-04 19:33:39 +00:00
lib.c copyright update 2001-01-09 22:01:04 +00:00
log.c 964. [func] Warn if non root hints data is found in hints file. 2001-08-27 03:36:00 +00:00
lookup.c dns_name_concatenate(foo, NULL, bar, NULL) -> dns_name_copy(foo, bar, NULL) 2001-02-05 19:47:05 +00:00
Makefile.in 925. [cleanup] Remove openssl from the distribution; require that 2001-07-10 21:40:10 +00:00
master.c LOGIT -> LOGITFILE 2001-09-11 05:09:41 +00:00
masterdump.c Add dns_dumpctx_db() and dns_dumpctx_version(). 2001-09-05 10:28:55 +00:00
message.c misplaced cast could cause EDNS extended RCODE bits to be lost [RT #1483] 2001-07-10 20:09:24 +00:00
name.c Instead of choosing between memcpy and memmove at run time, call 2001-06-28 21:34:11 +00:00
ncache.c copyright update 2001-01-09 22:01:04 +00:00
nxt.c copyright update 2001-01-09 22:01:04 +00:00
opt.c buffer request needs cast for win32 2001-05-06 02:24:08 +00:00
peer.c 770. [func] Add the "edns yes_or_no" statement to the server 2001-03-06 23:54:37 +00:00
rbt.c use ISC_MAGIC for all magic numbers, for our friends in EBCDIC land 2001-06-04 19:33:39 +00:00
rbtdb.c INSIST that the rdataset is unassociated. 2001-08-27 03:58:44 +00:00
rbtdb.h copyright update 2001-01-09 22:01:04 +00:00
rbtdb64.c copyright update 2001-01-09 22:01:04 +00:00
rbtdb64.h copyright update 2001-01-09 22:01:04 +00:00
rdata.c 1000. [func] Accept "HESIOD" as a alias for class "HS". 2001-09-16 05:27:04 +00:00
rdatalist.c copyright update 2001-01-09 22:01:04 +00:00
rdatalist_p.h copyright update 2001-01-09 22:01:04 +00:00
rdataset.c complete the rollback 2001-06-05 09:23:14 +00:00
rdatasetiter.c copyright update 2001-01-09 22:01:04 +00:00
rdataslab.c copyright update 2001-01-09 22:01:04 +00:00
request.c The request object would fail to send its completion event 2001-08-29 23:52:28 +00:00
resolver.c replaced 994. with alternative fix: 2001-09-14 21:04:35 +00:00
result.c DNS_R_NOTAUTHORITATIVE 2001-08-30 05:10:55 +00:00
rootns.c consistently use single quotes around varying text 2001-08-27 17:21:56 +00:00
sdb.c removed empty line 2001-06-28 21:34:54 +00:00
soa.c functions returning void should not return the result of other functions 2001-06-03 19:03:37 +00:00
ssu.c #857 was incomplete, ISC_MAGIC was not being used everwhere it should have been. 2001-08-28 03:58:29 +00:00
stats.c Added support for Win32 2001-07-16 05:10:30 +00:00
tcpmsg.c use ISC_MAGIC for all magic numbers, for our friends in EBCDIC land 2001-06-04 19:33:39 +00:00
time.c the epoch of time() is sytem dependent - use isc_stdtime_get() 2001-05-15 22:05:35 +00:00
timer.c copyright update 2001-01-09 22:01:04 +00:00
tkey.c format string bugs and improved format string checking [RT #1578] 2001-08-08 22:54:55 +00:00
tsig.c format string bugs and improved format string checking [RT #1578] 2001-08-08 22:54:55 +00:00
ttl.c copyright update 2001-01-09 22:01:04 +00:00
validator.c reverted 994. 2001-09-14 20:53:33 +00:00
version.c copyright update 2001-01-09 22:01:04 +00:00
view.c 971. [func] 'try-edns' can be use to disable edns on all queries. 2001-08-30 05:52:18 +00:00
xfrin.c A message could be leaked when a segment of an incoming zone transfer 2001-09-12 20:39:36 +00:00
zone.c Don't send notifies to mapped addresses. 2001-09-17 14:04:32 +00:00
zonekey.c #include <config.h> 2001-02-26 02:49:19 +00:00
zt.c use ISC_MAGIC for all magic numbers, for our friends in EBCDIC land 2001-06-04 19:33:39 +00:00