- 22 Nov, 2018 1 commit
-
-
Mark Andrews authored
-
- 10 Aug, 2018 1 commit
-
-
Ondřej Surý authored
(cherry picked from commit 994e6569)
-
- 09 Aug, 2018 1 commit
-
-
Ondřej Surý authored
(cherry picked from commit cb6a185c)
-
- 10 May, 2018 1 commit
-
-
(cherry picked from commit 9845c4c4)
-
- 23 Feb, 2018 1 commit
-
-
Ondřej Surý authored
(cherry picked from commit 843d3896)
-
- 14 Sep, 2017 2 commits
-
-
Tinderbox User authored
-
Evan Hunt authored
-
- 13 Sep, 2017 2 commits
-
-
Tinderbox User authored
-
Evan Hunt authored
4722. [cleanup] Clean up uses of strcpy() and strcat() in favor of strlcpy() and strlcat() for safety. [RT #45981]
-
- 27 Jun, 2016 1 commit
-
-
Mark Andrews authored
-
- 24 May, 2015 2 commits
-
-
Tinderbox User authored
-
Mark Andrews authored
-
- 16 Jun, 2014 1 commit
-
-
Evan Hunt authored
-
- 10 Jun, 2014 1 commit
-
-
Evan Hunt authored
3876. [bug] Improve efficiency of DLZ redirect zones by suppressing unnecessary database lookups. [RT #35835]
-
- 25 Apr, 2014 2 commits
-
-
Tinderbox User authored
-
Evan Hunt authored
3821. [contrib] Added a new "mysqldyn" DLZ module with dynamic update and transaction support. Thanks to Marty Lee for the contribution. [RT #35656] 3820. [func] The DLZ API doesn't pass the database version to the lookup() function; this can cause DLZ modules that allow dynamic updates to mishandle prerequisite checks. This has been corrected by adding a 'dbversion' field to the dns_clientinfo_t structure. [RT #35656]
-
- 11 Mar, 2013 1 commit
-
-
Evan Hunt authored
3522. [bug] DLZ lookups could fail to return SERVFAIL when they ought to. [RT #32685]
-
- 22 Jan, 2013 1 commit
-
-
Evan Hunt authored
- handle malformed answers from DLZ better: - handle dlz_lookup errors better: when the first lookup of a name returns an unexpected failure code, we return it to the caller rather than continuing on to look up the wildcard. we now only continue processing if the return from the first lookup was either ISC_R_SUCCESS or ISC_R_NOTFOUND. - improved backward-compatibility for dlz_version: added a DLZ_DLOPEN_AGE value indicating how many versions back from the current DLZ_DLOPEN_VERSION named will support
-
- 11 Jan, 2013 2 commits
-
-
Tinderbox User authored
-
Evan Hunt authored
3466. [contrib] Corrected the DNS_CLIENTINFOMETHODS_VERSION check in DLZ example driver. [RT #32275]
-
- 06 Dec, 2012 3 commits
-
-
Evan Hunt authored
3434. [bug] Pass client info to the DLZ findzone() entry point in addition to lookup(). This makes it possible for a database to answer differently whether it's authoritative for a name depending on the address of the client. [RT #31775]
-
Evan Hunt authored
3433. [bug] dlz_findzone() did not correctly handle ISC_R_NOMORE. [RT #31172]
-
Evan Hunt authored
3432. [func] Multiple DLZ databases can now be configured. DLZ databases are searched in the order configured, unless set to "search no", in which case a zone can be configured to be retrieved from a particular DLZ database by using a "dlz <name>" option in the zone statement. DLZ databases can support type "master" and "redirect" zones. [RT #27597]
-
- 30 Oct, 2012 1 commit
-
-
Mark Andrews authored
Squashed commit of the following: commit d94f5463f508773a7b027230cd81b61cf8c9cfce Author: Mark Andrews <marka@isc.org> Date: Tue Oct 30 11:52:32 2012 +1100 <string.h> -> <isc/string.h> commit d707d6fb739c6e6df90a864141b418a13d3bccc8 Author: Mark Andrews <marka@isc.org> Date: Tue Oct 30 11:48:20 2012 +1100 address coverity warnings
-
- 24 Oct, 2012 1 commit
-
-
Evan Hunt authored
3401. [bug] Addressed Coverity warnings. [RT #31484]
-
- 06 Oct, 2012 2 commits
-
-
Tinderbox User authored
-
Mark Andrews authored
-
- 10 Mar, 2012 1 commit
-
-
Tinderbox User authored
-
- 07 Mar, 2012 1 commit
-
-
Evan Hunt authored
-
- 05 Mar, 2012 3 commits
- 04 Mar, 2012 1 commit
-
-
Evan Hunt authored
- multiple DLZ's can be specified, including multiple DLZ's using the same driver; e.g., two different back-ends both loaded by the dlopen driver - new "search" option can be specified in a DLZ indicating whether this DLZ database should be searched for unknown zones. The default is "yes". If "no", then the zone can only be found by named if it's registered in the zone table, which happens if the zone is configured for dynamic updates, or if "dlz <dlzname>" is specified in the zone statement. (The latter functionality is incomplete in this commit).
-
- 30 Nov, 2011 1 commit
-
-
Mark Andrews authored
-
- 11 Oct, 2011 3 commits
-
-
Mark Andrews authored
-
Mark Andrews authored
-
Evan Hunt authored
so that responses can be changed depending on the source address of the query. [RT #25768]
-
- 21 Mar, 2011 1 commit
-
-
Mark Andrews authored
-
- 17 Mar, 2011 1 commit
-
-
Francis Dupont authored
-
- 10 Mar, 2011 1 commit
-
-
Automatic Updater authored
-