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
Brian Wellington
2ca556300b
1180. [func] dnssec-keygen should always generate keys with
...
protocol 3 (DNSSEC), since it's less confusing
that way.
2002-01-21 10:13:20 +00:00
Brian Wellington
97527fc03c
1179. [func] Add SIG(0) support to nsupdate.
2002-01-21 07:59:15 +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
Mark Andrews
e9472e9f18
1175. [bug] named-checkzone and named-checkconf failed to call
...
dns_result_register() at startup which could
result in runtime exceptions when printing
"out of memory" errors. [RT #2335 ]
2002-01-14 01:42:04 +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
da5d1cf1b1
1164. [bug] "Not Implemented" should be reported as NOTIMP.
2001-12-19 12:16:47 +00:00
Mark Andrews
2c63b97c09
update tests for MD and MF know longer being loadable
2001-12-12 06:24:11 +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
e57e32e575
restructuring - build the nxt chain independently from the signing process
2001-12-08 00:38:40 +00:00
Brian Wellington
8740bb8af0
remove #defines that shouldn't be there.
2001-12-07 01:55:42 +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
fdba3257ce
one more ignored return value
2001-11-30 02:09:48 +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
Andreas Gustafsson
d5cc778a3e
tweaked messages
2001-11-30 01:09:11 +00:00
Andreas Gustafsson
242bba8991
1151. [bug] nslookup failed to check that the arguments to
...
the port, timeout, and retry options were
valid integers and in range. [RT #2099 ]
1150. [bug] named incorrectly accepted TTL values
containing plus or minus signs, such as
1d+1h-1s.
1149. [func] New function isc_parse_uint32().
2001-11-30 01:02:18 +00:00
Mark Andrews
02bdc23f8e
1148. [func] 'rndc-confgen -a' provide positive feedback.
2001-11-29 23:17:22 +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
Andreas Gustafsson
06a949d2ce
1145. [func] host no longer reports a NOERROR/NODATA response
...
by printing nothing. [RT #2065 ]
2001-11-29 01:21:19 +00:00
Andreas Gustafsson
db080b7310
need <isc/print.h>
2001-11-29 01:14:35 +00:00
Andreas Gustafsson
9ecb35e7d4
Rewrote code that prints the silly human-readable RR type names to
...
handle all possible RR types, and made it much smaller in the process
2001-11-29 01:08:43 +00:00
Brian Wellington
6785447aaf
use dns_diff_applysilently
2001-11-29 00:39:07 +00:00
Brian Wellington
0b81e99ddf
1144. [bug] rndc-confgen would crash if both the -a and -t
...
options were specified. [RT #2159 ]
2001-11-28 21:44:19 +00:00
Andreas Gustafsson
5c898d95dc
regenerated
2001-11-28 02:52:31 +00:00
Andreas Gustafsson
cd801a4ed8
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 02:46:21 +00:00
Brian Wellington
8771fbe4a2
1142. [bug] dnssec-signzone would fail to delete temporary files
...
in some failure cases. [RT #2144 ]
2001-11-27 22:08:58 +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
Andreas Gustafsson
c01237c6bc
1140. [bug] rndc-confgen did not accept IPv6 addresses as arguments
...
to the -s option. [RT #2138 ]
2001-11-27 20:59:52 +00:00
Andreas Gustafsson
e181d9899b
regenerated
2001-11-27 18:56:18 +00:00
Andreas Gustafsson
06a316a2fe
command example was missing TTL (reported in private email by Bdale Garbee <bdale@gag.com>
2001-11-27 18:55:20 +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
91cd0f93ad
sizeof style
2001-11-27 01:56:32 +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
Andreas Gustafsson
acf6bcebf9
style
2001-11-22 02:18:52 +00:00
Andreas Gustafsson
9a762177e6
style
2001-11-22 01:59:02 +00:00
Andreas Gustafsson
27f9274cb4
nsupdate should not take octal and hex TTLs
2001-11-22 00:59:18 +00:00