bind9/lib/dns
Andreas Gustafsson 389677e152 removed empty line
2001-06-28 21:34:54 +00:00
..
include comments for dns_message_parse() referred to 2001-06-14 18:38:48 +00:00
rdata Relax REQUIRES() in *fromstruct() and unconditionally call 2001-06-21 04:00:47 +00:00
sec removed unnecessary const [RT #1440] 2001-06-27 04:21:18 +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 uninitialized pointer could potentially (but not likely) 2001-06-11 04:26:41 +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 incremental_cleaning_action() is now re-called as a result of normal event 2001-06-28 13:51:40 +00:00
callbacks.c copyright update 2001-01-09 22:01:04 +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 806. [bug] DNS_R_SEENINCLUDE was failing to propogate back up 2001-04-10 03:05:55 +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 don't retry UDP receives after they return an error - 2001-05-14 23:10:19 +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 Add const to declaration of start_directory(); 2001-03-12 01:05:52 +00:00
gen.c copyright update 2001-01-09 22:01:04 +00:00
journal.c use ISC_MAGIC for all magic numbers, for our friends in EBCDIC land 2001-06-04 19:33: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 676. [bug] Log messages about lame servers to category 2001-01-11 19:38:11 +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 833. [cleanup] Moved dns_soa_*() from <dns/journal.h> to 2001-05-21 23:56:34 +00:00
master.c spelling & style 2001-06-05 06:34:45 +00:00
masterdump.c type needed to be defined as dns_rdatatype_t instead of int in rdataset_totext() 2001-06-27 04:30:37 +00:00
message.c brace style 2001-06-28 21:21:39 +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 Revert part of the ISC_MAGIC/ISC_MAGIC_VALID change. Because 2001-06-04 20:57:25 +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 769. [func] Improved error reporting when parsing rdata. [RT #740] 2001-03-06 22:11:18 +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 spacing 2001-06-28 21:34:39 +00:00
resolver.c use ISC_MAGIC for all magic numbers, for our friends in EBCDIC land 2001-06-04 19:33:39 +00:00
result.c 891. [bug] Return an error when a SIG(0) signed response to 2001-06-08 19:37:29 +00:00
rootns.c copyright update 2001-01-09 22:01:04 +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 use ISC_MAGIC for all magic numbers, for our friends in EBCDIC land 2001-06-04 19:33:39 +00:00
stats.c statistics counting was slowing down the server. Make client.c:count_query() 2001-01-23 01:50:29 +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 removed erroneous UNUSED macro 2001-06-08 19:16:15 +00:00
tsig.c 904. [bug] The server would leak memory if attempting to use 2001-06-15 02:24:02 +00:00
ttl.c copyright update 2001-01-09 22:01:04 +00:00
validator.c use ISC_MAGIC for all magic numbers, for our friends in EBCDIC land 2001-06-04 19:33:39 +00:00
version.c copyright update 2001-01-09 22:01:04 +00:00
view.c implemented 'rndc reconfig' 2001-05-07 23:34:24 +00:00
xfrin.c grammar 2001-06-07 20:11:30 +00:00
zone.c use ISC_MAGIC for all magic numbers, for our friends in EBCDIC land 2001-06-04 19:33:39 +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