Commit graph

4939 commits

Author SHA1 Message Date
Mark Andrews
e3b573b7f3 2246. [bug] Make the startup of test servers (ans.pl) more
robust. [RT #17147]
2007-09-24 04:16:48 +00:00
Automatic Updater
0ac5af5388 update copyright notice 2007-09-13 23:45:58 +00:00
Evan Hunt
8334a91b6e Fix some compiler warnings on SCO OSr5 2007-09-13 05:18:55 +00:00
Automatic Updater
10eef33fc6 update copyright notice 2007-08-28 07:19:18 +00:00
Mark Andrews
d12aa0b824 2213. [bug] SIG0 diagnostic failure messages were looking at the
wrong status code. [RT #17101]
2007-08-22 01:00:30 +00:00
Mark Andrews
319b5920c7 add missing 1310 to "#elif _MSC_VER > 1200 && _MSC_VER < 1310" 2007-06-27 01:18:20 +00:00
Mark Andrews
f08cd68a1d 2203. [security] Query id generation was cryptographically weak.
[RT # 16915]
2007-06-26 04:09:42 +00:00
Mark Andrews
0f26f976fa regen 2007-06-20 02:26:25 +00:00
Mark Andrews
c09ec5e889 documentation updates from Jeremy 2007-06-19 07:11:44 +00:00
Automatic Updater
bc16aea153 update copyright notice 2007-06-18 23:45:59 +00:00
Mark Andrews
1fbc81572c spelling s/is/in/ 2007-06-17 23:52:55 +00:00
Mark Andrews
bce5102f05 regen 2007-05-31 23:28:45 +00:00
Mark Andrews
b7255af352 update from jeremy 2007-05-31 22:33:21 +00:00
Mark Andrews
b29934bcce 2193. [port] win32: BINDInstall.exe is now linked statically.
[RT #16906]

2192.   [port]          win32: use vcredist_x86.exe to install Visual
                        Studio's redistributable dlls if building with
                        Visual Stdio 2005 or later.
2007-05-24 01:29:00 +00:00
Automatic Updater
1de1f3d416 update copyright notice 2007-05-18 23:46:00 +00:00
Mark Andrews
6ef6702d40 2187. [bug] query_addds(), query_addwildcardproof() and
query_addnxrrsetnsec() should take a version
                        arguement. [RT #16368]
2007-05-18 06:54:49 +00:00
Mark Andrews
5d4c32d816 2183. [bug] dnssec-signzone didn't handle offline private keys
well.  [RT #16832]
2007-05-18 05:58:49 +00:00
Mark Andrews
5f892c2c7e regen 2007-05-16 06:10:55 +00:00
Mark Andrews
79b17708e2 minor changes from Jeremy [RT #16869] 2007-05-16 01:58:42 +00:00
Mark Andrews
4e365d69f5 s/ENDS/EDNS/ 2007-05-15 22:52:29 +00:00
Mark Andrews
ed65c1a469 s/ENDS/EDNS/ 2007-05-15 21:52:34 +00:00
Mark Andrews
2ceec0bfa1 2180. [cleanup] Remove bit test from 'compress_test' as they
are no longer needed. [RT #16497]
2007-05-15 05:42:20 +00:00
Mark Andrews
ea153228e2 2178. [bug] 'rndc reload' of a slave or stub zone resulted in
a reference leak. [RT #16867]
2007-05-15 02:30:43 +00:00
Mark Andrews
ea0952b6d0 regen 2007-05-09 13:35:37 +00:00
Mark Andrews
63d08d2299 minor changes from Jeremy [RT #16863] 2007-05-09 06:30:13 +00:00
Mark Andrews
ddf779ee2d regen 2007-05-09 03:32:36 +00:00
Mark Andrews
6e0813213c missing <para> 2007-05-09 02:18:06 +00:00
Mark Andrews
927205c1f3 minor man page updates from Jeremy [RT #16859] 2007-05-09 02:06:17 +00:00
Mark Andrews
201f604356 2173. [port] win32: When compiling with MSVS 2005 SP1 we also
need to ship Microsoft.VC80.MFCLOC.
2007-05-01 03:24:46 +00:00
Automatic Updater
9fd12ce000 update copyright notice 2007-04-30 23:45:58 +00:00
Mark Andrews
9c2f3d6620 lost / in comment leader (/*) 2007-04-30 03:05:50 +00:00
Mark Andrews
e034e05c14 2172. [bug] query_addsoa() was being called with a non zone db.
[RT #16834]
2007-04-30 01:36:21 +00:00
Automatic Updater
a2746b1c76 update copyright notice 2007-04-24 23:45:58 +00:00
Evan Hunt
a0a360197e Remove config_only from arguments to dash_option() (added by mistake) 2007-04-24 07:48:49 +00:00
Mark Andrews
be439d7135 2169. [bug] host, nslookup: when reporting NXDOMAIN report the
given name and not the last name searched for.
                        [RT #16763]
2007-04-24 07:39:16 +00:00
Evan Hunt
9d949b8a4d When running in batch mode, dig could misinterpret a server address as a
name to be looked up, causing unexpected output. [RT #16743]
2007-04-24 07:36:13 +00:00
Mark Andrews
5de9c44690 2168. [bug] nsupdate: in non-interactive mode treat syntax errors
as fatal errors. [RT #16785]
2007-04-24 07:13:28 +00:00
Automatic Updater
9459ddefbb update copyright notice 2007-04-03 23:43:25 +00:00
Mark Andrews
98c588a831 2161. [bug] 'rndc flush' could report a false success. [RT #16698] 2007-04-03 00:04:02 +00:00
Automatic Updater
c0a659b353 update copyright notice 2007-03-06 23:45:54 +00:00
Mark Andrews
b2a5eff087 record only 2007-03-06 07:06:30 +00:00
Mark Andrews
e99faa72dd 1589. [func] DNSSEC lookaside validation.
enable-dnssec -> dnssec-enable
2007-03-06 07:05:35 +00:00
Automatic Updater
51f922a21f update copyright notice 2007-03-06 02:11:43 +00:00
Mark Andrews
2d40085857 2156. [bug] Fix node reference leaks in lookup.c:lookup_find(),
resolver.c:validated() and resolver.c:cache_name().
                        Fix a memory leak in rbtdb.c:free_noqname().
                        Make lookup.c:lookup_find() robust against
                        event leaks. [RT #16685]
2007-03-06 00:51:29 +00:00
Automatic Updater
4574b0e6e2 update copyright notice 2007-02-27 23:45:52 +00:00
Mark Andrews
987b201935 2152. [cleanup] Use sizeof(buf) instead of fixed number in
dighost.c:get_trusted_key(). [RT #16678]
2007-02-27 01:07:15 +00:00
Mark Andrews
c10dae996d 2151. [bug] Missing newline in usage message for journalprint.
[RT #16679]
2007-02-27 00:54:24 +00:00
Automatic Updater
3b3a8e10cb update copyright notice 2007-02-26 23:45:55 +00:00
Mark Andrews
52badb459c 2143. [bug] We failed to restart the IPv6 client when the
kernel failed to return the destination the
                        packet was sent to. [RT #16613]
2007-02-26 01:01:08 +00:00
Mark Andrews
7205d14300 update copyright notice 2007-02-14 23:45:42 +00:00