- 22 Feb, 2018 1 commit
-
-
Ondřej Surý authored
-
- 09 Oct, 2017 1 commit
-
-
Evan Hunt authored
4768. [func] By default, memory is no longer filled with tag values when it is allocated or freed; this improves performance but makes debugging of certain memory issues more difficult. "named -M fill" turns memory filling back on. (Building "configure --enable-developer", turns memory fill on by default again; it can then be disabled with "named -M nofill".) [RT #45123]
-
- 06 Oct, 2017 1 commit
-
-
Evan Hunt authored
4762. [func] "update-policy local" is now restricted to updates from local addresses. (Previously, other addresses were allowed so long as updates were signed by the local session key.) [RT #45492]
-
- 13 Sep, 2017 1 commit
-
-
Evan Hunt authored
4722. [cleanup] Clean up uses of strcpy() and strcat() in favor of strlcpy() and strlcat() for safety. [RT #45981]
-
- 08 Sep, 2017 1 commit
-
-
Evan Hunt authored
4708. [cleanup] Legacy Windows builds (i.e. for XP and earlier) are no longer supported. [RT #45186] 4707. [func] The lightweight resolver daemon and library (lwresd and liblwres) have been removed. [RT #45186] 4706. [func] Code implementing name server query processing has been moved from bin/named to a new library "libns". Functions remaining in bin/named are now prefixed with "named_" rather than "ns_". This will make it easier to write unit tests for name server code, or link name server functionality into new tools. [RT #45186]
-
- 04 Dec, 2016 1 commit
-
-
Mark Andrews authored
-
- 01 Nov, 2016 1 commit
-
-
Mark Andrews authored
(cherry picked from commit b2c1d6f0)
-
- 30 Oct, 2016 1 commit
-
-
Mark Andrews authored
-
- 07 Sep, 2016 1 commit
-
-
Mark Andrews authored
as external data for windows dll. [RT #43161]
-
- 07 Aug, 2016 1 commit
-
-
Mark Andrews authored
[RT #42976]
-
- 22 Jul, 2016 1 commit
-
-
Mark Andrews authored
to provide feedback to the trust-anchor administrators about how key rollovers are progressing as per draft-ietf-dnsop-edns-key-tag-02. This can be disabled using 'trust-anchor-telemetry no;'. [RT #40583]
-
- 11 Jul, 2016 1 commit
-
-
Mark Andrews authored
a exclude acl is not defined. [RT #42810]
-
- 27 Jun, 2016 1 commit
-
-
Mark Andrews authored
-
- 05 May, 2016 1 commit
-
-
Witold Krecicki authored
feeding fuzzed packets into BIND. [RT #41723]
-
- 12 Mar, 2016 1 commit
-
-
Mark Andrews authored
-
- 23 Feb, 2016 2 commits
-
-
Tinderbox User authored
-
Mark Andrews authored
-
- 30 Jan, 2016 1 commit
-
-
Evan Hunt authored
4308. [func] Added operating system details to "named -V" output. [RT #41452]
-
- 29 Oct, 2015 1 commit
-
-
Mark Andrews authored
defined to report json library version. [RT #41045]
-
- 03 Oct, 2015 1 commit
-
-
Mukund Sivaraman authored
-
- 29 Sep, 2015 1 commit
-
-
Evan Hunt authored
4224. [func] Added support for "dyndb", a new interface for loading zone data from an external database, developed by Red Hat for the FreeIPA project. DynDB drivers fully implement the BIND database API, and are capable of significantly better performance and functionality than DLZ drivers, while taking advantage of advanced database features not available in BIND such as multi-master replication. Thanks to Adam Tkac and Petr Spacek of Red Hat. [RT #35271]
-
- 04 Mar, 2015 1 commit
-
-
Evan Hunt authored
4083. [cleanup] Print of the number of CPUs and UDP listeners in the log and in "rndc status" output; indicate whether threads are supported in "named -V" output. [RT #38811]
-
- 03 Mar, 2015 1 commit
-
-
Evan Hunt authored
4080. [func] Completed change #4022, adding a "lock-file" option to named.conf to override the default lock file, in addition to the "named -X <filename>" command line option. Setting the lock file to "none" using either method disables the check completely. [RT #37908]
-
- 27 Feb, 2015 1 commit
-
-
Mark Andrews authored
reload / reconfig events. [RT #38622]
-
- 26 Feb, 2015 1 commit
-
-
Evan Hunt authored
4073. [cleanup] Add libjson-c version number reporting to "named -V"; normalize version number formatting. [RT #38056]
-
- 25 Feb, 2015 1 commit
-
-
Mukund Sivaraman authored
-
- 21 Feb, 2015 1 commit
-
-
Evan Hunt authored
-
- 06 Feb, 2015 1 commit
-
-
Evan Hunt authored
4056. [bug] Expanded automatic testing of trust anchor management and fixed several small bugs including a memory leak and a possible loss of key state information. [RT #38458] 4055. [func] "rndc managed-keys" can be used to check status of trust anchors or to force keys to be refreshed, Also, the managed keys data file has easier-to-read comments. [RT #38458]
-
- 22 Jan, 2015 3 commits
-
-
Tinderbox User authored
-
Evan Hunt authored
- forgot to include a CHANGES note - disabled on windows (it fails to link)
-
Evan Hunt authored
4046. [bug] Accounting of "total use" in memory context statistics was not correct. [RT #38370]
-
- 18 Dec, 2014 1 commit
-
-
Mukund Sivaraman authored
Conflicts: bin/tests/system/conf.sh.in lib/dns/win32/libdns.def.in lib/isc/win32/file.c The merge also needed to update files in legacy and tcp system tests (newly introduced in master after branch was created) to introduce use of lockfile.
-
- 03 Dec, 2014 1 commit
-
-
Mark Andrews authored
with broken DNS behaviour. [RT #37965]
-
- 08 Oct, 2014 1 commit
-
-
Francis Dupont authored
-
- 02 Oct, 2014 1 commit
-
-
Mark Andrews authored
[RT #37308]
-
- 16 Jun, 2014 1 commit
-
-
Evan Hunt authored
-
- 16 May, 2014 1 commit
-
-
Evan Hunt authored
3851. [func] Allow libseccomp based system-call filtering on Linux; use "configure --enable-seccomp" to turn it on. Thanks to Loganaden Velvindron for the contribution. [RT #35347]
-
- 30 Apr, 2014 1 commit
-
-
Evan Hunt authored
3832. [func] "named -L <filename>" causes named to send log messages to the specified file by default instead of to the system log. (Thanks to Tony Finch.) [RT #35845]
-
- 04 Apr, 2014 1 commit
-
-
Evan Hunt authored
3799. [bug] Improve named's command line error reporting. [RT #35603]
-
- 13 Mar, 2014 1 commit
-
-
Evan Hunt authored
3786. [func] Provide more detailed error codes when using native PKCS#11. "pkcs11-tokens" now fails robustly rather than asserting when run against an HSM with an incomplete PCKS#11 API implementation. [RT #35479]
-