Michael Graff
c3a4d8072c
fix allocation of buffer for rdata
1999-09-10 02:42:12 +00:00
Michael Graff
3df43dad43
Make the ISC_BUFFER_VALID() be exported from buffer.h, so bufferlist.h
...
can use internal buffer pointers without fear by first performing the
same validity check used in the buffer.c file. This eliminates a
function call inside a loop, and the bufferlist.c file is really a
superset of buffers in many ways already.
1999-09-10 01:54:08 +00:00
Mark Andrews
bada60fd2a
Non portable type used. u_int32_t -> isc_uint32_t
1999-09-09 23:25:51 +00:00
James Brister
fe4cf362bb
Fixed bad use of return().
1999-09-09 22:32:33 +00:00
James Brister
26d88c4373
Fix decl for Digital Unix
1999-09-09 22:28:42 +00:00
James Brister
9f27447cae
Fix includes for when buildtree != sourcetree
1999-09-09 22:24:34 +00:00
Bob Halley
ac70da9a27
allow malloc() and free() to be replaced
1999-09-09 19:32:03 +00:00
Bob Halley
f4cba0c2e1
add confparser.c confparser_p.h
1999-09-09 19:31:37 +00:00
James Brister
f1a1c734fd
Removed as they're rebuildable and having them in the pool creates
...
unnecessary CVS warnings.
1999-09-09 16:40:02 +00:00
David Lawrence
b906092cb1
MSVC++ does not allow "long long". This uses the MSVC++ native types
...
to specify integers of the appropriate bit widths.
1999-09-09 15:19:43 +00:00
Andreas Gustafsson
ae83dbc881
eliminate signed/unsigned warning on Alpha
1999-09-09 09:27:47 +00:00
Andreas Gustafsson
eb1570a11b
a case label must be followed by a a statement
1999-09-09 09:24:09 +00:00
Andreas Gustafsson
e6dbac5500
build_nxt() is now a library function
1999-09-09 09:03:50 +00:00
Andreas Gustafsson
021de83ee3
build_nxt() and find_keys() are now library functions
1999-09-09 08:59:01 +00:00
Andreas Gustafsson
b2c71d98df
automatic updating of SIGs and NXTs in secure zones
1999-09-09 08:58:00 +00:00
Andreas Gustafsson
d1bf2d2df2
use dns_rdataset_isassociated()
1999-09-09 08:39:00 +00:00
Andreas Gustafsson
2813268985
added dns_dnssec_findzonekeys()
1999-09-09 08:28:23 +00:00
Andreas Gustafsson
93bcd26bfa
SIGs covering different types are now considered separate rdatasets in dns_diff_apply()
1999-09-09 08:26:17 +00:00
Andreas Gustafsson
a156e03d99
added nxt.c
1999-09-09 08:22:07 +00:00
Andreas Gustafsson
3b6d32336c
created
1999-09-09 08:21:45 +00:00
Andreas Gustafsson
55dd0f94e6
typo caused SIGs to leak memory instead of being added to response
1999-09-09 06:55:35 +00:00
Bob Halley
4c0b089772
allow port to be specified
1999-09-09 02:19:11 +00:00
Michael Graff
186817c92c
make dns_message_findtype() public
1999-09-09 01:10:53 +00:00
Brian Wellington
49f7148b1e
if set is signed, resign with the same keys
1999-09-08 18:28:39 +00:00
Bob Halley
15e26d11c8
update
1999-09-08 18:25:34 +00:00
Bob Halley
c5b755203b
update
1999-09-08 18:15:54 +00:00
Bob Halley
90c2adec84
zone_findrdataset() could cause a core dump
1999-09-08 16:11:31 +00:00
Andreas Gustafsson
b469f0321d
added dns_rdatatype_isdnssec() and dns_rdatatype_iszonecutauth()
1999-09-08 07:35:27 +00:00
Andreas Gustafsson
b1a67f989f
ISC_LIST_APPENDLIST now clears list2 consistently
1999-09-08 05:56:21 +00:00
William King
1aeb587095
changed the default timeout to a longer interval to allow tests
...
to run to completion without timing out
1999-09-08 01:53:34 +00:00
William King
9e74b13fd2
uncommented -a argument processing
1999-09-08 01:33:07 +00:00
Bob Halley
aaa4ab9c27
get rid of debugging code
1999-09-08 01:22:29 +00:00
Bob Halley
6674b5827d
only allow glue for the delegating zone
1999-09-08 01:21:01 +00:00
Bob Halley
7f9096e4c9
add gluedb
1999-09-08 01:20:41 +00:00
Bob Halley
9637357a77
a6 chains in additional data
1999-09-08 01:10:26 +00:00
Bob Halley
0b157747b3
findrdataset can now return a sig
1999-09-08 01:10:08 +00:00
Bob Halley
3c8f313f04
remove debugging code
1999-09-08 01:08:57 +00:00
Bob Halley
daf60b7604
add a6 chains to additional data
1999-09-07 23:09:34 +00:00
Bob Halley
8660a2d45b
stdio.h is required if tracing
1999-09-07 23:09:06 +00:00
Bob Halley
9da327c41b
add a6
1999-09-07 23:08:00 +00:00
Bob Halley
b3a569d85c
rdataset_clone was broken
1999-09-07 23:05:20 +00:00
Brian Wellington
b20de477c2
multiple zone key support
1999-09-07 20:23:53 +00:00
Bob Halley
b3e2e7c4d6
add dns_db_issecure()
1999-09-07 18:12:11 +00:00
Andreas Gustafsson
ba2d393cd8
don't ignore updates that change only the TTL
1999-09-07 05:26:26 +00:00
Bob Halley
6181350b1a
init bufferlist
1999-09-07 01:55:54 +00:00
Bob Halley
83ea7ab7e0
add signer and zone_test
1999-09-07 01:34:21 +00:00
Bob Halley
1819606910
add bitstring
1999-09-07 01:32:27 +00:00
Brian Wellington
6ac145533e
off by one error
1999-09-06 16:55:58 +00:00
Michael Graff
da329abe35
Teach sdig to use the new sendtov() and recvv() calls
1999-09-06 04:47:35 +00:00
Michael Graff
e4f133deed
Add isc_buffer_usedcount() and availablecount() -- which should become macros
1999-09-06 04:45:13 +00:00