Automatic Updater
45caada8cb
update copyright notice
2011-02-23 23:47:20 +00:00
Mark Andrews
0e507dbb81
2039. [func] Redirect on NXDOMAIN support. [RT #23146 ]
2011-02-23 03:08:11 +00:00
Mark Andrews
fd5d7b4b1c
2038. [bug] Install <dns/rpz.h>. [RT #23342 ]
2011-02-22 11:48:02 +00:00
Mark Andrews
b795de862b
2036. [bug] Check built-in zone arguments to see if the zone
...
is re-usable or not. [RT #21914 ]
2011-02-22 04:14:30 +00:00
Automatic Updater
b01d422daf
update copyright notice
2011-02-21 23:47:45 +00:00
Mark Andrews
4b45a8fc5a
handle cname response
2011-02-21 23:37:31 +00:00
Mark Andrews
17c98e7add
3033. [cleanup] Add two INSIST(bucket != DNS_ADB_INVALIDBUCKET).
...
[RT #22521 ]
2011-02-21 07:08:33 +00:00
Mark Andrews
699e00089f
3032. [bug] rdatalist.c: add missing REQUIREs. [RT #22521 ]
2011-02-21 07:01:09 +00:00
Mark Andrews
6883a918f7
3031. [bug] dns_rdataclass_format() handle a zero sized buffer.
...
[RT #22521 ]
2011-02-21 06:50:42 +00:00
Mark Andrews
e01f55daa4
3030. [bug] dns_rdatatype_format() handle a zero sized buffer.
...
[RT #22521 ]
2011-02-21 06:41:07 +00:00
Mark Andrews
4c577cbd1e
3029. [bug] isc_netaddr_format() handle a zero sized buffer.
...
[RT #22521 ]
2011-02-21 06:30:06 +00:00
Mark Andrews
0b8c40c8d8
CHANGES
2011-02-21 06:18:03 +00:00
Mark Andrews
30aaec2122
3027. [bug] Add documented REQUIREs to cfg_obj_asnetprefix() to
...
catch NULL pointer dereferences before they happen.
[RT #22521 ]
2011-02-21 06:07:49 +00:00
Mark Andrews
17a0bbda33
3026. [bug] lib/isc/httpd.c: check that we have enough space
...
after calling grow_headerspace() and if not
re-call grow_headerspace() until we do. [RT #22521 ]
2011-02-21 05:55:09 +00:00
Automatic Updater
d5a3595af8
update copyright notice
2011-02-19 23:47:38 +00:00
Evan Hunt
b0c8948e37
Fixed incorrect library link order in libisccc and libisccfg
2011-02-19 01:30:52 +00:00
Evan Hunt
63b1c80af8
Fixed an error in change 3023, ensuring that journal file isn't
...
removed after IXFR. No CHANGES note.
2011-02-19 01:24:46 +00:00
Automatic Updater
10aafc5aa3
update copyright notice
2011-02-18 23:47:25 +00:00
Michael Graff
b7f0ab323d
catch two unused function params, followup to RT#23310
2011-02-18 23:39:55 +00:00
Evan Hunt
b32e391602
3025. [bug] Fixed a possible deadlock due to zone resigning.
...
[RT #22964 ]
2011-02-18 23:26:44 +00:00
Michael Graff
52d44117c8
Remove RTT banding [RT 23310]
2011-02-18 22:55:31 +00:00
Evan Hunt
1d5981dd3f
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:22:12 +00:00
Mark Andrews
9e4359b42e
silence: warning: 'manager_log' defined but not used
2011-02-18 04:19:05 +00:00
Automatic Updater
6885ca3220
update copyright notice
2011-02-17 23:47:24 +00:00
Mark Andrews
293e500697
simplify zone_signwithkey call
2011-02-17 04:57:28 +00:00
Mark Andrews
19afa17960
ensure that the DNSKEY rrset get re-signed even if it hasn't been
...
updated in sign_apex.
2011-02-17 02:57:22 +00:00
Automatic Updater
c41b2924a5
update copyright notice
2011-02-15 23:47:36 +00:00
Mark Andrews
b1b42b03b7
3020. [bug] auto-dnssec failed to correctly update the zone when changing the DNSKEY RRset. [RT #23232 ]
2011-02-15 22:02:36 +00:00
Francis Dupont
931814de4a
typo in comment
2011-02-15 18:23:34 +00:00
Mark Andrews
462a97981f
CHANGES
2011-02-07 00:10:36 +00:00
Automatic Updater
784a904bd0
update copyright notice
2011-02-03 12:18:12 +00:00
Mark Andrews
a8e5a59183
3015. [port] win32: fix IN6_IS_ADDR_LINKLOCAL and
...
IN6_IS_ADDR_SITELOCAL macros. [RT #22724 ]
2011-02-03 08:13:51 +00:00
Mark Andrews
c1ee8bb4ba
3013. [bug] The DNS64 ttl was not always being set as expected.
...
[RT #23034 ]
2011-02-03 07:35:56 +00:00
Mark Andrews
000a8970f8
3011. [func] Change the default query timeout from 30 seconds
...
to 10. Allow setting this in named.conf using the new
'resolver-query-timeout' option, which specifies a max
time in seconds. 0 means 'default' and anything longer
than 30 will be silently set to 30. [RT #22852 ]
2011-02-03 05:41:55 +00:00
Evan Hunt
903b3c84e2
3010. [bug] Fixed a bug where "rndc reconfig" stopped the timer
...
for refreshing managed-keys. [RT #22296 ]
2011-02-03 00:21:55 +00:00
Automatic Updater
b720af4cd4
update copyright notice
2011-01-27 23:47:21 +00:00
Mark Andrews
1fba20bd0b
3009. [bug] clients-per-query code didn't work as expected with
...
particular query patterns. [RT #22972 ]
2011-01-27 02:24:49 +00:00
Automatic Updater
c674aacfd6
update copyright notice
2011-01-19 23:47:12 +00:00
Mark Andrews
f862994cbd
explicitly initialise dump and restore
2011-01-19 03:09:14 +00:00
Mark Andrews
ee931bc7a3
silence warning: integer overflow detected: op "<<"
2011-01-17 04:27:23 +00:00
Automatic Updater
a09fff7051
update copyright notice
2011-01-14 00:51:43 +00:00
Mark Andrews
2c18cb2e9a
explicit initialisation
2011-01-14 00:33:32 +00:00
Mark Andrews
481ebd6977
rpz require -DBIND9
2011-01-13 09:53:04 +00:00
Mark Andrews
17acd2a230
remove -I "../..../lib/dns/sec/openssl/include"
2011-01-13 08:56:45 +00:00
Automatic Updater
2352050890
update copyright notice
2011-01-13 08:50:29 +00:00
Mark Andrews
50fd8587a7
extra external symbols
2011-01-13 08:29:08 +00:00
Mark Andrews
6767b5b544
openssl include path
2011-01-13 08:15:30 +00:00
Mark Andrews
0a24e3a8ae
openssl include path
2011-01-13 07:51:06 +00:00
Mark Andrews
000439ae98
isc_netaddr_getzone
2011-01-13 07:20:14 +00:00
Mark Andrews
9e78a55d81
opensslgost_link.c
2011-01-13 07:12:14 +00:00