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
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
Brian Wellington
f558da602e
1017. [bug] When specifying TSIG keys to dig and nsupdate using
...
the -k option, they must be HMAC-MD5 keys. [RT #1810 ]
2001-09-27 17:53:39 +00:00
Andreas Gustafsson
8bd6c39d5e
clean more files
2001-09-26 23:33:19 +00:00
Andreas Gustafsson
99f08fc172
ignore more files
2001-09-26 23:29:12 +00:00
Andreas Gustafsson
83515c3462
ifconfig.sh can now be invoked either from bin/tests/system or from the top level directory [RT #1758 ]
2001-09-26 23:16:26 +00:00
Danny Mayer
7e22eec300
Added support for installer to change the account being used rather than uninstalling and reinstalling
2001-09-26 02:22:27 +00:00
Andreas Gustafsson
a4701d3b7e
consistently begin error messages with a lower case letter
2001-09-26 00:38:39 +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
Brian Wellington
f2d88ed98c
clarify help text
2001-09-25 22:47:02 +00:00
Danny Mayer
5044d03efa
Removed generation of Browse file for Win32 release versions
2001-09-25 01:58:48 +00:00
Danny Mayer
ecd67d8109
Updated to add new files into the make
2001-09-25 01:56:43 +00:00
Danny Mayer
53b7400731
Updated Installer to require named run in a specified account with the minimum privileges necessary to run. The account will also be used laterfor file system security and protections.
2001-09-25 01:48:49 +00:00
Danny Mayer
1ebeb6bbf3
Code to get account privilege information, create accounts with minimum privilege required, and validate account exists and has minimum required privilege
2001-09-25 01:46:22 +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
f8d86ef2f6
if network interfaces are not not configured,
...
urge the user to configure them [RT #1757 ]
2001-09-22 01:10:41 +00:00