bind9/bin
David Lawrence 9805b668b7 isc_buffer_putmem() takes an unsigned char as its second argument but a literal
string is of type char, so a couple of different OSs were complaining.
The 2nd parameter to isc_buffer_putmem() should probably be a const void *,
but rather than deal with changing the API and whatever that implies
with regard to versioning and whatever else, I have instead worked around
the issue by using isc_buffer_putuint8() to add a NUL to the buffer in
the two places that isc_buffer_putmem(&b, "", 1) was used.
2000-08-02 20:27:14 +00:00
..
dig use ISC_TF() to return an isc_boolean_t 2000-08-02 19:53:33 +00:00
dnssec isc_buffer_putmem() takes an unsigned char as its second argument but a literal 2000-08-02 20:27:14 +00:00
lwresd Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
named 368. [func] Restructure the internal ".bind" view so that more 2000-08-02 18:13:08 +00:00
nsupdate 365. [bug] nsupdate -k leaked memory. 2000-08-02 02:34:40 +00:00
rndc 362. [bug] rndc no longer aborts if the configuration file is 2000-08-01 14:50:15 +00:00
tests Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00
.cvsignore add .cvsignore files 1998-12-11 21:09:59 +00:00
Makefile.in Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your 2000-08-01 01:33:37 +00:00