Danny Mayer
51693f0bd9
Added case to ensure that normal cleanup code is run during system shutdown
2002-02-02 00:56:40 +00:00
Brian Wellington
94b4f2728e
rndc unfreeze should reload the zone.
2002-01-30 00:55:15 +00:00
Mark Andrews
0e84be2c52
unsigned char -> char
2002-01-25 03:12:07 +00:00
Brian Wellington
b6279d0b4b
Don't freeze an already frozen zone.
2002-01-24 09:58:42 +00:00
Brian Wellington
b2ca6fd3a8
#1187 was both unclean and broken. Fix it and clean it up.
2002-01-23 08:46:40 +00:00
Mark Andrews
023dd2cfe0
reverse also-notify changes. dns_zone_setalsonotify() has relaxed its calling
...
convention.
Correct INSIST
2002-01-23 02:12:24 +00:00
Andreas Gustafsson
48b0f5ff87
1191. [bug] A dynamic update removing the last non-apex name in
...
a secure zone would fail. [RT #2399 ]
2002-01-22 22:26:45 +00:00
Brian Wellington
cde7dfea4c
1190. [func] Add the "rndc freeze" and"rndc unfreeze" commands.
...
[RT #2394 ]
Basically, "freeze" disables dynamic updates to a zone, syncs the journal
file into the master file, and removes the journal. This allows manual
edits of a dynamic zone file without stopping the server, since the
zone is temporarily considered non-dynamic. "unfreeze" re-enables dynamic
updates to a zone.
So, instead of the old:
rndc stop
edit master file
remove journal
restart server
you can now do:
rndc freeze zone
edit master file
rndc reload zone
rndc unfreeze zone
which doesn't require stopping the server.
About everyone here at the secure dynamic update workshop wanted this.
It will be documented soon.
2002-01-22 22:05:59 +00:00
Andreas Gustafsson
ec52edeff2
missing format string argument; add format checking
2002-01-22 21:45:07 +00:00
Brian Wellington
15033eed4d
make a few dynamic update log messages more informative
2002-01-22 16:05:51 +00:00
Brian Wellington
a5c077e40c
1181. [func] Add the "key-directory" configuration statement,
...
which allows the server to look for online signing
keys in alternate directories.
2002-01-21 11:00:25 +00:00
Mark Andrews
b627356826
re-do:
...
1168. [bug] Empty also-notify clauses were not handled. [RT #2309 ]
2002-01-14 04:16:03 +00:00
Andreas Gustafsson
669e9657c7
Split off the named.conf grammar into a source module separate
...
from the configuration parser, to facilitate reuse of the latter for
parsing non-BIND configuration files
2002-01-04 02:32:16 +00:00
Mark Andrews
9ab461a6ff
1169. [func] Identify recursive queries in the query log.
2001-12-29 05:31:26 +00:00
Mark Andrews
11dbb6dc6b
silently reject MD and MF updates.
2001-12-11 23:53:13 +00:00
Mark Andrews
8e40433e34
1158. [func] Report the client's address when logging notify
...
messages.
2001-12-10 23:09:24 +00:00
Brian Wellington
68d9a8bddf
Fix a typo (I hope) in marka's keys-in-match-* patch.
2001-12-07 01:34:08 +00:00
Andreas Gustafsson
1b1f3fca3a
spacing
2001-12-06 18:55:52 +00:00
Mark Andrews
880723fb13
1157. [func] match-clients and match-destinations now accept
...
keys. [RT #2045 ]
2001-12-06 04:38:51 +00:00
Mark Andrews
3acadb07f4
wrong test to see if snprintf had a too small buffer.
2001-12-01 00:39:22 +00:00
Mark Andrews
cf300e03de
1153. [func] 'rndc {stop|halt} -p' now reports the process id
...
of the instance of named being shutdown.
2001-12-01 00:34:27 +00:00
Andreas Gustafsson
1f1d36a87b
Check return values or cast them to (void), as required by the coding
...
standards; add exceptions to the coding standards for cases where this is
not desirable
2001-11-30 01:59:49 +00:00
Mark Andrews
ef29912666
1147. [func] Set IPV6_IPV6ONLY on IPv6 sockets if supported by
...
the OS. listen-on-v6 { any; }; should no longer
result in IPv4 queries be accepted. Similarly
control { inet :: ... }; should no longer result
in IPv4 connections being accepted. This can be
overridden at compile time by defining
ISC_ALLOW_MAPPED=1.
2001-11-29 13:14:33 +00:00
Brian Wellington
b541c10d04
1141. [bug] When named rejected a control message, it would
...
leak a file descriptor and memory.
2001-11-27 21:51:31 +00:00
Mark Andrews
60213f2815
1139. [func] It is now possible to flush a given name from the
...
caches via 'rndc flushname name [view]'. [RT #2051 ]
2001-11-27 04:06:17 +00:00
Andreas Gustafsson
f1b6872550
Do not put a space before ';' when terminating a statement or in a 'for' statement.
2001-11-27 00:56:32 +00:00
Andreas Gustafsson
6b31d9c568
1136. [bug] CNAME records synthesized from DNAMEs did not
...
have a TTL of zero as required by RFC2672
[RT #2129 ]
2001-11-26 22:54:16 +00:00
Mark Andrews
ee80f45064
1135. [func] You can now override the default syslog() facility for
...
named/lwresd at compile time. [RT #1982 ]
2001-11-23 01:15:07 +00:00
Danny Mayer
c2cee22ec1
Added builtin.c to build
2001-11-22 03:12:00 +00:00
Danny Mayer
7869e8ad05
Braces were missing when isc__strerror was added
2001-11-22 03:11:01 +00:00
Danny Mayer
d5f394f4c4
Change strerror references to use isc__strerror [RT #1689 ]
2001-11-21 05:07:25 +00:00
Andreas Gustafsson
d2e371201c
the named.conf options block should not apply to the built-in views
2001-11-20 22:30:35 +00:00
Andreas Gustafsson
6af3a0d53c
properly quote embedded newlines in string
2001-11-20 18:46:43 +00:00
Mark Andrews
4072dfb9b8
1132. [func] Improve UPDATE prerequisite failure diagnotic messages.
2001-11-20 05:04:41 +00:00
Andreas Gustafsson
17453368fa
Reimplemented the built-in CHAOS zones using sdb.
2001-11-20 01:18:15 +00:00
Danny Mayer
33b8775d3a
Updated to support tree organization changes and to support the lib/bind9 library code
2001-11-18 03:11:06 +00:00
Danny Mayer
0021672451
Added proper code for retrieving the hostname
2001-11-18 03:03:42 +00:00
Andreas Gustafsson
cde2f4dabe
style
2001-11-16 23:58:39 +00:00
Andreas Gustafsson
92094d44a2
1131. [bug] The match-destinations view option did not work with
...
IPv6 destinations. [RT #2073 , #2074 ]
2001-11-16 20:01:57 +00:00
Andreas Gustafsson
f547209bf6
more leftovers
2001-11-14 23:16:49 +00:00
Andreas Gustafsson
ca1ecf38c6
forgot to remove an UNLOCK() in previous change
2001-11-14 23:15:22 +00:00
Andreas Gustafsson
31f6e44dca
1126. [bug] The server could access a freed event if shut
...
down while a client start event was pending
delivery. [RT #2061 ]
2001-11-14 22:00:22 +00:00
Andreas Gustafsson
fbdbb3e8fa
spacing
2001-11-14 19:11:06 +00:00
Andreas Gustafsson
10a6442013
typo
2001-11-14 02:03:43 +00:00
Mark Andrews
80dd46d7aa
1113. [bug] allow-update/allow-update-forwarding did not work
...
when specified in a view. [RT #2014 ]
2001-11-08 05:36:23 +00:00
Andreas Gustafsson
66923d616a
spacing
2001-11-07 23:01:41 +00:00
Mark Andrews
773e64ec15
try-edns is no more
2001-11-07 04:25:19 +00:00
Mark Andrews
be9932698b
max-adb-size is no more.
...
1073. [bug] The adb cache should also be space driven.
[RT #1915 , #1938 ]
2001-11-07 03:52:20 +00:00
Brian Wellington
0e40083fdd
@DNS_OPENSSL_LIBS@ -> @DNS_CRYPTO_LIBS@
2001-11-06 20:05:13 +00:00
Andreas Gustafsson
5cd7e9d4db
1083. [bug] The default control channel listened on the
...
wildcard adress, not the loopback as documented.
2001-10-31 19:35:19 +00:00