Andreas Gustafsson
294ae26fb3
more DNS_OPT_NEWCODES sanitation
2000-12-02 04:30:08 +00:00
Andreas Gustafsson
ab3f2d77bd
sanitize away the DNS_OPT_NEWCODES stuff
2000-12-02 04:13:35 +00:00
Andreas Gustafsson
941d15a028
style
2000-12-02 04:12:25 +00:00
Andreas Gustafsson
5e9ed27c32
added /* DNS_OPT_NEWCODES */ after #endif to support sanitization
2000-12-02 02:07:37 +00:00
Mark Andrews
5b027b8ca3
reorder
2000-12-02 00:57:43 +00:00
Andreas Gustafsson
6b35c2fec9
regenerated HTML
2000-12-02 00:35:24 +00:00
Andreas Gustafsson
a2984e1e5e
more editing of use-ixfr docs
2000-12-02 00:34:39 +00:00
Andreas Gustafsson
199268062f
we are now strict about CNAMEs
2000-12-02 00:32:23 +00:00
Andreas Gustafsson
f63f9002e7
we have no intent of making SIGINT do the same as 'rndc dumpdb'
2000-12-02 00:30:34 +00:00
Andreas Gustafsson
f83520a3d8
treat the use-ixfr option like we do with other obsolete options;
...
in particular, there is no need for the ARM to have a separate section about it
2000-12-02 00:25:42 +00:00
Andreas Gustafsson
87a6678320
updated the documentation on the statistics file format and moved it
...
to a less conspicuous place
2000-12-02 00:14:23 +00:00
Andreas Gustafsson
ce1f5b8d0a
rewrote much of the statistics counter code
2000-12-01 23:49:59 +00:00
Mark Andrews
90ae994603
memory leak on error path
2000-12-01 23:29:54 +00:00
Mark Andrews
ad70a097c8
Allow views w/ same name and different class to be added to view list.
...
Change view add failure result test from == ISC_R_EXISTS -> != ISC_R_SUCCESS.
2000-12-01 23:27:43 +00:00
Andreas Gustafsson
c3d7246f5b
do not print an empty line to stdout on success
2000-12-01 21:37:33 +00:00
Andreas Gustafsson
a3e41e3c03
obey the allow-update forwarding option for both signed and unsigned updates;
...
fold the upforwd system test README file and nsupdate input files into the tests.sh script;
other minor cleanup of the upforwd test
2000-12-01 21:37:17 +00:00
Andreas Gustafsson
72a10307e1
added UNUSED() macros for arguments that end up unused when assertion checking
...
is turned off
2000-12-01 21:32:02 +00:00
Andreas Gustafsson
f41a25ce77
document the fact that ns_client_sendraw() signals
...
the end of request processing
2000-12-01 21:30:20 +00:00
Andreas Gustafsson
781dc04f0c
"nsupdate -- -" now reads non-interactively from stdin
2000-12-01 20:47:15 +00:00
Andreas Gustafsson
880a4fcf95
Do not express intent to implement the check-names option.
2000-12-01 19:50:52 +00:00
Andreas Gustafsson
49a6051082
build from a kit so that sanitation has been performed;
...
otherwise build with a separate object tree won't work
2000-12-01 18:23:45 +00:00
Andreas Gustafsson
9c566a852f
587. [func] A warning is now printed if the "allow-update"
...
option allows updates based on the source IP
address, to alert users to the fact that this
is insecure and becoming increasingly so as
servers capable of update forwarding are being
deployed.
2000-12-01 18:22:17 +00:00
Mark Andrews
4c08b67a5f
586. [bug] multiple views with the same name were fatal. [RT #516 ]
2000-12-01 09:03:44 +00:00
Mark Andrews
a9dcc1d0cb
typo
2000-12-01 08:58:10 +00:00
Mark Andrews
372dfd542b
de-couple dns_zone_notify() and dns_zone_maintenance() from their callers.
2000-12-01 03:20:00 +00:00
Andreas Gustafsson
b199bc831e
bypass running scripts if we are using a separate
...
build directory
2000-12-01 02:17:15 +00:00
Andreas Gustafsson
4bd173d7ae
generate placeholder Makefile in doc/
2000-12-01 02:16:28 +00:00
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