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
Andreas Gustafsson
31da643c6a
pullup:
...
1033. [bug] Always respond to requests with an unsupported opcode
with NOTIMP, even if we don't have a matching view
or cannot determine the class.
2001-10-12 19:14:47 +00:00
Andreas Gustafsson
dd0319d149
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 18:20:14 +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
Mark Andrews
a3ed377607
pullup:
...
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-12 01:05:51 +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
Mark Andrews
329fd2fe75
pullup:
...
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 03:31:04 +00:00
Mark Andrews
8002894e6e
pullup:
...
1042. [bug] The "config" logging category did not work properly.
[RT #1873 ]
2001-10-11 02:03:23 +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
Mark Andrews
9e3fe84689
pullup:
...
1040. [bug] Multiple listen-on-v6 options with different ports
were not accepted. [RT #1875 ]
2001-10-11 01:20:31 +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
Mark Andrews
d5169236b7
1033. [bug] Don't imply that we support a opcode that we don't
...
when we don't have a matching view or cannot
determine the class.
2001-10-09 02:05:55 +00:00
Mark Andrews
df7596a03e
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.
2001-10-08 07:46:11 +00:00
Andreas Gustafsson
9066d09c3e
Removed all code within #ifdef DNS_OPT_NEWCODES*.
...
It was the last thing being sanitized out of releases; removing
it makes it possible to eliminate the sanitation process.
2001-10-01 18:54:05 +00:00
Brian Wellington
d65168b7a7
pullup:
...
1020. [bug] IXFR log messages did not distinguish between
true IXFRs, AXFR-style IXFRs, and and mere
version polls. [RT #1811 ]
2001-09-28 22:07:12 +00:00
Brian Wellington
4b09cca4b9
pullup:
...
1018. [bug] The default log channel was not always initialized
correctly. [RT #1813 ]
2001-09-28 18:35:02 +00:00
Andreas Gustafsson
e5100b1367
report duplicate zones with file name and line number even if
...
they are not caught by the configuration checking code, which is
the case if they are spelled differently [RT #1806 ]
2001-09-28 18:19:34 +00:00
Mark Andrews
a4e8b19b83
1019. [bug] The value of the lame-ttl option was limited to 18000
...
seconds, not 1800 seconds as documented. [RT #1803 ]
2001-09-28 05:35:47 +00:00
Andreas Gustafsson
846474d5a6
1020. [bug] IXFR log messages did not distinguish between
...
true IXFRs, AXFR-style IXFRs, and and mere
version polls. [RT #1811 ]
2001-09-28 00:45:34 +00:00
Andreas Gustafsson
edaf5b86ce
1019. [bug] The value of the lame-ttl option was limited to 18000
...
seconds, not 1800 seconds as documented. [RT #1803 ]
2001-09-27 22:46:35 +00:00
Andreas Gustafsson
6859033d42
1018. [bug] The default log channel was not always initialized
...
correctly. [RT #1813 ]
2001-09-27 20:54:27 +00:00
Mark Andrews
d30fcb907b
1016. [bug] Slave zones with no backup file were re-transferred
...
on every server reload.
2001-09-26 03:43:00 +00:00
Mark Andrews
d924384f72
1015. [bug] Log channels that had a "versions" option but no
...
"size" option failed to create numbered log
files. [RT #1783 ]
2001-09-26 02:52:09 +00:00
Andreas Gustafsson
ff4322d44f
1016. [bug] Slave zones with no backup file were re-transferred
...
on every server reload.
2001-09-25 23:01:15 +00:00
Andreas Gustafsson
8d146b6e11
1015. [bug] Log channels that had a "versions" option but no
...
"size" option failed to create numbered log
files. [RT #1783 ]
2001-09-25 00:55:22 +00:00
Andreas Gustafsson
a9617effd0
pullup:
...
1002. [bug] Log unknown class including file and line. [RT #1759 ]
2001-09-21 20:30:32 +00:00
Andreas Gustafsson
808b909f27
1014. [bug] Some queries would cause statistics counters to
...
increment more than once or not at all. [RT #1321 ]
2001-09-21 19:08:06 +00:00
Mark Andrews
fe57fad800
make "lwresd -p port" work again.
2001-09-21 12:34:19 +00:00
Mark Andrews
9cdfffc7ce
pullup:
...
controls->shuttingdown should not be set on server reload.
2001-09-21 03:31:17 +00:00
Brian Wellington
9cc98b104e
controls->shuttingdown should not be set on server reload.
2001-09-21 03:04:14 +00:00
Mark Andrews
b21236d838
redo #1010
2001-09-21 00:28:58 +00:00
Mark Andrews
7a74126eb8
undo
2001-09-21 00:28:05 +00:00
Mark Andrews
9f89b34f4d
pullup:
...
1010. [bug] The server could attempt to execute a command channel
command after initiating server shutdown, causing
an assertion failure. [RT #1766 ]
2001-09-20 23:01:44 +00:00
Andreas Gustafsson
d9e690eb71
1012. [bug] The -p option to named did not behave as documented.
2001-09-20 21:51:22 +00:00
Brian Wellington
b32e75f3e1
deuglify #1010 [RT #1766 ]
2001-09-20 19:04:59 +00:00
Andreas Gustafsson
640923da58
1010. [bug] The server could attempt to execute a command channel
...
command after initiating server shutdown, causing
an assertion failure. [RT #1766 ]
2001-09-20 18:37:00 +00:00
Mark Andrews
c2bc56dc65
Move configuration checking to libbind9.
2001-09-20 15:17:07 +00:00
Andreas Gustafsson
2f734e0a7e
sizeof style
2001-09-19 23:08:24 +00:00
Mark Andrews
99a0822e3c
pullup:
...
1005. [bug] Don't copy nonzero RCODEs from request to response.
[RT #1765 ]
2001-09-19 02:44:00 +00:00
Andreas Gustafsson
28cf7340b9
1005. [bug] Don't copy nonzero RCODEs from request to response.
...
[RT #1765 ]
2001-09-19 00:02:26 +00:00
Mark Andrews
d1a6976967
1002. [bug] Log unknown class including file and line. [RT #1759 ]
2001-09-17 00:33:52 +00:00
Mark Andrews
5fe21da364
999. [func] "rndc retransfer zone [class [view]]" added.
...
[RT #1752 ]
2001-09-15 14:23:29 +00:00
Mark Andrews
98e231525f
996. [func] Issue warning if the configuration filename contains
...
the chroot path.
2001-09-14 12:34:03 +00:00