index
:
coredns
dependabot/github_actions/actions/dependency-review-action-4.3.3
dependabot/github_actions/aquasecurity/trivy-action-0.22.0
dependabot/github_actions/codecov/codecov-action-4.5.0
dependabot/github_actions/github/codeql-action-3.25.10
dependabot/go_modules/github.com/Azure/go-autorest/autorest/azure/auth-0.5.13
dependabot/go_modules/github.com/aws/aws-sdk-go-1.54.2
dependabot/go_modules/go-etcd-io-4cb3a346bb
dependabot/go_modules/golang.org/x/crypto-0.24.0
dependabot/go_modules/google.golang.org/api-0.184.0
dependabot/go_modules/k8s-io-95614c8192
fallthrough
master
superq/go1.22
superq/refactor_pbutil
torrent
traffic
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugin
/
dnssec
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-14
Fix security scans by cleaning up file path (#5185)
Yong Tang
1
-2
/
+3
2021-10-13
cleanup deprecated package io/ioutil (#4920)
Zou Nengren
1
-5
/
+4
2021-05-17
reverse zone: fix Normalize (#4621)
Miek Gieben
1
-12
/
+1
2021-05-14
check for two days of remaining validity (#4606)
Keith Coleman
2
-3
/
+3
2021-05-06
plugin/dnssec: interface type correction for `periodicClean` sig validity che...
Keith Coleman
1
-3
/
+4
2021-04-05
plugin/dnssec: use entire RRset as key input (#4537)
Miek Gieben
3
-14
/
+49
2021-01-10
plugin/dnssec: Change hash key input (#4372)
Miek Gieben
1
-7
/
+12
2020-09-24
For caddy v1 in our org (#4018)
Miek Gieben
2
-3
/
+2
2020-09-01
Fix some typos in comments. (#4100)
Hu Shuai
3
-3
/
+3
2020-07-25
using promauto package to ensure all created metrics are properly registered ...
Zou Nengren
2
-9
/
+4
2020-03-31
introduce metric naming test (#3789)
Zou Nengren
3
-25
/
+32
2020-01-30
presubmit: check import path ordering (#3636)
Miek Gieben
1
-1
/
+1
2019-11-29
Move to CODEOWNERS (#3489)
Miek Gieben
1
-6
/
+0
2019-10-29
Correct some if/iff mixups (#3406)
Euan Kemp
1
-2
/
+2
2019-10-16
plugin/dnssec, plugin/sign: ed25519 support (#3380)
Sean Liao
1
-1
/
+5
2019-10-08
Directive -> plugin (#3363)
Miek Gieben
1
-1
/
+1
2019-10-01
Run gostaticheck (#3325)
Miek Gieben
1
-14
/
+0
2019-09-26
fix mis-spelling (#3310)
xieyanker
1
-2
/
+2
2019-09-24
fix: delete unused var and const (#3294)
li mengyang
1
-7
/
+0
2019-09-20
all: simply registering plugins (#3287)
Miek Gieben
1
-6
/
+1
2019-09-08
Making dnssec's README consistent with other plugins' READMEs (#3252)
Cricket Liu
1
-2
/
+2
2019-07-03
Update Caddy to 1.0.1, and update import path (#2961)
Yong Tang
2
-2
/
+2
2019-02-17
Remove unused test case (#2562)
DO ANH TUAN
1
-31
/
+0
2019-02-17
Fix some typos (#2560)
Nguyen Quang Huy
1
-1
/
+1
2019-01-19
Stop importing testing in the main binary (#2479)
Miek Gieben
1
-4
/
+8
2018-12-06
Fix EDNS0 compliance (#2357)
Miek Gieben
2
-2
/
+1
2018-11-13
fix formatting (#2302)
Sandeep Rajan
1
-2
/
+2
2018-10-21
Use filepath when manipulating file paths (#2221)
Manuel Stocker
1
-3
/
+3
2018-10-20
plugin/dnssec: Add support for KSK/ZSK split key setups (#2196)
Manuel Stocker
8
-45
/
+128
2018-10-13
plugin/dnssec: Add root support (#2195)
Manuel Stocker
1
-0
/
+5
2018-09-19
Ensure Re-register of metrics variables after a reload (#2080)
Francois Tur
2
-6
/
+1
2018-08-31
Move cache Keys to 64bit for a better dispersion and lower collision frequenc...
Francois Tur
2
-5
/
+5
2018-08-29
Default to scrubbing replies in the server (#2012)
Miek Gieben
4
-41
/
+14
2018-07-19
Clean up tests logging (#1979)
Miek Gieben
1
-0
/
+5
2018-06-02
presubmit: Check errorf as well (#1845)
Miek Gieben
2
-6
/
+6
2018-05-07
presubmit: check for uppercase (#1774)
Miek Gieben
3
-12
/
+12
2018-04-27
plugin/dnssec: add per server metrics (#1743)
Miek Gieben
11
-52
/
+55
2018-04-22
Use logging (#1718)
Miek Gieben
2
-1
/
+3
2018-04-22
all: fix plugin import ordering (#1717)
Miek Gieben
2
-4
/
+2
2018-04-20
global: move to context (#1699)
Miek Gieben
2
-2
/
+4
2018-04-19
Update all plugins to use plugin/pkg/log (#1694)
Miek Gieben
1
-2
/
+2
2018-04-01
plugin/metrics: add MustRegister function (#1648)
Miek Gieben
1
-10
/
+1
2018-03-09
logging: Don't use PrintF when not needed (#1599)
Miek Gieben
1
-1
/
+1
2018-02-28
return an error for multiple use of some plugins (#1559)
Miek Gieben
3
-18
/
+15
2018-02-08
Add OWNERS file (#1486)
Miek Gieben
1
-0
/
+6
2018-01-18
plugin/dnssec: fix blacklies for NXDOMAIN (#1399)
Miek Gieben
3
-4
/
+102
2018-01-18
plugin/dnssec: check validityperiod of RRSIGs (#1385)
Miek Gieben
2
-0
/
+58
2018-01-11
Update README.md (#1374)
cricketliu
1
-3
/
+3
2018-01-04
Manual pages (#1346)
Miek Gieben
1
-1
/
+9
2018-01-03
plugin/dnssec: implement shotgun from CloudFlare (#1305)
Miek Gieben
8
-33
/
+108
[next]