Andreas Gustafsson
da114656ce
added placeholder Makefile.in to doc/ to force proper directory
...
creation in the object directory tree
2000-12-01 02:12:28 +00:00
Andreas Gustafsson
2417f18be8
emulate the BIND 8 kludge of setting the query logging flag default
...
depending on whether a 'queries' log channel has been defined
2000-12-01 02:01:26 +00:00
Andreas Gustafsson
63cef8bde8
added UNUSED() macros for arguments that end up unused when assertion checking
...
is turned off
2000-12-01 01:40:59 +00:00
Mark Andrews
f8abaa0fae
Used a unsigned int rather than a boolean to indicate subtrations making
...
the API more consistant between dns_db_{add,subtract}rdataset(),
dns_rdataslab_{merge,subtract}().
Adjust previous CHANGES to reflect above as this is not yet end user visible.
Add missing CHANGES entry for add/merge.
2000-12-01 01:22:45 +00:00
Andreas Gustafsson
ffc4cece90
#include <isc/mutex.h>
2000-12-01 01:03:12 +00:00
Andreas Gustafsson
7a6f285bc9
added UNUSED() macros for arguments that end up unused when assertion checking
...
is turned off
2000-12-01 01:00:47 +00:00
Andreas Gustafsson
94d61e2f76
added UNUSED() macros for arguments that end up unused when assertion checking
...
is turned off
2000-12-01 00:55:16 +00:00
Andreas Gustafsson
6e8d5fd217
missed some #ifdef->#if changes
2000-12-01 00:52:38 +00:00
Andreas Gustafsson
d24d223c17
install conflwres.h, too
2000-12-01 00:50:28 +00:00
Andreas Gustafsson
c52e5c8ed1
test the various memory debug flags with #if instead of #ifdef
...
so that they can be turned off by passing -DISC_MEM_FOO=0 on the compiler
command line; removed some historical cruft
2000-12-01 00:32:02 +00:00
Mark Andrews
9d2c9f7896
585. [func] dns_db_addrdataset() and and dns_rdataslab_merge()
...
now support 'exact' additions in a similar manner to
dns_db_subtractrdataset() and dns_rdataslab_subtract().
2000-11-30 23:59:08 +00:00
Andreas Gustafsson
aeb8fffc84
regenerated HTML
2000-11-30 23:30:36 +00:00
Andreas Gustafsson
8217f91f8d
typo
2000-11-30 23:27:20 +00:00
Andreas Gustafsson
a488e91e5d
updated for 9.1
2000-11-30 23:24:01 +00:00
Andreas Gustafsson
16ef05fe1b
incremented
2000-11-30 23:06:32 +00:00
Andreas Gustafsson
351fee9aa0
set to 9.1.0b1
2000-11-30 23:06:14 +00:00
Andreas Gustafsson
3b8932de20
updated for 9.1.0b1
2000-11-30 21:40:42 +00:00
Andreas Gustafsson
f7c21e46c4
updated ARM and the rndc usage message to reflect the current
...
set of supported commands
2000-11-30 21:33:22 +00:00
Andreas Gustafsson
091ea9e38d
#include <dns/result.h>
2000-11-30 21:32:20 +00:00
Andreas Gustafsson
1d7204a98d
Support reloading of any zone using rndc, not just zones in class IN,
...
using the command syntax "rndc reload zone [class [view]]".
2000-11-30 20:47:53 +00:00
Andreas Gustafsson
fa73911fa2
call dns_result_register()
2000-11-30 20:45:07 +00:00
Andreas Gustafsson
984ca288f1
rewrote Mike's code for reloading of individual zones completely,
...
thereby eliminating a large number of bugs including a buffer overflow
2000-11-30 19:38:04 +00:00
Mark Andrews
012c6d0b91
585. [func] dns_db_addrdataset() and and dns_rdataslab_merge()
...
now support 'exact' additions in a similar manner to
dns_db_subtractrdataset() and dns_rdataslab_subtract().
2000-11-30 13:19:09 +00:00
Andreas Gustafsson
1addbb8471
'notify explicit;' did not have a CHANGES entry
2000-11-30 03:00:08 +00:00
Stephen Jacob
5f43995672
Changed "Rebuilding the Server" section:
...
* Changed references to OBJS, SRCS, CINCLUDES, LIBS to DBDRIVER_OBJS,
DBDRIVEDR_SRCS, DBDRIVER_INCLUDES, DBDRIVER_LIBS.
* Added references to a specific sample driver (timedb) as an example
for each step.
2000-11-30 02:03:18 +00:00
Stephen Jacob
c56fb9c0a5
2000-11-29 Stephen Jacob <sj@nominum.com>
...
* bin/named/Makefile.in: Added DBDRIVER_SRCS and included it
in the SRCS variable. Equivalent of DBDRIVER_OBJS for OBJS.
2000-11-30 00:50:49 +00:00
Andreas Gustafsson
23825d1956
references to named.conf statements should not include an empty
...
set of braces
2000-11-30 00:29:35 +00:00
Andreas Gustafsson
d3be9a9c6e
583. [func] "rndc querylog" will now toggle logging of
...
queries, like "ndc querylog" in BIND 8.
2000-11-30 00:25:49 +00:00
Andreas Gustafsson
acb053cc54
references to named.conf statements should not include an empty
...
set of braces
2000-11-30 00:20:40 +00:00
Andreas Gustafsson
21dc0cbb26
reload is no longer the only command supported by rndc
2000-11-30 00:18:16 +00:00
Andreas Gustafsson
8b4eaec405
removed RRSET_AUTHORITATIVE bit as decided in lengthy
...
teleconference discussion; some editorial changes
2000-11-29 22:55:11 +00:00
Andreas Gustafsson
2321342255
updated drafts
2000-11-29 19:15:51 +00:00
Andreas Gustafsson
21a170a0ce
typos
2000-11-29 19:14:15 +00:00
Mark Andrews
e9fce1415f
582. [bug] dns_zone_idetach() failed to lock the zone.
...
[RT #199 , #463 ]
2000-11-29 14:03:29 +00:00
Mark Andrews
483958540f
581. [bug] log severity was not being correctly processed.
...
[RT #485 ]
2000-11-29 13:30:43 +00:00
David Lawrence
01a37f376f
changed "in" to "of" in DNS_R_SINGLETON, "multiple RRs of singleton type"
2000-11-29 05:59:33 +00:00
David Lawrence
9309cf30c0
The role of the DNS, as viewed by the IAB chair
2000-11-29 04:27:35 +00:00
Andreas Gustafsson
25303900d1
missing semicolon
2000-11-29 01:51:54 +00:00
Andreas Gustafsson
1d90a73d6d
Make reloads work again after condition variable hack; added comments
2000-11-29 01:50:49 +00:00
Andreas Gustafsson
e3ac60bd05
updated
2000-11-29 01:32:26 +00:00
Andreas Gustafsson
8e7ce54bef
Make omapi clients work on single-threaded systems by
...
means of a gross hack involving recursive invocation of the
event loop. [RT #505 ]
2000-11-29 01:27:09 +00:00
Andreas Gustafsson
af5e09a3f2
removed drafts now available as RFCs
2000-11-29 01:16:30 +00:00
Andreas Gustafsson
b0ec080043
added new RFCs
2000-11-29 01:15:33 +00:00
Andreas Gustafsson
aefca1d492
typo in comment
2000-11-29 00:10:29 +00:00
Andreas Gustafsson
88f55cd779
; Add some cell padding to tables so that they don't look so cramped
...
; in Netscape.
2000-11-28 23:31:30 +00:00
Andreas Gustafsson
b4d70507ca
Documented the "stderr" logging destination
2000-11-28 23:06:32 +00:00
Andreas Gustafsson
a057b6e5e2
{min,max}-re{try,fresh}-time are implemented as
...
view and zone options, too
2000-11-28 22:44:10 +00:00
Andreas Gustafsson
37fb395fd7
it makes no sense for a forward zone to have
...
a {min,max}-re{try,fresh}-time or zone-statistics option
2000-11-28 22:42:37 +00:00
Andreas Gustafsson
50baab1389
{min,max}-{refresh,retry}-time are now implemented
2000-11-28 22:14:22 +00:00
Andreas Gustafsson
53f483103b
sortlist is implemented in views, too
2000-11-28 21:46:32 +00:00