mxtuma
e8acda94e1
Solaris changes, head -c replaced with printf
4 years ago
mxtuma
82e525b442
spellcheck supress error for defining new line variable for Mac OS sed replacement
4 years ago
mxtuma
23e7b13c48
Changes to sed newline replacement as Mac OS X test failed.
4 years ago
mxtuma
7edd13d102
Update to pass Mac OS X tests.
Mac OS X failed because sed regex uses GNU extension + as a repeater
I had tested commited code with --posix prefix for sed to simulate Mac OS X implementation on linux
Also Mac OS X can't replace to \n characters, this was resolved by replacing to \t and then translating to new lines using tr
4 years ago
Easton Man
fd511966a7
fix: revert adding tr to replace sed
4 years ago
Easton Man
c4ddddd434
refactor: remove dirty debug code
- add tr to replace sed for robusty
- add comments
4 years ago
Easton Man
83a4db3b31
fix: remove sed before grep, but lead to less robusty
4 years ago
Easton Man
e35ef75949
fix: fix solaris sed and grep issue
4 years ago
Easton Man
5d0657c49a
fix: fix adding record before removing
4 years ago
Easton Man
f6f6550bfb
feat: add very tricky method to adapt to non-intuitive huaweicloud api
4 years ago
mxtuma
ab564a0393
Updated regarding failed Mac OS testing
On Mac OS sed can't replace characters to new lines.
I replaced to tabs in sed, with knowing there were no tab exists as I deleted them before, and then by tr I replaced all tabs by new lines, hopefully in a portable way.
4 years ago
Easton Man
e01fb50359
feat: add env var check
4 years ago
Easton Man
28ce1c1249
fix: fix wrong debug output
4 years ago
Easton Man
7db592d27a
fix: fix failing ci test
4 years ago
Easton Man
b8e5c0d898
feat: Add huaweicloud intl dnsapi
4 years ago
neil
1a163243ec
fix https://github.com/acmesh-official/acme.sh/issues/3259
4 years ago
mxtuma
3ad668a429
Added comments for future maintaining
4 years ago
mxtuma
e344c43c68
Fixing indent from tab to 2 spaces
4 years ago
mxtuma
55f9c4d2cc
Fix review issues
All "reviewed functions" replaced with acme.sh functions. Added time zone for authentication token. Fix all XML list search with proper descriptions.
4 years ago
Ed Lynes
c490dd1563
add quotes to resolve shell check failure
4 years ago
Ed Lynes
d866b3df1f
convert key to hex before calling _hmac
4 years ago
Ed Lynes
cc40110d7e
refactored sig timestamp generation
4 years ago
ma331
d58fb2bbc0
Speedup for _get_root function
4 years ago
ma331
812333e9ae
Changed comment once more
4 years ago
ma331
92bbdce435
changed comment
4 years ago
ma331
bc62d49fc9
removed empty line to make shfmt happy
4 years ago
ma331
fe54d5b8ae
fixed spacing in two lines
4 years ago
ma331
7cc30c268b
Script to use with Anexia CloudDNS
4 years ago
Ed Lynes
df60a2248a
fix typo
4 years ago
Ed Lynes
aa85d0ffeb
trigger commit
4 years ago
Adrian Fedoreanu
27a54bcbaa
fix dnsapi/dns_1984hosting
4 years ago
Ed Lynes
6b20993d2a
fix format
4 years ago
Ed Lynes
9ab16bdbb3
use _digest instead of openssl
4 years ago
Ed Lynes
5aff548794
remove uuidgen
4 years ago
Rene Luria
15fa0c264f
dnsapi/dns_infomaniak.sh: Replace grep by _contains
4 years ago
Rene Luria
25468f55ff
Added dnsapi/dns_infomaniak.sh
4 years ago
neil
85736d697c
fix debug info
4 years ago
neil
576a146ed2
add debug info for duckdns
4 years ago
neil
491842ea34
fix https://github.com/acmesh-official/acme.sh/issues/3159
4 years ago
Ed Lynes
9801876a2f
shfmt fixes
4 years ago
Ed Lynes
9c28a04c65
add alt nonce generation logic
4 years ago
Ed Lynes
596a1764ef
vetted by shfmt
4 years ago
Ed Lynes
8e09e1b248
debugging and cleanup
4 years ago
Ed Lynes
d5674c85d7
initial commit
4 years ago
Adrian Fedoreanu
5dbfc2786d
fix dnsapi/dns_1984hosting
4 years ago
Ed Lynes
c61495df52
fix format
4 years ago
Ed Lynes
6ad5ea1696
use _digest instead of openssl
4 years ago
Ed Lynes
ea3e6dae93
remove uuidgen
4 years ago
Rene Luria
472dbd641c
dnsapi/dns_infomaniak.sh: Replace grep by _contains
4 years ago
Rene Luria
05141b4f52
Added dnsapi/dns_infomaniak.sh
4 years ago