]> git.street.me.uk Git - andy/dehydrated.git/shortlog
andy/dehydrated.git
2016-02-10 Lukas Schauercheck if hooks are chained before calling cleanup-hook...
2016-02-10 Lukas Schauerfixed splitting of domain names in extract_altnames...
2016-02-10 Lukas Schaueruse more {} thingies around variables
2016-02-10 Lukas Schauerfixed some zsh quirks
2016-02-10 Lukas Schauerchanged the way SCRIPTDIR is searched for so it works...
2016-02-05 Lukas Schaueruse "openssl dgst" instead of "openssl sha" (fixes...
2016-02-05 Lukas Schauercheck if privkey exists and is readable instead of...
2016-02-05 Gerard DombroskiAdd option to chain challenge hook arguments. Fixes...
2016-02-03 Lukas SchauerMerge pull request #118 from allixx/lockfile-config...
2016-02-02 allixxAdded LOCKFILE to config.sh.example
2016-02-01 Lukas Schaueradded link to wiki page with example scripts for dns...
2016-01-26 Lukas Schauerdon't try to delete DOMAINS_TXT on early failure when...
2016-01-26 Lukas Schauerfixed curl check (fixes #112)
2016-01-26 Lukas SchauerMerge pull request #111 from weppos/patch-1
2016-01-26 Lukas SchauerMerge pull request #113 from hilbix/master
2016-01-25 Valentin Hilbigpass IO descriptors to HOOK transparently
2016-01-24 Simone CarlettiThe dns-01 support is now available in production
2016-01-23 Lukas SchauerMerge pull request #107 from jantore/hook-example
2016-01-22 Jan Tore MorkenAdd hook script example.
2016-01-22 Lukas SchauerMerge pull request #95 from nielslaukens/master
2016-01-22 Lukas SchauerMerge pull request #103 from nneul/fix-issue-102
2016-01-22 Lukas SchauerMerge pull request #99 from ymc/feature/add_conf.d_support
2016-01-22 Lukas SchauerMerge pull request #97 from ymc/feature/fix_syntax_high...
2016-01-22 Lukas SchauerMerge pull request #100 from davidearl/master
2016-01-22 Lukas SchauerMerge pull request #98 from ymc/fix/configuring_BASEDIR...
2016-01-21 Nathan NeulingerRetain full result when submitting challenge. Fixes...
2016-01-21 davidearlAdd detail as to how dns-01 hook works
2016-01-21 Daniel BeyerAdd conf.d support
2016-01-21 Daniel BeyerRespect configured BASEDIR for default values
2016-01-21 Daniel BeyerFix possibly broken syntax highlighting
2016-01-21 Niels LaukensAdd --signcsr command
2016-01-21 Niels LaukensAdd extract_altnames() function
2016-01-21 Niels LaukensSplit off CSR signing to separate function
2016-01-16 Lukas SchauerMerge pull request #89 from germeier/master
2016-01-16 Lukas Schaueradded header with script-name and url to github repository
2016-01-16 Lukas Schauermoved OSTYPE check and use built-in [[ for OSTYPE check
2016-01-16 Lukas Schauercheck exitcode of `curl -V` because of some issue with...
2016-01-16 Lukas Schaueruse different sed version for different system types...
2016-01-16 Markus Germeieradd support for Elliptic Curve Cryptography (ECC)
2016-01-15 Lukas SchauerMerge pull request #88 from f1rebird/master
2016-01-15 Lukas SchauerMerge pull request #82 from jantore/wellknown-http...
2016-01-15 Lukas SchauerMerge pull request #85 from jaquer/fix-exit
2016-01-15 Moritz KickI's are important
2016-01-15 Lukas SchauerMerge pull request #86 from petrkle/lock-dir-writable
2016-01-15 Lukas Schauercheck for sed with support for extended regular expressions
2016-01-15 PetrFix typo
2016-01-15 PetrCheck if directory for LOCKFILE is writable.
2016-01-14 Arturo RAdded missing space before exit code.
2016-01-10 Lukas Schaueruse -z instead of `== ""`.. it's late.
2016-01-10 Lukas Schauershow help if no arguments are provided
2016-01-09 Jan Tore MorkenRequire $WELLKNOWN only when using http-01.
2016-01-09 Lukas SchauerMerge pull request #81 from pascalj/remove-home-path
2016-01-09 Pascal JungblutRemove home path from config.sh.example
2016-01-09 Lukas Schauercall mktemp with `-t XXXXXX` for compatibility with...
2016-01-08 Lukas Schauerfixed whitespace-stripping, replace all whitespace...
2016-01-08 Lukas Schauercleanup for dns-01-challenge-support code
2016-01-08 Lukas Schauermade link in readme clickable
2016-01-08 Lukas Schauermoved import notice up in readme
2016-01-08 Lukas SchauerMerge pull request #77 from germeier/master
2016-01-08 Lukas Schauermoved import scripts from repository to wiki and update...
2016-01-08 Markus Germeieradd support for dns-01 challenge - try 2
2016-01-08 Lukas Schauercheck for mktemp dependency
2016-01-08 Lukas Schauerfixed BASEDIR dependent default config values
2016-01-08 Lukas Schauerre-set RENEW_DAYS to 30 (got accidentally reverted...
2016-01-08 Markus Germeiermake hook a command line parameter
2016-01-08 Lukas Schauerdo not change exit code of loop in command_sign_domains
2016-01-08 Lukas Schauerchanged urlbase64 helper to also use sed for character...
2016-01-08 Lukas Schaueruse _exiterr helper in a few more places
2016-01-08 Lukas Schaueradded a few more comments
2016-01-08 Lukas Schauerremoved get_json_array helper, rearranged sign_domain...
2016-01-08 Lukas Schauerreturn error on invalid request method in http_request...
2016-01-08 Lukas Schauerremoved anti_newline helper
2016-01-08 Lukas Schauermoved _openssl helper a bit up to be near the other...
2016-01-08 Lukas Schauerrewritten command_revoke method (shortened + changed...
2016-01-08 Lukas Schauerupdated readme
2016-01-08 Lukas Schauerfixed --domain syntax in test.sh
2016-01-08 Lukas Schauerrewritten init_system method and parts of command_sign_...
2016-01-08 Lukas Schauerrewritten help method to get rid of `column` dependency
2016-01-08 Lukas Schauerrewritten argument handling and moved to new main(...
2016-01-08 Lukas Schauerrewritten hex2bin method
2016-01-08 Lukas Schauermoved loading of configuration to seperate method
2016-01-08 Lukas Schauerrenamed _request method to http_request
2016-01-06 Lukas SchauerMerge pull request #71 from chrisb86/master
2016-01-06 Christian BuschChanged shebang of import-certs.sh to #!/usr/bin/env...
2016-01-05 Lukas SchauerMerge pull request #68 from onovy/master
2016-01-05 Lukas SchauerMerge pull request #69 from olf/upstream
2016-01-05 Olaf Petersfix typo in test.sh (ngrok not found)
2016-01-02 Ondřej NovýRenew certificate 30 days before expiration
2015-12-22 Lukas Schaueradded license (fixes #63)
2015-12-20 Lukas Schauerhide output of grep for pem-format-check
2015-12-19 Lukas SchauerMerge pull request #59 from erdgeist/master
2015-12-19 Dirk Englingwhen using printf, we do not need inline expansion...
2015-12-19 Lukas Schauerwat. removed some unnecessary code.
2015-12-19 Lukas Schauerreadme: mores infos about WELLKNOWN
2015-12-19 Lukas Schauershellcheck fixes
2015-12-19 Markus Germeierrevoke: follow symlink, exit with error on non-existing...
2015-12-19 Dominik Heidleradd perl shebang
2015-12-19 Lukas Schaueruse temporary openssl config instead of weird fake...
2015-12-19 Lukas Schaueralso test SAN config
2015-12-17 Lukas Schauerformat CA certificate as PEM
next