Mark Andrews
c5f5e28dcd
portability fixes backported from change 2987
2011-03-28 05:09:29 +00:00
Mark Andrews
08ac7f3da1
unsigned constants
2011-03-28 03:46:00 +00:00
Evan Hunt
de9953980e
3092. [bug] Signatures for records at the zone apex could go
...
stale due to an incorrect timer setting. [RT #23769 ]
3091. [bug] Fixed a bug in which zone keys that were published
and then subsequently activated could fail to trigger
automatic signing. [RT #22991 ]
2011-03-25 23:54:34 +00:00
Mark Andrews
53d275bcf7
3083. [bug] NOTIFY messages were not being sent when generating
...
a NSEC3 chain incrementally. [RT #23702 ]
2011-03-21 01:08:12 +00:00
Francis Dupont
89a68a7d46
introduce STDTIME_ON_32BITS
2011-03-18 09:07:02 +00:00
Mark Andrews
f48478f001
3077. [bug] zone.c:zone_refreshkeys() incorrectly called
...
dns_zone_attach(), use zone->irefs instead. [RT #23303 ]
2011-03-17 05:30:21 +00:00
Mark Andrews
8a5052e802
3075. [bug] dns_dnssec_findzonekeys{2} used a inconsistant
...
timestamp when determining which keys are active.
[RT #23642 ]
2011-03-17 01:22:27 +00:00
Mark Andrews
9a350f520a
3074. [bug] Make the adb cache read through for zone data and
...
glue learn for zone named is authoritative for.
[RT #22842 ]
2011-03-13 03:38:49 +00:00
Automatic Updater
88a65863a5
update copyright notice
2011-03-12 04:58:33 +00:00
Mark Andrews
ec9d326340
3073. [bug] managed-keys changes were not properly being recorded.
...
[RT #20256 ]
2011-03-11 13:24:36 +00:00
Mark Andrews
526b51ec93
3069. [cleanup] Silence warnings messages from clang static analysis.
...
[RT #20256 ]
2011-03-11 07:12:03 +00:00
Mark Andrews
b44a3cb109
pkey is only used if USE_ENGINE is defined or USE_EVP is 1
2011-03-11 02:54:07 +00:00
Evan Hunt
d7112a033e
Reversing prior change, turns out not to be legal on all compilers.
2011-03-11 01:28:29 +00:00
Evan Hunt
aa691f6fb4
Silence a compiler warning by using #if comparison instead of if. No
...
CHANGES note because it's trivial. [RT #23587 ]
2011-03-11 01:21:57 +00:00
Mark Andrews
c4f131dce9
3068. [bug] Named failed to build with a OpenSSL without engine
...
support. [RT #23473 ]
2011-03-11 01:17:09 +00:00
Automatic Updater
7c8c5acdcf
update copyright notice
2011-03-09 23:46:26 +00:00
Mark Andrews
7a3e203b2d
3065. [bug] RRSIG could have time stamps too far in the future.
...
[RT #23356 ]
2011-03-09 07:29:39 +00:00
Automatic Updater
2e19f9ff58
update copyright notice
2011-03-03 23:46:43 +00:00
Evan Hunt
031da3eb0c
3053. [bug] Under a sustained high query load with a finite
...
max-cache-size, it was possible for cache memory
to be exhausted and not recovered. [RT #23371 ]
2011-03-03 04:43:36 +00:00
Evan Hunt
e385b3f9b9
Makefile shouldn't have been committed
2011-03-02 06:18:57 +00:00
Mark Andrews
b05158a67d
3051. [bug] NS records obsure DS records at the bottom of the
...
zone if both are present. [RT #23035 ]
2011-03-02 04:30:53 +00:00
Automatic Updater
98ec74d568
update copyright notice
2011-03-01 23:47:05 +00:00
Mark Andrews
fc7e537b45
3048. [bug] Fully seperate view key mangement. [RT #23419 ]
2011-03-01 23:22:42 +00:00
Scott Mann
a8ab505429
Fixed DNSKEY NODATA responses not cached and added tests [RT #22908 ].
2011-03-01 16:47:13 +00:00
Francis Dupont
fcf1934be8
Use RRSIG original TTL in validated RRset TTL [RT #23332 ]
2011-02-28 14:28:01 +00:00
Automatic Updater
0f1c24fec6
update copyright notice
2011-02-28 01:19:28 +00:00
Evan Hunt
de3940d1ea
3043. [test] Merged in the NetBSD ATF test framework (currently
...
version 0.12) for development of future unit tests.
Use configure --with-atf to build ATF internally
or configure --with-atf=prefix to use an external
copy. [RT #23209 ]
2011-02-26 02:48:58 +00:00
Mark Andrews
d1828d831e
3040. [bug] Named failed to validate insecure zones where a node
...
with a CNAME existed between the trust anchor and the
top of the zone. [RT #23338 ]
2011-02-23 12:08:40 +00:00
Mark Andrews
e009a9de75
2036. [bug] Check built-in zone arguments to see if the zone
...
is re-usable or not. [RT #21914 ]
2011-02-22 04:30:46 +00:00
Automatic Updater
e0c03c4a8c
update copyright notice
2011-02-21 23:46:39 +00:00
Mark Andrews
5ce02fb8f5
3033. [cleanup] Add two INSIST(bucket != DNS_ADB_INVALIDBUCKET).
...
[RT #22521 ]
2011-02-21 07:11:49 +00:00
Mark Andrews
e4cf833007
3032. [bug] rdatalist.c: add missing REQUIREs. [RT #22521 ]
2011-02-21 07:03:55 +00:00
Mark Andrews
2c352f5b03
3031. [bug] dns_rdataclass_format() handle a zero sized buffer.
...
[RT #22521 ]
2011-02-21 06:53:54 +00:00
Mark Andrews
3184f5e1a8
3030. [bug] dns_rdatatype_format() handle a zero sized buffer.
...
[RT #22521 ]
2011-02-21 06:44:46 +00:00
Automatic Updater
7a18159352
update copyright notice
2011-02-19 23:46:55 +00:00
Evan Hunt
9cf990271f
Fixed an error in change 3023, ensuring that journal file isn't
...
removed after IXFR. No CHANGES note.
2011-02-19 01:25:30 +00:00
Evan Hunt
87519dfd8f
3025. [bug] Fixed a possible deadlock due to zone resigning.
...
[RT #22964 ]
2011-02-19 00:46:45 +00:00
Automatic Updater
5936aeafed
update copyright notice
2011-02-18 23:46:44 +00:00
Evan Hunt
7b4467366d
3023. [bug] Named could be left in an inconsistent state when
...
receiving multiple AXFR response messages that were
not all TSIG-signed. [RT #23254 ]
2011-02-18 21:29:19 +00:00
Automatic Updater
2ec8ca31c0
update copyright notice
2011-02-17 23:46:21 +00:00
Mark Andrews
5468d7a070
simplify zone_signwithkey call
2011-02-17 04:58:20 +00:00
Mark Andrews
e754375df7
ensure that the DNSKEY rrset get re-signed even if it hasn't been
...
updated in sign_apex.
2011-02-17 03:01:19 +00:00
Mark Andrews
9e1b196510
3020. [bug] auto-dnssec failed to correctly update the zone when
...
changing the DNSKEY RRset. [RT #23232 ]
2011-02-15 22:09:36 +00:00
Mark Andrews
f02cc38da0
undo commits to wrong branch
2011-02-15 05:40:16 +00:00
Mark Andrews
dace425c59
add NSEC/NSEC3 chains
2011-02-15 04:32:53 +00:00
Mark Andrews
d5e086f492
sign all changed rrsets
2011-02-15 03:55:55 +00:00
Mark Andrews
bc7aed2a6b
3018. [bug] Named failed to check for the "none;" acl when deciding
...
if a zone may need to be re-signed. RT #23120 ]
2011-02-07 00:16:48 +00:00
Automatic Updater
2dec8208b9
update copyright notice
2011-02-03 05:38:10 +00:00
Evan Hunt
24a73837dd
3010. [bug] Fixed a bug where "rndc reconfig" stopped the timer
...
for refreshing managed-keys. [RT #22296 ]
2011-02-03 00:28:08 +00:00
Mark Andrews
7726fff532
9.7.3
2011-01-30 08:01:01 +00:00