Ondřej Surý
9d29f73b79
Add CHANGES note.
...
XXXX. [feature] Add configure option to enabled and enforce FIPS mode
in BIND 9. [GL #506 ]
2018-10-22 20:55:35 +02:00
Michał Kępień
dc531dc340
Add CHANGES entry
...
5047. [bug] Messages logged for certain query processing failures
now include a more specific error description if it is
available. [GL #572 ]
2018-10-08 12:47:28 +02:00
Tony Finch
7a2b0ac92a
Fix crash at shutdown during an RPZ reload. [RT #46210 ]
2018-10-05 13:58:47 -04:00
Ondřej Surý
b8195a0251
Add CHANGES entry.
...
XXXX. [cleanup] Remove support for DNSSEC algorithms 3 (DSA)
and 6 (DSA-NSEC3-SHA1). [GL #22 ]
2018-10-05 11:16:13 +02:00
Evan Hunt
c9eb1518d6
CHANGES, copyrights
2018-10-04 23:33:18 -07:00
Witold Kręcicki
87b07bf08a
Fix creating and validating EdDSA signatures
...
Revert parts of commit c3b8130fe8 which
inadvertently broke creating and validating EdDSA signatures:
1. EVP_DigestSignInit() returns 1 on success.
2. EdDSA does not support streaming (EVP_Digest*Update() followed by
EVP_Digest*Final()), only one shot operations.
2018-10-04 12:38:46 +02:00
Mark Andrews
f1308ef186
add CHANGES
2018-10-04 13:18:09 +10:00
Mark Andrews
e97199b0d0
add CHANGES note
2018-10-04 12:27:03 +10:00
Evan Hunt
1c8b908c21
CHANGES, copyrights
2018-10-03 09:24:06 -07:00
Mark Andrews
4fcdad292d
Add CHANGES note.
2018-10-02 15:10:26 +10:00
Evan Hunt
b4dca44ad2
fix chaosnet address comparison
2018-09-28 00:42:03 -07:00
Evan Hunt
be8713a1e8
CHANGES, release note, copyrights
2018-09-27 21:56:11 -07:00
Evan Hunt
e47ef88810
CHANGES note
2018-09-27 17:24:37 -07:00
Evan Hunt
b04c7bbd60
CHANGES note
2018-09-27 13:11:44 -07:00
Michał Kępień
feb2a41b7c
Add CHANGES entry
...
5034. [bug] A race between threads could prevent zone maintenance
scheduled immediately after zone load from being
performed. [GL #542 ]
2018-09-26 19:35:51 -07:00
Evan Hunt
2f6ba87ab9
CHANGES, release notes
2018-09-10 12:07:06 -07:00
Mark Andrews
f924c89f97
add CHANGES and release notes documentation
2018-09-10 09:55:24 +10:00
Ondřej Surý
68e017792f
Add CHANGES note for GL #525 .
...
5031. [cleanup] Various defines in platform.h has been either dropped
if always or never triggered on supported platforms
or replaced with config.h equivalents if the defines
didn't have any impact on public headers. Workarounds
for LinuxThreads have been removed because NPTL is
available since Linux kernel 2.6.0.
2018-09-07 13:03:31 +02:00
Witold Kręcicki
17212cf996
Align CMSG buffers to a void* boundary, fixes crash on architectures with strict alignment
...
CHANGES entry
2018-09-07 09:34:32 +02:00
Tinderbox User
19ed6f8f5a
prep 9.13.3
2018-09-04 06:11:38 +00:00
Evan Hunt
5e37190877
add documentation
2018-08-31 14:34:31 +10:00
Mark Andrews
d68499e1f7
add changes note
2018-08-30 22:37:09 -04:00
Mukund Sivaraman
d077f5c180
Add CHANGES entry
2018-08-28 20:20:25 +02:00
Witold Kręcicki
c4c3b98a27
CHANGES note
2018-08-28 17:05:28 +02:00
Ondřej Surý
dedb104382
Add CHANGES note for GL #178 .
...
5023. [cleanup] Remove isc_keyboard family of functions. [GL #178 ]
2018-08-28 14:37:30 +02:00
Ondřej Surý
ddaa853ed6
Add CHANGES note for GL #10 .
...
5023. [func] Replace custom assembly for atomic operations with
atomic support from the compiler. The code will now use
C11 stdatomic, or __atomic, or __sync builtins with GCC
or Clang compilers, and Interlocked functions with MSVC.
[GL #10 ]
2018-08-28 13:15:59 +02:00
Ondřej Surý
2c19877197
Add CHANGES entry for GL #192
...
5016. [cleanup] Remove wrappers that try to fix broken or incomplete
implementations of IPv6, pthreads and other core
functionality required and used by BIND. [GL #192 ]
2018-08-28 10:36:41 +02:00
Mark Andrews
a3c5c2c29c
add CHANGES note
2018-08-27 16:46:07 +10:00
Michał Kępień
59057bee5b
Add CHANGES entry
...
5020. [bug] dig returned a non-zero exit code when it received a
reply over TCP after a retry. [GL #487 ]
2018-08-27 13:58:43 +10:00
Witold Kręcicki
8c5aeb6c4c
Use TLS variables to store RNG state, make RNG lockless
2018-08-25 13:26:25 +02:00
Michał Kępień
4fb5d072c2
Add CHANGES entry
...
5019. [cleanup] A message is now logged when ixfr-from-differences is
set at zone level for an inline-signed zone. [GL #470 ]
2018-08-24 10:18:59 +02:00
Mark Andrews
42b16771db
add CHANGES note
2018-08-24 11:02:27 +10:00
Mark Andrews
05531d3a86
add CHANGES note
2018-08-24 10:41:11 +10:00
Mark Andrews
c1bc3baf7f
add CHANGES note
2018-08-24 09:29:35 +10:00
Michał Kępień
f9931f1d22
Add CHANGES entry
...
5015. [bug] Reloading all zones caused zone maintenance to cease
for inline-signed zones. [GL #435 ]
2018-08-22 11:28:54 +02:00
Michał Kępień
b3b1a9081b
Add CHANGES entry
...
5014. [bug] Signatures loaded from the journal for the signed
version of an inline-signed zone were not scheduled for
refresh. [GL #482 ]
2018-08-22 10:48:07 +02:00
Michał Kępień
2923ab4945
Add CHANGES entry
...
5013. [bug] A referral response with a non-empty ANSWER section was
inadvertently being treated as an error. [GL #390 ]
2018-08-22 10:14:39 +02:00
Mark Andrews
083007e930
add CHANGES note
2018-08-21 12:18:27 +10:00
Witold Kręcicki
44cec639c4
CHANGES/notes/docs
2018-08-16 19:46:10 +02:00
Evan Hunt
4eb0897c90
CHANGES, release notes, README
2018-08-14 13:28:02 -07:00
Michał Kępień
cab7c34fbd
Add CHANGES entry
...
5009. [bug] Upon an OpenSSL failure, the first error in the OpenSSL
error queue was not logged. [GL #476 ]
2018-08-14 12:49:19 +02:00
Michał Kępień
eed6778be4
Add CHANGES entry
...
5008. [bug] "rndc signing -nsec3param ..." requests were silently
ignored for zones which were not yet loaded or
transferred. [GL #468 ]
2018-08-14 09:22:43 +02:00
Evan Hunt
b4b4277f5a
CHANGES, release note
2018-08-08 14:33:19 -07:00
Ondřej Surý
75c2356f42
Add CHANGES entry
...
5007. [cleanup] Replace custom ISC boolean and integer data types
with C99 stdint.h and stdbool.h types. [GL #9 ]
2018-08-08 09:37:30 +02:00
Michał Kępień
1d9c37876b
Add CHANGES entry
...
5006. [cleanup] Code preparing a delegation response was extracted from
query_delegation() and query_zone_delegation() into a
separate function in order to decrease code
duplication. [GL #431 ]
2018-08-08 08:08:40 +02:00
Mark Andrews
49cd3aac9c
add CHANGES
2018-08-03 08:21:48 +10:00
Mark Andrews
d6d9fd1c71
add CHANGES
2018-08-02 14:07:03 +10:00
Mark Andrews
b0b76d259f
add CHANGES note
2018-08-02 09:19:04 +10:00
Mark Andrews
84f1d9a204
add CHANGES note
2018-08-02 09:07:54 +10:00
Mark Andrews
63aaff50df
add CHANGES
2018-07-31 17:46:53 +10:00