Mark Andrews
f8e602a972
Add lib/dns/config to "configure" phase of build.
1999-09-02 07:02:50 +00:00
Mark Andrews
05f90cac85
Adjust / add stucture definitions for NS/SOA/A/AAAA/A6 records.
1999-09-02 06:40:15 +00:00
Michael Graff
4556681e19
snapshot socket.[ch] code and commit dynbuf_t -> buffer_t changes
1999-09-02 02:10:44 +00:00
Mark Andrews
45a1684159
Add dns_resolver_getanswer().
...
Attach the resolver to dispatch.
1999-09-02 01:59:19 +00:00
Bob Halley
ac77fece9a
EDNS0
1999-09-02 01:52:31 +00:00
Michael Graff
94c9d5a8ca
s/u_int32_t/isc_uint32_t/g
1999-09-02 00:00:22 +00:00
Brian Wellington
ccad3c9ecb
first cut at dnssec support
1999-09-01 20:50:49 +00:00
Bob Halley
bf555703f2
OPT support
1999-09-01 20:50:34 +00:00
Bob Halley
8d0470dbdb
DST_R_NULL_KEY is now DST_R_NULLKEY
1999-09-01 20:49:08 +00:00
Brian Wellington
1fd4766e5b
constant renaming
1999-09-01 18:56:19 +00:00
Bob Halley
8688704781
Increase maximum TCP buffer size to 2048.
1999-09-01 18:36:57 +00:00
Bob Halley
a91876b61d
Basic truncation support.
1999-09-01 18:25:05 +00:00
Bob Halley
3f185361a4
Set AA correctly at zonecuts and in delegations.
...
Return glue when generating referrals.
Included signatures of additional data, if available.
An A6 query now causes type A and type AAAA additional section processing for
QNAME.
Add some comments.
1999-09-01 18:16:43 +00:00
Andreas Gustafsson
e5df86c630
initialize covers field in new rrsets
1999-09-01 13:39:46 +00:00
Bob Halley
5c48c142e3
Doing a SIG query to a nonsecure zone was returning SERVFAIL instead of
...
no error, no data.
1999-08-31 22:24:36 +00:00
Bob Halley
732e0731de
SIG support
1999-08-31 22:14:06 +00:00
Bob Halley
e95d71d749
add serial_test
1999-08-31 22:13:42 +00:00
Bob Halley
8326257468
add dns_name_digest()
1999-08-31 22:09:52 +00:00
Brian Wellington
32b57aa1b9
missing isc_mem_put
1999-08-31 22:09:24 +00:00
Bob Halley
477437f48d
digest support
1999-08-31 22:08:19 +00:00
Bob Halley
0513f89e68
add dns_rdata_digest() and dns_rdata_covers()
1999-08-31 22:08:08 +00:00
Bob Halley
3d5a191c6f
add covers
1999-08-31 22:07:20 +00:00
Bob Halley
73c972bda6
add dns_digestfunc_t
1999-08-31 22:06:56 +00:00
Bob Halley
e27a69f8bd
add digest support
1999-08-31 22:05:55 +00:00
Bob Halley
20dbb03b72
compare did not handle some cases; add digest support
1999-08-31 22:04:00 +00:00
Brian Wellington
d692d9991a
use isc/stdtime instead of isc/time
1999-08-31 21:41:20 +00:00
Michael Graff
daf8c5c687
Fix a bug where a 0-length UDP packet was sent when the output queue was empty.
1999-08-31 21:01:53 +00:00
Michael Graff
4c5faa6bcf
Do the bsd4.3/bsd4.4 msghdr test right.
1999-08-31 20:57:46 +00:00
Michael Graff
0fe778098d
Remove one compiler's warning by casting both sides to (void *) in a comparison. Lame, but there you have it.
1999-08-31 20:55:26 +00:00
James Brister
37a0c160e3
Config HTML documentation.
1999-08-31 17:24:51 +00:00
Brian Wellington
b6b0966e6a
mode should be an unsigned int
1999-08-31 14:59:08 +00:00
Brian Wellington
b5da378f29
fixes to totext and tostruct
1999-08-31 14:55:47 +00:00
Mark Andrews
f9efe0ad50
Remove lint from serial.c
...
Remove reference to test_zone.o from Makefile.in
1999-08-30 15:08:56 +00:00
Mark Andrews
60650dd537
Add 32 bit serial arithmetic test code.
1999-08-30 15:00:52 +00:00
Mark Andrews
5cf7c8439c
Add serial.c
1999-08-30 14:47:12 +00:00
Mark Andrews
c4ef94b1a2
Add 32 bit serial arithmetic support.
1999-08-30 14:45:01 +00:00
Mark Andrews
686b27bfd3
Initial zone code. Minimally functional.
1999-08-30 14:37:45 +00:00
Bob Halley
a0c881832e
fix typo, linux problems
1999-08-28 19:30:23 +00:00
Michael Graff
194b6a2519
make sendmsg() and recvmsg() work on solaris and hpux through nasty methods
1999-08-28 05:34:41 +00:00
Michael Graff
2dcb05b6a8
more portable method to generate v6 from v4 sockaddrs
1999-08-28 05:33:29 +00:00
Michael Graff
c9b758b7c3
ipv4/ipv6 changes
1999-08-28 04:29:04 +00:00
Michael Graff
e417ec684f
use sendmsg() rather than send() or sendto() now, and start on control message
...
processing
1999-08-28 04:26:49 +00:00
Michael Graff
7b0fde02e4
define a few socket event (read/write) attributes
1999-08-28 04:26:16 +00:00
Michael Graff
287a9e6ce0
reserve lower 8 bits for task library, higher 24 for application/library use
1999-08-28 04:25:48 +00:00
Michael Graff
ee7c4a9d17
On Diital Unix, define _SOCKADDR_LEN now, since sendmsg() needs it.
1999-08-28 04:22:18 +00:00
Michael Graff
a30e7fc234
regen after configure.in changes
1999-08-28 04:21:51 +00:00
Michael Graff
fda84c1687
local (to us) definitions need to appear in this file!
1999-08-28 04:21:26 +00:00
Bob Halley
eeffa709e5
update
1999-08-28 01:49:10 +00:00
Bob Halley
d66d2cb728
add comment
1999-08-28 01:48:48 +00:00
Brian Wellington
06aa41fbf7
fix compiler warnings on alpha
1999-08-27 21:12:28 +00:00