- 21 Jan, 2014 3 commits
-
-
Mark Andrews authored
-
Evan Hunt authored
-
Evan Hunt authored
3714. [test] System tests that need to test for cryptography support before running can now use a common "testcrypto.sh" script to do so. [RT #35213]
-
- 20 Jan, 2014 3 commits
-
-
Evan Hunt authored
3713. [bug] Save memory by not storing "also-notify" addresses in zone objects that are configured not to send notify requests. [RT #35195]
-
Evan Hunt authored
-
Francis Dupont authored
-
- 19 Jan, 2014 1 commit
-
-
Evan Hunt authored
-
- 18 Jan, 2014 3 commits
-
-
Tinderbox User authored
-
Evan Hunt authored
-
Evan Hunt authored
-
- 17 Jan, 2014 6 commits
-
-
Tinderbox User authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Tinderbox User authored
-
Mark Andrews authored
-
- 16 Jan, 2014 12 commits
-
-
Tinderbox User authored
-
Mark Andrews authored
using automatic empty zones from regular zones. [RT #35177]
-
Evan Hunt authored
-
Evan Hunt authored
-
Francis Dupont authored
-
Mark Andrews authored
-
Francis Dupont authored
-
Mark Andrews authored
-
Mark Andrews authored
-
Tinderbox User authored
-
Mark Andrews authored
-
Mark Andrews authored
-
- 15 Jan, 2014 12 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]
-