Evan Hunt
|
cee9d6dc42
|
fixed a compiler warning due to prototype mismatch between doneloading()
and dns_zt_zoneloaded_t
|
2011-09-05 03:45:22 +00:00 |
|
Evan Hunt
|
a4668bac4e
|
silence compiler warning
|
2011-09-03 19:53:15 +00:00 |
|
Evan Hunt
|
6e4fa2e24d
|
include time.h to silence a compiler warning
|
2011-09-03 19:22:43 +00:00 |
|
Evan Hunt
|
fd6a83869a
|
silence compiler warning
|
2011-09-03 16:27:51 +00:00 |
|
Evan Hunt
|
fa8427aa63
|
silence compiler warnings
|
2011-09-03 16:15:08 +00:00 |
|
Mark Andrews
|
15c8cf556d
|
make push_readyq prototype and declaration consistant
|
2011-09-03 13:54:06 +00:00 |
|
Evan Hunt
|
98c79a7059
|
silence compiler warning
|
2011-09-03 06:13:30 +00:00 |
|
Evan Hunt
|
ac7109d68e
|
oops, build was failing with threads disabled
|
2011-09-03 00:24:27 +00:00 |
|
Automatic Updater
|
ca894e53b5
|
update copyright notice
|
2011-09-02 23:46:33 +00:00 |
|
Evan Hunt
|
8a2ab2b920
|
3150. [func] Improved startup and reconfiguration time by
enabling zones to load in multiple threads. [RT #25333]
|
2011-09-02 21:15:39 +00:00 |
|
Mark Andrews
|
2c35c68236
|
3148. [bug] Processing of normal queries could be stalled when
forwarding a UPDATE message. [RT #24711]
|
2011-08-31 06:49:10 +00:00 |
|
Automatic Updater
|
4e68c7c87c
|
update copyright notice
|
2011-08-30 23:46:53 +00:00 |
|
Mark Andrews
|
81bbd645c7
|
dns_view_issecuredomain: check that view->secroots_priv is non NULL before calling dns_keytable_issecuredomaiani otherwise return ISC_R_NOTFOUND
|
2011-08-30 21:14:50 +00:00 |
|
Mark Andrews
|
be239f6147
|
silence clang warnings
|
2011-08-30 14:01:53 +00:00 |
|
Mark Andrews
|
0075be5f32
|
remove unused variables
|
2011-08-30 13:45:16 +00:00 |
|
Mark Andrews
|
49f385a7ad
|
include dns/diff.h
|
2011-08-30 13:02:39 +00:00 |
|
Mark Andrews
|
9198ab377b
|
3147. [func] Initial inline signing support. [RT #23657]
|
2011-08-30 05:16:15 +00:00 |
|
Mark Andrews
|
2ec0852e91
|
POST(port); POST(addr);
|
2011-08-30 00:18:43 +00:00 |
|
Automatic Updater
|
d0dce4d839
|
update copyright notice
|
2011-08-29 23:46:44 +00:00 |
|
Mark Andrews
|
d64e3b29bd
|
check that the result of dns_dbiterator_current is ISC_R_SUCCESS or DNS_R_NEWORIGIN
|
2011-08-29 23:44:07 +00:00 |
|
Mark Andrews
|
6ba6ff39c0
|
check the results of dns_name_toprincipal calls, only use gnamebuf.value when valid
|
2011-08-29 06:33:25 +00:00 |
|
Mark Andrews
|
04ec1e31bf
|
*++tp = 0; -> tp++; *tp = 0;
|
2011-08-29 05:58:31 +00:00 |
|
Mark Andrews
|
07a4f0eace
|
POST(p); POST(len);
|
2011-08-29 04:15:50 +00:00 |
|
Mark Andrews
|
106561b398
|
INSIST(response);
|
2011-08-29 04:02:54 +00:00 |
|
Mark Andrews
|
069182809a
|
remove unnecessary assignment to found_ttl
|
2011-08-26 05:29:48 +00:00 |
|
Mark Andrews
|
e1cf6fd20a
|
DNS_R_NEWORIGIN could be accidently returned, clearnode's result was being ignored
|
2011-08-26 05:12:56 +00:00 |
|
Mark Andrews
|
e1d7ec063f
|
mctx is nolonger required
|
2011-08-26 04:49:14 +00:00 |
|
Mark Andrews
|
4c11a79320
|
silence 'is never read' warnings
|
2011-08-26 04:42:24 +00:00 |
|
Mark Andrews
|
84e7c0efbf
|
remove isc_os_minprivs call accidently committed
|
2011-08-25 11:37:13 +00:00 |
|
Mark Andrews
|
32f5f15b58
|
cltfd is only needed when select is being used
|
2011-08-25 08:17:54 +00:00 |
|
Mark Andrews
|
f4a4f6945e
|
silence 'Dereference of undefined pointer value' by assigning to 'sorted' sequentially from zero
|
2011-08-25 06:28:11 +00:00 |
|
Mark Andrews
|
f67bcc9dc6
|
save the result of is_response(msg) so it can be treated as a invariant by clang
|
2011-08-25 06:20:07 +00:00 |
|
Mark Andrews
|
8f1c29d73f
|
silence null pointer dereference warning by adding INSIST(sibling != NULL);
|
2011-08-25 05:56:50 +00:00 |
|
Mark Andrews
|
b62c2acf81
|
add method for isc_socket_getfd
|
2011-08-24 23:17:52 +00:00 |
|
Automatic Updater
|
5e965459a6
|
update copyright notice
|
2011-08-23 23:54:00 +00:00 |
|
Evan Hunt
|
6c18c134c8
|
add isc_socket_getfd() on win32 side
|
2011-08-23 18:24:33 +00:00 |
|
Evan Hunt
|
6986290f4e
|
address win32 compile/link problems
|
2011-08-23 17:02:53 +00:00 |
|
Mark Andrews
|
e7008e7007
|
#include <stdlib.h>
|
2011-08-23 03:43:03 +00:00 |
|
Evan Hunt
|
e4c4cf5177
|
Prepare for release of 9.9.0a1
|
2011-08-23 02:06:46 +00:00 |
|
Evan Hunt
|
99cbc3d3a4
|
3145. [test] Capture output of ATF unit tests in "./atf.out" if
there were any errors while running them. [RT #25527]
|
2011-08-23 01:29:39 +00:00 |
|
Evan Hunt
|
5a75f61dd4
|
3144. [bug] dns_dbiterator_seek() could trigger an assert when
used with a nonexistent database node. [RT #25358]
|
2011-08-23 00:59:23 +00:00 |
|
Automatic Updater
|
d5c0739351
|
update copyright notice
|
2011-08-18 23:46:35 +00:00 |
|
Mark Andrews
|
0226bd69cd
|
cast to unsigned
|
2011-08-18 17:41:54 +00:00 |
|
Mark Andrews
|
ecf809f959
|
3143. [bug] Silence clang compiler warnings. [RT #25174]
|
2011-08-18 06:00:07 +00:00 |
|
Mark Andrews
|
3a63259484
|
3143. [bug] Silence clang compiler warnings. [RT #25174]
|
2011-08-18 04:52:35 +00:00 |
|
Automatic Updater
|
4b21b35cff
|
update copyright notice
|
2011-08-16 23:46:36 +00:00 |
|
Mark Andrews
|
0f97264419
|
3142. [bug] NAPTR is class agnostic. [RT #25429]
|
2011-08-16 00:02:38 +00:00 |
|
Automatic Updater
|
826f2233c9
|
update copyright notice
|
2011-08-09 23:46:39 +00:00 |
|
Francis Dupont
|
f558c8988e
|
spelling
|
2011-08-09 10:29:23 +00:00 |
|
Mark Andrews
|
772dfb90be
|
3141. [bug] Silence spurious "zone serial (0) unchanged" messages
associated with empty zones. [RT #25079]
|
2011-08-09 02:24:28 +00:00 |
|