Commit graph

8319 commits

Author SHA1 Message Date
Mark Andrews
6198c726bc 0 -> dns_rdatatype_none 2008-09-25 04:15:52 +00:00
Automatic Updater
bd19247e03 update copyright notice 2008-09-25 04:01:36 +00:00
Mark Andrews
675aac0825 2455. [bug] Stop metadata being transfered via axfr/ixfr.
[RT #18639]
2008-09-25 03:55:39 +00:00
Mark Andrews
cbec5ee72c 2453. [bug] Remove NULL pointer dereference in dns_journal_print().
[RT #18316]
2008-09-25 02:09:08 +00:00
Mark Andrews
2bf0c0a597 2449. [bug] libbind: Out of bounds reference in dns_ho.c:addrsort.
[RT #18044]
2008-09-24 05:59:50 +00:00
Mark Andrews
8e41c9e910 2444. [port] Linux, FreeBSD, AIX: Turn off path mtu discovery
(clear DF) for UDP responses and requests.
2008-09-23 02:35:25 +00:00
Evan Hunt
a2fa21340d update api files for 9.4.3b3 release 2008-09-16 19:43:50 +00:00
Michael Graff
9b142be04b make the same change to win32/socket.c here as was made on v9_5 to fix connected UDP sockets 2008-09-16 17:14:35 +00:00
Automatic Updater
00534f1528 update copyright notice 2008-09-11 23:46:08 +00:00
Evan Hunt
844cd3b78d timeouts could be logged incorrectly in win32 [rt18617] 2008-09-11 21:05:22 +00:00
Mark Andrews
2f1d47cf94 maxsocks -> 0 2008-09-11 07:27:42 +00:00
Mark Andrews
20b377825e sync 2008-09-11 07:09:17 +00:00
Mark Andrews
71bf572160 IPv6 accepts 2008-09-11 07:01:46 +00:00
Mark Andrews
90302e9fbc CONSISTENT -> consistent 2008-09-11 06:39:02 +00:00
Mark Andrews
e666a97b61 incorrectly split line 2008-09-11 06:20:02 +00:00
Evan Hunt
24d5aae215 corrected patch error, duplicate routine 2008-09-11 06:08:34 +00:00
Evan Hunt
6704eebd76 merge in remaining changes from 9.4.2-P2-W1 2008-09-11 05:43:32 +00:00
Mark Andrews
a8240cd7d5 2398. [bug] Improve file descriptor management. New,
temporary, named.conf option reserved-sockets,
                        default 512. [RT #18344]
2008-09-04 08:03:08 +00:00
Mark Andrews
570025855c 2433. [tuning] Set initial timeout to 800ms. 2008-09-04 04:56:52 +00:00
Tatuya JINMEI 神明達哉
c4c77ca106 cleanup: unused function parameter [RT #18572] 2008-09-04 00:24:41 +00:00
Automatic Updater
e5c186c82a update copyright notice 2008-08-29 23:46:17 +00:00
Mark Andrews
f8d1919e6b 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:45 +00:00
Mark Andrews
f670916b5b missing pair of '[]'. [RT#18422] 2008-08-26 14:49:33 +00:00
Mark Andrews
51b92ee638 2426. [bug] libbind: inet_net_pton() can sometimes return the
wrong value if excessively large netmasks are
                        supplied. [RT #18512]
2008-08-26 04:42:43 +00:00
Tatuya JINMEI 神明達哉
9aa2c14afd 2425. [bug] named didn't detect unavailable query source addresses
at load time. [RT #18536]
2008-08-26 02:07:07 +00:00
Mark Andrews
57f73c550f silence compiler warning 2008-08-22 05:59:04 +00:00
Mark Andrews
badb7014bb 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:42 +00:00
Tatuya JINMEI 神明達哉
5fd6b9b3b8 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:03:25 +00:00
Tatuya JINMEI 神明達哉
8b065a1523 typo: s/dns_displist_t/dispsocketlist_t/ 2008-08-15 17:46:24 +00:00
Tatuya JINMEI 神明達哉
20cd6fd589 2417. [bug] Connecting UDP sockets for outgoing queries could
unexpectedly fail with an 'address already in use'
			error. [RT #18411]
2008-08-15 17:32:55 +00:00
Automatic Updater
6ccb11e93d update copyright notice 2008-08-13 23:46:04 +00:00
Tatuya JINMEI 神明達哉
dced057f93 2416. [func] Log file descriptors that cause exceeding the
internal maximum. [RT #18460]
2008-08-13 23:45:34 +00:00
Tatuya JINMEI 神明達哉
2dbf95401e 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:21:37 +00:00
Tatuya JINMEI 神明達哉
15afb2941e 2413. [bug] Fixed an unreachable code path in socket.c. [RT #18442] 2008-08-09 19:03:30 +00:00
Automatic Updater
ec8d5a1654 update copyright notice 2008-08-08 06:27:56 +00:00
Mark Andrews
fb422286de 2412. [bug] win32: address a resourse leak. [RT #18374] 2008-08-08 05:15:09 +00:00
Automatic Updater
9fe786f14d update copyright notice 2008-08-07 23:46:21 +00:00
Tatuya JINMEI 神明達哉
5e912f21d4 2411. [bug] Allow using a larger number of sockets than FD_SETSIZE
for select().  To enable this, set ISC_SOCKET_MAXSOCKETS
			at compilation time.  [RT #18433]
2008-08-07 21:30:50 +00:00
Tatuya JINMEI 神明達哉
094b373376 2408. [bug] A duplicate TCP dispatch event could be sent, which
could then trigger an assertion failure in
			resquery_response().  [RT #18275]
2008-08-05 19:19:58 +00:00
Mark Andrews
c84431ff01 2407. [port] hpux: test for sys/dyntune.h. [RT #18421] 2008-08-05 07:18:12 +00:00
Automatic Updater
129cfb3a10 update copyright notice 2008-08-01 23:45:58 +00:00
Tatuya JINMEI 神明達哉
50ae43d146 cleanup 2008-08-01 19:35:30 +00:00
Tatuya JINMEI 神明達哉
befbc68ee5 2406. [bug] Sockets could be closed too early, leading to
inconsistent states in the socket module. [RT #18298]

(note: part of this change was already in rev. 1.237.18.39 accidentally)
2008-08-01 19:24:53 +00:00
Tatuya JINMEI 神明達哉
280a0203f2 canceled the previous change that was accidentally committed. 2008-08-01 02:11:20 +00:00
Tatuya JINMEI 神明達哉
19d3add998 2386. [func] Add warning about too small 'open files' limit.
[RT #18269]
2008-08-01 02:00:42 +00:00
Automatic Updater
b851e4516c update copyright notice 2008-07-28 23:46:20 +00:00
Mark Andrews
fd315b229f 2404. [port] hpux: files unlimited support. 2008-07-28 22:57:38 +00:00
Mark Andrews
0d8333f087 2403. [bug] TSIG context leak. [RT #18341] 2008-07-28 08:46:11 +00:00
Francis Dupont
567ed9e42e Support Solaris 2.11 and over. [RT #18362] 2008-07-25 20:46:58 +00:00
Francis Dupont
a8f4d3b633 Expect to get E[MN]FILE errno internal_accept() [RT #18358] 2008-07-24 10:06:50 +00:00