Andreas Gustafsson
700847b76c
spelling
2001-11-30 01:10:09 +00:00
Andreas Gustafsson
fa85eab969
belated pullup:
...
125. [bug] rndc: -k option was missing from usage message.
[RT #2057 ]
2001-11-28 23:37:50 +00:00
Andreas Gustafsson
3a8943b2d2
regenerated
2001-11-28 23:35:49 +00:00
Andreas Gustafsson
790f33c772
belated pullup:
...
1124. [doc] dig: +[no]dnssec, +[no]besteffort and +[no]fail
now documented. [RT #2052 ]
2001-11-28 23:35:02 +00:00
Andreas Gustafsson
c9114f35c0
belated pullup:
...
1123. [bug] dig +[no]fail did not match description. [RT #2052 ]
2001-11-28 23:29:13 +00:00
Andreas Gustafsson
6c8ae8b9ef
pullup:
...
1144. [bug] rndc-confgen would crash if both the -a and -t
options were specified. [RT #2159 ]
2001-11-28 21:51:51 +00:00
Mark Andrews
9dfa8979a7
The dig help message did not documents the -b, -k, and +noqr options,
...
and some options were less than logically grouped [RT #2151 ]
2001-11-28 04:35:14 +00:00
Mark Andrews
c14c7e14cd
pullup:
...
1140. [bug] rndc-confgen did not accept IPv6 addresses as arguments
to the -s option. [RT #2138 ]
2001-11-28 01:58:18 +00:00
Andreas Gustafsson
e8c4b14cde
pullup:
...
1142. [bug] dnssec-signzone would fail to delete temporary files
in some failure cases. [RT #2144 ]
2001-11-27 22:41:49 +00:00
Andreas Gustafsson
72ad976640
pullup:
...
1141. [bug] When named rejected a control message, it would
leak a file descriptor and memory. It would also
fail to respond, causing rndc to hang. [RT #2139 ]
2001-11-27 22:38:14 +00:00
Andreas Gustafsson
e15532f8c6
regenerated
2001-11-27 18:58:03 +00:00
Andreas Gustafsson
462b062d7f
pullup: command example was missing TTL (reported in private email by Bdale Garbee <bdale@gag.com>)
2001-11-27 18:57:40 +00:00
Mark Andrews
0797eebc66
pullup:
...
1136. [bug] CNAME records synthesized from DNAMEs did not
have a TTL of zero as required by RFC2672
[RT #2129 ]
2001-11-27 00:43:06 +00:00
Brian Wellington
04999a9c03
pullup:
...
1131. [bug] The match-destinations view option did not work with
IPv6 destinations. [RT #2073 , #2074 ]
2001-11-16 21:21:42 +00:00
Mark Andrews
5b477dd3b9
1126. [bug] The server could access a freed event if shut
...
down while a client start event was pending
delivery. [RT #2061 ]
2001-11-15 02:51:46 +00:00
Mark Andrews
309979a136
pullup:
...
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-11-15 01:24:21 +00:00
Andreas Gustafsson
80c7cf7e5d
pullup:
...
1113. [bug] The allow-update-forwarding option was ignored
when specified in a view. [RT #2014 ]
2001-11-13 01:15:33 +00:00
Andreas Gustafsson
3700c88538
regenerated
2001-11-08 00:15:41 +00:00
Andreas Gustafsson
8b672d6342
pullup:
...
note that the +[no]cmd option cannot be overridden on a per-query
> basis [RT #2004 ]
2001-11-08 00:15:23 +00:00
Brian Wellington
26c8b645f8
pullup:
...
1107. [bug] nsupdate could catch an assertion failure if an
invalid domain name was given as the argument to
the "zone" command.
2001-11-06 21:50:35 +00:00
Andreas Gustafsson
98c08f4dbe
pullup:
...
1106. [bug] After seeing an out of range TTL, nsupdate would
treat all TTLs as out of range. [RT #2001 ]
2001-11-06 20:42:01 +00:00
Mark Andrews
ec5ff01338
1103. [port] OpenUNIX 8 support (ifconfig.sh). [RT #1970 ]
2001-11-05 04:29:35 +00:00
Mark Andrews
e301648774
pullup:
...
In several places, dighost.c called cancel_lookup() and then called
requeue_lookup() on the canceled lookup. Because cancel_lookup()
resets the retry count of the lookup to zero, the requeued lookups
would not be retried at all (for example, in the case of UDP NS
queries executed when doing "dig +search") or, in the case of TCP
queries, retried indefinitely since the unsigned retry count of zero
was subsequently decremented, causing it to wrap around to the largest
unsigned integer value.
2001-10-31 23:04:26 +00:00
Mark Andrews
1260bf0573
pullup:
...
1083. [bug] The default control channel listened on the
wildcard adress, not the loopback as documented.
[RT #1975 ]
2001-10-31 23:00:44 +00:00
Mark Andrews
bdbaee5cfc
pullup:
...
1082. [bug] The -g option to named incorrectly caused logging
to be sent to syslog in addition to stderr.
[RT #1974 ]
2001-10-31 22:44:15 +00:00
Mark Andrews
e169fd331c
pullup:
...
AXFRs were misidentified as AXFR-style IXFRs in log messages
2001-10-30 01:28:29 +00:00
Mark Andrews
58fbc62a4a
pullup:
...
running out of memory during ns_client_t construction could crash server
[RT #409 ]
2001-10-30 01:12:34 +00:00
Andreas Gustafsson
fa52840ac8
pullup: silence compiler warning
2001-10-22 23:52:19 +00:00
Andreas Gustafsson
5a78ccdf1f
pullup:
...
1068. [bug] errno could be overwritten by catgets(). [RT #1921 ]
1066. [bug] Provide a thread safe wrapper for strerror().
[RT #1689 ]
(Also some changes to configure.in, config.h.in, and acconfig.h that were
necessary to allow config.h.in to be correctly regenerated with the
HAVE_STRERROR definition needed by 1066.)
2001-10-22 23:28:26 +00:00
Andreas Gustafsson
7209c50da4
pullup:
...
1064. [bug] Do not shut down active network interfaces if we
are unable to scan the interface list. [RT #1921 ]
2001-10-22 17:42:05 +00:00
Brian Wellington
e94a2fdd30
pullup:
...
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 22:29:08 +00:00
Mark Andrews
7a89c23c2d
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-18 00:35:20 +00:00
Andreas Gustafsson
6ca3f52bee
pullup:
...
1056. [bug] Rndc could catch an assertion failure on SIGINT due
to an uninitialized variable. [RT #1908 ]
2001-10-17 18:26:01 +00:00
Brian Wellington
0e71bf20df
pullup:
...
1053. [bug] Dig did not increase its timeout when receiving
AXFRs unless the +time option was used. [RT #1904 ]
2001-10-15 23:06:07 +00:00
Andreas Gustafsson
6812f56fa2
pullup:
...
mention [filename] in the help.
2001-10-15 20:25:57 +00:00
Mark Andrews
7ce9f2dbe8
pullup:
...
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-13 03:56:44 +00:00
Andreas Gustafsson
5cb1e19b03
pullup:
...
don't assume perl is in the path
2001-10-12 20:12:07 +00:00
Andreas Gustafsson
23b81eeddd
pullup:
...
the tkey test would randomly fail due to key IDs with a leading
zero being interpreted as octal numbers
2001-10-12 20:11:43 +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
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
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
Mark Andrews
890db7ab7d
1041. [bug] Dig/host/nslookup could catch an assertion failure
...
on SIGINT due to an uninitialized variable. [RT #1867 ]
2001-10-11 01:35:37 +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
Brian Wellington
818d9fec02
pullup:
...
Improve error messages printed by dnssec tools when compiled
without crypto support (patch from Olafur)
2001-10-05 00:21:48 +00:00
Brian Wellington
41ea62ace5
pullup:
...
1030. [bug] On systems with no resolv.conf file, nsupdate
exited with an error rather than defaulting
to using the loopback address. [RT #1836 ]
2001-10-05 00:17:08 +00:00
Andreas Gustafsson
a325a8cbed
pullup:
...
make prototype of get_reverse() match the code
2001-10-04 22:21:45 +00:00
Andreas Gustafsson
e17d517a93
pullup:
...
1028. [bug] On Win32, dig/host/nslookup looked for resolv.conf
in the wrong directory. [RT #1833 ]
2001-10-04 22:05:30 +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