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
Michael Graff
47db0e1d06
checkpoint. udp listener clde split out.
1999-01-20 03:54:54 +00:00
Michael Graff
14b50c163e
cleanup, remove warnings
1999-01-19 19:50:10 +00:00
Michael Graff
1840745dd5
Start on server core. Needs cleanup, but it's close to what we think is
...
the Right Way.
1999-01-19 06:32:53 +00:00