-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: don't generate files in the source directory
That was just a lazy kludge, the real way we want to do this is by generating the config files more dynamically so they can use non-relative paths.
- Loading branch information
1 parent
ae007d8
commit 5e9c759
Showing
24 changed files
with
164 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
include = ["contrib/openarc-keygen"] | ||
include = ["contrib/openarc-keygen", "*.py"] | ||
line-length = 160 | ||
|
||
[lint] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
EXTRA_DIST = files/*.conf files/peerlist* files/unsafe.key pytest.ini *.py | ||
EXTRA_DIST = files/*.conf files/peerlist* pytest.ini *.py | ||
|
||
check: | ||
pytest -vv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
Domain example.com | ||
Selector elpmaxe | ||
{ | ||
"Selector": null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
Domain example.com | ||
AuthservID example.com | ||
KeyFile unsafe.key | ||
TestKeys public.key | ||
Selector elpmaxe | ||
Mode sv | ||
{ | ||
"RequireSafeKeys": "true", | ||
"KeyFile": "unsafe._domainkey.example.com.key" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
Domain example.com | ||
AuthservID example.com | ||
KeyFile unsafe.key | ||
TestKeys public.key | ||
Selector elpmaxe | ||
Mode sv | ||
RequireSafeKeys false | ||
{ | ||
"RequireSafeKeys": "false", | ||
"KeyFile": "unsafe._domainkey.example.com.key" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
Domain example.com | ||
AuthservID example.com | ||
KeyFile private.key | ||
TestKeys public.key | ||
Selector elpmaxe | ||
Mode sv | ||
PermitAuthenticationOverrides false | ||
{ | ||
"PermitAuthenticationOverrides": "false" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
Domain example.com | ||
AuthservID example.com | ||
AuthResIP false | ||
KeyFile private.key | ||
TestKeys public.key | ||
Selector elpmaxe | ||
Mode sv | ||
{ | ||
"AuthResIP": "false" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
Domain example.com | ||
AuthservID example.com | ||
KeyFile private.key | ||
TestKeys public.key | ||
Selector elpmaxe | ||
Mode s | ||
Canonicalization simple/simple | ||
{ | ||
"Mode": "s", | ||
"Canonicalization": "simple/simple" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
FinalReceiver yes | ||
Domain example.com | ||
AuthservID example.com | ||
KeyFile private.key | ||
TestKeys public.key | ||
Selector elpmaxe | ||
Mode sv | ||
FixedTimestamp 1234567890 | ||
{ | ||
"FinalReceiver": "yes" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Domain 시험.example.com | ||
AuthservID 시험.example.com | ||
KeyFile private.key | ||
TestKeys public.key | ||
Selector 예 | ||
Mode s | ||
FixedTimestamp 1234567890 | ||
{ | ||
"Domain": "시험.example.com", | ||
"AuthservID": "시험.example.com", | ||
"Selector": "예", | ||
"KeyFile": "xn--2j5b._domainkey.xn--vv4b606a.example.com.key", | ||
"Mode": "s" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
Domain example.com | ||
AuthservID example.com | ||
KeyFile private.key | ||
TestKeys public.key | ||
Selector elpmaxe | ||
Mode s | ||
FixedTimestamp 1234567890 | ||
MinimumKeySizeRSA 2048 | ||
{ | ||
"Mode": "s", | ||
"MinimumKeySizeRSA": "2048" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
Domain example.com | ||
AuthservID example.com | ||
KeyFile private.key | ||
TestKeys public.key | ||
Selector elpmaxe | ||
Mode s | ||
FixedTimestamp 1234567890 | ||
MinimumKeySizeRSA 2049 | ||
{ | ||
"Mode": "s", | ||
"MinimumKeySizeRSA": "2049" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
Domain example.com | ||
AuthservID example.com | ||
KeyFile private.key | ||
TestKeys public.key | ||
Selector elpmaxe | ||
{ | ||
"Mode": null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
Domain example.com | ||
AuthservID example.com | ||
KeyFile private.key | ||
TestKeys public.key | ||
Selector elpmaxe | ||
InternalHosts peerlist_nolocalhost | ||
{ | ||
"Mode": null, | ||
"InternalHosts": "peerlist_nolocalhost" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
Domain example.com | ||
AuthservID example.com | ||
KeyFile private.key | ||
TestKeys public.key | ||
Selector elpmaxe | ||
Mode s | ||
{ | ||
"Mode": "s" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
Domain example.com | ||
AuthservID example.com | ||
KeyFile private.key | ||
TestKeys public.key | ||
Selector elpmaxe | ||
Mode v | ||
{ | ||
"Mode": "v" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
Domain example.com | ||
AuthservID example.com | ||
KeyFile private.key | ||
TestKeys public.key | ||
Selector elpmaxe | ||
Mode sv | ||
PeerList peerlist | ||
{ | ||
"PeerList": "peerlist" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
Domain example.com | ||
AuthservID example.com | ||
KeyFile private.key | ||
TestKeys public.key | ||
Selector elpmaxe | ||
Mode sv | ||
MaximumHeaders 0 | ||
PermitAuthenticationOverrides false | ||
{ | ||
"MaximumHeaders": "0", | ||
"PermitAuthenticationOverrides": "false" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
Domain example.com | ||
AuthservID example.com | ||
KeyFile private.key | ||
TestKeys public.key | ||
Selector elpmaxe | ||
Mode s | ||
MaximumHeaders 0 | ||
PermitAuthenticationOverrides false | ||
{ | ||
"MaximumHeaders": "0", | ||
"PermitAuthenticationOverrides": "false", | ||
"Mode": "s" | ||
} |
Oops, something went wrong.