David Lawrence
1bd5b8aac6
use ISC_MAGIC to define magic number
2001-04-17 14:36:45 +00:00
David Lawrence
79ed194592
sigh. always test recompile things even after a minor change. after deciding
...
to _not_ much with the lock tracing/printing facility for the last change,
i forgot to also add the new result variable back into the stack
declarations, where i had correctly put it the first time.
2001-04-17 13:42:32 +00:00
David Lawrence
8e60ba90e0
unlock the mutex when non-blocking locking is attempted and the lock is busy.
2001-04-17 04:07:38 +00:00
Brian Wellington
e19501436a
seed random(), so that the message serial number is not always the same.
2001-04-16 23:07:34 +00:00
Brian Wellington
ec57fd24fc
The isccc headers weren't installed at all. Oops.
2001-04-16 22:50:18 +00:00
Brian Wellington
98e8f87a6d
actually list all of the headers.
2001-04-16 22:44:43 +00:00
Brian Wellington
0aec2246a1
support libisccc & libisccfg, fix dependencies so that libisc is added
...
whenever it's needed
2001-04-16 22:29:55 +00:00
Andreas Gustafsson
10a06917a5
not all blackholed UDP datagrams are queries
2001-04-16 22:10:44 +00:00
Brian Wellington
71ca6e64b4
allow ^C to kill rndc while waiting for a response.
2001-04-16 22:00:21 +00:00
Andreas Gustafsson
6f6fbed6eb
edited
2001-04-16 21:54:13 +00:00
Brian Wellington
d8ffaef5c2
The blackhole ACL was not properly applied to UDP queries. Also,
...
blackholing of TCP connections was done later than it should have been.
2001-04-16 21:18:10 +00:00
Brian Wellington
4e56b9615f
remove the (now) redundant setting of the magic number.
2001-04-16 21:14:27 +00:00
Brian Wellington
ac6afcd0ca
809. [bug] Configuring a non-local address as a transfer-source
...
could cause an assertion failure during load.
2001-04-16 18:50:32 +00:00
Andreas Gustafsson
fa1a39a514
avoid unnecessary auto array initialization
2001-04-16 17:23:34 +00:00
Andreas Gustafsson
07c9d1dee5
'failed to' -> 'could not'
2001-04-16 17:09:00 +00:00
David Lawrence
900d7d9c9b
forgot to actually change the macro call that needed the deconst argument
2001-04-14 00:20:07 +00:00
Brian Wellington
aa6db091d0
mention that threads & setuid work with Linux 2.2.18.
2001-04-13 06:26:26 +00:00
David Lawrence
ddb8f23a09
a different approach to shutting up compilers about an empty file, one that
...
does not cause all the compilers to complain about a variable being
defined but not used.
2001-04-13 02:26:32 +00:00
David Lawrence
95799c090c
a cleaner approach to the whole issue of shutting up warnings for threaded
...
vs non-threaded builds. both compile without any warnings now.
2001-04-13 02:19:37 +00:00
Brian Wellington
6d88b27c89
yet another shutdown race condition
2001-04-13 01:32:14 +00:00
Brian Wellington
32147eb26f
refer to RFC 3007, not RFC 2137.
2001-04-13 00:48:57 +00:00
Brian Wellington
5d40dcc081
improved error message
2001-04-13 00:45:19 +00:00
David Lawrence
0109515495
use ISC_TF() to set an isc_boolean_t
2001-04-12 22:58:34 +00:00
David Lawrence
afe871339a
move stack variable declaration within the ISC_PLATFORM_USETHREADS conditional
...
blocks.
2001-04-12 22:56:02 +00:00
David Lawrence
ae6860081f
a different fix for the lwres_net_aton problem in lwres_create_addr, that
...
addresses any alignment issues that might have existed with casting
an unsigned char pointer to a struct pointer.
2001-04-12 22:45:12 +00:00
David Lawrence
79b19f175c
added a single static variable declaration to prevent compilers from
...
complainig about an effectively empty input file.
2001-04-12 22:26:41 +00:00
David Lawrence
4f30524203
clean up numerous "statement not reached" errors on a few platforms
2001-04-12 21:31:38 +00:00
David Lawrence
de6fe5ebe2
cleared up a const issue with IN6_IS_ADDR_V4MAPPED on some platforms
2001-04-12 21:23:21 +00:00
David Lawrence
ceda09e07a
removed stale #define DEBUG that my own comment said I was supposed to remove.
2001-04-12 21:18:14 +00:00
David Lawrence
8dd4cf7fc6
dns_dialuptype_t dialup = dns_notifytype_no changed to = dns_dialuptype_no
2001-04-12 21:09:35 +00:00
David Lawrence
8ed664e5a6
zonetype "ztype" was set but not used in configure_zone; removed
2001-04-12 21:07:39 +00:00
David Lawrence
6f053cd485
use ISC_TF() to set an isc_boolean_t
2001-04-12 21:04:14 +00:00
David Lawrence
4ab0eb3be8
mgr was set but not used in dns_dispatch_detach(); removed it
2001-04-12 21:03:37 +00:00
David Lawrence
8b0c51974b
cleaned up IRIX warnings:
...
assigned the result of a comparison directly to an isc_boolean_t.
ipv4 was set but not used if USE_GETADDRINFO was not set.
2001-04-12 21:01:46 +00:00
David Lawrence
947295d886
warning cleanup for HPUX-10.20: trivial unsigned vs sign char pointer issues.
2001-04-12 20:39:04 +00:00
David Lawrence
7944c8c5f7
case unsigned char addrbuf pointer to struct in_addr * when used as second
...
argument to lwres_net_aton, to quiet compiler warning
2001-04-12 20:23:48 +00:00
David Lawrence
3507ae5d59
#include <time.h> for the utimes() prototype
2001-04-12 19:46:39 +00:00
Mark Andrews
d29ec04e37
checkpoint
2001-04-12 02:32:32 +00:00
Mark Andrews
2f2513df09
checkpoint
2001-04-12 02:14:22 +00:00
Mark Andrews
2fbcc2b863
<sting.h>
...
bad return from void function
2001-04-12 01:57:35 +00:00
Andreas Gustafsson
11175c9a6b
omit lib/bind from distributions until it's done
...
(for making snapshots)
2001-04-12 01:18:42 +00:00
Andreas Gustafsson
f37eb94820
documented how the journal file works
2001-04-12 00:53:44 +00:00
David Lawrence
cace8ff3bd
use ISC_MAGIC to define the magic number
2001-04-12 00:37:55 +00:00
Andreas Gustafsson
7557d8bb7e
converted list of rndc commands from informaltable to variablelist
2001-04-11 23:37:56 +00:00
David Lawrence
383b800c62
Fixed up iteration problems related to name cleaning. In a nutshell,
...
the node at the end of a chain always needed to have its reference
count incremented, not only when the iterator was paused. [RT #1007 ]
2001-04-11 22:17:38 +00:00
David Lawrence
f3083bc781
In incremental_cleaning_action(), detach the node returned by
...
dns_dbiterator_current(). [RT #1007 ]
2001-04-11 22:15:00 +00:00
Brian Wellington
f78762623b
Document "rndc flush" and the other rndc commands without descriptions.
2001-04-11 20:42:29 +00:00
Brian Wellington
c20ffa38de
808. [func] Add 'rndc flush' to flush the server's cache.
2001-04-11 20:37:50 +00:00
Andreas Gustafsson
9ffcab1e9a
rephrased 807.
2001-04-11 19:14:14 +00:00
Brian Wellington
7e6aeec8f9
The cvs id lines were duplicated
2001-04-11 19:11:07 +00:00