Mark Andrews
80dd46d7aa
1113. [bug] allow-update/allow-update-forwarding did not work
...
when specified in a view. [RT #2014 ]
2001-11-08 05:36:23 +00:00
Andreas Gustafsson
66923d616a
spacing
2001-11-07 23:01:41 +00:00
Mark Andrews
773e64ec15
try-edns is no more
2001-11-07 04:25:19 +00:00
Mark Andrews
be9932698b
max-adb-size is no more.
...
1073. [bug] The adb cache should also be space driven.
[RT #1915 , #1938 ]
2001-11-07 03:52:20 +00:00
Brian Wellington
0e40083fdd
@DNS_OPENSSL_LIBS@ -> @DNS_CRYPTO_LIBS@
2001-11-06 20:05:13 +00:00
Andreas Gustafsson
5cd7e9d4db
1083. [bug] The default control channel listened on the
...
wildcard adress, not the loopback as documented.
2001-10-31 19:35:19 +00:00
Andreas Gustafsson
cc8e8b59d6
1082. [bug] The -g option to named incorrectly caused logging
...
to be sent to syslog in addition to stderr.
2001-10-31 17:42:04 +00:00
Andreas Gustafsson
17b687ef36
1080. [bug] BIND 8 compatibility: accept bare IP prefixes
...
as the second element of a two-element top level
sort list statement. [RT #1964 ]
2001-10-30 20:19:34 +00:00
Andreas Gustafsson
cd60cef97d
rewrote parts of 1079. to reduce code duplication and to support
...
a bare 'localhost' or 'localnets' at the top level of the sortlist
2001-10-30 19:45:33 +00:00
Mark Andrews
998358fa90
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 ]
2001-10-30 06:41:58 +00:00
Andreas Gustafsson
fde3820de9
AXFRs were misidentified as AXFR-style IXFRs in log messages
2001-10-30 00:55:25 +00:00
Andreas Gustafsson
f33fe250cf
running out of memory during ns_client_t construction could crash server [RT #409 ]
2001-10-30 00:48:25 +00:00
Andreas Gustafsson
e8108e60c9
removed empty line
2001-10-29 19:30:11 +00:00
Andreas Gustafsson
479c6fc458
disable change 1069 since it makes the problem of caching server
...
memory growth worse rather than better, at least under some load conditions
2001-10-29 19:10:42 +00:00
Andreas Gustafsson
b352902413
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 ]
2001-10-29 19:02:48 +00:00
Andreas Gustafsson
f2b515e117
more compiler warning elimination
2001-10-26 23:18:51 +00:00
Andreas Gustafsson
9615df2e83
eliminate compiler warning
2001-10-26 23:04:17 +00:00
Andreas Gustafsson
4785e8e98a
clarify log message reporting number of CPUs [RT #1948 ]
2001-10-26 22:54:22 +00:00
Mark Andrews
081cff0c33
1073. [bug] The adb cache should also be space driven,
...
max-adb-size. [RT #1915 , #1938 ]
2001-10-25 04:57:46 +00:00
Andreas Gustafsson
2562a84dc5
make error message issued when exceeding the recursive client
...
quota more meaningful to users
2001-10-25 01:50:15 +00:00
Mark Andrews
ee3085e9e2
Add '-m usage'.
...
Add '-m' to usage messages.
2001-10-25 01:07:45 +00:00
Andreas Gustafsson
d352f188cb
1072. [bug] The TCP client quota could be exceeded when
...
recursion occurred. [RT #1937 ]
2001-10-25 00:13:37 +00:00
Andreas Gustafsson
3d38596530
1071. [bug] Sockets listening for TCP DNS connections
...
specified an excessive listen backlog. [RT #1937 ]
2001-10-25 00:12:07 +00:00
Mark Andrews
a7cb695600
1070. [bug] Copy DNSSEC OK (DO) to response as specified by
...
draft-ietf-dnsext-dnssec-okbit-03.txt.
2001-10-24 21:47:12 +00:00
Andreas Gustafsson
5b4f07a4f3
redid 1.204 using a subroutine to reduce code duplication and
...
to eliminate a rather confusing for loop
2001-10-24 18:55:04 +00:00
Mark Andrews
b19619260f
1069. [func] Kill oldest recursive query when recursive query
...
quota is exhausted.
2001-10-24 03:10:18 +00:00
Mark Andrews
5d4bffa427
cancelled fetches wern't being detected.
2001-10-23 06:04:37 +00:00
Mark Andrews
f0a464d58a
memory leak on error.
2001-10-23 06:01:14 +00:00
Mark Andrews
2f6d1483f6
1064. [bug] Do not shutdown active interfaces if we are unable
...
to scan the list of interfaces. [RT #1921 ]
2001-10-22 03:31:24 +00:00
Andreas Gustafsson
32d248107a
1062. [bug] If the control channel listener socket was shut
...
down before server exit, the listener object could
be freed twice. [RT #1916 ]
2001-10-19 21:00:12 +00:00
Andreas Gustafsson
3b19037ccd
removed unnecessary includes
2001-10-19 19:05:42 +00:00
Andreas Gustafsson
5a23b8523d
spelling
2001-10-17 19:34:07 +00:00
Andreas Gustafsson
0cf9ce19cc
1057. [bug] Reloading the server after adding a "file" clause
...
to a zone statement could cause the server to
crash due to a typo in change 1016.
2001-10-17 18:57:01 +00:00
Andreas Gustafsson
3c3fe07225
1055. [func] Version and hostname queries can now be disabled
...
using "version none;" and "hostname none;",
respectively.
(for consistency with "pid-file none" and each other)
2001-10-16 22:18:59 +00:00
Andreas Gustafsson
8d2b885018
The option for disabling the PID file is now pid-file none, not pid-file "none"
2001-10-16 20:04:41 +00:00
Bob Halley
392b3526d8
The server was segfaulting comparing NULL pidfile to "none". The correct
...
comparison is filename, not pidfile.
2001-10-13 20:13:53 +00:00
Andreas Gustafsson
79432444e8
RFC1123 says ignore the RD bit in multicast requests, not
...
FORMERR multicast requests with RD set
2001-10-13 01:10:26 +00:00
Andreas Gustafsson
afe5729a33
in revision 1.182, presumably a & was intended where a |= was written
2001-10-13 00:44:24 +00:00
Andreas Gustafsson
fc9acafe15
spacing
2001-10-12 23:54:03 +00:00
Andreas Gustafsson
fa2fb620c7
1051. [bug] Do not ignore a network interface completely just
...
because it has a noncontiguous netmask. Instead,
omit it from the localnets ACL and issue a warning.
[RT #1891 ]
2001-10-12 23:05:58 +00:00
Mark Andrews
9bdb01e6c3
1049. [func] pid-file "none"; will disable writing a pid file.
...
[RT #1848 ]
2001-10-12 05:40:41 +00:00
Mark Andrews
ff52c72095
restore comment
2001-10-12 04:01:40 +00:00
Mark Andrews
417872b98a
re-do #1047
...
1047. [bug] named was incorrectly refusing all requests signed
with a TSIG key derived from an unsigned TKEY
negotiation with a NOERROR response. [RT #1886 ]
2001-10-12 03:58:04 +00:00
Andreas Gustafsson
a77ad145d0
1047. [bug] When a request was refused due to being signed with
...
a TSIG key derived from an unsigned TKEY negotiation,
the response could have an rcode of SUCCESS rather
than REFUSED. [RT #1886 ]
2001-10-11 22:45:20 +00:00
Andreas Gustafsson
bb60abb445
1043. [bug] Specifying a transfer-source or transfer-source-v6
...
option in the zone statement for a master zone was
not treated as an error. [RT #1876 ]
2001-10-11 01:55:03 +00:00
Andreas Gustafsson
024face21c
1042. [bug] The "config" logging category did not work properly.
...
[RT #1873 ]
2001-10-11 01:16:18 +00:00
Andreas Gustafsson
f953788d75
1040. [bug] Multiple listen-on-v6 options with different ports
...
were not accepted. [RT #1875 ]
2001-10-11 00:02:34 +00:00
Mark Andrews
0aba41458d
1036. [func] Temporally drop requests received via multicast.
2001-10-09 04:29:19 +00:00
Mark Andrews
5f7516bee5
1035. [bug] Respond to multicast queries from a unicast address,
...
RFC 1123. [RT #137 ]
2001-10-09 02:39:03 +00:00
Mark Andrews
2e24e82fc3
1034. [bug] Multicast queries must not have RD set, RFC 1123.
...
FORMERR those that do. [RT #137 ]
2001-10-09 02:30:20 +00:00