Commit Graph
4941 Commits
Author SHA1 Message Date
Evan Hunt d97dd31599 revert prior change; the API wasn't updated, only a static function was 2008-03-05 21:42:45 +00:00
Evan Hunt 2d886db90f releasing 9.3.5rc2 2008-03-04 01:00:07 +00:00
Evan Hunt 72197bed03 Fix build error: parameter type was changed in the prototype but not in
the function header.
2008-02-19 17:10:55 +00:00
Mark Andrews a05cae6d35 2238. [bug] check_ds() could be called with a non DS rdataset.
[RT #17598]
2008-02-18 23:08:27 +00:00
Automatic Updater 3a99b15a3b update copyright notice 2008-02-05 23:45:38 +00:00
Mark Andrews 89cdd1df3c 2328. [bug] Add AAAA addresses for A.ROOT-SERVERS.NET,
F.ROOT-SERVERS.NET, H.ROOT-SERVERS.NET,
                        J.ROOT-SERVERS.NET, K.ROOT-SERVERS.NET and
                        M.ROOT-SERVERS.NET.
2008-02-05 03:29:07 +00:00
Evan Hunt f42d2c9abd Update API files for 9.3.5rc1 release 2008-01-29 22:18:04 +00:00
Automatic Updater 2df8b98734 update copyright notice 2008-01-24 23:45:28 +00:00
Mark Andrews 5c93f443de 2321. [bug] Silence Coverity warnings in lib/dns/master.c,
lib/dns/rbtdb.c, lib/isccfg/namedconf.c,
                        lib/dns/tsig.c and bin/dnssec/dnssec-signzone.c.
2008-01-24 13:06:47 +00:00
Automatic Updater 7d4a878ba7 update copyright notice 2008-01-22 23:26:40 +00:00
Mark Andrews aa4681bfe2 2319. [bug] Silence Coverity warnings in
lib/dns/rdata/in_1/apl_42.c. [RT #174]
2008-01-22 23:21:16 +00:00
Mark Andrews 68461c7c6a 2313. [cleanup] Silence Coverity warnings. Handle private stacks.
[RT #17447] [RT #17478]
2008-01-22 01:42:25 +00:00
Automatic Updater 6452b4fe60 update copyright notice 2008-01-17 23:45:28 +00:00
Automatic Updater bb43cee996 update copyright notice 2008-01-16 23:45:27 +00:00
Mark Andrews 59bb4e3ec5 2307. [bug] Remove infinite loop from lib/dns/sdb.c. [RT #17496] 2008-01-16 21:58:29 +00:00
Automatic Updater fce2de524a update copyright notice 2008-01-15 23:45:32 +00:00
Mark Andrews 4d1a442f75 2304. [bug] Check returns from all dns_rdata_tostruct() calls.
[RT #17460]
2008-01-15 01:13:03 +00:00
Automatic Updater 5cf7059f70 update copyright notice 2008-01-02 23:45:33 +00:00
Mark Andrews f27d63b090 remove test"#define inline" 2008-01-02 06:09:51 +00:00
Mark Andrews 4fb38bd451 2283. [bug] TSIG keys were not attaching to the memory
context.  TSIG keys should use the rings
                        memory context rather than the clients memory
                        context. [RT #17377]
2008-01-02 04:46:49 +00:00
Evan Hunt 13b6b67fe5 Bumping library api versions for 9.3.5b1 release 2007-12-06 18:28:37 +00:00
Mark Andrews 389ac8aab0 2273. [bug] Adjust log level to WARNING when saving inconsistant
stub/slave master and journal files. [RT# 17279]
2007-12-02 22:31:33 +00:00
Mark Andrews e15a3cf717 miss applied hunk 2007-12-02 21:24:50 +00:00
Mark Andrews 789d3bcb49 2270. [bug] dns_db_closeversion() version->writer could be reset
before it is tested. [RT #17290]
2007-12-02 20:39:48 +00:00
Mark Andrews e6ce766900 2258. [bug] Fallback from IXFR/TSIG to SOA/AXFR/TSIG broken.
[RT #17241]
2007-10-31 01:59:03 +00:00
Mark Andrews 2bce032ba3 2255. [bug] L.ROOT-SERVERS.NET is now 199.7.83.42. 2007-10-30 23:48:05 +00:00
Evan Hunt f4762fcad9 Fix several errors reported by Coverity. [rt17160] 2007-09-24 17:26:10 +00:00
Mark Andrews f04c17137b 2245. [bug] Validating lack of DS records at trust anchors wasn't
working. [RT #17151]
2007-09-19 03:41:33 +00:00
Mark Andrews 0448ed5d25 2238. [bug] It was possible to trigger a REQUIRE when a
validation was cancelled. [RT #17106]
2007-09-14 06:08:25 +00:00
Mark Andrews a7faeb01e4 2236. [bug] dnssec-signzone failed to preserve the case of
of wildcard owner names. [RT #17085]
2007-09-14 05:21:56 +00:00
Mark Andrews 624f83d8a4 2232. [bug] dns_adb_findaddrinfo() could fail and return
ISC_R_SUCCESS. [RT #17137]
2007-09-11 02:22:36 +00:00
Mark Andrews 39dc76a38e 2230. [bug] We could INSIST reading a corrupted journal.
[RT #17132]
2007-09-07 05:25:37 +00:00
Mark Andrews 92cfa37c08 silence warning message 2007-09-02 23:05:06 +00:00
Mark Andrews 32b80357ef silence waring message 2007-08-30 23:51:47 +00:00
Mark Andrews e226dac88b complete 2225. [bug] Fix build error. [RT #17124] 2007-08-30 22:41:10 +00:00
Evan Hunt dc0b6c4b41 Fix build error: reference to a routine that doesn't exist in bind93x [rt17124] 2007-08-30 17:46:57 +00:00
Mark Andrews caab1c53fe 2224. [bug] Defer journal compaction if a xfrin is in progress.
[RT #17119]

2223.   [bug]           Make a new journal when compacting. [RT #17119]
2007-08-30 05:17:48 +00:00
Automatic Updater 10eef33fc6 update copyright notice 2007-08-28 07:19:18 +00:00
Mark Andrews 81067e90d6 2221. [bug] Set the event result code to reflect the actual
record returned to caller when a cache update is
                        rejected due to a more credible answer existing.
                        [RT #17017]
2007-08-28 02:29:07 +00:00
Automatic Updater 4851d3ab04 update copyright notice 2007-08-27 23:45:58 +00:00
Mark Andrews 033d6a1bd6 2218. [bug] Remove unnecessary REQUIRE from dns_validator_create().
[RT #16976]
2007-08-27 04:48:09 +00:00
Mark Andrews 5827b4fdfb 2216. [cleanup] Fix a number of errors reported by Coverity.
[RT #17094]
2007-08-27 03:40:01 +00:00
Mark Andrews 40c8ecc0fa 2214. [bug] Deregister OpenSSL lock callback when cleaning
up. [RT #17098]
2007-08-27 03:12:53 +00:00
Mark Andrews 5fdde4ba84 2210. [bug] Deleting class specific records via UPDATE could
fail.  [RT #17074]
2007-08-14 00:31:32 +00:00
Mark Andrews 5ba2fbd94a silence "Different types treated as unsigned for >." warning 2007-06-27 04:20:12 +00:00
Automatic Updater 87f44cc52c update copyright notice 2007-06-26 23:45:54 +00:00
Mark Andrews 6019bdb044 replace gettimeofday with isc_time_now 2007-06-26 06:08:15 +00:00
Mark Andrews e6ecafcb9d s/u_int16_t/isc_uint16_t/ 2007-06-26 04:57:06 +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 9cc89798c8 2200. [bug] The search for cached NSEC records was stopping to
early leading to excessive DLV queries. [RT #16930]
2007-06-19 06:24:46 +00:00