Brian Wellington
0d89afffb2
Make sure #else and #endif for ISC_PLATFORM_USETHREADS are marked as such.
2000-09-28 21:31:08 +00:00
Brian Wellington
e79a7d195e
only allow decimal values for command line parameters
2000-09-28 21:21:31 +00:00
Brian Wellington
d999beb1b0
log the number of CPUs used.
2000-09-28 21:18:07 +00:00
Brian Wellington
e2b5209991
496. [bug] named didn't sanity check numeric parameters [RT #361 ]
2000-09-28 21:09:51 +00:00
Brian Wellington
6b827cb794
typo
2000-09-28 20:29:22 +00:00
Andreas Gustafsson
317870a32f
use <emphasis> around text noting obsolescense of options, not <varname> or <note>
2000-09-28 18:57:40 +00:00
Andreas Gustafsson
9a3c31507c
removed INSIST(zone->dumptime != 0) until we figure out
...
what the meaning of zone->dumptime is supposed to be
2000-09-28 18:03:18 +00:00
Andreas Gustafsson
9560b5fa95
if a file was deleted, subsequent files were not properly renamed
...
because $deletefile was left true
2000-09-28 17:35:19 +00:00
Brian Wellington
389ec663f2
495. [bug] nsupdate was unable to handle large records [RT #368 ]
2000-09-28 16:39:49 +00:00
Mark Andrews
e549eb1242
494. [func] Do not cache NXDOMAIN responses for SOA queries.
2000-09-28 06:43:36 +00:00
Mark Andrews
88cef4408a
493. [func] Return non-cachable (ttl = 0) NXDOMAIN responses
...
for SOA queries. This makes it easier to locate
the containing zone without polluting intermediate
caches.
2000-09-28 05:48:50 +00:00
Mark Andrews
cd5475efa4
Describe and enforce the contract for isc_event_allocate().
...
Silent failure for bad args is not the BIND 9 way.
2000-09-27 22:53:33 +00:00
Brian Wellington
caa1ba7ea9
lwresd.run files should be deleted by cleanall.sh
2000-09-27 20:33:39 +00:00
Andreas Gustafsson
dc8a97366a
492. [bug] The error messages printed when an IP match list
...
contained a network address with a nonzero host
part where not sufficiently detailed. [RT #365 ]
2000-09-27 20:10:39 +00:00
Andreas Gustafsson
be92e33a44
edited
2000-09-27 19:15:14 +00:00
Michael Sawyer
1c66892e02
Fix confparser.y stuff in relation to sanitize.
2000-09-27 18:00:40 +00:00
Brian Wellington
f62e3d42ee
listen-on-v6 defaults to off
2000-09-27 17:53:30 +00:00
Michael Sawyer
936438fe8b
Update the sanitize scripts:
...
sanitize -kPUBLIC will remove all code surrounded by
#ifndef NOMINUM_PUBLIC
#endif /* NOMINUM_PUBLIC */
(eg, all of our internal code)
sanitize -iPUBLIC will remove all code surrounded by
#ifdef NOMINUM_PUBLIC
#endif /* NOMINUM_PUBLIC */
(eg, all of the code which is specific to the public release)
The -k option takes a key, removing any code which requires that key
be unfedined. The idea is that internally we compile everything, and
require no special #defines for that to happen.
NOMINUM_key_DELETE will delete a file if sanitized with -k option.
2000-09-27 17:16:01 +00:00
Michael Sawyer
ce7aad6fe7
Update todo list
2000-09-27 16:04:42 +00:00
Olafur Gudmundsson
2ecf7f63a0
Updated README to reflect tested versions off FreeBSD
...
Updated ifconfig.sh to allow testing on a 10/8 network on Solaris-7 and
Freebsd-[34] without broadcast conficts.
No user visable changes.
2000-09-27 14:52:22 +00:00
Mark Andrews
fce9a9550e
492. [bug] attempting to reload a zone caused the server fail
...
to shutdown cleanly. [RT #360 ]
2000-09-27 13:05:04 +00:00
Brian Wellington
2557aa46f0
Print a warning if check-names is set. Of course, setting check-names
...
as specified in the ARM causes the parser to die anyway.
2000-09-27 02:04:04 +00:00
Brian Wellington
c5c1043a96
print a warning if the dialup, check-names, or pubkey directive is seen
2000-09-27 01:50:01 +00:00
Andreas Gustafsson
cbb420fed5
we can now edit the ARM directly
2000-09-27 01:19:32 +00:00
Brian Wellington
bda3efe854
reordered include files
2000-09-27 00:06:34 +00:00
Michael Sawyer
056aaae3e2
Remove +details option
2000-09-27 00:02:02 +00:00
Andreas Gustafsson
ab38df2af4
Review, hack and slash (mostly slash)
2000-09-26 23:41:43 +00:00
Brian Wellington
5a4f9ff34f
The makefiles should be sdb-clean now.
2000-09-26 23:25:51 +00:00
Brian Wellington
b3596b3981
The file delete option didn't work.
2000-09-26 23:17:32 +00:00
Brian Wellington
8614264835
protect the simple database stuff with NOMINUM_PUBLIC
2000-09-26 22:45:59 +00:00
Brian Wellington
c406080562
NOMINUM_PUBLIC_DELETE will cause an entire file to be deleted.
2000-09-26 22:44:19 +00:00
Michael Graff
e1db5e817f
ask the database for aaaa records too, when an a6 isn't found.
2000-09-26 22:28:55 +00:00
Brian Wellington
c76926d714
comment updates
2000-09-26 22:14:35 +00:00
Brian Wellington
8bc1e5bb4a
Call isc/dns_log_setcontext(NULL) after ns_g_lctx has been destroyed.
2000-09-26 22:12:13 +00:00
Brian Wellington
db503b6daf
logging changes.
2000-09-26 22:11:25 +00:00
Brian Wellington
df03463a37
Allow *_log_setcontext() to be called multiple times, so that *_lctx
...
can be set to NULL once the log context has been freed.
2000-09-26 22:10:44 +00:00
Brian Wellington
3a62e221b4
locks weren't being destroyed
2000-09-26 22:09:20 +00:00
Andreas Gustafsson
93d5a6b95e
oops, wrong RT ticket number
2000-09-26 19:39:03 +00:00
Andreas Gustafsson
693ddf84da
491. [bug] nsupdate would segfault when sending certain
...
prerequisites with empty RDATA. [RT #357 ]
2000-09-26 19:37:06 +00:00
Michael Graff
acc6b2b2df
add STD_CINCLUDES to the --cflags line, so pthreads on NetBSD works
2000-09-26 19:12:44 +00:00
Brian Wellington
52d93f16f7
Mention that the DNSSEC tools need files in the current directory.
2000-09-26 18:45:08 +00:00
Andreas Gustafsson
d4c0286eff
note that min-refresh-time &co are not implemented in 9.0
2000-09-26 18:27:12 +00:00
Andreas Gustafsson
e7af081383
removed unused task
2000-09-26 18:26:20 +00:00
Andreas Gustafsson
ff7e6f2791
When lacking user-specified timer values from the SOA,
...
use a retry time that backs off exponentially from one minute up to
six hours. This should allow the xferquota test to succeed [RT #337 ]
by allowing for one or more retries during the test, while keeping the
amount of SOA query traffic to dead masters reasonable for GNS.
2000-09-26 18:17:10 +00:00
Andreas Gustafsson
d8d05d04fa
the ternary operator ?: does not yield an lvalue
2000-09-26 17:28:13 +00:00
Andreas Gustafsson
3c754b3581
removed function dns_zone_setrefresh()
2000-09-26 17:24:00 +00:00
Andreas Gustafsson
94361d5867
simplified isc_random_jitter() and eliminated floating
...
point from the code using it in zone.c
2000-09-26 17:23:19 +00:00
Michael Sawyer
d8c339062c
cancel_lookup should have been defined as static
2000-09-26 17:21:25 +00:00
Andreas Gustafsson
07f1d27a64
spacing; removed redundant break statements that caused
...
compiler warnings
2000-09-26 17:17:39 +00:00
Andreas Gustafsson
61a31f75cd
added INSISTs to verify that zone timer intervals
...
are set before use
2000-09-26 16:32:39 +00:00