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
4ca54c8f3b
ns5 is the incorrectly configured server, not ns4.
2002-02-01 01:56:00 +00:00
Brian Wellington
94b4f2728e
rndc unfreeze should reload the zone.
2002-01-30 00:55:15 +00:00
Brian Wellington
f29583dca7
mention freeze & unfreeze in the usage
2002-01-30 00:20:50 +00:00
Brian Wellington
8fb0f1fa42
regen
2002-01-29 23:30:32 +00:00
Brian Wellington
a20b2c5f53
document SIG(0) support.
2002-01-29 23:30:12 +00:00
Mark Andrews
0e84be2c52
unsigned char -> char
2002-01-25 03:12:07 +00:00
Mark Andrews
3e69f0cd72
pullup:
...
1072. [bug] The TCP client quota could be exceeded when
recursion occurred. [RT #1937 ]
2002-01-24 23:09:15 +00:00
Mark Andrews
c592760e76
pullup:
...
1071. [bug] Sockets listening for TCP DNS connections
specified an excessive listen backlog. [RT #1937 ]
2002-01-24 22:59:07 +00:00
Mark Andrews
f64f89606f
pullup:
...
nsupdate should not take octal and hex TTLs
2002-01-24 21:59:51 +00:00
Andreas Gustafsson
3f25cb17e3
pullup:
...
1070. [bug] Copy DNSSEC OK (DO) to response as specified by
draft-ietf-dnsext-dnssec-okbit-03.txt.
2002-01-24 19:00:27 +00:00
Andreas Gustafsson
e2352fb8cd
pullup:
...
995. [bug] dig, host, nslookup: using a raw IPv6 address as a
target address should be fatal on a IPv4 only system.
2002-01-24 18:42:29 +00:00
Andreas Gustafsson
21b4f15c60
pullup:
...
1109. [bug] nsupdate accepted illegal ttl values.
2002-01-24 18:32:25 +00:00
Brian Wellington
b6279d0b4b
Don't freeze an already frozen zone.
2002-01-24 09:58:42 +00:00
Mark Andrews
f27e47b5ff
pullup:
...
1014. [bug] Some queries would cause statistics counters to
increment more than once or not at all. [RT #1321 ]
2002-01-24 04:22:58 +00:00
Mark Andrews
2a091ec932
pullup:
...
988. [bug] 'additional-from-auth no;' did not work reliably
in the case of queries answered from the cache.
[RT #1436 ]
2002-01-24 03:49:04 +00:00
Mark Andrews
9445e10377
1012. [bug] The -p option to named did not behave as documented.
2002-01-24 03:06:25 +00:00
Andreas Gustafsson
fff1dbdf55
pullup:
...
1166. [bug] "Not Implemented" should be reported as NOTIMP,
not NOTIMPL. [RT #2281 ]
2002-01-23 17:57:51 +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
Brian Wellington
99df95697c
pullup:
...
1191. [bug] A dynamic update removing the last non-apex name in
a secure zone would fail. [RT #2399 ]
2002-01-23 08:17:55 +00:00
Mark Andrews
feed58ca64
pullup:
...
add format checking
2002-01-23 03:02:28 +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
413463f215
pullup:
...
wrong test to see if snprintf had a too small buffer.
2002-01-23 02:11:32 +00:00
Andreas Gustafsson
a7859ded82
1175. [bug] named-checkzone failed to call dns_result_register()
...
at startup which could result in runtime
exceptions when printing "out of memory" errors.
[RT #2335 ]
(The named-checkconf.c change was not pulled up; it is not applicable
to the 9.2 branch because the 9.2 named-checkconf.c does not link
with libdns)
2002-01-22 23:34:56 +00:00
Andreas Gustafsson
473ca0bf8c
Added RT #2399 regression test
2002-01-22 22:27:29 +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
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
700847b76c
spelling
2001-11-30 01:10:09 +00:00