- 17 Apr, 2020 1 commit
-
-
Simon Wydooghe authored
It seems the current code doesn't allow for removing the email address from the contact field. This fixes that. This only removes the email address if an explicit empty email address is specified on the command line or in the account.conf file. If it is left unspecified on the command line it still just uses whatever was configured in the account.conf.
-
- 12 Apr, 2020 8 commits
- 11 Apr, 2020 1 commit
-
-
Scott Wiersdorf authored
-
- 10 Apr, 2020 1 commit
-
-
Adrian Fedoreanu authored
-
- 09 Apr, 2020 2 commits
- 07 Apr, 2020 1 commit
-
-
Wout authored
-
- 06 Apr, 2020 2 commits
- 05 Apr, 2020 5 commits
- 04 Apr, 2020 1 commit
-
-
neil authored
Dev
-
- 01 Apr, 2020 3 commits
-
-
Oliver Burgmaier authored
This fix removes the space between "mailto:" and the email address to make the contact attribute compliant to RFC6068.
-
Oliver Burgmaier authored
This fixes the parsing of the authorization segment in the response of an order. Without this fix the start of the array is not found correctly and therefore the finalize URL is part of the authorization segment. Changing the regex to *\[[^\[]*\] fix this. Seems to be a typo which has not been recognized so far. This can be only recognized if the response is in a single line.
-
Oliver Burgmaier authored
This fixes the parsing of the authorization segment in the response of an order. Without this fix the start of the array is not found correctly and therefore the finalize URL is part of the authorization segment. Changing the regex to *\[[^\[]*\] fix this. Seems to be a typo which has not been recognized so far. This can be only recognized if the response is in a single line.
-
- 31 Mar, 2020 3 commits
- 30 Mar, 2020 1 commit
-
-
Xiaohui Lam authored
-
- 29 Mar, 2020 1 commit
-
-
netpok authored
When dns_cf used with Zone ID it fails on removal of the entry. This pull request adds the missing CF_Zone_ID loading.
-
- 28 Mar, 2020 2 commits
- 26 Mar, 2020 2 commits
- 25 Mar, 2020 5 commits
-
-
neil authored
add support for upgrade from tag
-
neil authored
update dns_dp.sh
-
罗诚 authored
https://dnsapi.cn has change the default language to cn other then en. So the api call need to add `lang=en` to url params for getting the english messages. And, They also change the susccess message from "Action completed successful" to "Operation successful". Simply use "successful" as keyword will be fine.
-
neil authored
fix(deploy/panos): data format improvements
-
Brian Torres-Gil authored
It was discovered in testing that PAN-OS < 9.0 has slightly different requirements for the multipart/form-data format and requires the `type` parameter to be passed in the URL. These corrections should work for all PAN-OS versions.
-
- 24 Mar, 2020 1 commit
-
-
Oliver Blaha authored
-