- 22 Jun, 2000 1 commit
-
-
David Lawrence authored
-
- 06 Jun, 2000 1 commit
-
-
Andreas Gustafsson authored
to just 'buffer', as there is no longer a distinction between binary and text buffers
-
- 02 Jun, 2000 1 commit
-
-
Brian Wellington authored
-
- 01 Jun, 2000 1 commit
-
-
Brian Wellington authored
-
- 31 May, 2000 1 commit
-
-
Brian Wellington authored
-
- 30 May, 2000 1 commit
-
-
Brian Wellington authored
callers use these functions. Also a lot of TSIG cleanup.
-
- 26 May, 2000 1 commit
-
-
Brian Wellington authored
Added dns_message_get/settsigkey to deuglify tsig key handling in message code.
-
- 24 May, 2000 1 commit
-
-
Michael Sawyer authored
dns_message_pseudosectiontotext to use bitfields instead of flags
-
- 23 May, 2000 1 commit
-
-
Brian Wellington authored
in the message structure, even though it should be the root. Also, return this name in dns_message_getsig0().
-
- 22 May, 2000 1 commit
-
-
Michael Sawyer authored
-
- 20 May, 2000 1 commit
-
-
Michael Sawyer authored
-
- 15 May, 2000 1 commit
-
-
Michael Sawyer authored
-
- 08 May, 2000 1 commit
-
-
David Lawrence authored
Cleanup of redundant/useless header file inclusion. ISC style lint, primarily for function declarations and standalone comments -- ie, those that appear on a line without any code, which should be written as follows: /* * This is a comment. */
-
- 02 May, 2000 1 commit
-
-
David Lawrence authored
headers and adding it to source files that need it.
-
- 01 May, 2000 1 commit
-
-
David Lawrence authored
ISC_LANG_ENDDECLS to header files that had function prototypes, and removed it from those that did not.
-
- 29 Apr, 2000 1 commit
-
-
David Lawrence authored
to conform to the same style for multiple inclusion protection.
-
- 27 Apr, 2000 1 commit
-
-
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.
-
- 06 Apr, 2000 1 commit
-
-
Michael Graff authored
-
- 29 Mar, 2000 1 commit
-
-
Brian Wellington authored
-
- 13 Mar, 2000 1 commit
-
-
Brian Wellington authored
-
- 24 Feb, 2000 1 commit
-
-
Bob Halley authored
-
- 03 Feb, 2000 1 commit
-
-
Bob Halley authored
-
- 02 Feb, 2000 2 commits
-
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
-
- 22 Jan, 2000 1 commit
-
-
Brian Wellington authored
-
- 21 Jan, 2000 1 commit
-
-
Brian Wellington authored
-
- 23 Dec, 1999 1 commit
-
-
Michael Graff authored
-
- 22 Dec, 1999 1 commit
-
-
Michael Graff authored
-
- 15 Dec, 1999 1 commit
-
-
Mark Andrews authored
-
- 25 Nov, 1999 1 commit
-
-
Bob Halley authored
-
- 02 Nov, 1999 2 commits
-
-
Brian Wellington authored
-
Brian Wellington authored
- SIG(0)'s can be rendered, and information is stored to allow them to be verified after parsing. This needs some cleanup work done.
-
- 28 Oct, 1999 1 commit
-
-
Brian Wellington authored
-
- 27 Oct, 1999 1 commit
-
-
Brian Wellington authored
-
- 08 Oct, 1999 1 commit
-
-
Brian Wellington authored
-
- 05 Oct, 1999 1 commit
-
-
Bob Halley authored
-
- 25 Sep, 1999 1 commit
-
-
Michael Graff authored
-
- 11 Sep, 1999 1 commit
-
-
Michael Graff authored
-
- 10 Sep, 1999 2 commits
-
-
Brian Wellington authored
-
Michael Graff authored
same thing for rdata, rdatalist, and rdatasets. Also implement dns_message_takebuffer(). See comments in message.h for news.
-