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 |
|
Brian Wellington
|
2e88e05fd4
|
add bin/tests/genrandom.c
|
2000-08-10 22:29:05 +00:00 |
|
Brian Wellington
|
f15eb342bd
|
Add DST_R_OPENSSLFAILURE, which basically means that openssl returned
an error and we don't know why.
|
2000-08-10 22:28:36 +00:00 |
|
Brian Wellington
|
5f6e50769d
|
Use 'key tag' instead of 'key identifier' and 'keyid'
|
2000-08-10 22:10:51 +00:00 |
|
Brian Wellington
|
cdde861f12
|
Chage 'key id' to 'key tag' in a few places
|
2000-08-10 22:08:23 +00:00 |
|
Brian Wellington
|
3d37f10b91
|
On send, treat EPERM like ISC_R_HOSTUNREACH. send() seems to return EPERM
on Linux when firewall rules block the send.
|
2000-08-10 21:47:46 +00:00 |
|
Andreas Gustafsson
|
9be4279a95
|
[RT #231] dns_db_nodecount() could be invoked with a NULL argument.
Also moved the database size logging to the same place as the database
size checking.
|
2000-08-10 20:26:08 +00:00 |
|
Andreas Gustafsson
|
562cc4924b
|
when sending notifies is suppressed due to the zone being
unloaded, clear the NEEDNOTIFY flag so that we don't reschedule the
notify every second
|
2000-08-10 19:50:02 +00:00 |
|
Brian Wellington
|
c758ad35e7
|
Check that the zone is still loaded in the notify event handler.
|
2000-08-10 19:34:49 +00:00 |
|