David Lawrence
a82fd2c01b
added non-blocking locking, isc_rwlock_trylock()
2001-03-08 00:55:15 +00:00
Andreas Gustafsson
668f06c071
removed comments that no longer apply with the new
...
config code
2001-03-08 00:06:19 +00:00
Andreas Gustafsson
d55642259e
use a simpler, faster hash function
2001-03-07 23:52:16 +00:00
Andreas Gustafsson
a771f831b9
stub zones don't do update forwarding
2001-03-07 23:37:15 +00:00
Brian Wellington
0783aab720
allow-update-forwarding is not allowed in stub zones.
2001-03-07 23:36:26 +00:00
Andreas Gustafsson
88a790c391
xref 771. -> [RT #919 ]
2001-03-07 22:46:58 +00:00
Andreas Gustafsson
123a3dddc9
772. [bug] Owner names could be incorrectly omitted from cache
...
dumps in the presence of negative caching entries.
[RT #991 ]
2001-03-07 22:30:21 +00:00
Andreas Gustafsson
c434887bd5
compiler warning
2001-03-07 22:07:06 +00:00
Andreas Gustafsson
c1e4e35ee4
#include <isc/print.h>
2001-03-07 22:04:11 +00:00
Brian Wellington
5ea0d11ca4
771. [cleanup] TSIG errors related to unsynchronized clocks
...
are logged better.
2001-03-07 20:53:32 +00:00
Andreas Gustafsson
3ba6d0298a
rephrasing and typo
2001-03-07 18:52:34 +00:00
Andreas Gustafsson
125d183f2b
document the 'dnssec' and 'lame-servers' log categories
2001-03-07 18:46:58 +00:00
Andreas Gustafsson
2357f291c5
edited
2001-03-07 18:06:22 +00:00
Andreas Gustafsson
fc04bb9d98
lame server on ... -> lame server resolving ... [RT #641 ]
2001-03-07 18:03:07 +00:00
Andreas Gustafsson
f34d7e453d
yes -> <command>yes</command>
2001-03-07 00:25:22 +00:00
Brian Wellington
d25dd5b056
770. [func] Add the "edns yes_or_no" statement to the server
...
clause. [RT #524 ]
2001-03-06 23:54:37 +00:00
Brian Wellington
3fccea030d
#include <lwres/net.h>
2001-03-06 23:12:15 +00:00
Brian Wellington
ac3f9fa1ec
remove unnecessary #includes
2001-03-06 23:02:04 +00:00
Mark Andrews
9ac7076eba
769. [func] Improved error reporting when parsing rdata. [RT #740 ]
...
Two new error codes. Also push back the last token, if it makes
sense to do so, so that it gets printed in the error message using
RETTOK macro, rather than straight return or RETERR.
2001-03-06 22:11:18 +00:00
Brian Wellington
93e66a44a0
remove #ifdef REENTRANT
2001-03-06 21:46:03 +00:00
Andreas Gustafsson
2c476880d6
parse_sockaddrsub() assumed current token was string
...
token withouth checking that it actually was; reformatted for
80 columns
2001-03-06 19:13:01 +00:00
Brian Wellington
7c294304af
Fix a few places where the new config code would fail if there was no
...
config file (-c /dev/null).
2001-03-06 19:04:42 +00:00
Brian Wellington
72b7d215f7
The directory option didn't have the CFG_CLAUSEFLAG_CALLBACK bit set, so the
...
callback wasn't executed. [RT #978 ]
2001-03-06 18:17:52 +00:00
Mark Andrews
5aa9a23af5
MANYERRORS would cause the next line to be skipped if dns_rdata_fromtext failed.
2001-03-06 13:32:42 +00:00
Brian Wellington
19c388c98e
remove 2 occurrences of 'the the'
2001-03-06 07:38:18 +00:00
Bob Halley
7c058f1c38
remove incorrect CNAME/DNAME dead-end code from NXDOMAIN handling
2001-03-06 06:57:47 +00:00
Mark Andrews
0c13f7af64
Document under what conditions client_allocsendbuf() is allowed to return
...
ISC_R_NOSPACE. Add an INSIST to catch changes to callers.
2001-03-06 04:18:42 +00:00
Brian Wellington
668acc6107
remove a few references to deleted headers
2001-03-06 02:49:29 +00:00
Brian Wellington
5966e86744
Oops, revert an inadvertent checkin.
2001-03-06 02:40:13 +00:00
Brian Wellington
9c3f9cecf8
regenerate: We don't need yacc anymore.
2001-03-06 02:33:05 +00:00
Brian Wellington
8b282073f2
We don't need yacc anymore.
2001-03-06 02:32:42 +00:00
Brian Wellington
76b3ec5e0c
767. [placeholder]
2001-03-06 02:05:52 +00:00
Brian Wellington
8772b86369
parse the listen-on-v6 statement, not listen-on a second time.
2001-03-06 01:57:19 +00:00
Brian Wellington
53aed64e0f
add missing .cvsignore files
2001-03-06 01:51:34 +00:00
Brian Wellington
952a55000a
Remove the 4k UDP send buffer from the client object; use an array on the
...
stack instead.
2001-03-06 01:24:40 +00:00
Brian Wellington
2eb3dafdcf
Add the socket flag ISC_R_NORETRY, which makes the socket code treat
...
a soft error as a hard error on send (that is, not retry it). It also
modifies the code calling sendmsg() to retry on EINTR.
2001-03-06 01:23:03 +00:00
Brian Wellington
f9e1aa0c44
reference all open RT tickets fixed by change 766.
2001-03-05 23:49:06 +00:00
Brian Wellington
f43ed15b46
allow-update-forwarding for slave zones should be Yes
2001-03-05 23:44:59 +00:00
Brian Wellington
56ea2e19a2
add a cast [RT #974 ]
2001-03-05 23:14:03 +00:00
Brian Wellington
b9a99f0772
remove 'ans.run' files
2001-03-05 22:54:08 +00:00
Brian Wellington
0dd8c65bfa
regenerate
2001-03-05 22:50:47 +00:00
Brian Wellington
438b80a31b
Remove the old configuration parser
2001-03-05 22:49:33 +00:00
Brian Wellington
5e2f472561
add casts [RT #974 ]
2001-03-05 22:39:57 +00:00
Bob Halley
4e3f8e480f
fix memory leaks in query_find()
2001-03-05 21:38:20 +00:00
Brian Wellington
e43b9a2005
move compression context create/delete into the caller of the message
...
rendering functions. This reduces the size of the message object.
2001-03-05 21:15:47 +00:00
Andreas Gustafsson
dc2e09d48b
more detailed description of changes related to the
...
configuration parser rewrite
2001-03-05 21:14:59 +00:00
Andreas Gustafsson
322445da85
with the new config parser, ACLs names are once again case
...
insensitive, and there are no more reserved words
2001-03-05 20:58:57 +00:00
Brian Wellington
be066f0629
Put 4 offsets in a msgblock, not 8. offsets are big enough that this helps.
...
Also remove an unused variable.
2001-03-05 20:12:49 +00:00
Brian Wellington
5f8b996a81
Reduce the number of objects preallocated in the message, which reduces
...
the per-recursive-client memory.
2001-03-05 20:06:10 +00:00
Danny Mayer
943322a123
Remove LIBISC_EXTERNAL_DATA usage
2001-03-05 18:47:00 +00:00