Evan Hunt
1e7e935d2a
[v9_8] prep 9.8.7rc2
2014-01-16 18:59:52 -08:00
Evan Hunt
a814502268
[v9_8] fix config error
2014-01-16 17:11:06 -08:00
Mark Andrews
9983dbd2ba
update
2014-01-17 11:18:43 +11:00
Tinderbox User
fee26b4d49
update copyright notice
2014-01-16 23:45:29 +00:00
Mark Andrews
a50e0baf52
3710. [bug] Address double dns_zone_detach when switching to
...
using automatic empty zones from regular zones.
[RT #35177 ]
(cherry picked from commit db8938c993 )
2014-01-17 10:08:09 +11:00
Evan Hunt
d6bf786940
[v9_8] skip xfer test with Net::DNS 0.73
2014-01-16 09:51:35 -08:00
Mark Andrews
2c9b416f1c
make DST_GSSAPI_INC a macro
2014-01-17 00:52:41 +11:00
Tinderbox User
33bf42090b
update copyright notice
2014-01-15 23:45:29 +00:00
Tinderbox User
421205a771
newcopyrights
2014-01-15 23:30:05 +00:00
Mark Andrews
024cf8df23
initalize ret
...
(cherry picked from commit 636c2f488c )
2014-01-16 09:23:45 +11:00
Evan Hunt
62a6130562
[v9_8] typo
2014-01-14 21:10:37 -08:00
Mark Andrews
0c22a52b82
3707. [bug] irs_resconf_load now returns ISC_R_FILENOTFOUND
...
on a missing resolv.conf file and initializes the
structure as if it had been configured with:
nameserver ::1
nameserver 127.0.0.1
Note: Callers will need to be updated to treat
ISC_R_FILENOTFOUND as a qualified success or else
they will leak memory. The following code fragment
will work with both only and new versions without
changing the behaviour of the existing code.
resconf = NULL;
result = irs_resconf_load(mctx, "/etc/resolv.conf",
&resconf);
if (result != ISC_SUCCESS) {
if (resconf != NULL)
irs_resconf_destroy(&resconf);
....
}
[RT #35194 ]
(cherry picked from commit cd7f8d18f8 )
2014-01-15 15:25:25 +11:00
Mark Andrews
8364558a6b
silence compiler warning
...
(cherry picked from commit d8b83f0e2b )
2014-01-15 12:41:01 +11:00
Evan Hunt
7afd8cd9ae
[v9_8] fix queryperf integer overflow
...
3706. [contrib] queryperf: Fixed a possible integer overflow when
printing results. [RT #35182 ]
2014-01-14 16:59:10 -08:00
Tinderbox User
9b51da211a
update copyright notice
2014-01-14 23:45:27 +00:00
Tinderbox User
9d1e9019cd
newcopyrights
2014-01-14 23:30:04 +00:00
Mark Andrews
30917721c6
3704. [protocol] Accept integer timestamps in RRSIG records. [RT #35185 ]
2014-01-14 16:07:27 +11:00
Tinderbox User
66521218ea
update copyright notice
2014-01-13 23:45:25 +00:00
Tinderbox User
2899e4b02c
newcopyrights
2014-01-13 23:30:05 +00:00
Evan Hunt
df11a8436c
[v9_8] See ticket 35140 for details.
...
Install some include files:
dns/client.h
dns/tsec.h
irs/resconf.h
irs/types.h
(I noticed these when building DHCP using installed BIND9.)
This was okayed during the 2014-01-02 BIND9 phone meeting.
(cherry picked from commit c55b7dce48 )
(cherry picked from commit e642853188ce4412b16f521fd7ee71fe64673911)
2014-01-13 15:18:06 -08:00
Evan Hunt
c3c079103a
[v9_8] add CVE details; marked 3656 as [security]
2014-01-13 14:57:31 -08:00
Tinderbox User
f14b9aa532
update copyright notice
2014-01-12 23:45:29 +00:00
Tinderbox User
cc2da37a27
newcopyrights
2014-01-12 23:30:04 +00:00
Evan Hunt
5a5a6849a8
[v9_8] fix win32 isc_time_set()
...
(cherry picked from commit ca8cf1ce63fcf8401ff0575d1be22b82b7fa5c89)
2014-01-11 22:03:53 -08:00
Tinderbox User
b68db78cec
update copyright notice
2014-01-11 23:45:26 +00:00
Tinderbox User
0d0a447c5e
newcopyrights
2014-01-11 23:30:04 +00:00
Francis Dupont
62c456cf46
fix WIN32 Configure typo
2014-01-11 17:36:19 +01:00
Tinderbox User
7da7bfed3a
regen v9_8
2014-01-11 01:11:06 +00:00
Tinderbox User
b93c152a2f
update copyright notice
2014-01-10 20:23:52 +00:00
Tinderbox User
848c8a9d50
newcopyrights
2014-01-10 20:22:46 +00:00
Tinderbox User
b9f3af703c
regenerate
2014-01-10 17:24:17 +00:00
Evan Hunt
4785004e3e
[v9_8] prep 9.8.7rc1
2014-01-10 09:20:06 -08:00
Tinderbox User
7530ce0549
regen v9_8
2014-01-10 17:06:13 +00:00
Evan Hunt
9b78cdb409
[v9_8] add 'make unit' to top directory
2014-01-10 08:06:23 -08:00
Mark Andrews
484af89506
3701. [func] named-checkconf can now suppress the printing of
...
shared secrets by specifying '-x'. [RT #34465 ]
(cherry picked from commit ff6de396a9 )
2014-01-10 17:45:38 +11:00
Tinderbox User
4bd05ab557
update copyright notice
2014-01-09 23:45:31 +00:00
Tinderbox User
1ce78bd22c
newcopyrights
2014-01-09 23:30:04 +00:00
Mark Andrews
6956e3abb3
stop spamming system logs
...
(cherry picked from commit d4eb30fa2d )
2014-01-09 16:24:02 +11:00
Mark Andrews
87d9f13ceb
silence compiler warning
...
(cherry picked from commit 109f477ed7 )
2014-01-09 16:01:47 +11:00
Evan Hunt
aad494b1eb
[v9_8] Merge branch 'v9_8' of ssh://repo/proj/git/prod/bind9 into v9_8
2014-01-08 18:29:04 -08:00
Tinderbox User
61d700b884
regen v9_8
2014-01-09 01:11:02 +00:00
Evan Hunt
d19bf3def7
[v9_8] replace memcpy() with memmove().
...
3698. [cleanup] Replaced all uses of memcpy() with memmove().
[RT #35120 ]
(cherry picked from commit ebe54c7d2221c6a0a4b3d96bcae3280c823a45e6)
(cherry picked from commit 9b950c70f1a6406c0f3dff604822329d06fc4837)
2014-01-08 16:40:19 -08:00
Tinderbox User
8b41bbf89b
update copyright notice
2014-01-08 23:45:21 +00:00
Tinderbox User
32ed9bc1fd
newcopyrights
2014-01-08 23:30:02 +00:00
Evan Hunt
5262f3e6ba
[v9_8] removed reference to "auto-dnssec create"
2014-01-08 11:34:43 -08:00
Mark Andrews
3244306cc6
cleanup openssl-1.0.0k-patch and openssl-1.0.1e-patch removed
2014-01-08 12:39:51 +11:00
Tinderbox User
425d10f3a8
update copyright notice
2014-01-07 23:45:23 +00:00
Tinderbox User
c70235152f
newcopyrights
2014-01-07 23:30:03 +00:00
Francis Dupont
3656cb8a85
update OpenSSL patches (1.0.0k -> 1.0.0l, 1.0.1e -> 1.0.1f) [ #35158 ]
2014-01-07 12:20:15 +01:00
Francis Dupont
b79f34d1df
updated OpenSSL and libxml2 versions in WIN32 doc [ #35157 ]
2014-01-07 12:19:29 +01:00