Mark Andrews
820d86cbe6
1187. [bug] named was incorrectly returning DNSSEC records
...
in negative responses when the DO bit was not set.
2003-08-13 02:18:19 +00:00
Mark Andrews
f09db09817
1190. [func] Add the "rndc freeze" and"rndc unfreeze" commands.
...
[RT #2394 ]
2003-08-13 02:08:46 +00:00
Mark Andrews
16f1baf43f
pullup:
...
missing format string argument; add format checking
2003-08-13 02:00:19 +00:00
Mark Andrews
f260e463c6
pullup
...
make a few dynamic update log messages more informative
2003-08-13 01:58:07 +00:00
Mark Andrews
fbfcbe90e2
1181. [func] Add the "key-directory" configuration statement,
...
which allows the server to look for online signing
keys in alternate directories.
2003-08-13 01:41:34 +00:00
Mark Andrews
7fc641e8f2
1180. [func] dnssec-keygen should always generate keys with
...
protocol 3 (DNSSEC), since it's less confusing
that way.
2003-08-13 00:53:02 +00:00
Mark Andrews
1fa20ecda2
1179. [func] Add SIG(0) support to nsupdate.
2003-08-13 00:47:33 +00:00
Mark Andrews
fe73090122
pullup:
...
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
2003-08-12 07:10:32 +00:00
Mark Andrews
fc12c58264
1169. [func] Identify recursive queries in the query log.
2003-08-12 05:36:03 +00:00
Mark Andrews
6397057426
1159. [bug] MD and MF are not permitted to be loaded by RFC1123.
2003-08-12 05:21:11 +00:00
Mark Andrews
33b82c3a70
1158. [func] Report the client's address when logging notify
...
messages.
2003-08-12 04:54:59 +00:00
Mark Andrews
79e2dd3eb8
1157. [func] match-clients and match-destinations now accept
...
keys. [RT #2045 ]
2003-08-11 05:58:18 +00:00
Mark Andrews
3da9ba9a4c
1153. [func] 'rndc {stop|halt} -p' now reports the process id
...
of the instance of named being shutdown.
2003-08-11 05:42:52 +00:00
Mark Andrews
9052beb238
pullup
...
Check return values or cast them to (void), as required by the coding
standards; add exceptions to the coding standards for cases where this is
not desirable
2003-08-11 05:28:23 +00:00
Mark Andrews
2e7d97c5ba
1151. [bug] nslookup failed to check that the arguments to
...
the port, timeout, and retry options were
valid integers and in range. [RT #2099 ]
1150. [bug] named incorrectly accepted TTL values
containing plus or minus signs, such as
1d+1h-1s.
1149. [func] New function isc_parse_uint32().
2003-08-11 04:48:07 +00:00
Mark Andrews
c4f37c7aa8
1148. [func] 'rndc-confgen -a' now provides positive feedback.
2003-08-11 03:57:34 +00:00
Mark Andrews
27e6e3708d
1147. [func] Set IPV6_V6ONLY on IPv6 sockets if supported by
...
the OS. listen-on-v6 { any; }; should no longer
result in IPv4 queries be accepted. Similarly
control { inet :: ... }; should no longer result
in IPv4 connections being accepted. This can be
overridden at compile time by defining
ISC_ALLOW_MAPPED=1.
2003-08-08 07:12:27 +00:00
Mark Andrews
806df27930
1145. [func] "host" no longer reports a NOERROR/NODATA response
...
by printing nothing. [RT #2065 ]
2003-08-08 06:20:20 +00:00
Mark Andrews
62acdc453a
1139. [func] It is now possible to flush a given name from the
...
cache(s) via 'rndc flushname name [view]'. [RT #2051 ]
2003-08-08 05:32:36 +00:00
Mark Andrews
2bb8b924b9
1135. [func] You can now override the default syslog() facility for
...
named/lwresd at compile time. [RT #1982 ]
2003-08-08 04:24:41 +00:00
Mark Andrews
48abf5d772
1132. [func] Improve UPDATE prerequisite failure diagnotic messages.
2003-08-08 04:09:35 +00:00
Mark Andrews
6166435738
1127. [func] rndc: If the server to contact has multiple addresses,
...
try all of them.
2003-08-08 03:53:53 +00:00
Mark Andrews
72ceb8a6cc
pullup:
...
@Add bind9_getaddresses(), a consistent version of the get_address function
from dig/host/nslookup, nsupdate, and rndc. This should make it
easier to have the various programs support multiple addresses for a hostname.
2003-08-08 03:40:09 +00:00
Mark Andrews
83db215ce0
1110. [bug] dig should only accept valid abbreviations of +options.
...
[RT #2003 ]
2003-08-07 05:55:08 +00:00
Mark Andrews
dcdd24698e
1080. [bug] BIND 8 compatibility: accept bare IP prefixes
...
as the second element of a two-element top level
sort list statement. [RT #1964 ]
2003-08-07 05:34:35 +00:00
Mark Andrews
0ab730a224
1079. [bug] BIND 8 compatibility: accept bare elements at top
...
level of sort list treating them as if they were
a single element list. [RT #1963 ]
2003-08-07 05:29:46 +00:00
Mark Andrews
9cadfb2c17
1077. [func] Do not accept further recursive clients when
...
the total number of of recursive lookups being
processed exceeds max-recursive-clients, even
if some of the lookups are internally generated.
[RT #1915 , #1938 ]
2003-08-07 05:14:01 +00:00
Mark Andrews
9c9e5c572b
1073. [bug] The ADB cache cleaning should also be space driven.
...
[RT #1915 , #1938 ]
2003-08-07 04:47:36 +00:00
Mark Andrews
946a81d121
1055. [func] Version and hostname queries can now be disabled
...
using "version none;" and "hostname none;",
respectively.
1049. [func] "pid-file none;" will disable writing a pid file.
[RT #1848 ]
2003-08-06 06:03:24 +00:00
Mark Andrews
022541a067
1036. [func] Silently drop requests received via multicast as
...
long as there is no final multicast DNS standard.
1035. [bug] If we respond to multicast queries (which we
currently do not), respond from a unicast address
as specified in RFC 1123. [RT #137 ]
1034. [bug] Ignore the RD bit on multicast queries as specified
in RFC 1123. [RT #137 ]
2003-08-06 04:30:53 +00:00
Mark Andrews
f75356ec50
1032. [func] hostname.bind/txt/chaos now returns the name of
...
the machine hosting the nameserver. This is useful
in diagnosing problems with anycast servers.
2003-08-04 08:06:49 +00:00
Mark Andrews
ff77225512
pullup:
...
Move configuration checking to libbind9.
2003-08-04 04:23:56 +00:00
Mark Andrews
8552753ad4
997. [func] Add support for RSA-SHA1 keys (RFC3110).
2003-08-04 02:31:57 +00:00
Mark Andrews
70ad8bd808
1003. [func] Add the +retry option to dig.
2003-08-04 02:19:12 +00:00
Mark Andrews
7242fb3349
workdir was missing
2003-08-04 02:09:04 +00:00
Mark Andrews
043f46fcde
999. [func] "rndc retransfer zone [class [view]]" added.
...
[RT #1752 ]
2003-08-04 02:04:47 +00:00
Mark Andrews
3b89807475
997. [func] Add support for RSA-SHA1 keys (RFC3110).
2003-08-04 01:04:44 +00:00
Mark Andrews
96e8abc92a
996. [func] Issue warning if the configuration filename contains
...
the chroot path.
2003-08-04 00:53:02 +00:00
Mark Andrews
9627b6edd3
993. [func] dig: -v now reports the version.
2003-08-04 00:23:23 +00:00
Mark Andrews
aa46932168
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 ]
2003-08-02 01:19:58 +00:00
Mark Andrews
792aa70e13
983. [func] The server now supports generating IXFR difference
...
sequences for non-dynamic zones by comparing zone
versions, when enabled using the new config
option "ixfr-from-differences". [RT #1727 ]
2003-08-02 00:38:59 +00:00
Mark Andrews
9db3cd9779
982. [func] If "memstatistics-file" is set in options the memory
...
statistics will be written to it.
2003-08-02 00:15:13 +00:00
Mark Andrews
a09a00456c
982. [func] If "memstatistics-file" is set in options the memory
...
statistics will be written to it.
2003-08-01 23:56:14 +00:00
Mark Andrews
854e4a3bfc
981. [func] The dnssec tools can now take multiple '-r randomfile'
...
arguments.
2003-08-01 23:50:46 +00:00
Mark Andrews
25368e1a5d
976. [func] named-checkconf will now test load master zone
...
files (-z). [RT #1468 ]
2003-08-01 07:09:50 +00:00
Mark Andrews
2e87e4dc01
add mfc70.dll
2003-08-01 04:52:23 +00:00
Mark Andrews
abd79e7de8
970. [func] 'max-journal-size' can now be used to set a target
...
size for a journal.
2003-07-31 06:56:51 +00:00
Mark Andrews
2a948b5897
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 ]
2003-07-31 04:41:27 +00:00
cvs2git
fb4531edb3
This commit was manufactured by cvs2git to create branch 'v9_3'.
2003-07-30 02:00:55 +00:00
cvs2git
255e133afb
This commit was manufactured by cvs2git to create branch 'v9_3'.
2003-07-30 02:00:53 +00:00