2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00
Commit Graph

2031 Commits

Author SHA1 Message Date
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
Michael Graff
c520793fb9 Add isc_socket_sendv(), sendtov(), and recvv() that work 1999-09-06 04:44:40 +00:00
Michael Graff
8c68207dfa use isc/bufferlist.h for definition of isc_bufferlist_t 1999-09-06 04:43:29 +00:00
Michael Graff
85f0f10eeb add bufferlist.c and bufferlist.h 1999-09-06 04:41:38 +00:00
Mark Andrews
658c72a46e Add zone(), zone_test to build. 1999-09-04 01:07:06 +00:00
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
f104fbbe4e toy signer 1999-09-03 19:11:55 +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
Andreas Gustafsson
94551f13c0 00->01 1999-09-03 11:41:39 +00:00
Michael Graff
e823f5d408 common path for sending, too 1999-09-03 01:18:45 +00:00