Michał Kępień
b7968f6c25
Merge branch '269-refactor-zone-logging-functions' into 'master'
...
Refactor zone logging functions
Closes #269
See merge request isc-projects/bind9!295
2018-06-11 07:04:39 -04:00
Michał Kępień
c8de677eae
Add CHANGES entry
...
4969. [cleanup] Refactor zone logging functions. [GL #269 ]
2018-06-11 12:49:06 +02:00
Michał Kępień
5c03cd339e
Reimplement all zone logging functions using dns_zone_logv()
...
In order to decrease code duplication, express the logic contained in
all zone logging functions using dns_zone_logv() calls.
2018-06-11 12:49:06 +02:00
Michał Kępień
bb2dfb3f49
Add dns_zone_logv()
...
Add a new libdns function, dns_zone_logv(), which takes a single va_list
argument rather than a variable number of arguments and can be used as a
base for implementing more specific zone logging functions.
2018-06-11 12:49:06 +02:00
Evan Hunt
b8fbe4aab4
Merge branch 'validate-glue' into 'master'
...
ensure that we attempt to validate glue if it's signed
See merge request isc-projects/bind9!300
2018-06-08 14:48:01 -04:00
Evan Hunt
bde9c2ec39
CHANGES
2018-06-08 11:39:39 -07:00
Evan Hunt
8d923a05a9
ensure that we attempt to validate glue if it's signed
...
- incidentally fixed a bug in the dnssec system test where TTLs in the
answer section rather than the additional section were being checked
2018-06-08 11:39:25 -07:00
Evan Hunt
4aecd153de
Merge branch '324-add-obsolete-answer-cookie-to-master' into 'master'
...
Resolve "add obsolete answer-cookie to master."
Closes #324
See merge request isc-projects/bind9!352
2018-06-08 14:30:13 -04:00
Mark Andrews
0e10223029
add answer-cookie as a obsolete option
2018-06-08 11:21:43 -07:00
Mark Andrews
2368c3d2de
Merge branch '325-add-cfg_parse_buffer4' into 'master'
...
Resolve "add cfg_parse_buffer4"
Closes #325
See merge request isc-projects/bind9!353
2018-06-08 03:38:18 -04:00
Mark Andrews
b313084af2
add cfg_parse_buffer4
2018-06-08 17:37:14 +10:00
Mark Andrews
2a7025f962
Merge branch '322-add-support-for-marking-options-as-deprecated' into 'master'
...
Resolve "add support for marking options as deprecated."
Closes #322
See merge request isc-projects/bind9!351
2018-06-08 01:54:22 -04:00
Mark Andrews
befff9452c
Add support for marking a option as deprecated.
2018-06-08 15:45:16 +10:00
Witold Krecicki
d70726b0d2
Merge branch 'XX-dont-fetch-keys-when-fuzzing' into 'master'
...
Don't fetch DNSKEY when fuzzing resolver
See merge request isc-projects/bind9!347
2018-06-06 09:25:20 -04:00
Witold Kręcicki
cb3208aa43
Don't fetch DNSKEY when fuzzing resolver
2018-06-06 15:06:23 +02:00
Ondřej Surý
5fc4bd3f76
Merge branch '313-fix-spurious-entropy.h-installation' into 'master'
...
Resolve ""make install" error on master - missing `entropy.h`"
Closes #313
See merge request isc-projects/bind9!346
2018-06-06 08:45:49 -04:00
Ondřej Surý
013a49474c
fix whitespaces
2018-06-06 14:37:22 +02:00
Ondřej Surý
b4aa7a9d7e
Remove entropy.h from Makefile.in
2018-06-06 14:36:33 +02:00
Ondřej Surý
e582a10133
Merge branch '307-add-VALIDATION_DEFAULT-to-win32/Configure' into 'master'
...
VALIDATION_DEFAULT now comes from config.h.{in,win32}
Closes #307
See merge request isc-projects/bind9!344
2018-06-06 08:22:07 -04:00
Ondřej Surý
82e68ffbf0
Add VALIDATION_DEFAULT to Windows Configure script
2018-06-06 14:03:16 +02:00
Mark Andrews
18c3a08471
Merge branch '240-multiple-rrsigs-on-some-records-in-signed-zone-even-though-only-one-key-is-ever-active-at-a-time' into 'master'
...
Resolve "Multiple RRSIGs on some records in signed zone even though only one key is ever active at a time"
Closes #240
See merge request isc-projects/bind9!231
2018-06-06 02:29:20 -04:00
Mark Andrews
ba7a343156
add CHANGES note
2018-06-06 15:59:23 +10:00
Mark Andrews
0db5b087ed
add duplicate signature test
2018-06-06 15:58:49 +10:00
Mark Andrews
87a3dc8ab9
add support -T sigvalinsecs
2018-06-06 15:35:57 +10:00
Mark Andrews
0667bf7ae7
only sign with other keys when deleting a key if there are not already existing signature for the deleted algorithm
2018-06-06 15:33:41 +10:00
Evan Hunt
b8b731bd20
Merge branch '302-use-ip-for-ifconfig' into 'master'
...
Resolve "ifconfig.sh doesn't work on centos7"
Closes #302
See merge request isc-projects/bind9!330
2018-06-06 00:44:08 -04:00
Evan Hunt
71f2335f5a
CHANGES
2018-06-05 21:35:29 -07:00
Evan Hunt
d7c5400798
use "ip" on linux, falling back to "ifconfig" when it isn't available
2018-06-05 21:35:16 -07:00
Evan Hunt
41b29a436b
expand address range in ifconfig.sh to include more than one subnet
2018-06-05 21:35:16 -07:00
Mark Andrews
56bbad6b78
Merge branch '316-move-named-t-processing-to-its-own-function' into 'master'
...
Resolve "move named -T processing to its own function"
Closes #316
See merge request isc-projects/bind9!343
2018-06-06 00:26:09 -04:00
Mark Andrews
ef7401e4a7
add CHANGES
2018-06-06 13:30:28 +10:00
Mark Andrews
b491ceeb50
move -T parsing to its own function
2018-06-06 13:26:59 +10:00
Ondřej Surý
f0d97a7cb4
Merge branch 'disable-random-test' into 'master'
...
Disable the random_test from the regular kyua run, we are either using cryptolib…
See merge request isc-projects/bind9!341
2018-06-05 16:57:38 -04:00
Ondřej Surý
edcdfe9619
Disable the random_test from the regular kyua run, we are either using cryptolib PRNG or non-CS PRNG
2018-06-05 22:49:14 +02:00
Ondřej Surý
3d39d805c7
Merge branch '295-remove-ecc-gost' into 'master'
...
Resolve "Remove ECC-GOST (GOST R 34.11-94) support"
Closes #295
See merge request isc-projects/bind9!320
2018-06-05 15:41:18 -04:00
Ondřej Surý
2f7ffadfc0
Add CHANGES entry
...
4952. [protocol] Remove support for ECC-GOST (GOST R 34.11-94).
[GL #295 ]
2018-06-05 09:14:14 +02:00
Ondřej Surý
e771326f60
Add note about removing ECC-GOST to release notes
2018-06-05 09:14:14 +02:00
Ondřej Surý
27593e65dc
Remove support for obsoleted ECC-GOST (GOST R 34.11-94) algorithm
2018-06-05 09:14:14 +02:00
Evan Hunt
57f0949e2b
Merge branch 'placeholder' into 'master'
...
placeholder
See merge request isc-projects/bind9!339
2018-06-05 01:08:37 -04:00
Evan Hunt
94567f96ef
placeholder
2018-06-04 22:07:58 -07:00
Mark Andrews
3b66a7bbd7
Merge branch 'fanf/bind9-u/fanf2/nsid-logging' into 'master'
...
Fanf/bind9 u/fanf2/nsid logging
See merge request isc-projects/bind9!338
2018-06-04 22:31:00 -04:00
Tony Finch
4862d8ffc1
Add CHANGES and release notes entries
...
4957. [func] NSID logging (enabled by the "request-nsid" option)
now has its own "nsid" category, instead of using the
"resolver" category. [GL !331 ]
2018-06-05 12:11:12 +10:00
Tony Finch
abfbedc0b1
Move NSID logging to its own category
...
It is very verbose, so it is useful to be able to filter it out.
2018-06-05 12:10:37 +10:00
Mark Andrews
193cc42b44
Merge branch '281-dont-insert-extra-space-between-nsec3-nexthash-and-typemap' into 'master'
...
Resolve "9.11.3-S1 totext_nsec3 inserts a redundant white space between next hash and type map [ISC-support #12887 ]"
See merge request isc-projects/bind9!313
2018-06-03 22:34:28 -04:00
Mark Andrews
f98d8115e3
Add CHANGES note
2018-06-04 12:24:00 +10:00
Mukund Sivaraman
b0d9198e03
Add NSEC3 fromtext/totext unittests
2018-06-04 12:21:48 +10:00
Mukund Sivaraman
d4ea1edd2c
Don't insert 2nd space between NSEC3 nexthash and typemap fields
2018-06-04 12:21:48 +10:00
Ondřej Surý
374746430d
Merge branch 'update-git-replay-merge' into 'master'
...
Update git-replay-merge script to use gitlab CLI to push merge request automatically
See merge request isc-projects/bind9!289
2018-05-31 15:47:16 -04:00
Ondřej Surý
3a643ee5b8
Add *.rej and *.orig to the global .gitignore
2018-05-31 15:39:08 -04:00
Ondřej Surý
cabf9ab27a
Update git-replay-merge script to use gitlab CLI to push merge request automatically
2018-05-31 15:39:08 -04:00