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
Brian Wellington
05a1fd6093
more minor cleanup
2001-10-18 22:36:52 +00:00
Brian Wellington
f6132a5038
minor code restructure
2001-10-18 00:40:50 +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
Mark Andrews
2ba574f329
1056. [bug] Rndc could catch an assertion failure on SIGINT due
...
to an uninitialized variable. [RT #1908 ]
2001-10-17 03:59:44 +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
Andreas Gustafsson
3ad07fa335
1053. [bug] Dig did not increase its timeout when receiving
...
AXFRs unless the +time option was used. [RT #1904 ]
2001-10-15 20:40:36 +00:00
Brian Wellington
0ebade1fcd
mention [filename] in the help.
2001-10-15 20:23:47 +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
d25365515e
consistently begin error messages with a lower case letter
2001-10-11 22:53:46 +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
Brian Wellington
ce1d4c7aeb
Print an error when creating a zone key with an algorithm that is not
...
allowed for a zone key.
2001-10-11 22:19:15 +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
1beaa9e457
1041. [bug] Dig/host/nslookup could catch an assertion failure
...
on SIGINT due to an uninitialized variable. [RT #1867 ]
2001-10-11 00:38:56 +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
Andreas Gustafsson
1c31f17f89
added regression test for RT #1866 , #1869
2001-10-09 22:58:24 +00:00
Andreas Gustafsson
06365907a0
don't assume perl is in the path
2001-10-09 22:31:39 +00:00
Andreas Gustafsson
094d1d9a27
the tkey test would randomly fail due to key IDs with a leading
...
zero being interpreted as octal numbers
2001-10-09 22:24:24 +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
4cef36044c
style
2001-10-05 17:08:09 +00:00
Danny Mayer
290e1b94e4
Code cleanup. Checks now for out-of-memory errors on mallocs, and privides additional error information on failure. Fixed missing Done message in GUI
2001-10-05 05:45:52 +00:00
Andreas Gustafsson
94ce9c52fb
Improve error messages printed by dnssec tools when compiled
...
without crypto support (patch from Olafur)
2001-10-04 23:48:16 +00:00
Andreas Gustafsson
ed2cefaf0e
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-04 23:29:41 +00:00
Bob Halley
678be98a63
ok, the prototypes really *do* agree totally now!
2001-10-04 07:02:28 +00:00
Bob Halley
f216f79834
make prototype of get_reverse() match the code
2001-10-04 06:56:37 +00:00
Danny Mayer
cddaf5def3
Change macro RESOLVCONF to RESOLV_CONF. This allows Win32 to pick up the real location of resolv.conf through ntpaths.c. Otherwise location defaults to Unix location [RT #1833 ]
2001-10-04 03:20:23 +00:00
Andreas Gustafsson
ff9cad0802
removed trailing space from usage message
2001-10-02 22:54:26 +00:00
Andreas Gustafsson
6a252184e2
80 columns
2001-10-02 22:53:35 +00:00
Andreas Gustafsson
08bed4d70a
Reverted accidental bulk commit with log message of "%"
2001-10-02 17:20:46 +00:00
Andreas Gustafsson
e1fdebdcc8
%
2001-10-02 01:09:08 +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
Andreas Gustafsson
93b9133cfa
The -t option of wire_test now causes it to use, not just ignore,
...
the length field of a TCP message, and to process multiple
TCP messages if present.
2001-09-29 18:23:56 +00:00
Andreas Gustafsson
84b0ad0959
style
2001-09-29 00:01:44 +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
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