2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00
Commit Graph

7061 Commits

Author SHA1 Message Date
Brian Wellington
86ac7ea2ed Added a (trivial) program to print the contents of a journal file. 2000-10-02 20:13:47 +00:00
Michael Sawyer
d2792acfaf Add (presently undocumented) -p option to show the begin of each DNS packet,
useful for AXFR's and similar replies.  (requested by GDIB)
2000-10-02 16:43:25 +00:00
Michael Sawyer
fb04db11ee 502. [func] On a SERVFAIL reply, DiG will now try the next server
in the list, unless the +fail option is specified.

 501.   [bug]           Incorrect port numbers were being displayed by
                        nslookup.  [RT #352]

 500.   [func]          Nearly useless +details option removed from DiG.

 499.   [func]          In DiG, specifying a class with -c or type with -t
                        changes command-line parsing so that classes and
                        types are only recognized if following -c or -t.
                        This allows hosts with the same name as a class or
                        type to be looked up.
2000-10-02 16:22:22 +00:00
Michael Sawyer
a5e89a4493 Make -t and -c change command line parsing so that unprefixed class and types
are treated as hosts.
2000-10-02 16:16:50 +00:00
Michael Sawyer
aea4345be8 Remove unused variable 2000-09-30 00:09:57 +00:00
Andreas Gustafsson
3c6ed46226 spacing 2000-09-30 00:06:08 +00:00
Andreas Gustafsson
6bd179ea9a removed empty line at beginning of file 2000-09-29 23:54:31 +00:00
Andreas Gustafsson
f20c9d340a fixed a typo in a comment, expanded another 2000-09-29 23:53:05 +00:00
Michael Sawyer
10e1788f9f Dig changes in response to RT321 (output formatting) 2000-09-29 23:42:15 +00:00
Andreas Gustafsson
1587e88479 Fix wpk's build/tests scripts to
- not run if the previous test failed (to keep logs and cores around)
 - display the date and time of the last run
2000-09-29 22:46:25 +00:00
Michael Sawyer
229c6987e7 Get sanitize working with arbitrary keys 2000-09-29 21:31:02 +00:00
Andreas Gustafsson
e65fe7af00 498. [doc] There is now a man page for "dig"
in doc/man/bin/dig.1.
2000-09-29 21:03:48 +00:00
Michael Sawyer
c9093e6b1a Minor change, +sta should be +stats 2000-09-29 18:25:00 +00:00
Andreas Gustafsson
c3e3c64bcb omit unfinished man pages (they were omitted
from 9.0 by virtue of not having a branch tag, but for
9.1 we have to do it here
2000-09-29 17:14:32 +00:00
Mark Andrews
b4d2b3147b updates should mark the zone as dirty. 2000-09-29 03:25:23 +00:00
Brian Wellington
3cb0de1c66 Moved NOMINUM_PUBLIC specific CHANGES entries to doc/private/CHANGES 2000-09-29 00:28:04 +00:00
Andreas Gustafsson
4bb3a1a63d there were two changes numbered 492. 2000-09-29 00:03:54 +00:00
Andreas Gustafsson
55bfdb0a14 glue-from-auth and glue-from-cache have been
renamed to additional-from-auth and additional-from-cache
2000-09-28 23:50:54 +00:00
Brian Wellington
9d9f5a2dd3 --enable-threads should now be "unimplemented" in the sanitized version 2000-09-28 23:36:44 +00:00
Michael Sawyer
2f96e6b9bb Change sense of +fail option to something more reasonable 2000-09-28 23:02:28 +00:00
Andreas Gustafsson
23bfeb8bb1 checkpoint 2000-09-28 22:36:33 +00:00
Andreas Gustafsson
c4016fd2bd rt #222 taken care of 2000-09-28 22:17:45 +00:00
Andreas Gustafsson
7beb4ba7ef note that disabling recursion does not prevent access to data
that is already cached
2000-09-28 22:16:48 +00:00
Andreas Gustafsson
f6b507b4c9 spacing 2000-09-28 21:50:22 +00:00
Michael Sawyer
62bdc8a738 Change various fixed-length buffers to dynamic buffers which grow as
needed.
2000-09-28 21:39:26 +00:00
Brian Wellington
2c18231946 The nonthreaded private include files should be deleted by the sanitizer. 2000-09-28 21:32:51 +00:00
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