Skip to content

Commit e90114c

Browse files
Mno-himejgoertzen-sb jason.goertzen@sandboxquantum.com
authored andcommitted
Merge latest version of ISC's bind9 main branch into 'main'.
Allow for mismatched DNSKEY algorithms
1 parent da2338f commit e90114c

File tree

1,349 files changed

+1127205
-56887
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,349 files changed

+1127205
-56887
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ PenaltyBreakString: 80
7878
PenaltyExcessCharacter: 100
7979
Standard: Cpp11
8080
ContinuationIndentWidth: 8
81-
ForEachMacros: [ 'cds_lfs_for_each', 'cds_lfs_for_each_safe', 'cds_list_for_each_entry_safe', 'ISC_LIST_FOREACH', 'ISC_LIST_FOREACH_SAFE' ]
81+
ForEachMacros: [ 'cds_lfs_for_each', 'cds_lfs_for_each_safe', 'cds_list_for_each_entry_safe', 'ISC_LIST_FOREACH', 'ISC_LIST_FOREACH_SAFE', 'ISC_LIST_FOREACH_REV', 'ISC_LIST_FOREACH_REV_SAFE' ]

.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[*.sh{,.in}]
2+
indent_style = space
3+
indent_size = 2
4+
binary_next_line = true
5+
switch_case_indent = true

.git-blame-ignore-revs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,3 +1534,9 @@ ffbe6b95371c99b7fb05e6de17a8d6b7bf4f629f
15341534
1436025e20ae13cfe55df14d62f5812c0cea2ee9
15351535
# subshell notation in system tests
15361536
05baf7206b7baaf91cb8e049ad13e413c52cdf3f
1537+
# reformat shell scripts with shfmt
1538+
4cb8b13987b930952238cc88e84272b8cf911933
1539+
# Reformat sources with up-to-date clang-format-17
1540+
79d93600116faabd89798522817ad95a69684fff
1541+
# Reformat sources with up-to-date clang-format-18
1542+
b7de2c7cb959fa35099d72c3f9b13938348c74e6

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ doc/man/dnssec-importkey.8in
7575
doc/man/dnssec-keyfromlabel.8in
7676
doc/man/dnssec-keygen.8in
7777
doc/man/dnssec-keymgr.8in
78+
doc/man/dnssec-ksr.8in
7879
doc/man/dnssec-revoke.8in
7980
doc/man/dnssec-settime.8in
8081
doc/man/dnssec-signzone.8in

0 commit comments

Comments
 (0)