Mark Andrews
98e231525f
996. [func] Issue warning if the configuration filename contains
...
the chroot path.
2001-09-14 12:34:03 +00:00
Mark Andrews
da5795a32a
995. [bug] dig, host, nslookup: using a raw IPv6 address as a
...
target address should be fatal on a IPv4 only system.
2001-09-14 06:31:40 +00:00
Brian Wellington
e49238474c
'dig +short' should explicitly enable printing the answer section.
...
Otherwise, 'dig +noall +short' prints nothing.
2001-09-14 04:54:56 +00:00
Mark Andrews
48cddfee7c
remove broken (unreachable) undocumented ./.digrc support.
2001-09-13 03:02:59 +00:00
Andreas Gustafsson
41a0c85888
regenerated
2001-09-13 01:50:31 +00:00
Andreas Gustafsson
4c30c4d572
typo
2001-09-13 01:49:56 +00:00
Mark Andrews
e60b3717f0
993. [func] dig: -v now reports the version.
2001-09-13 01:42:21 +00:00
Mark Andrews
0262406cea
992. [doc] dig: ~/.digrc is now documented.
2001-09-13 01:37:10 +00:00
Andreas Gustafsson
72baa6528d
80 columns
2001-09-12 21:48:41 +00:00
Andreas Gustafsson
7bfb0145d6
indentation
2001-09-12 00:22:53 +00:00
Brian Wellington
6eeefeb3eb
fix a memory leak on a tsig error condition.
2001-09-11 22:34:21 +00:00
Andreas Gustafsson
588372b853
note that the configuration generated by rndc-confgen -a works on the local
...
host only (as suggested by Tale)
2001-09-11 19:18:12 +00:00
Andreas Gustafsson
1e9efeeb22
986. [bug] 'additional-from-auth no;' did not work reliably
...
in the case of queries answered from the cache.
[RT #1436 ]
2001-09-11 01:21:39 +00:00
Mark Andrews
b1ae7a591a
987. [bug] "dig -help" didn't show "+[no]stats".
...
986. [bug] "dig +noall" failed to clear stats and command
printing.
2001-09-11 00:58:15 +00:00
Andreas Gustafsson
cab0ee644d
985. [func] Consider network interfaces to be up iff they have
...
a nonzero IP address rather than based on the
IFF_UP flag. [RT #1160 ]
2001-09-10 23:03:09 +00:00
Mark Andrews
699a26726c
Print the update message sent when debugging.
2001-09-10 12:30:46 +00:00
Andreas Gustafsson
99f467f016
test the ixfr-from-differences option
2001-09-08 00:24:33 +00:00
Andreas Gustafsson
8cccaeaee1
New named.conf option "ixfr-from-differences" [RT #1727 ]
2001-09-08 00:21:49 +00:00
Andreas Gustafsson
260696e5e3
cleaned up xfer system test in preparation for adding
...
ixfr-from-differences tests
2001-09-07 23:29:52 +00:00
Andreas Gustafsson
f3bbe7772f
added script for generating zone data, for use in system
...
tests so that they don't all need to have their own (duplicated)
zone data
2001-09-07 23:29:03 +00:00
Mark Andrews
a91e1db13e
install rndc-confgen.8
2001-09-07 05:55:24 +00:00
Andreas Gustafsson
4b8b883127
Dollar sign in $TTL needs to be escaped; 80 columns
2001-09-07 00:57:25 +00:00
Andreas Gustafsson
7aac53eb69
Actually, this file should not be in CVS at all since it's machine
...
generated by setup.sh.
2001-09-07 00:49:03 +00:00
Mark Andrews
fe6b7ccc8d
ns_os_*memstats() -> ns_main_setmemstats()
2001-09-07 00:37:02 +00:00
Andreas Gustafsson
f56cdc894f
reverted unintentional commit
2001-09-07 00:35:40 +00:00
Andreas Gustafsson
11a4398874
New server command line option -m taking symbolic memory debuggin
...
flags, as in 'named -m record,trace' (as suggested by Brian). Also moved
the creation of the global mctx to after parsing the command line so that
the flags are defined when the mctx is created
2001-09-07 00:17:25 +00:00
Andreas Gustafsson
b39ad8a69b
when assigning to isc_mem_debugging, use symbolic names for
...
the flags, not magic integer constants
2001-09-06 23:14:42 +00:00
Mark Andrews
a24d253a3f
982. [func] If "memstatistics-file" is set in options the memory
...
statistics will be written to it.
2001-09-06 02:13:55 +00:00
Brian Wellington
3f543c371f
981. [func] The dnssec tools can now take multiple '-r randomfile'
...
arguments.
2001-09-05 23:15:42 +00:00
Brian Wellington
ed29aefe31
[RT #1709 ]
...
Change isc_entropy_usebestsource() to have saner semantics:
- If an invalid file is specified, an error will be returned instead of the
keyboard being used.
- If no file is specified but a random device is present, the keyboard will
be used if there is an error opening the random device.
- ISC_ENTROPY_KEYBOARDYES indicates that the keyboard should be the
only device used. Otherwise, passing '-r keyboard' is meaningless
on a machine with a random device, since the keyboard will not be used.
Change the callers in the dnssec tools and rndc-confgen to check for the
special file "keyboard" and call isc_entropy_usebestsource() with the right set
of parameters.
2001-09-05 22:32:09 +00:00
Brian Wellington
68b62e1c45
#include <string.h>
2001-09-05 21:09:31 +00:00
Andreas Gustafsson
f1eda76d36
include <named/types.h>, not <named/interfacemgr.h>
2001-09-04 19:29:24 +00:00
Andreas Gustafsson
76d9120dd6
80 columns
2001-09-04 19:20:54 +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
102e532c65
updated to properly support shutdowns. See RT #1672 as it relates to NT
2001-09-01 05:27:46 +00:00
Danny Mayer
ad82fd0a25
named/interfacemgr.h was not being included
2001-09-01 05:17:28 +00:00
Danny Mayer
530ee49d07
Changed RESOLV_CONF to be conditionally defined allowing win32 to override this definition
2001-09-01 05:09:33 +00:00
Andreas Gustafsson
687b7ef998
handle max-journal-size more like other options
2001-09-01 01:43:24 +00:00
Andreas Gustafsson
cb8fd52bbe
call the new option for setting the maximum journal
...
size 'max-journal-size', not 'journal-size', in the tradition of the
historical option 'max-ixfr-log-size'
2001-09-01 01:13:41 +00:00
Mark Andrews
4b87939256
strerror() -> isc__strerror() [RT #1689 ]
2001-08-31 05:57:58 +00:00
Andreas Gustafsson
7edac4480f
added colon to log message
2001-08-31 00:35:18 +00:00
Mark Andrews
452b30ddb3
973. [bug] Failed to log the question name when logging:
...
"bad zone transfer request: non-authoritative zone
(NOTAUTH)".
2001-08-30 23:51:45 +00:00
Mark Andrews
06a960c681
971. [func] 'try-edns' can be use to disable edns on all queries.
2001-08-30 05:52:18 +00:00
Mark Andrews
cc0a5f7142
journal-size can now be set from named.conf
2001-08-30 05:23:00 +00:00
Danny Mayer
91be5c8cce
Remove shutdown privilege-enabling code. Installer should not be shutting down the system.
2001-08-30 04:23:43 +00:00
Andreas Gustafsson
cad3210bb9
969. [func] dig now supports the undocumented dig 8 feature
...
of allowing arbitrary labels, not just dotted
decimal quads, with the -x option. This can be
used to conveniently look up RFC2317 names as in
"dig -x 10.0.0.0-127". [RT #827 , #1576 , #1598 ]
2001-08-29 18:57:28 +00:00
Andreas Gustafsson
f462b9aed2
Revert change 966. Brian says user-level programs should not include
...
any headers under asm.
2001-08-29 18:03:36 +00:00
Andreas Gustafsson
5f5b407b19
regenerated
2001-08-29 17:20:00 +00:00