- 04 Mar, 2004 1 commit
-
-
Mark Andrews authored
-
- 14 Jan, 2004 1 commit
-
-
Mark Andrews authored
child zones for which we don't have a supported algorithm. Such child zones are treated as unsigned. 1557. [func] Implement missing DNSSEC tests for * NOQNAME proof with wildcard answers. * NOWILDARD proof with NXDOMAIN. Cache and return NOQNAME with wildcard answers.
-
- 25 Oct, 2003 1 commit
-
-
Tatuya JINMEI 神明達哉 authored
deprecation of bitstring labels.
-
- 30 Sep, 2003 1 commit
-
-
Mark Andrews authored
-
- 15 Nov, 2002 1 commit
-
-
Mark Andrews authored
-
- 12 Nov, 2002 1 commit
-
-
Mark Andrews authored
timestamps. [RT #4268] developer: marka reviewer: ogud
-
- 22 Jul, 2002 1 commit
-
-
Mark Andrews authored
need to be suppressed.
-
- 20 Feb, 2002 1 commit
-
-
Mark Andrews authored
-
- 22 Jan, 2002 1 commit
-
-
Brian Wellington authored
some of the zone private keys were unavailable.
-
- 21 Jan, 2002 1 commit
-
-
Brian Wellington authored
which allows the server to look for online signing keys in alternate directories.
-
- 30 Nov, 2001 1 commit
-
-
Andreas Gustafsson authored
standards; add exceptions to the coding standards for cases where this is not desirable
-
- 08 Jun, 2001 2 commits
-
-
Brian Wellington authored
-
Brian Wellington authored
an unsigned query is seen. This should actually do the verification, but it's not currently possible. [RT #1391]
-
- 29 May, 2001 1 commit
-
-
Brian Wellington authored
-
- 10 May, 2001 1 commit
-
-
Brian Wellington authored
-
- 02 May, 2001 2 commits
-
-
Brian Wellington authored
-
Brian Wellington authored
small; use a dynamic buffer instead. Also, comment a section
-
- 17 Apr, 2001 1 commit
-
-
Brian Wellington authored
downcased when signing/verifying records. [RT #1186]
-
- 23 Mar, 2001 1 commit
-
-
Brian Wellington authored
downcased.
-
- 12 Mar, 2001 1 commit
-
-
Brian Wellington authored
-
- 17 Jan, 2001 1 commit
-
-
Brian Wellington authored
require all of dst to be linked in.
-
- 09 Jan, 2001 1 commit
-
-
Brian Wellington authored
-
- 04 Jan, 2001 1 commit
-
-
Brian Wellington authored
incorrectly. [RT #606]
-
- 03 Jan, 2001 1 commit
-
-
Brian Wellington authored
allocation per query.
-
- 11 Dec, 2000 1 commit
-
-
Brian Wellington authored
-
- 31 Oct, 2000 1 commit
-
-
Mark Andrews authored
-
- 25 Oct, 2000 1 commit
-
-
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.
-
- 07 Oct, 2000 1 commit
-
-
Brian Wellington authored
-
- 25 Sep, 2000 1 commit
-
-
Brian Wellington authored
-
- 12 Sep, 2000 1 commit
-
-
Brian Wellington authored
-
- 21 Aug, 2000 2 commits
-
-
Andreas Gustafsson authored
-
Brian Wellington authored
-
- 10 Aug, 2000 1 commit
-
-
Brian Wellington authored
the overhead of converting it to a dst key.
-
- 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.
-
- 31 Jul, 2000 1 commit
-
-
David Lawrence authored
-
- 27 Jul, 2000 1 commit
-
-
David Lawrence authored
-
- 25 Jul, 2000 1 commit
-
-
Brian Wellington authored
key (which should be the case anyway, but it never hurts to check). Also fix a memory leak and change a few _tostruct() calls to not allocate memory.
-
- 06 Jun, 2000 1 commit
-
-
Brian Wellington authored
-
- 02 Jun, 2000 1 commit
-
-
Brian Wellington authored
-
- 01 Jun, 2000 1 commit
-
-
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.
-