- 20 Nov, 2000 4 commits
-
-
Brian Wellington authored
with the same amount of free space as the target buffer.
-
Brian Wellington authored
-
Mark Andrews authored
-
Mark Andrews authored
use extened buffer api to calculate lengths.
-
- 19 Nov, 2000 2 commits
-
-
Brian Wellington authored
-
Brian Wellington authored
-
- 15 Nov, 2000 2 commits
-
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
dns_rdataclass_format(), for convenient formatting of rdata type/class mnemonics in log messages.
-
- 14 Nov, 2000 1 commit
-
-
Brian Wellington authored
value - the type can be "any", "strict", or "none". This fixes potential problems with compression in unknown rr types.
-
- 10 Nov, 2000 2 commits
-
-
Brian Wellington authored
syntax is correct didn't work.
-
Brian Wellington authored
-
- 09 Nov, 2000 2 commits
-
-
Brian Wellington authored
-
Brian Wellington authored
-
- 08 Nov, 2000 1 commit
-
-
Brian Wellington authored
been replaced with isc_lex_getmastertoken().
-
- 07 Nov, 2000 1 commit
-
-
Brian Wellington authored
-
- 31 Oct, 2000 1 commit
-
-
Mark Andrews authored
-
- 27 Oct, 2000 1 commit
-
-
Brian Wellington authored
spelled the same way as other uses of the word "initialize" (it had an 's', not a 'z').
-
- 25 Oct, 2000 2 commits
-
-
Mark Andrews authored
Add sanity checks to rdata types where the length cannot legally be zero.
-
Mark Andrews authored
DNS_RDATA_UPDATE flag. 531. [func] Rdata really should be initalized before being assigned to (dns_rdata_fromwire(), dns_rdata_fromtext(), dns_rdata_clone(), dns_rdata_fromregion()), check that it is.
-
- 24 Oct, 2000 1 commit
-
-
Mark Andrews authored
-
- 20 Oct, 2000 1 commit
-
-
Mark Andrews authored
-
- 19 Oct, 2000 1 commit
-
-
Mark Andrews authored
-
- 26 Sep, 2000 1 commit
-
-
Andreas Gustafsson authored
prerequisites with empty RDATA. [RT #357]
-
- 19 Sep, 2000 1 commit
-
-
Andreas Gustafsson authored
RFC1035, but it was printed and read only as CHAOS. We now accept both forms as input, and print it as CH.
-
- 06 Sep, 2000 1 commit
-
-
Mark Andrews authored
-
- 05 Sep, 2000 1 commit
-
-
Andreas Gustafsson authored
-
- 01 Aug, 2000 1 commit
-
-
David Lawrence authored
own CVS tree will help minimize CVS conflicts. Maybe not. Blame Graff for getting me to trim all trailing whitespace.
-
- 27 Jul, 2000 1 commit
-
-
David Lawrence authored
-
- 10 Jul, 2000 2 commits
-
-
Andreas Gustafsson authored
make the warning message say 'file does not end with newline' instead of 'unexpected end of file' to lead the user on the right tracks to fixing the most likely cause. Also, don't include the function name in the message.
-
Mark Andrews authored
regardless of input source.
-
- 21 Jun, 2000 1 commit
-
-
David Lawrence authored
-
- 06 Jun, 2000 1 commit
-
-
Andreas Gustafsson authored
-
- 01 Jun, 2000 2 commits
-
-
David Lawrence authored
cast to dns_rdatatype_t via macros of their same name so that they are of the proper integral type wherever a dns_rdatatype_t is needed. (And a few prototypes that I recently bogusly changed to take "int" parameters in place of "dns_rdatatype_t" to accomodate the type of an enum identifier have been reverted to again properly take a dns_rdatatype_t.)
-
David Lawrence authored
Mostly, several functions that take pointers as arguments, almost always char * pointers, had those pointers qualified with "const". Those that returned pointers to previously const-qualified arguments had their return values qualified as const. Some structure members were qualified as const to retain that attribute from the variables from which they were assigned. The macro DE_CONST is used to deal with a handful of very special places where something is qualified as const but really needs to have its const qualifier removed. rdata.c now defines macros for the prototypes of the basic rdata functions, and all of the lib/dns/rdata/**/*.c files now use them. Some minor integer-compatibility issues. (IE, ~0x03 is a signed int, so assigning it to an unsigned int should use a cast. The type of an enum member is int, so there are some conversion issues there, too.) A pointers-to-function should not be cast to a pointer-to-object. Variables should not be named for C reserved identifiers. One or two set-but-not-used variables removed. Minor other ISC style cleanups.
-
- 25 May, 2000 1 commit
-
-
Brian Wellington authored
-
- 24 May, 2000 3 commits
-
-
David Lawrence authored
to returning unsigned long, the type of its underlying counter.
-
David Lawrence authored
-
David Lawrence authored
macro in dns_rdataclass_fromtext by using an intermediate variable to hold the constant 2nd argument in each use. added the RESERVED attribute to the reserved0 class in the same function.
-
- 20 May, 2000 1 commit
-
-
Michael Graff authored
-
- 19 May, 2000 1 commit
-
-
Mark Andrews authored
support.
-