Brian Wellington
24e49b2133
TSIG initialization moved until after config file parsing
1999-10-27 20:00:40 +00:00
Brian Wellington
90ace4c9e0
preliminary TKEY support
1999-10-26 15:41:48 +00:00
Bob Halley
73ca2fa486
cache loading
1999-10-25 18:59:20 +00:00
Mark Andrews
6166e52816
move zone loading out of callback
1999-10-25 16:46:15 +00:00
Mark Andrews
936f1c128f
add log context to dns_zone_copy()
...
fix various locking problems in zone.
1999-10-25 13:44:53 +00:00
Bob Halley
b8257bd2d8
logging tweaks and fixes
1999-10-23 00:02:23 +00:00
Bob Halley
a4b6a1622b
really basic logging instead of printf
1999-10-22 19:35:19 +00:00
Andreas Gustafsson
ef0cb3cc5b
create a task pool for use by the zones
1999-10-21 00:33:54 +00:00
Andreas Gustafsson
8e99b9ed65
warn about failed zone loads
1999-10-19 19:14:14 +00:00
Bob Halley
016326d111
overhaul loading; get rid of old load scheme
1999-10-15 01:51:48 +00:00
Bob Halley
d60f5b9bc8
Zone support
1999-10-14 01:37:00 +00:00
James Brister
c6e10b826e
Add driver and callback skeletons for configuration parsing.
1999-10-13 17:50:21 +00:00
Bob Halley
4fdb67f4eb
resolver support checkpoint; partial AD support
1999-10-07 19:44:22 +00:00
Bob Halley
92583b722b
rootns support
1999-09-24 01:42:22 +00:00
Andreas Gustafsson
22a33c32fc
xfrin_test() is going away
1999-09-23 06:47:28 +00:00
Bob Halley
147c6dd75a
conforming to api change
1999-09-22 19:46:46 +00:00
Bob Halley
67b37ae04c
conforming changes for new view api
1999-09-22 18:24:35 +00:00
Andreas Gustafsson
0818d0a764
support slave zones
1999-08-27 18:30:00 +00:00
Andreas Gustafsson
41f29959a3
perform journal roll-forward after loading zone
1999-08-20 06:05:07 +00:00
Bob Halley
5787fc1ed4
view cachedb support (API change)
1999-08-12 07:53:05 +00:00
Bob Halley
173b32c660
checkpoint: basic views, version.bind support
1999-08-05 22:14:43 +00:00
Bob Halley
b77cab68c6
checkpoint; crude TCP support
1999-08-05 01:51:32 +00:00
Bob Halley
b4d7972545
checkpoint
1999-07-28 02:20:36 +00:00
Bob Halley
533b047505
overhaul checkpoint
1999-07-24 01:16:38 +00:00
James Brister
eabad792eb
Remove old config stuff from build.
1999-07-13 14:24:29 +00:00
Bob Halley
f11d7ffb48
use question rdataset
1999-07-03 21:03:27 +00:00
Andreas Gustafsson
bbe35b2137
ns_interfacemgr_* result codes are DNS_R_*, not ISC_R_*
1999-06-20 11:35:12 +00:00
Andreas Gustafsson
774446ce4d
dirty hack to avoid core dump when moving qname from query message to reply message
1999-06-17 14:22:18 +00:00
Bob Halley
4d7d50710d
use isc_app_ routines
1999-05-27 01:51:31 +00:00
Andreas Gustafsson
a56af9f8c3
use the interface manager to create sockets and listeners
1999-05-26 06:48:26 +00:00
Andreas Gustafsson
72fb946eb0
replies to tcp queries were offset by two bytes
1999-05-21 05:43:48 +00:00
Michael Graff
97e7d389d5
Clean up after code review
1999-05-14 17:52:11 +00:00
Michael Graff
2726950412
parse dynamic updates, and tsig's right
1999-05-12 19:32:13 +00:00
Bob Halley
8f24d7a7ae
change to dns_dbtable_detach
1999-05-12 09:43:22 +00:00
Bob Halley
325c88703c
crude multiple zone and cache support
1999-05-03 19:56:23 +00:00
Michael Graff
1b9d5f3925
revert accidential commit
1999-05-02 07:03:13 +00:00
Michael Graff
6d9ae6b3a8
resolve again.
1999-05-02 07:00:05 +00:00
Michael Graff
d20401b765
Get the query/response flag in the right place, and make named return
...
SERVFAIL on all replies again, until I fix up the database stuff again.
1999-05-01 18:07:52 +00:00
Michael Graff
e690d225ad
Make named compile, and start on using message code. This isn't done yet.
1999-04-30 05:42:06 +00:00
Bob Halley
c46bcd7c69
update copyright
1999-03-06 03:55:54 +00:00
James Brister
709f92bb22
Use new lexer/parser. ifdef'd out still.
1999-02-24 00:14:57 +00:00
Michael Graff
882350d11c
Clean up many compiler warnings.
1999-02-11 06:38:12 +00:00
Bob Halley
fe47f41b13
eliminate compiler warnings (signed vs. unsigned)
1999-02-02 01:18:51 +00:00
Bob Halley
98d3b18373
make mem stats printing optional
1999-02-01 21:11:10 +00:00
Bob Halley
9ec6d5f03d
remove various minor compilation warnings
1999-02-01 20:47:58 +00:00
Michael Graff
e5e8a126ab
make tcp queries (where the output is slightly offset from the start
...
of the buffer, for length of tcp packet) work again.
1999-01-31 12:58:16 +00:00
Michael Graff
51c0bc9e3d
Actually answers queries!
1999-01-31 12:31:31 +00:00
James Brister
e6ad73aba4
Added calls to parser routines (ifdef'd out for now).
1999-01-30 01:00:20 +00:00
Michael Graff
60cfce122f
Code up a dispatch() function which will just return server failure for now.
...
This makes dig work, and shows that we can actually transmit as well
as receive. Both UDP and TCP connections work, with the restriction
that a full message must be contained in each TCP write, not split across
two seperate tcp 'packets'.
1999-01-29 06:18:43 +00:00
Michael Graff
7f4db15e68
add tcp client support
1999-01-28 05:52:20 +00:00