Mark Andrews
8173a963d2
#if (result) should have been #if (result == ISC_R_SUCCESS) otherwise we
...
would fail to replace the keys if they changed.
Add the IPv4 any control before the IPv6 any control.
2001-08-06 01:03:53 +00:00
Mark Andrews
ee8a5c01e2
only call get_key_info() in update_listener() if control != NULL.
2001-08-04 07:49:38 +00:00
Mark Andrews
9bac746a3c
keyless inet controls triggered assertion. [RT#1566]
2001-08-04 07:38:06 +00:00
Andreas Gustafsson
89209405b7
spacing
2001-08-03 21:44:45 +00:00
Andreas Gustafsson
b4b47bf187
simplified by using dns_acl_any()
2001-08-03 20:05:42 +00:00
Brian Wellington
f5862b6f22
fix warning
2001-08-03 18:39:50 +00:00
Andreas Gustafsson
1bcdcce64b
simplified by using dns_acl_any()
2001-08-03 18:28:48 +00:00
Brian Wellington
3dfc806ddf
fix key algorithm checks
2001-08-03 18:12:08 +00:00
Andreas Gustafsson
f8c304e5a5
removed comment stating that 'For this reason,
...
the automagic key is not regenerated on each reload', which is no longer
applicable since automagic keys are no longer regenerated
by the server at all
2001-08-03 18:03:02 +00:00
Brian Wellington
337a8fe16a
Add Danny's name to the authors.bind list
2001-08-03 17:58:18 +00:00
Andreas Gustafsson
7dac8d231c
the server would catch an assertion failure if the key statement in rndc.key
...
was missing the algorithm or secret clause
2001-08-03 17:24:11 +00:00
Mark Andrews
326bcfa0e2
rndc.key support
2001-08-03 05:56:22 +00:00
Danny Mayer
a59a1d313a
Updated .mak files to remove dependancies
2001-08-02 07:05:43 +00:00
Andreas Gustafsson
b76883e1cc
issue a more descriptive error message when multiple conflicting
...
forwarding policies are configured
2001-07-31 19:22:51 +00:00
Danny Mayer
ed1f8b162a
added named.key file path to global variable
2001-07-27 05:02:11 +00:00
Brian Wellington
26a5f97dd8
Don't refer to keys as "TSIG keys", since they might be used for rndc only,
...
and this could be confusing.
2001-07-26 20:54:35 +00:00
Brian Wellington
ee3ab6063d
945. [func] Add the new view-specific options
...
"match-destinations" and "match-recursive-only".
2001-07-26 20:42:46 +00:00
Danny Mayer
922a15c7c0
Changes to support win32
2001-07-26 03:15:16 +00:00
Andreas Gustafsson
4eb5d27bae
issue a more specific error message when there is a problem with the
...
root hints file (such as it not existing)
2001-07-23 17:31:33 +00:00
Brian Wellington
a5b9c2b208
943. [bug] The server could crash when receiving a command
...
via rndc if the configuration file listed only
nonexistent keys in the controls statement. [RT #1530 ]
2001-07-23 01:01:31 +00:00
Danny Mayer
78346b6670
Added make file
2001-07-22 06:04:35 +00:00
Andreas Gustafsson
9bf5a10fbd
coding style
2001-07-18 18:42:48 +00:00
Andreas Gustafsson
9fe9eb9ee5
coding style; removed unused static function
2001-07-18 18:42:13 +00:00
Danny Mayer
8423783bd0
Initial win32 support
2001-07-18 03:43:18 +00:00
Andreas Gustafsson
6529f9ffb6
use isc_file_ischdiridempotent()
2001-07-16 18:33:30 +00:00
Andreas Gustafsson
7dd2d8b1ff
use isc_file_absolutepath()
2001-07-16 17:32:49 +00:00
Brian Wellington
9f5423a840
If the server was built without openssl, ignore trusted keys.
2001-07-11 22:22:37 +00:00
Brian Wellington
ed3418751e
The 'stopping command channel on 127.0.0.1#953' message could be printed
...
multiple times on shutdown.
2001-07-05 18:39:14 +00:00
Andreas Gustafsson
8ee6b68d4f
brace style
2001-07-05 17:01:40 +00:00
Brian Wellington
c2da4f9d8a
The controls statement didn't support multiple keys (in 9.2). It does now,
...
although it's suboptimal - since the control message doesn't have a key
name, it just tries each key until it finds one that successfully decodes
the message.
2001-07-04 03:54:55 +00:00
Andreas Gustafsson
4a0b9bb051
signed/unsigned int pointer mismatch caused compiler warning on Tru64
2001-06-29 23:34:40 +00:00
Mark Andrews
b52c49c6e1
lower unknown class/view to DEBUG(1)
2001-06-28 02:39:46 +00:00
Mark Andrews
fa10bed228
remove "gross hack" as per request.
2001-06-28 01:08:24 +00:00
Mark Andrews
f08378699a
gross hack to set isc_mem_debugging as it needs to be set before any
...
isc_mem_create() calls.
2001-06-27 23:50:50 +00:00
Mark Andrews
235839b7ef
All memory debugging flags to be set from the command line.
2001-06-27 23:30:22 +00:00
Andreas Gustafsson
07c336a9a8
912. [bug] Attempts to set the 'additional-from-cache' or
...
'additional-from-auth' option to 'no' in a
server with recursion enabled will now
be ignored and cause a warning message.
[RT #1145 ]
2001-06-26 23:53:39 +00:00
Andreas Gustafsson
6a7a69e9f7
905. [bug] Creating a forward "zone" for the root domain
...
did not work. [RT #1418 ]
2001-06-18 20:03:48 +00:00
Andreas Gustafsson
045c9678e2
log zone/class when denying zone transfers
...
(patch posted to bind9-users by Mark Mentovai <mark-list@mentovai.com >
2001-06-18 19:04:32 +00:00
Andreas Gustafsson
5465e5f7dd
query_getzonedb() formatted the domain name and class being queried
...
for at least once for every query to authoritative data, whether or not a log
message was actually printed, which adversely affected query performance
2001-06-15 23:28:29 +00:00
Andreas Gustafsson
0eace215bd
"\0" is a rather strange way of representing the empty string
2001-06-15 23:25:20 +00:00
Andreas Gustafsson
30751145f8
don't warn about the server not istening on any interface if lwresdonly
2001-06-15 23:18:04 +00:00
Andreas Gustafsson
27ee1d06e9
typo
2001-06-15 22:35:42 +00:00
Andreas Gustafsson
1d9ab72131
902. [bug] The -d option was ignored if both -t and -g were also
...
specified.
2001-06-14 14:14:17 +00:00
Andreas Gustafsson
8de7014e56
removed CVS Id from machine-generated man page files -- it is no longer needed
...
now that they are ignored by update_copyrights
2001-06-11 19:02:45 +00:00
David Lawrence
cd7e84891c
wrapped a long line, tried to address the $Id$ issue again
2001-06-10 19:54:07 +00:00
David Lawrence
8fe938e6d9
rewrote "$Id$" cvs keyword as "$Id: $" so it is properly expanded by cvs
2001-06-10 13:57:53 +00:00
Brian Wellington
fb64c9cf75
check for hmac-md5.sig-alg.reg.int as well as just hmac-md5 in key statements.
2001-06-10 02:37:08 +00:00
David Lawrence
6112718b0d
896. [bug] If a configuration file is set on named's command line
...
and it has a relative pathname, the current directory
(after any possible jailing resulting from named -t)
will be prepended to it so that reloading works
properly even when a directory option is present.
2001-06-08 23:52:21 +00:00
Andreas Gustafsson
841179549b
889. [port] Eliminated blank lines before .TH in nroff man
...
pages since they cause problems with some versions
of nroff. [RT #1390 ]
2001-06-08 19:33:02 +00:00
Andreas Gustafsson
ed0e1ae6bc
863. [bug] If an error occurred while an outgoing zone transfer
...
was starting up, the server could access a domain
name that had already been freed when logging a
message saying that the transfer was starting.
[RT #1383 ]
2001-06-07 18:18:24 +00:00