James Brister
9a599ce834
Fixed typo in variable name.
1999-09-03 21:02:23 +00:00
James Brister
92db5cd726
Renamed many identifiers to match coding guidelines.
1999-09-03 20:59:50 +00:00
James Brister
feb08cecf3
Include config parser in build and library.
1999-09-03 20:56:23 +00:00
James Brister
dcf97f1767
Include config parser header files.
1999-09-03 20:51:29 +00:00
James Brister
67d3afc471
Renamed many identifiers to match coding guidelines.
1999-09-03 20:48:22 +00:00
Brian Wellington
76caa58fe3
function to convert record to DST key
1999-09-03 19:05:50 +00:00
Bob Halley
17836c7ab3
remove erroneous inet_ntop.@O@
1999-09-03 17:56:58 +00:00
Bob Halley
453f3213e9
undo ISC_MEM_RECORD
1999-09-03 17:45:17 +00:00
Michael Graff
c138fc2791
multi-buffer isc_socket_recvv() -- needs testing
1999-09-03 16:38:08 +00:00
Mark Andrews
3e9a5c9dc6
Missing enum from config.
1999-09-03 13:24:14 +00:00
Mark Andrews
29ed825602
Changes for the introduction of 'covers' and dns_db_find returning
...
the sig RRset.
1999-09-03 13:21:30 +00:00
Mark Andrews
feb72cfbe7
Record where memory requests and releases were made.
...
Double isc_mem_put()'s well now cause an INSIST failures.
These are on by default during development but can be turned
off by "#define ISC_MEM_RECORD 0" or equivalent.
1999-09-03 13:19:17 +00:00
Michael Graff
e823f5d408
common path for sending, too
1999-09-03 01:18:45 +00:00
Michael Graff
ad76b9d585
checkpoint new development: recvmsg() path is now common between all receiving
...
routines (internal and external)
1999-09-03 00:22:28 +00:00
Bob Halley
3235976f18
add
1999-09-02 23:40:23 +00:00
Michael Graff
dfeb5a60db
fix
1999-09-02 23:34:09 +00:00
Michael Graff
9f1c521285
change some flags (so we can use internal ones, too)
1999-09-02 20:52:44 +00:00
Michael Graff
3467456ae4
deal with partial writes correctly
1999-09-02 20:06:55 +00:00
Michael Graff
ad4f276061
Use a static function to allocate and initialize isc_socketevent_t's
1999-09-02 18:56:11 +00:00
Bob Halley
065273f52a
add _last, _prev, and _seek for dbiterators
1999-09-02 16:43:45 +00:00
Brian Wellington
d92543b360
more constant renaming
1999-09-02 15:56:33 +00:00
Mark Andrews
1d23294e9a
Add isc_sockaddr_totext()
1999-09-02 12:08:07 +00:00
Mark Andrews
ff89d6add5
add isc_sockaddr_totext()
1999-09-02 12:07:00 +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
Brian Wellington
1fd4766e5b
constant renaming
1999-09-01 18:56:19 +00:00
Andreas Gustafsson
e5df86c630
initialize covers field in new rrsets
1999-09-01 13:39:46 +00:00
Bob Halley
732e0731de
SIG support
1999-08-31 22:14:06 +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
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
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