Mark Andrews
d03d2dbfe9
distclean should remove r1.htm
2002-02-12 05:35:08 +00:00
Mark Andrews
e9472e9f18
1175. [bug] named-checkzone and named-checkconf failed to call
...
dns_result_register() at startup which could
result in runtime exceptions when printing
"out of memory" errors. [RT #2335 ]
2002-01-14 01:42:04 +00:00
Andreas Gustafsson
669e9657c7
Split off the named.conf grammar into a source module separate
...
from the configuration parser, to facilitate reuse of the latter for
parsing non-BIND configuration files
2002-01-04 02:32:16 +00:00
Danny Mayer
33b8775d3a
Updated to support tree organization changes and to support the lib/bind9 library code
2001-11-18 03:11:06 +00:00
Brian Wellington
0e40083fdd
@DNS_OPENSSL_LIBS@ -> @DNS_CRYPTO_LIBS@
2001-11-06 20:05:13 +00:00
Andreas Gustafsson
ff9cad0802
removed trailing space from usage message
2001-10-02 22:54:26 +00:00
Andreas Gustafsson
6a252184e2
80 columns
2001-10-02 22:53:35 +00:00
Andreas Gustafsson
08bed4d70a
Reverted accidental bulk commit with log message of "%"
2001-10-02 17:20:46 +00:00
Andreas Gustafsson
e1fdebdcc8
%
2001-10-02 01:09:08 +00:00
Danny Mayer
5044d03efa
Removed generation of Browse file for Win32 release versions
2001-09-25 01:58:48 +00:00
Mark Andrews
c2bc56dc65
Move configuration checking to libbind9.
2001-09-20 15:17:07 +00:00
Mark Andrews
9054558fbd
remove redundant check
2001-09-17 02:59:01 +00:00
Mark Andrews
fc14ca7a8f
improved error reporting
2001-09-17 00:23:10 +00:00
Mark Andrews
43efd9fa56
998. [func] named-checkzone now has arguements to specify the
...
chroot directory (-t) and working directory (-w).
[RT #1755 ]
2001-09-15 02:05:35 +00:00
Brian Wellington
68b62e1c45
#include <string.h>
2001-09-05 21:09:31 +00:00
Mark Andrews
606e919ae3
opps missed this change
2001-09-04 01:12:04 +00:00
Mark Andrews
92551304a9
976. [func] named-checkconf will now test load master zone
...
files (-z). [RT #1468 ]
2001-09-04 00:32:32 +00:00
Mark Andrews
a8842a35df
move zone loading code into check-tool.
2001-09-03 08:21:46 +00:00
Danny Mayer
a59a1d313a
Updated .mak files to remove dependancies
2001-08-02 07:05:43 +00:00
Andreas Gustafsson
321fd0ceb4
in named-checkconf, pass in the complete path of named.conf
...
as NAMED_CONFFILE instead of constructing it by compile-time concatenation of NS_SYSCONFDIR
and /named.conf, to facilitate win32 support
2001-07-27 17:45:29 +00:00
Danny Mayer
66a38d1693
Changed log to logc to allow VC++ to compile it on win32
2001-07-27 04:59:01 +00:00
Danny Mayer
a246e32f29
win32 build files for named-check*
2001-07-27 04:57:24 +00:00
Andreas Gustafsson
cda18e7813
don't throw an assertion failure when cfg_check_namedconf() returns
...
failure
2001-07-16 17:53:22 +00:00
Andreas Gustafsson
a26ad011f3
915. [func] The named-checkconf and named-checkzone programs
...
now have a '-v' option for printing their version.
[RT #1151 ]
2001-06-29 01:05:11 +00:00
Andreas Gustafsson
8de7014e56
removed CVS Id from machine-generated man page files -- it is no longer needed
...
now that they are ignored by update_copyrights
2001-06-11 19:02:45 +00:00
Andreas Gustafsson
841179549b
889. [port] Eliminated blank lines before .TH in nroff man
...
pages since they cause problems with some versions
of nroff. [RT #1390 ]
2001-06-08 19:33:02 +00:00
Brian Wellington
53aba5065d
man pages were not properly installed in separate-object-dir builds
2001-06-01 00:45:04 +00:00
Brian Wellington
1969ab5360
copyright updates
2001-05-30 20:31:08 +00:00
Andreas Gustafsson
5fdc9aaf40
832. [bug] The default location for named.conf in named-checkconf
...
should depend on --sysconfdir like it does in named.
[RT #1258 ]
2001-05-18 23:50:06 +00:00
Andreas Gustafsson
60084a1a5a
The ARM and the man pages now use a common set of Makefile macros
...
to determine the paths to the various SGML and XML tools and files.
You should have a complete SGML catalog in /usr/local/share/sgml/catalog;
this will be picked up by the configure script and used for both the
ARM and the man pages.
2001-05-15 17:33:32 +00:00
Brian Wellington
d4ef65050f
copyright updates
...
(note - this doesn't touch lib/bind at all. Mark, whenever you're done with
lib/bind, make sure to do the copyright magic)
2001-04-10 21:52:17 +00:00
Brian Wellington
c40265eba0
converted man pages to docbook
2001-03-30 00:08:35 +00:00
Brian Wellington
079878277f
unused variable
2001-03-16 23:00:00 +00:00
Brian Wellington
8b9b498009
Check for duplicate zone and key statements. Note that duplicate server
...
and view statements are not detected, because they're harder.
2001-03-08 00:55:50 +00:00
Brian Wellington
8d0ee7a153
named-checkconf now uses the new config parser
2001-03-03 23:11:36 +00:00
Brian Wellington
f91dc72b42
725. [bug] Installing man pages could fail.
2001-02-04 15:52:44 +00:00
Stephen Jacob
524222cfb8
Added purify support (${PURIFY} to link lines) to remaining
...
Makefile.in's in bin/*
2001-02-02 18:53:05 +00:00
Andreas Gustafsson
1718abab45
document the new -t option; misc cleanup
2001-01-29 18:38:11 +00:00
Mark Andrews
b1b3495eba
713. [func] named-checkconf takes '-t directory' similar to named.
...
[RT #726 ]
2001-01-29 03:23:13 +00:00
Andreas Gustafsson
9ee323b64b
707. [func] The "filename" argument to named-checkzone is no
...
longer optional, to avoid reduce confusion. [RT #612 ]
Also some other minor cleanups of named-checkzone and its man page.
2001-01-24 00:56:56 +00:00
Brian Wellington
01b8865b14
689. [doc] man pages are now installed. [RT #210 ]
2001-01-18 01:33:54 +00:00
Andreas Gustafsson
e495738a16
it's named-checkzone, not name_checkzone
2001-01-11 18:29:53 +00:00
Brian Wellington
db68dedac2
The usage should print named-checkzone, not zone_test.
2001-01-11 04:07:34 +00:00
Brian Wellington
499b34cea0
copyright update
2001-01-09 22:01:04 +00:00
Mark Andrews
5bb4ceb2a6
668. [func] named-checkzone now reports multiple errors in master
...
files.
2001-01-09 00:43:24 +00:00
David Lawrence
054e999be3
#include <config.h>
2000-12-23 22:02:49 +00:00
Andreas Gustafsson
4137fd1295
install checking tools in sbindir, not bindir
2000-12-22 17:25:56 +00:00
Andreas Gustafsson
bbb71c1c07
terminate output with newline, not newline+space
2000-12-21 22:11:03 +00:00
Andreas Gustafsson
bb01a40e65
clean, distclean, and install targets were missing
2000-12-21 01:56:12 +00:00
Brian Wellington
e3d6866002
usage() -> usage(void)
2000-12-21 01:54:30 +00:00