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 |
|
Automatic Updater
|
adbc177194
|
update copyright notice
|
2011-08-02 23:47:52 +00:00 |
|
Evan Hunt
|
0127993480
|
3140. [func] New command "rndc flushtree <name>" clears the
specified name from the server cache along with
all names under it. [RT #19970]
|
2011-08-02 20:36:13 +00:00 |
|
Automatic Updater
|
f71ddcf65f
|
update copyright notice
|
2011-07-29 23:47:52 +00:00 |
|
Automatic Updater
|
2f17ad4545
|
update copyright notice
|
2011-07-28 23:47:59 +00:00 |
|
Curtis Blackburn
|
b068144e89
|
Actually adding the hash_test.c file... oops
|
2011-07-28 23:40:09 +00:00 |
|
Curtis Blackburn
|
8787b357e6
|
3139.[test]added tests from RFC6234, RFC2202, and RFC1321 for the
|
2011-07-28 21:05:09 +00:00 |
|
Mark Andrews
|
ea30861fe5
|
turn isc_socket_dup into a method
|
2011-07-28 11:42:41 +00:00 |
|
Mark Andrews
|
31f46f1869
|
3138. [bug] Address memory leaks and out-of-order operations when
shutting named down. [RT #25210]
|
2011-07-28 04:27:27 +00:00 |
|
Evan Hunt
|
f07b2fccaf
|
3137. [func] Improve hardware scalability by allowing multiple
worker threads to process incoming UDP packets.
This can significantly increase query throughput
on some systems. [RT #22992]
|
2011-07-28 04:04:37 +00:00 |
|
Automatic Updater
|
c33e22f65a
|
update copyright notice
|
2011-07-21 23:47:53 +00:00 |
|
Mark Andrews
|
7a4d2ccb62
|
s/fallbackas/fallback as/
|
2011-07-21 06:26:09 +00:00 |
|
Mark Andrews
|
6fab2f80c9
|
3135. [port] FreeBSD: workaround broken IPV6_USE_MIN_MTU processing.
See http://www.freebsd.org/cgi/query-pr.cgi?pr=158307
[RT #24950]
|
2011-07-21 01:40:50 +00:00 |
|
Curtis Blackburn
|
7439c4f402
|
removed #include <stdlib.h> from lib/dns/zone.c
|
2011-07-20 16:28:28 +00:00 |
|
Curtis Blackburn
|
6fc85cd749
|
added #include <stdlib.h> to lib/dns/zone.c
|
2011-07-20 14:28:24 +00:00 |
|
Automatic Updater
|
de6d0a4a36
|
update copyright notice
|
2011-07-08 23:47:54 +00:00 |
|
Evan Hunt
|
b47c020d5c
|
3133. [bug] Change #3114 was incomplete. [RT #24577]
|
2011-07-08 01:43:26 +00:00 |
|
Automatic Updater
|
2a36d8ca40
|
update copyright notice
|
2011-07-07 23:47:50 +00:00 |
|
Evan Hunt
|
67be612120
|
*** empty log message ***
|
2011-07-06 18:13:22 +00:00 |
|
Evan Hunt
|
29f6e3e4f9
|
update cvsignore
|
2011-07-06 18:12:25 +00:00 |
|