Evan Hunt
62ebf6bbef
[v9_9] 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 )
2013-04-25 18:03:28 -07:00
Evan Hunt
268f738ff2
[v9_9] 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:23 -07:00
Tinderbox User
1b4f89fdc0
update copyright notice
2013-04-12 23:45:36 +00:00
Mark Andrews
635e9124cb
silence hpux compiler warnings
2013-04-12 14:07:25 +10:00
Tinderbox User
515586b369
update copyright notice
2013-04-11 23:45:37 +00:00
Mark Andrews
db8272a8f0
don't call dns_message_destroy in make_querymessage
...
(cherry picked from commit da87a34cd2 )
2013-04-11 18:19:36 +10:00
Mark Andrews
53f675154c
silence coverity warnings
...
(cherry picked from commit 45b727f651 )
2013-04-11 17:25:44 +10:00
Tinderbox User
c4d2f352d3
update copyright notice
2013-04-09 23:45:38 +00:00
Mark Andrews
99d0a87115
silence signed/unsigned compare warning
2013-04-09 06:31:32 +10:00
Mark Andrews
f28461b6f5
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
(cherry picked from commit 6227ab7137 )
2013-04-08 16:48:36 +10:00
Mark Andrews
f1400b03f1
3547. [bug] Some malformed unknown rdata records were not properly
...
detected and rejected. [RT #33129 ]
(cherry picked from commit 1cc4695f0d )
2013-04-08 09:56:56 +10:00
Tinderbox User
847942cd68
update copyright notice
2013-04-04 23:45:37 +00:00
Mark Andrews
ffbc63a973
3546. [func] Add EUI48 and EUI64 types. [RT #33082 ]
...
(cherry picked from commit 3a6d62c59f )
2013-04-05 09:08:29 +11:00
Tinderbox User
d760368395
update copyright notice
2013-04-03 23:45:38 +00:00
Mark Andrews
5dbaf2dac3
link export/libisccfg againt DNS_CRYPTO_LIBS
2013-04-03 14:03:55 +00:00
Mark Andrews
a8572209bc
3543. [bug] Update socket stucture before attaching to socket
...
manager after accert. [RT #33084 ]
2013-04-03 17:43:27 +11:00
Mark Andrews
92da7a90dc
add insist to try to prevent coverity false positive
2013-04-03 17:37:41 +11:00
Mark Andrews
c51fe7894a
3541. [bug] The parts if libdns was not being properly initialized
...
in when built in libexport mode. [RT #33028 ]
2013-04-03 17:28:22 +11:00
Mark Andrews
4176d6abc3
3540. [bug] libt_api: t_info and t_assert were not thread safe.
2013-04-03 17:18:13 +11:00
Tinderbox User
096ffe94ea
update copyright notice
2013-04-02 23:45:34 +00:00
Evan Hunt
28725526fd
[v9_9] 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:22 -07:00
Evan Hunt
995be5454c
[v9_9] prepare 9.9.3rc1
2013-03-26 19:07:10 -07:00
Tinderbox User
752a7fffc4
update copyright notice
2013-03-22 23:45:37 +00:00
Evan Hunt
af7a5c3801
[v9_9] 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 )
2013-03-22 14:16:11 -07:00
Mark Andrews
b2737a5ea8
3535. [bug] Minor win32 cleanups. [RT #32962 ]
2013-03-22 22:24:33 +11:00
Mark Andrews
fd8ee31518
sock could be used uninitalized in isc_socketmgr_renderxml on error
2013-03-22 15:29:46 +11:00
Evan Hunt
ae96a2a0e2
[v9_9] 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:58:53 -07:00
Tinderbox User
4ffb29719c
update copyright notice
2013-03-21 23:45:37 +00:00
Mark Andrews
d2cf890582
3531. [bug] win32: A uninitialized value could be returned on out
...
of memory. [RT #32960 ]
2013-03-22 09:23:05 +11:00
Tinderbox User
c2b4d89a66
update copyright notice
2013-03-16 23:45:31 +00:00
Evan Hunt
5021f4df52
[v9_9] make dst test work outside srcdir
...
3526. [cleanup] Set up dependencies for unit tests correctly during
build. [RT #32803 ]
(cherry picked from commit 741ebf1004 )
2013-03-15 07:36:55 -07:00
Tinderbox User
1749045a0b
update copyright notice
2013-03-13 23:45:33 +00:00
Evan Hunt
f6fac016b5
[v9_9] fixed srcdir in nothreads build
2013-03-12 23:42:20 -07:00
Tinderbox User
c37d352815
update copyright notice
2013-03-08 23:46:30 +00:00
Mark Andrews
b304c9df6b
3521. [bug] Address memory leak in opensslecdsa_link.c. [RT #32249 ]
...
(cherry picked from commit aababae795 )
2013-03-08 21:13:54 +11:00
Mark Andrews
dfa83d7ea8
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:41:02 +11:00
Mark Andrews
adec2b7a0e
9.9.3b2
2013-03-07 12:28:11 +11:00
Mark Andrews
84e4b4e536
3517. [bug] Reorder destruction to avoid shutdown race. [RT #32777 ]
...
(cherry picked from commit e7b9603ead )
2013-03-07 07:14:58 +11:00
Mark Andrews
7cdf3c87eb
silence compiler warnings
2013-03-05 23:46:07 +11:00
Tinderbox User
826ded55ec
update copyright notice
2013-02-28 23:45:46 +00:00
Evan Hunt
7e55d9c715
[v9_9] address warnings building exportlibs
2013-02-28 15:23:08 -08:00
Evan Hunt
d5f677ea47
[v9_9] accept >4g max-{,a}cache-size
...
3505. [bug] When setting "max-cache-size" and "max-acache-size",
larger values than 4 gigabytes could not be set
explicitly, though larger sizes were available
when setting cache size to 0. This has been
corrected; the full range is now available.
[RT #32358 ]
(cherry picked from commit 2a184ff865 )
2013-02-28 09:36:50 -08:00
Mark Andrews
1f83863b9b
silence clang warning
...
(cherry picked from commit 33c14ca653 )
2013-02-28 16:50:02 +11:00
Mark Andrews
eb03827bc5
check the returns from isc_task_beginexclusive
2013-02-28 13:15:45 +11:00
Evan Hunt
dc93e35701
[v9_9] better zone-statistics syntax
...
3501. [func] zone-statistics now takes three options: full,
terse, and none. "yes" and "no" are retained as
synonyms for full and terse, respectively. [RT #29165 ]
(cherry picked from commit 40a7e85f3e )
2013-02-27 12:03:29 -08:00
Mark Andrews
22c2ef8ead
add <isc/util.h>
2013-02-27 16:15:00 +11:00
Mark Andrews
dac7bc0ef8
silence compiler warnings
2013-02-27 15:57:35 +11:00
Mark Andrews
a3864ce373
update copyrights
2013-02-27 12:35:09 +11:00
Evan Hunt
92fcc84855
[v9_9] silence warning
2013-02-26 17:29:03 -08:00
Mark Andrews
8c975f98ea
3500. [port] Support NAPTR regular expression validation on
...
all platforms. [RT #32688 ]
2013-02-27 08:59:53 +11:00