- 27 Apr, 2000 6 commits
-
-
Andreas Gustafsson authored
-
Bob Halley authored
-
Brian Wellington authored
-
Brian Wellington authored
the other dnssec tools.
-
Brian Wellington authored
-
David Lawrence authored
Added: isc_buffer_base(b) (pointer) isc_buffer_current(b) (pointer) isc_buffer_active(b) (pointer) isc_buffer_used(b) (pointer) isc_buffer_length(b) (int) isc_buffer_usedlength(b) (int) isc_buffer_consumedlength(b) (int) isc_buffer_remaininglength(b) (int) isc_buffer_activelength(b) (int) isc_buffer_availablelength(b) (int) Removed: ISC_BUFFER_USEDCOUNT(b) ISC_BUFFER_AVAILABLECOUNT(b) isc_buffer_type(b) Changed names: isc_buffer_used(b, r) -> isc_buffer_usedregion(b, r) isc_buffer_available(b, r) -> isc_buffer_available_region(b, r) isc_buffer_consumed(b, r) -> isc_buffer_consumedregion(b, r) isc_buffer_active(b, r) -> isc_buffer_activeregion(b, r) isc_buffer_remaining(b, r) -> isc_buffer_remainingregion(b, r) Buffer types were removed, so the ISC_BUFFERTYPE_* macros are no more, and the type argument to isc_buffer_init and isc_buffer_allocate were removed. isc_buffer_putstr is now void (instead of isc_result_t) and requires that the caller ensure that there is enough available buffer space for the string.
-
- 26 Apr, 2000 9 commits
-
-
David Lawrence authored
-
Michael Sawyer authored
-
David Lawrence authored
-
Michael Sawyer authored
still exist.
-
Michael Sawyer authored
-
Michael Sawyer authored
Improve message if resolver host not found.
-
Michael Sawyer authored
builds host binary. Host does not presently work. Add some additional command line options on dig.
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
-
- 25 Apr, 2000 7 commits
-
-
David Lawrence authored
-
Andreas Gustafsson authored
from <named/listenlist.h>
-
Bob Halley authored
authoritative for both, the delegatee is nonsecure, and the query name is at the top of the delegatee zone. Apply allow-query ACL checks to all response data.
-
David Lawrence authored
-
David Lawrence authored
ignore lwresconf_test binary.
-
David Lawrence authored
-
Brian Wellington authored
-
- 24 Apr, 2000 4 commits
-
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
-
- 21 Apr, 2000 4 commits
-
-
Mark Andrews authored
-
Mark Andrews authored
-
Andreas Gustafsson authored
in the correct order
-
Andreas Gustafsson authored
-
- 20 Apr, 2000 10 commits
-
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
-
Michael Sawyer authored
Now supports AXFR.
-
Michael Sawyer authored
Added TCP mode to dig. AXFR code partially written. Merged into configure.in, bin/Makefile.in.
-
Michael Graff authored
-
Michael Graff authored
Infrastructure to allow use of alternate openssl libraries. Default is still to use our internal, now renamed, version.
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
bin/tests/zone2_test.c; it's obsolete and zone2_test.c is the only place using it
-
Andreas Gustafsson authored
was actually open
-
Mark Andrews authored
-