Commit graph

9211 commits

Author SHA1 Message Date
Automatic Updater
16789d61c0 update copyright notice 2009-03-17 23:45:33 +00:00
Mark Andrews
b1271750a0 9.3.6-P2 2009-03-17 02:39:23 +00:00
Automatic Updater
e67131033a update copyright notice 2008-12-24 23:45:32 +00:00
Mark Andrews
b66053bf08 2522. [security] Handle -1 from DSA_do_verify(). 2008-12-24 00:21:45 +00:00
Tatuya JINMEI 神明達哉
e608f77827 2498. [bug] Removed a bogus function argument used with
ISC_SOCKET_USE_POLLWATCH: it could cause compiler
			warning or crash named with the debug 1 level
			of logging. [RT #18917]
2008-11-20 00:07:38 +00:00
Automatic Updater
67337f7cf5 update copyright notice 2008-11-12 23:45:26 +00:00
Mark Andrews
0fd6f2f41e 9.3.6 2008-11-12 04:10:37 +00:00
Mark Andrews
30ff6ca75d 2490. [port] aix: work around a kernel bug where IPV6_RECVPKTINFO
is cleared when IPV6_V6ONLY is set. [RT #18785]
2008-11-12 04:03:37 +00:00
Tatuya JINMEI 神明達哉
c38075337a 2489. [port] solaris: Workaround Solaris's kernel bug about
/dev/poll:
			http://bugs.opensolaris.org/view_bug.do?bug_id=6724237
			Define ISC_SOCKET_USE_POLLWATCH at build time to enable
			this workaround. [RT #18870]
2008-11-08 22:42:56 +00:00
Mark Andrews
a15da5ead2 9.3.6rc1 2008-10-24 01:36:52 +00:00
Tatuya JINMEI 神明達哉
089fadee8e 2468. [bug] Resolver could try unreachable servers multiple times.
[RT #18739]
2008-10-17 22:03:37 +00:00
Tatuya JINMEI 神明達哉
ba2af5578b 2467. [bug] Failure of fcntl(F_DUPFD) wasn't logged. [RT #18740] 2008-10-17 21:53:54 +00:00
Mark Andrews
a8af343cf0 2465. [bug] Adb's handling of lame addresses was different
for IPv4 and IPv6. [RT #18738]
2008-10-17 03:34:53 +00:00
Automatic Updater
463ae3e623 update copyright notice 2008-10-15 23:45:34 +00:00
Mark Andrews
bbcc6e73e7 silence coverity false positive 2008-10-15 04:26:35 +00:00
Mark Andrews
265abbfdcc libbind:coverity analysis support. [RT #18196] 2008-10-15 03:57:45 +00:00
Mark Andrews
7a19d8de2c evloop prototype. [RT #18196] 2008-10-15 03:41:20 +00:00
Mark Andrews
5766571b3e coverity analysis support. [RT #18196] 2008-10-15 03:37:57 +00:00
Mark Andrews
183b7615a7 sig is only used if threads are in use. [RT #18196] 2008-10-15 03:18:33 +00:00
Mark Andrews
da04247187 0 -> dns_rdatatype_none 2008-09-25 04:16:12 +00:00
Automatic Updater
db0df59507 update copyright notice 2008-09-25 04:01:06 +00:00
Mark Andrews
bb004e2ece 2455. [bug] Stop metadata being transfered via axfr/ixfr.
[RT #18639]
2008-09-25 03:56:05 +00:00
Mark Andrews
c66e9d889e 2453. [bug] Remove NULL pointer dereference in dns_journal_print().
[RT #18316]
2008-09-25 02:10:01 +00:00
Mark Andrews
3c0305d442 2449. [bug] libbind: Out of bounds reference in dns_ho.c:addrsort.
[RT #18044]
2008-09-24 06:04:13 +00:00
Automatic Updater
a9a8901339 update copyright notice 2008-09-23 23:45:31 +00:00
Mark Andrews
b92b45d3ab 2444. [port] Linux, FreeBSD, AIX: Turn off path mtu discovery
(clear DF) for UDP responses and requests.
2008-09-23 02:46:01 +00:00
Evan Hunt
f5aceef83b update api files for 9.3.6b1 release 2008-09-16 22:21:25 +00:00
Michael Graff
d12211c8b2 make the same change to win32/socket.c here as was made on v9_5 to fix connected UDP sockets 2008-09-16 17:15:46 +00:00
Automatic Updater
41675e9911 update copyright notice 2008-09-11 23:45:32 +00:00
Evan Hunt
811f23d743 timeouts could be logged incorrectly in win32 [rt18617] 2008-09-11 21:06:29 +00:00
Mark Andrews
a4e6d48e8b duplicate code 2008-09-11 12:29:20 +00:00
Mark Andrews
a0dc128e57 maxsocks -> 0 2008-09-11 07:24:49 +00:00
Mark Andrews
b9ad836a3a IPv6 support 2008-09-11 07:20:11 +00:00
Mark Andrews
d9b8939877 sync 2008-09-11 07:16:33 +00:00
Mark Andrews
a0d62b4c90 specify return type 2008-09-11 06:17:28 +00:00
Evan Hunt
e0454f1907 merged in remaining diffs from 9.3.5-P2-W1 2008-09-11 06:14:47 +00:00
Mark Andrews
162d7d1691 2398. [bug] Improve file descriptor management. New,
temporary, named.conf option reserved-sockets,
                        default 512. [RT #18344]
: ----------------------------------------------------------------------
2008-09-04 08:11:25 +00:00
Tatuya JINMEI 神明達哉
c6a3baed3c cleanup: unused function parameter [RT #18572] 2008-09-04 00:25:40 +00:00
Automatic Updater
ad9a309a09 update copyright notice 2008-08-29 23:45:33 +00:00
Mark Andrews
11f5117ccb 2430. [bug] win32: isc_interval_set() could round down to
zero if the input was less than NS_INTERVAL
                        nanoseconds.  Round up instead. [RT #18549]
2008-08-29 04:05:30 +00:00
Mark Andrews
0760c85611 missing pair of '[]'. [RT#18422] 2008-08-26 14:47:34 +00:00
Mark Andrews
19bff909d1 2426. [bug] libbind: inet_net_pton() can sometimes return the
wrong value if excessively large netmasks are
                        supplied. [RT #18512]
2008-08-26 04:50:32 +00:00
Tatuya JINMEI 神明達哉
fe641641ab 2425. [bug] named didn't detect unavailable query source addresses
at load time. [RT #18536]
2008-08-26 02:08:04 +00:00
Mark Andrews
a65b36175b silence compiler warning 2008-08-22 05:59:24 +00:00
Mark Andrews
ce7332a5c0 2421. [bug] Handle the special return value of a empty node as
if it was a NXRRSET in the validator. [RT #18447]
2008-08-21 04:59:16 +00:00
Tatuya JINMEI 神明達哉
c329a0fff6 2420. [func] Add new command line option '-S' for named to specify
the max number of sockets. [RT #18493]
			Use caution: this option may not work for some
			operating systems without rebuilding named.
2008-08-21 00:13:49 +00:00
Tatuya JINMEI 神明達哉
3c4252eca5 2417. [bug] Connecting UDP sockets for outgoing queries could
unexpectedly fail with an 'address already in use'
			error. [RT #18411]
2008-08-15 17:44:37 +00:00
Tatuya JINMEI 神明達哉
f1ba249565 2416. [func] Log file descriptors that cause exceeding the
internal maximum. [RT #18460]
2008-08-13 23:46:58 +00:00
Automatic Updater
be52af2bd8 update copyright notice 2008-08-13 23:45:33 +00:00
Tatuya JINMEI 神明達哉
9067efdee1 2414. [bug] A masterdump context held the database lock too long,
causing various troubles such as dead lock and
			recursive lock acquisition. [RT #18311, #18456]
2008-08-13 02:24:25 +00:00