Commit Graph

8764 Commits

Author SHA1 Message Date
Evan Hunt
caa3fd00ec [v9_8] silence ccc-analyzer
3567.	[bug]		Silence clang static analyzer warnings. [RT #33365]
2013-05-03 14:33:27 -07:00
Mark Andrews
7bd7408fc7 add dns_message_buildopt 2013-04-30 17:45:36 +10:00
Tinderbox User
e682a40a4c update copyright notice 2013-04-30 04:51:09 +00:00
Mark Andrews
c550216c73 9.8.5rc2 2013-04-30 14:34:23 +10:00
Mark Andrews
54e6ec8f49 3559. [func] Check that both forms of Sender Policy Framework
records exist or do not exist. [RT #33355]
(cherry picked from commit 26bb3b7a67)
2013-04-30 13:55:38 +10:00
Tinderbox User
1fabc2b850 update copyright notice 2013-04-28 23:45:22 +00:00
Evan Hunt
e15b66552c [v9_8] d.root-servers.net AAAA
3556.	[maint]		Added AAAA for D.ROOT-SERVERS.NET.
(cherry picked from commit 73ad83bcf0)
2013-04-27 16:43:35 -07:00
Tinderbox User
b61feeae26 update copyright notice 2013-04-26 23:45:27 +00:00
Mark Andrews
4c1eeaba67 3056. [func] Added support for URI resource record. [RT #23386]
(cherry picked from commit 23f3993502)
2013-04-26 14:35:30 +10:00
Evan Hunt
b2d727cce0 [v9_8] address two more possible acache asserts
3555.	[bug]		Address theoretical race conditions in acache.c
			(change #3553 was incomplete). [RT #33252]
(cherry picked from commit ff5ac6d421)
(cherry picked from commit 62ebf6bbef)
2013-04-25 18:03:57 -07:00
Evan Hunt
10ecd593ae [v9_8] double free caused assertion in acache
3553.	[bug]		Address suspected double free in acache. [RT #33252]
(cherry picked from commit 11b04b18f8ecb7c0119a7a6b6bbf8f5bad789c9a)
(cherry picked from commit 3673e8535584457ec1a79b6a30ddf4d182b0f921)
2013-04-25 10:41:40 -07:00
Tinderbox User
9554f779f4 update copyright notice 2013-04-12 23:45:23 +00:00
Mark Andrews
306ab52898 silence hpux compiler warnings
(cherry picked from commit 02638c8b40)
2013-04-12 14:08:07 +10:00
Tinderbox User
17438ea1b0 update copyright notice 2013-04-11 23:45:23 +00:00
Mark Andrews
580cfdf848 don't call dns_message_destroy in make_querymessage
(cherry picked from commit da87a34cd2)
2013-04-11 18:19:52 +10:00
Mark Andrews
c18c186170 silence coverity warnings
(cherry picked from commit 45b727f651)
(cherry picked from commit 53f675154c)
2013-04-11 17:26:29 +10:00
Tinderbox User
a5e1b39205 update copyright notice 2013-04-09 23:45:24 +00:00
Mark Andrews
214992ca21 silence signed/unsigned compare warning 2013-04-09 06:31:16 +10:00
Mark Andrews
6227ab7137 3548. [bug] The NSID request code in resolver.c was broken
resulting in invalid EDNS options being sent.
                        [RT #33153]
(cherry picked from commit 4adf97c32f)

Conflicts:
	lib/dns/include/dns/message.h
	lib/dns/message.c
2013-04-08 16:45:14 +10:00
Mark Andrews
8853870575 3547. [bug] Some malformed unknown rdata records were not properly
detected and rejected. [RT #33129]
(cherry picked from commit 1cc4695f0d)
2013-04-08 09:58:02 +10:00
Tinderbox User
dce6ba7171 update copyright notice 2013-04-04 23:45:21 +00:00
Mark Andrews
530249bc9e 3546. [func] Add EUI48 and EUI64 types. [RT #33082]
(cherry picked from commit 3a6d62c59f)
2013-04-05 09:09:04 +11:00
Tinderbox User
10b57da2e4 update copyright notice 2013-04-03 23:45:25 +00:00
Mark Andrews
5098ba6781 link export/libisccfg againt DNS_CRYPTO_LIBS 2013-04-03 14:04:12 +00:00
Mark Andrews
be587dff9b 3543. [bug] Update socket stucture before attaching to socket
manager after accert. [RT #33084]
(cherry picked from commit a8572209bc)
2013-04-03 17:43:52 +11:00
Mark Andrews
dde95c2023 add insist to try to prevent coverity false positive 2013-04-03 17:37:47 +11:00
Mark Andrews
5323a5ebc3 3541. [bug] The parts if libdns was not being properly initialized
in when built in libexport mode. [RT #33028]
2013-04-03 17:28:30 +11:00
Mark Andrews
9e510086df 3540. [bug] libt_api: t_info and t_assert were not thread safe. 2013-04-03 17:18:31 +11:00
Tinderbox User
65027e3472 update copyright notice 2013-04-02 23:45:21 +00:00
Evan Hunt
377363b66b [v9_8] fix isc_time_formathttptmestamp() on win32
3539.	[port]		win32: timestamp format didn't match other platforms.
(cherry picked from commit 99bf6a57d9)
2013-04-01 22:29:47 -07:00
Evan Hunt
212930f58f [v9_8] prepare 9.8.5rc1 2013-03-26 19:05:30 -07:00
Tinderbox User
9155e1fc82 update copyright notice 2013-03-22 23:45:24 +00:00
Evan Hunt
cfc2bf3cfe [v9_8] fix merge error 2013-03-22 16:12:51 -07:00
Evan Hunt
7b35b00d6e [v9_8] slaves notify before writing to disk
3537.	[tuning]	Slave zones, when updated, now send NOTIFY messages
			to peers before being dumped to disk rather than
			after. [RT #27242]
(cherry picked from commit e57a83b576)
(cherry picked from commit af7a5c3801)
2013-03-22 14:16:30 -07:00
Mark Andrews
4d088f4db9 3535. [bug] Minor win32 cleanups. [RT #32962] 2013-03-22 22:24:46 +11:00
Mark Andrews
b7f6f5fd66 sock could be used uninitalized in isc_socketmgr_renderxml on error 2013-03-22 15:31:07 +11:00
Evan Hunt
02e16ccc72 [v9_8] zone parsing broken with embedded null
3534.	[bug]		Extra text after an embedded NULL was ignored when
			parsing zone files. [RT #32699]
(cherry picked from commit 4bf686cf5d)
2013-03-21 19:59:04 -07:00
Tinderbox User
f2cd940170 update copyright notice 2013-03-21 23:45:24 +00:00
Mark Andrews
256b97b87a 3531. [bug] win32: A uninitialized value could be returned on out
of memory. [RT #32960]
2013-03-22 09:23:17 +11:00
Tinderbox User
3a3256e8d8 update copyright notice 2013-03-16 23:45:21 +00:00
Evan Hunt
518a373980 [v9_8] make dst test work outside srcdir
3526.	[cleanup]	Set up dependencies for unit tests correctly during
			build. [RT #32803]
(cherry picked from commit 741ebf1004)
(cherry picked from commit 5021f4df52)
2013-03-15 07:38:20 -07:00
Tinderbox User
7d82ad071c update copyright notice 2013-03-13 23:45:20 +00:00
Evan Hunt
1c369156fe [v9_8] fixed srcdir in nothreads build 2013-03-12 23:42:38 -07:00
Tinderbox User
40af199847 update copyright notice 2013-03-08 23:45:22 +00:00
Mark Andrews
4f7595ec9f 3521. [bug] Address memory leak in opensslecdsa_link.c. [RT #32249]
(cherry picked from commit aababae795)
2013-03-08 21:15:27 +11:00
Mark Andrews
e9f4715cd0 3520. [bug] 'mctx' was not being referenced counted in some places
where it should have been.  [RT #32794]
(cherry picked from commit 3a0da183bb)
2013-03-08 14:42:17 +11:00
Mark Andrews
c7f6f18d1f 9.8.5b2 2013-03-07 12:46:43 +11:00
Mark Andrews
a17840be06 3517. [bug] Reorder destruction to avoid shutdown race. [RT #32777]
(cherry picked from commit e7b9603ead)
(cherry picked from commit 84e4b4e536)
2013-03-07 07:15:37 +11:00
Tinderbox User
db12281764 update copyright notice 2013-03-05 23:45:28 +00:00
Mark Andrews
bb2505325b silence compiler warnings 2013-03-05 23:46:41 +11:00