- 30 Aug, 2019 1 commit
-
-
Mark Andrews authored
-
- 25 Jun, 2019 2 commits
-
-
Ondřej Surý authored
The json-c have previously leaked into the global namespace leading to forced -I<include_path> for every compilation unit using isc/xml.h header. This MR fixes the usage making the caller object opaque.
-
Ondřej Surý authored
The libxml2 have previously leaked into the global namespace leading to forced -I<include_path> for every compilation unit using isc/xml.h header. This MR fixes the usage making the caller object opaque.
-
- 30 May, 2019 1 commit
-
-
Ondřej Surý authored
-
- 29 May, 2019 1 commit
-
-
Ondřej Surý authored
-
- 14 Mar, 2019 1 commit
-
-
- Print control characters in octal - Shorten using an ellipsis when necessary
-
- 08 Mar, 2019 1 commit
-
-
Ondřej Surý authored
-
- 06 Feb, 2019 2 commits
-
-
- 15 Nov, 2018 3 commits
-
-
Witold Krecicki authored
-
Witold Krecicki authored
-
-
- 09 Nov, 2018 1 commit
-
-
Mark Andrews authored
-
- 08 Nov, 2018 1 commit
-
-
Ondřej Surý authored
Don't assert on failed getrlimit call to allow called to handle this gracefully as it already does, just abort where we need to know the numbers
-
- 30 Oct, 2018 1 commit
-
-
Ondřej Surý authored
-
- 18 Oct, 2018 1 commit
-
-
Witold Krecicki authored
-
- 04 Sep, 2018 1 commit
-
-
Evan Hunt authored
-
- 31 Aug, 2018 1 commit
-
-
- 28 Aug, 2018 1 commit
-
-
Ondřej Surý authored
-
- 16 Aug, 2018 1 commit
-
-
Witold Krecicki authored
-
- 10 Aug, 2018 1 commit
-
-
Michał Kępień authored
Remove an #ifdef which commit c3b8130f should have removed.
-
- 08 Aug, 2018 3 commits
-
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
- 19 Jul, 2018 1 commit
-
-
Ondřej Surý authored
-
- 25 Jun, 2018 1 commit
-
-
- 06 Jun, 2018 2 commits
-
-
Mark Andrews authored
-
Mark Andrews authored
-
- 22 May, 2018 1 commit
-
-
- Replace external -DOPENSSL/-DPKCS11CRYPTO with properly AC_DEFINEd HAVE_OPENSSL/HAVE_PKCS11 - Don't enforce the crypto provider from platform.h, just from dst_api.c and configure scripts
-
- 16 May, 2018 1 commit
-
-
The three functions has been modeled after the arc4random family of functions, and they will always return random bytes. The isc_random family of functions internally use these CSPRNG (if available): 1. getrandom() libc call (might be available on Linux and Solaris) 2. SYS_getrandom syscall (might be available on Linux, detected at runtime) 3. arc4random(), arc4random_buf() and arc4random_uniform() (available on BSDs and Mac OS X) 4. crypto library function: 4a. RAND_bytes in case OpenSSL 4b. pkcs_C_GenerateRandom() in case PKCS#11 library
-
- 12 Apr, 2018 2 commits
-
-
Ondřej Surý authored
-
Ondřej Surý authored
-
- 04 Apr, 2018 1 commit
-
-
Ondřej Surý authored
-
- 23 Feb, 2018 2 commits
-
-
Ondřej Surý authored
-
Ondřej Surý authored
-
- 22 Feb, 2018 2 commits
-
-
Evan Hunt authored
-
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]
-