2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00
Commit Graph

7901 Commits

Author SHA1 Message Date
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
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