- 16 Jan, 2014 1 commit
-
-
Mark Andrews authored
-
- 15 Jan, 2014 16 commits
-
-
Tinderbox User authored
-
Mark Andrews authored
-
Evan Hunt authored
-
Evan Hunt authored
-
Evan Hunt authored
-
Evan Hunt authored
-
Evan Hunt authored
-
Mark Andrews authored
-
Evan Hunt authored
3709. [port] Use built-in versions of strptime() and timegm() on all platforms to avoid portability issues. [RT #35183]
-
Evan Hunt authored
-
Mark Andrews authored
[RT #35128]
-
Mark Andrews authored
on a missing resolv.conf file and initializes the structure as if it had been configured with: nameserver ::1 nameserver 127.0.0.1 Note: Callers will need to be updated to treat ISC_R_FILENOTFOUND as a qualified success or else they will leak memory. The following code fragment will work with both only and new versions without changing the behaviour of the existing code. resconf = NULL; result = irs_resconf_load(mctx, "/etc/resolv.conf", &resconf); if (result != ISC_SUCCESS) { if (resconf != NULL) irs_resconf_destroy(&resconf); .... } [RT #35194]
-
Mark Andrews authored
-
Mark Andrews authored
-
Mark Andrews authored
-
Evan Hunt authored
3706. [contrib] queryperf: Fixed a possible integer overflow when printing results. [RT #35182]
-
- 14 Jan, 2014 5 commits
-
-
Tinderbox User authored
-
Evan Hunt authored
3705. [func] "configure --enable-native-pkcs11" enables BIND to use the PKCS#11 API for all cryptographic functions, so that it can drive a hardware service module directly without the need to use a modified OpenSSL as intermediary (so long as the HSM's vendor provides a complete-enough implementation of the PKCS#11 interface). This has been tested successfully with the Thales nShield HSM and with SoftHSMv2 from the OpenDNSSEC project. [RT #29031]
-
Tinderbox User authored
-
Mark Andrews authored
-
Evan Hunt authored
-
- 13 Jan, 2014 3 commits
-
-
Evan Hunt authored
-
Mark Andrews authored
-
Tinderbox User authored
-
- 12 Jan, 2014 6 commits
-
-
Tinderbox User authored
-
Tinderbox User authored
-
Mark Andrews authored
-
Mark Andrews authored
for, see prefetch option for details. [RT #35041]
-
Evan Hunt authored
-
Tinderbox User authored
-
- 11 Jan, 2014 7 commits
-
-
Tinderbox User authored
-
Tinderbox User authored
-
Francis Dupont authored
-
Evan Hunt authored
-
Evan Hunt authored
-
Evan Hunt authored
3702. [func] 'dnssec-coverage -l' option specifies a length of time to check for coverage; events further into the future are ignored. 'dnssec-coverage -z' checks only ZSK events, and 'dnssec-coverage -k' checks only KSK events. (Thanks to Peter Palfrader.) [RT #35168]
-
Tinderbox User authored
-
- 10 Jan, 2014 2 commits
-
-
Tinderbox User authored
-
Mark Andrews authored
-