Mark Andrews
ad9c9eb83f
check-name -> check-names
2006-09-29 06:33:00 +00:00
Mark Andrews
1cd62e9b85
2083. [port] win32: Visual C++ 2005 support.
2006-09-27 00:29:46 +00:00
Mark Andrews
0a74367fc7
regen
2006-09-13 02:56:54 +00:00
Mark Andrews
5fdd1e51a5
2082. [doc] Document 'cache-file' as a test only option.
2006-09-13 00:20:50 +00:00
Mark Andrews
7185e0dc18
2066. [security] Handle SIG queries gracefully. [RT #16300 ]
2006-08-31 03:57:05 +00:00
Mark Andrews
f80a45d8fd
regen
2006-08-31 00:19:33 +00:00
Mark Andrews
370671e775
2078. [bug] dnssec-checkzone output style "default" was badly
...
named. It is now called "relative". [RT #16326 ]
2077. [bug] 'dnssec-signzone -O raw' wasn't outputing the
complete signed zone. [RT #16326 ]
2006-08-30 23:01:54 +00:00
Mark Andrews
e9b4fcf8b0
update copyright notice
2006-08-25 05:25:51 +00:00
Mark Andrews
5ccb202517
2076. [bug] Several files were missing #include <config.h>
...
causing build failures on OSF. [RT #16341 ]
2006-08-24 00:44:24 +00:00
Mark Andrews
b969b94000
update copyright notice
2006-08-16 23:54:34 +00:00
Mark Andrews
6922bfb2c9
2072. [bug] We were not generating valid HMAC SHA digests.
...
[RT #16320 ]
2006-08-16 03:18:14 +00:00
Mark Andrews
17e2791acc
2067. [bug] 'rndc' could close the socket too early triggering
...
a INSIST under Windows. [RT #16317 ]
2006-08-04 03:03:41 +00:00
Mark Andrews
f5a79017a9
2062. [bug] 'dig +nssearch' was reusing a buffer before it had
...
been returned by the socket code. [RT #16307 ]
2006-08-01 00:54:38 +00:00
Mark Andrews
0c1d76c634
2060. [bug] Enabling DLZ support could leave views partially
...
configured. [RT #16295 ]
2006-07-24 05:52:44 +00:00
Mark Andrews
722166b332
2057. [bug] Make setting "ra" dependent on both allow-query-cache
...
and allow-recursion. [RT #16290 ]
2006-07-22 01:02:36 +00:00
Mark Andrews
79ab60d813
2056. [bug] dig: ixfr= was not being treated case insensitively
...
at all times. [RT #15955 ]
2006-07-21 23:52:21 +00:00
Mark Andrews
487c21e0af
2055. [bug] Missing goto after dropping multicast query.
...
[RT #15944 ]
2006-07-21 23:40:30 +00:00
Mark Andrews
db64b3f457
add libisccfg.lib
2006-07-21 07:38:47 +00:00
Mark Andrews
64ddcea7b6
add libisccfg.lib
2006-07-21 07:32:40 +00:00
Mark Andrews
7a2c0ad40d
add lib/isccfg/include
2006-07-21 07:06:41 +00:00
Mark Andrews
fae5141c93
update copyright notice
2006-07-21 02:05:57 +00:00
Mark Andrews
d97313886d
2054. [port] freebsd: do not explicitly link against -lpthread.
...
[RT #16170 ]
2006-07-20 05:48:55 +00:00
Mark Andrews
1a561dfd3d
2052. [bug] 'rndc' improve connect failed message to report
...
the failing address. [RT #15978 ]
2006-07-20 03:45:15 +00:00
Mark Andrews
41f4a6a513
update copyright notice
2006-07-20 01:10:30 +00:00
Mark Andrews
6370768e52
2047. [bug] Failed to initialise the interface flags to zero.
...
[RT #16245 ]
2006-07-19 00:12:14 +00:00
Mark Andrews
f96692e626
regen
2006-06-29 13:03:03 +00:00
Mark Andrews
2f0ce820e9
update copyright notice
2006-06-09 23:50:54 +00:00
Mark Andrews
d7177afbc2
2043. [port] nsupdate/nslookup: Force the flushing of the prompt
...
for interactive sessions. [RT#16148]
2006-06-09 07:30:28 +00:00
Mark Andrews
d123f89780
update copyright notice
2006-06-09 00:54:08 +00:00
Mark Andrews
8847465cca
2042. [bug] named-checkconf was incorrectly rejecting the
...
logging category "config". [RT #16117 ]
2006-06-08 01:43:00 +00:00
Mark Andrews
f5b06d2a02
2039. [func] Check that all buffers passed to the socket code
...
have been retrieve when the socket event is freed.
[RT #16122 ]
2038. [bug] dig/nslookup/host was unlinking from wrong list
when handling errors. [RT #16122 ]
2006-06-06 00:56:09 +00:00
Mark Andrews
0e17d86272
update copyright notice
2006-06-06 00:11:41 +00:00
Mark Andrews
5db4fd3a18
2036. [bug] 'rndc recursing' could cause trigger a REQUIRE.
...
[RT #16075 ]
2006-06-05 00:13:29 +00:00
Mark Andrews
9607ed2edf
2033. [bug] We wern't creating multiple client memory contexts
...
on demand as expected. [RT #16095 ]
2006-05-29 01:26:43 +00:00
Mark Andrews
4b0ee0ba86
2032. [bug] Remove a INSIST in query_addadditional2(). [RT #16074 ]
2006-05-26 02:48:26 +00:00
Mark Andrews
a3f85746be
2031. [bug] Emit a error message when "rndc refresh" is called on
...
a non slave/stub zone. [RT # 16073]
2006-05-24 04:30:43 +00:00
Mark Andrews
7c7ca945e9
2029. [bug] host printed out the server multiple times when
...
specified on the command line. [RT #15992 ]
2006-05-23 04:40:42 +00:00
Mark Andrews
86c4403666
2026. [bug] Rate limit the two recursive client exceeded messages.
...
[RT #16044 ]
2006-05-18 03:14:03 +00:00
Mark Andrews
72a28d8eba
2022. [bug] If dnssec validation is disabled only assert CD if
...
CD was requested. [RT #16037 ]
2021. [bug] dnssec-enable no; triggered a REQUIRE. [RT #16037 ]
2006-05-18 02:02:35 +00:00
Mark Andrews
a74224ad1e
regen
2006-05-17 02:38:44 +00:00
Mark Andrews
bb663a73bd
make query-source{-v6} clearer
2006-05-16 06:11:37 +00:00
Mark Andrews
974ea3c6f7
2017. [bug] allow-query default was net correct. [RT #15946 ]
2006-05-16 03:39:57 +00:00
Mark Andrews
bbbdc97ccf
2016. [bug] Return a partial answer if recursion is not
...
allowed but requested and we had the answer
to the original qname. [RT #15945 ]
2006-05-16 03:28:16 +00:00
Mark Andrews
d674eb266a
recusion -> recursion
2006-05-15 06:11:39 +00:00
Mark Andrews
317363c3d7
regen
2006-05-08 15:46:15 +00:00
Mark Andrews
b209b57067
2015. [cleanup] use-additional-cache is now acache-enable for
...
consistancy. Default acache-enable off in BIND 9.4
as it requires memory usage to be configured.
It may be enabled by default in BIND 9.5 once we
have more experience with it.
2006-05-03 01:46:40 +00:00
Mark Andrews
3e6da549e0
regen
2006-04-23 10:12:43 +00:00
Mark Andrews
80b382ff7b
tag mis-match
2006-04-15 22:19:21 +00:00
Mark Andrews
02a387df62
update copyright notice
2006-04-15 01:30:15 +00:00
David Hankins
66da3a511e
2011. [func] dnssec-signzone can now update the SOA record of
...
the signed zone, either as an increment or as the
system time(). [RT #15633 ]
2006-04-13 18:09:46 +00:00