Commit Graph

6372 Commits

Author SHA1 Message Date
Andreas Gustafsson
c193f5a1eb reviewed, edited 2000-08-15 19:40:40 +00:00
Andreas Gustafsson
e32394a2ac 395. [bug] nslookup printed incorrect RR type mnemonics
for RRs of type >= 21 [RT #237].
2000-08-15 18:44:05 +00:00
Mark Andrews
031f9084fc 394. [bug] Current name was not propagated via $INCLUDE.
393.   [func]          Initial answer while loading (awl) support.
                        Entry points: dns_master_loadfileinc(),
                        dns_master_loadstreaminc(), dns_master_loadbufferinc().
                        Note: calls to dns_master_load*inc() should be rate
                        be rate limited so as to not use up all file
                        descriptors.
2000-08-15 03:33:52 +00:00
Mark Andrews
44215b932d 392. [func] Add ISC_R_FAMILYNOSUPPORT. Returned when OS does
not support the given address family requested.

 391.   [clarity]       ISC_R_FAMILY -> ISC_R_FAMILYMISMATCH.
2000-08-15 01:43:38 +00:00
Brian Wellington
6f071989da cancellation fixes 2000-08-15 01:22:33 +00:00
Brian Wellington
2a123ac026 remove unused variable 2000-08-15 00:52:49 +00:00
Andreas Gustafsson
69d17bea6b expanded on item #382 2000-08-15 00:22:49 +00:00
Andreas Gustafsson
405ffb1f0d there were two items #382; renumbered the later one
to #390
2000-08-15 00:22:08 +00:00
Brian Wellington
9cd6710f91 validators can now be cancelled. 2000-08-15 00:21:05 +00:00
Andreas Gustafsson
ef97e09e20 make the validator attach to the view only weakly, so that
the view can start shutting down even though a validation is in progress.
2000-08-14 22:17:40 +00:00
Brian Wellington
1e2749dba8 Yet more minor cleanup. 2000-08-14 22:00:00 +00:00
Andreas Gustafsson
07f69609fc log messages should start with lower case letter 2000-08-14 21:59:57 +00:00
Andreas Gustafsson
59d1ce0b01 don't try to configure a max-names option for stub zones 2000-08-14 21:47:42 +00:00
Brian Wellington
c6891157b1 The keyset for the root had two dots in it. 2000-08-14 20:39:23 +00:00
Brian Wellington
e3402551ac #388 also includes dig now. 2000-08-14 20:24:29 +00:00
Brian Wellington
668bd3acee dig now does reverse IPv6 address lookup. 2000-08-14 20:23:39 +00:00
Brian Wellington
18940d2cdf The keyset filename was missing the trailing dot. 2000-08-14 20:11:29 +00:00
Andreas Gustafsson
0e05b42192 dns_zt_print() is gone 2000-08-14 19:52:21 +00:00
Andreas Gustafsson
6d8568cb45 RT #235: attempts to send a reqeust over IPv6 on systems
that do not support IPv6 caused an assertion failure
2000-08-14 19:41:53 +00:00
Andreas Gustafsson
99a9da7941 RT #235: attempts to send a reqeust over IPv6 on systems
that do not support IPv6 caused an assertion failure
2000-08-14 19:31:49 +00:00
Brian Wellington
771218f9ca when doing an ipv6 reverse lookup, set the query type to PTR 2000-08-14 19:17:42 +00:00
Brian Wellington
6d3f954c57 388. [func] host can now do reverse ipv6 lookups. 2000-08-14 19:11:05 +00:00
Brian Wellington
b0f941a50f 387. [func] Add dns_byaddr_createptrname(), which converts
an address into the name used by a PTR query.
2000-08-14 19:09:56 +00:00
Andreas Gustafsson
ffa24a38b1 old TODO list at top of source tree merged into doc/todo/unassigned 2000-08-14 18:55:39 +00:00
Andreas Gustafsson
6fb67fc9ce new CVS-based todo lists 2000-08-14 18:54:37 +00:00
Brian Wellington
f2338a0d6a Minor tsig cleanup. 2000-08-14 18:13:11 +00:00
Brian Wellington
4fc4813eb3 Remove all non-threadsafe functions (in the non-threaded programs). 2000-08-14 04:43:17 +00:00
Andreas Gustafsson
d5e72d5dba signed/unsigned mismatch 2000-08-14 03:50:59 +00:00
Andreas Gustafsson
a567d37f78 silence compiler warning about main() not returning a value 2000-08-14 03:32:53 +00:00
Andreas Gustafsson
d56b56dbba nodecount() returns unsigned int, not isc_boolean_t 2000-08-14 02:49:32 +00:00
Mark Andrews
a207c319ac Remove redundant test 2000-08-14 01:28:21 +00:00
Andreas Gustafsson
ff59f0e4fe removed dns_zt_print(), dns_zone_print(), dns_zone_tostr(),
PRINT_ZONE_REF; these were only used by the zone2_test program which
has now been removed
2000-08-13 23:51:55 +00:00
Brian Wellington
924fbebfbe more cleanup 2000-08-11 23:59:46 +00:00
Brian Wellington
b4d8cb6bf7 Large sections rewritten to use dns_diff_t instead of rdatalists/rdatasets.
This should remove any possible problems relating to database modifications
while iterators are active.
2000-08-11 23:23:19 +00:00
Brian Wellington
565d0dc22f Added a convenience function to convert a sig rdatastruct into a string. 2000-08-11 23:07:53 +00:00
Andreas Gustafsson
7e6d32fdba #endif /* NOMINUM_PUBLIC */ was missing the magic comment 2000-08-11 21:51:04 +00:00
Andreas Gustafsson
09fc73adf9 omit doc/todo from distributions 2000-08-11 20:05:25 +00:00
Andreas Gustafsson
f4ba768a60 usage message was wrong 2000-08-11 19:58:19 +00:00
Brian Wellington
c7d63ae5a4 Remove support for the zone status bit, since the proposal no longer exists. 2000-08-11 19:39:10 +00:00
Brian Wellington
efd2baaa2b Remove the random.data file created by genrandom. 2000-08-11 18:45:30 +00:00
Andreas Gustafsson
e02884167b use the UNUSED() macro 2000-08-11 16:47:33 +00:00
Brian Wellington
d3ed0df76c The acl name was being assigned to NULL before it could be freed. 2000-08-11 02:34:45 +00:00
Brian Wellington
ea52f8cf9c A pointer returned by isc_mem_strdup() wasn't being checked. 2000-08-11 02:11:20 +00:00
Andreas Gustafsson
3f31c8c295 note that 386. fixes RT #228 2000-08-11 01:56:04 +00:00
Andreas Gustafsson
ea419adc4e 386. [bug] Missing strdup() of ACL name caused random
ACL matching failures.
2000-08-11 01:53:47 +00:00
Brian Wellington
de58ecaa9c Treat undefined acls as an error, rather than warning and then later
throwing an assertion.
2000-08-11 00:20:59 +00:00
Andreas Gustafsson
a3e7b6450e style 2000-08-10 23:42:17 +00:00
Brian Wellington
5990aea208 Added genrandom 2000-08-10 23:12:42 +00:00
Brian Wellington
5e989d1777 If isc_socket_bind tries to bind to a socket with a different address
family than the address specified, return a meaningful error.
2000-08-10 23:11:12 +00:00
Andreas Gustafsson
dc685fd1d3 typo 2000-08-10 22:44:00 +00:00