Danny Mayer
7e7bede4bd
Fix indentation
2001-10-26 02:29:43 +00:00
Danny Mayer
339335189b
Added support for max open files for Win32
2001-10-26 01:25:29 +00:00
Andreas Gustafsson
4e57d3ff7d
1074. [bug] Running out of memory in dump_rdataset() could
...
cause an assertion failure. [RT #1946 ]
2001-10-25 23:18:05 +00:00
Brian Wellington
06289aeea8
comment fix
2001-10-25 21:39:48 +00:00
Andreas Gustafsson
66bea4d912
if() condition in check_expire_entry did not have
...
the effect I think was intended due to operator precedence: || binds tighter than ?:.
Rewrote it without :?.
2001-10-25 17:47:16 +00:00
Brian Wellington
6a4c22bc4d
style
2001-10-25 17:07:21 +00:00
Mark Andrews
081cff0c33
1073. [bug] The adb cache should also be space driven,
...
max-adb-size. [RT #1915 , #1938 ]
2001-10-25 04:57:46 +00:00
Andreas Gustafsson
2562a84dc5
make error message issued when exceeding the recursive client
...
quota more meaningful to users
2001-10-25 01:50:15 +00:00
Mark Andrews
ee3085e9e2
Add '-m usage'.
...
Add '-m' to usage messages.
2001-10-25 01:07:45 +00:00
Andreas Gustafsson
d352f188cb
1072. [bug] The TCP client quota could be exceeded when
...
recursion occurred. [RT #1937 ]
2001-10-25 00:13:37 +00:00
Andreas Gustafsson
3d38596530
1071. [bug] Sockets listening for TCP DNS connections
...
specified an excessive listen backlog. [RT #1937 ]
2001-10-25 00:12:07 +00:00
Andreas Gustafsson
75063dd6d2
note that the localhost and localnets ACLs do not currently support IPv6
2001-10-24 23:00:22 +00:00
Mark Andrews
c6eac4f169
Replace draft-ietf-dnsext-dnssec-okbit-02.txt
2001-10-24 22:01:26 +00:00
Mark Andrews
a7cb695600
1070. [bug] Copy DNSSEC OK (DO) to response as specified by
...
draft-ietf-dnsext-dnssec-okbit-03.txt.
2001-10-24 21:47:12 +00:00
Andreas Gustafsson
5b4f07a4f3
redid 1.204 using a subroutine to reduce code duplication and
...
to eliminate a rather confusing for loop
2001-10-24 18:55:04 +00:00
Mark Andrews
b19619260f
1069. [func] Kill oldest recursive query when recursive query
...
quota is exhausted.
2001-10-24 03:10:18 +00:00
Andreas Gustafsson
897f762e3c
Fixed a race condition in the new request retransmission code:
...
if a machine is slow or busy enough, the retransmission timer could theoretically fire
again before the first transmission has finished. This could cause us to lose track
of whether a send is in progress or not, since that information is stored in a boolean
flag (DNS_REQUEST_F_SENDING), not a counter
2001-10-23 23:10:14 +00:00
Andreas Gustafsson
1a32d316dd
add a version.h for liblwres, too
2001-10-23 18:45:53 +00:00
Andreas Gustafsson
7f800a6b10
edited
2001-10-23 18:44:09 +00:00
Mark Andrews
5d4bffa427
cancelled fetches wern't being detected.
2001-10-23 06:04:37 +00:00
Mark Andrews
f0a464d58a
memory leak on error.
2001-10-23 06:01:14 +00:00
Andreas Gustafsson
1ae369c9d2
some variables that should have been static weren't
2001-10-23 01:49:35 +00:00
Mark Andrews
3476dfe9d7
mutex leak
2001-10-23 01:21:44 +00:00
Andreas Gustafsson
ce3c351d81
eliminated race condition in water() [RT #1932 ]
2001-10-23 00:56:33 +00:00
Brian Wellington
e7468041e7
silence compiler warning
2001-10-22 23:50:31 +00:00
Brian Wellington
b9043a19e2
missing ISC_TF
2001-10-22 23:49:13 +00:00
Andreas Gustafsson
ae0cb2960d
edited
2001-10-22 23:48:38 +00:00
Andreas Gustafsson
b13fa0acde
edited
2001-10-22 23:03:43 +00:00
Andreas Gustafsson
2a590fe988
created
2001-10-22 23:00:21 +00:00
Andreas Gustafsson
fd837244be
regenerated; among other things, this removes #undef NET_IF6_H and adds
...
#undef HAVE_NET_IF6_H
2001-10-22 22:53:52 +00:00
Andreas Gustafsson
5dcfb7ce2e
added definitions that had incorrectly been added directly to config.h.in
2001-10-22 22:52:16 +00:00
Andreas Gustafsson
9bbc786bf0
regenerated
2001-10-22 22:35:58 +00:00
Andreas Gustafsson
c4157085cd
Removed AC_DEFINE(HAVE_RRSETINFO) correctly
2001-10-22 22:34:56 +00:00
Andreas Gustafsson
d904d3c59a
Removed AC_DEFINE(HAVE_RRSETINFO) since it HAVE_RRSETINFO was neither used nor
...
present in config.h.in
2001-10-22 22:33:25 +00:00
Andreas Gustafsson
40a31ba506
strerror.c did not compile if HAVE_STRERROR was not defined
2001-10-22 22:17:30 +00:00
Andreas Gustafsson
8bdf7f2972
stdtime.@O@ was listed twice in OBJS
2001-10-22 21:37:28 +00:00
Andreas Gustafsson
1500a4fe5d
1068. [bug] errno could be overwritten by catgets(). [RT #1921 ]
...
(fixed as a side effect of change 1066.)
2001-10-22 21:16:01 +00:00
Andreas Gustafsson
a9bc22bf37
if() statement needs braces after isc__strerror() call added
2001-10-22 20:57:41 +00:00
Andreas Gustafsson
3931325c6d
spacing
2001-10-22 18:18:34 +00:00
Andreas Gustafsson
d1029cbcf0
reference RT #1919
2001-10-22 17:40:41 +00:00
Andreas Gustafsson
f04c15adc7
rephrased 1064.
2001-10-22 17:38:52 +00:00
Andreas Gustafsson
53c07ca216
rephrased 1063.
2001-10-22 16:58:46 +00:00
Mark Andrews
1255d388f0
1067. [func] Allow quotas to be soft, isc_quota_soft().
2001-10-22 07:09:25 +00:00
Mark Andrews
c615c2ddce
1066. [bug] Provide a thread safe wrapper for strerror().
...
[RT #1689 ]
2001-10-22 04:34:04 +00:00
Mark Andrews
8a02be5fc2
regen
2001-10-22 04:02:12 +00:00
Mark Andrews
31d3464c0c
1065. [func] Runtime support to select new / old style interface
...
scanning using ioctls.
2001-10-22 04:01:32 +00:00
Mark Andrews
2f6d1483f6
1064. [bug] Do not shutdown active interfaces if we are unable
...
to scan the list of interfaces. [RT #1921 ]
2001-10-22 03:31:24 +00:00
Mark Andrews
ea7b38cd1e
1063. [bug] libbind: irix "make install" was failing.
2001-10-22 00:40:47 +00:00
Mark Andrews
31e12a627d
add
2001-10-22 00:32:56 +00:00
Andreas Gustafsson
32d248107a
1062. [bug] If the control channel listener socket was shut
...
down before server exit, the listener object could
be freed twice. [RT #1916 ]
2001-10-19 21:00:12 +00:00