Mark Andrews
52637f592f
Add wire compression.
1999-02-22 07:24:05 +00:00
Bob Halley
6d5dcd0dc9
Make multiple build directories work again
1999-02-18 01:24:32 +00:00
Mark Andrews
b5819ca3eb
dns_name_fromwire() should have been using up to the end of the
...
active region, not the end of the remaining region.
bin/named/wire_debug.c bin/tests/wire_test.c adjusted for above
change.
dns_name_fromwire() was not computing nrem and nused correctly
for bitstream labels.
1999-02-15 23:59:36 +00:00
Michael Graff
882350d11c
Clean up many compiler warnings.
1999-02-11 06:38:12 +00:00
Bob Halley
990fe8c3a9
do not link with lex/yacc libraries
1999-02-02 01:44:15 +00:00
Bob Halley
fe47f41b13
eliminate compiler warnings (signed vs. unsigned)
1999-02-02 01:18:51 +00:00
Bob Halley
1c969834dc
do not build parser
1999-02-02 01:18:38 +00:00
Bob Halley
1ed857d600
deal with names outside of the db; auth vs. nonauth
1999-02-01 21:11:47 +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
Bob Halley
d55fedfce0
initialize values to avoid INSIST(l->nwactive == 0) when starting
1999-02-01 20:37:40 +00:00
David Lawrence
b6d5a6722c
parser.c, parser_p.h, lexer.c are all generated by Makefile
1999-01-31 18:47:57 +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
Michael Graff
8507d64d0c
use isc_uint32_t and unsigned int for u_int32_t and u_int
1999-01-30 03:09:28 +00:00
James Brister
1ca02d14e4
Misc additions for the parser stuff.
1999-01-30 01:00:49 +00:00
James Brister
e6ad73aba4
Added calls to parser routines (ifdef'd out for now).
1999-01-30 01:00:20 +00:00
James Brister
b110b1bc30
Misc changes.
1999-01-30 00:53:56 +00:00
James Brister
915440a0d0
Files for the config file parsing.
1999-01-30 00:50:10 +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
James Brister
1453fd8dde
Files supportting the zoneinfo structure.
1999-01-28 17:18:09 +00:00
Michael Graff
7f4db15e68
add tcp client support
1999-01-28 05:52:20 +00:00
Michael Graff
e957705142
unsigned char, not char
1999-01-27 08:59:40 +00:00
Bob Halley
530570705a
add
1999-01-21 19:30:50 +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