Commit Graph

  • 4faf0855ed Update the MSRV Rodolphe Bréard 2023-11-12 15:51:21 +0100
  • 2b4a62dda5 Update the change log Rodolphe Bréard 2023-11-12 15:43:10 +0100
  • 7bc2b3310c Reformat a long line Rodolphe Bréard 2023-11-12 15:40:51 +0100
  • 63a00b3ba8 Update the async-process dependency Rodolphe Bréard 2023-11-12 15:40:08 +0100
  • 15e8ed3125 Update the async-lock dependency Rodolphe Bréard 2023-11-12 15:38:46 +0100
  • ce17dcd523 Update the nix dependency Rodolphe Bréard 2023-11-12 15:36:40 +0100
  • 6d20980213 Update the toml dependency Rodolphe Bréard 2023-11-12 15:30:43 +0100
  • c57432b34b Update dependencies Rodolphe Bréard 2023-11-12 15:29:38 +0100
  • 0ebbac22eb Remove `cargo update` from the Makefile Updating the dependencies before each builds does not allow reproductible builds. Rodolphe Bréard 2023-11-12 15:27:36 +0100
  • e5faca7c5a Removing useless mutables Rodolphe Bréard 2023-11-12 15:23:47 +0100
  • 53f1c356b0 Removing empty elses Rodolphe Bréard 2023-11-12 15:22:54 +0100
  • 0e1e9a818d Prevent panic from selecting a random value from an empty range Fixes #102 Rodolphe Bréard 2023-11-12 15:21:47 +0100
  • 53c5933190
    Merge pull request #101 from nka11/build_docker_image Rodolphe Bréard 2023-11-12 14:44:54 +0100
  • bf5115f20c
    Merge pull request #100 from nka11/main Rodolphe Bréard 2023-11-12 14:26:02 +0100
  • 5bce4d1d6d Add common certs in trusted store of default docker image #101 Nicolas K 2023-11-10 14:53:22 +0100
  • b52ab46be4 Add resources to build a docker image Nicolas K 2023-11-06 16:03:42 +0100
  • 686e8e7061 decompose mkdir and cp, for some reason it was not working well with podman #100 Nicolas K 2023-11-06 15:05:29 +0100
  • e9522df9ef Stop using the `Error` struct from `acme_common` in tacd rel #83 Rodolphe Bréard 2023-07-02 19:26:24 +0200
  • e302789bca Stop exposing minijinja error type outside of the template module Rodolphe Bréard 2023-07-01 16:17:45 +0200
  • d73fbc3e93
    Merge pull request #99 from jcgruenhage/minijinja-templating Rodolphe Bréard 2023-07-01 16:00:34 +0200
  • c96c57cd70
    Update dependencies #99 Jan Christian Grünhage 2023-06-29 00:40:20 +0200
  • b74765187c
    Update the MSRV Jan Christian Grünhage 2023-06-29 00:14:34 +0200
  • 7567e7566c
    Change the template engine to MiniJinja Jan Christian Grünhage 2023-06-28 23:31:03 +0200
  • c8e4fe9f76
    Merge f0df198f25 into df40cde34c #85 Jan Christian Grünhage 2023-06-01 23:11:56 -0700
  • df40cde34c Update dependencies Rodolphe Bréard 2023-05-29 17:22:51 +0200
  • 606fe3f590 Merge branch 'main' of github.com:breard-r/acmed Rodolphe Bréard 2023-05-06 15:40:31 +0200
  • 1a79d4de00 Remove needless references Rodolphe Bréard 2023-05-06 15:40:19 +0200
  • 43b13d1979
    Merge pull request #95 from eduardosm/fix-docker Rodolphe Bréard 2023-05-06 15:37:27 +0200
  • 761c0a72c0
    Merge pull request #96 from jcgruenhage/post-operation-expose-file-paths Rodolphe Bréard 2023-05-06 15:35:57 +0200
  • 30fa624afe
    Expose file paths to post-operation hook #96 Jan Christian Grünhage 2023-05-05 15:10:51 +0200
  • 3307f59e05 Fix code path in build-docker.sh #95 Eduardo Sánchez Muñoz 2023-05-05 15:00:11 +0200
  • 3057b16023
    Bump openssl from 0.10.50 to 0.10.51 #93 dependabot[bot] 2023-04-21 04:58:17 +0000
  • b69a5bc5ab
    Bump clap from 4.2.2 to 4.2.4 #92 dependabot[bot] 2023-04-20 04:58:30 +0000
  • 03b03abebd
    Bump clap from 4.2.2 to 4.2.3 #91 dependabot[bot] 2023-04-19 04:58:29 +0000
  • b87990e0b4 Update dependencies Rodolphe Bréard 2023-04-15 16:35:57 +0200
  • d117f8703d
    Bump clap from 4.2.1 to 4.2.2 #90 dependabot[bot] 2023-04-15 14:24:57 +0000
  • ad04ca8464
    Bump openssl from 0.10.49 to 0.10.50 #86 dependabot[bot] 2023-04-15 14:24:55 +0000
  • 7b86d0bd70
    Bump serde from 1.0.159 to 1.0.160 #87 dependabot[bot] 2023-04-15 14:24:55 +0000
  • 5eed9b219f
    Bump serde_json from 1.0.95 to 1.0.96 #89 dependabot[bot] 2023-04-15 14:24:51 +0000
  • 6b51a7f952
    Merge pull request #82 from jcgruenhage/async-http Rodolphe Bréard 2023-04-15 16:24:10 +0200
  • f0df198f25 Allow scoping rate-limits to specific resources and paths #85 Jan Christian Grünhage 2023-04-09 16:03:45 +0200
  • ca2a8e02a6
    Bump attohttpc from 0.24.1 to 0.25.0 #88 dependabot[bot] 2023-04-12 04:58:33 +0000
  • eeca233442 Make rate-limits async as well #82 Jan Christian Grünhage 2023-04-08 23:56:31 +0200
  • e4b97d6b4f Make http requests async, switch from attohttpc to reqwest Jan Christian Grünhage 2023-04-08 23:28:55 +0200
  • b41f1165ca
    Merge pull request #79 from jcgruenhage/renewal-scheduling Rodolphe Bréard 2023-04-08 21:06:08 +0200
  • 9502acf6e7 Switch to a default renew_delay of 30d #79 Jan Christian Grünhage 2023-04-07 00:32:21 +0200
  • 59326edc7a Randomized early renew Jan Christian Grünhage 2023-04-07 00:22:36 +0200
  • e79441b431 Sleep until certificate is due instead of looping and rechecking Jan Christian Grünhage 2023-04-06 23:44:24 +0200
  • 23e8a31bed Update the cargo deny configuration Rodolphe Bréard 2023-04-08 19:21:35 +0200
  • e48576b515 Commit the Cargo.lock fixes #61 Rodolphe Bréard 2023-04-08 19:18:56 +0200
  • 82e4c5b2b1 Update the daemonize dependency Rodolphe Bréard 2023-04-06 13:02:02 +0200
  • 66dd6921da Merge the licenses badges Rodolphe Bréard 2023-04-06 12:56:28 +0200
  • 2d9fdb0ce3 Add Rust 1.68.2 to the CI Rodolphe Bréard 2023-04-06 12:54:58 +0200
  • ca911655c5 Remove the outdated MSRV badge Rodolphe Bréard 2023-04-06 12:52:45 +0200
  • 4defb170bf Add a note on the man pages format Rodolphe Bréard 2023-02-25 11:34:04 +0100
  • 23ff7d0b28 Update the contributing guide Rodolphe Bréard 2023-02-16 19:10:25 +0100
  • 24c2668c60 Update the CI Rodolphe Bréard 2023-02-16 18:48:23 +0100
  • 1322814ebc Update the change log Rodolphe Bréard 2023-02-16 18:41:01 +0100
  • a2084c10a8 Bring async to the hooks and the file storage Rodolphe Bréard 2023-02-16 18:34:59 +0100
  • 9d43f72466 Propagate async through the request_certificate function Rodolphe Bréard 2023-02-15 15:43:25 +0100
  • f4d645bb68 Remove the useless CertificateManager struct Rodolphe Bréard 2023-02-15 11:44:18 +0100
  • 4fc1f0cb8b Rewrite the main event loop using async Rodolphe Bréard 2023-02-14 18:32:30 +0100
  • abebe6b49e Use `checked_sub` instead of an unchecked subtraction https://rust-lang.github.io/rust-clippy/master/index.html#unchecked_duration_subtraction Rodolphe Bréard 2023-01-28 18:58:49 +0100
  • 213d057d08 Fix the indentation Rodolphe Bréard 2023-01-28 18:52:41 +0100
  • e900138503 Inline the format args Rodolphe Bréard 2023-01-28 18:40:59 +0100
  • 1afc6dc27e Indent with tabs instead of spaces https://adamtuttle.codes/blog/2021/tabs-vs-spaces-its-an-accessibility-issue/ Rodolphe Bréard 2023-01-28 17:37:34 +0100
  • fb002c5a04 Update the base64 dependency Rodolphe Bréard 2023-01-28 17:33:08 +0100
  • 50728d718a Update the toml dependency Rodolphe Bréard 2023-01-28 17:25:21 +0100
  • 3d41aea381 Update the MSRV Rodolphe Bréard 2023-01-26 22:31:50 +0100
  • 83a10b0153 Upgrade the toml dependency Rodolphe Bréard 2023-01-26 22:17:56 +0100
  • cdcb28a0b0
    Update toml requirement from 0.5 to 0.6 #76 dependabot[bot] 2023-01-24 04:03:52 +0000
  • c0b09d5267 Update the change log Rodolphe Bréard 2022-12-19 13:29:35 +0100
  • 65ff3ae54e ACMEd v0.21.0 v0.21.0 Rodolphe Bréard 2022-12-19 13:27:18 +0100
  • b898f54880 Fix the flags Rodolphe Bréard 2022-12-19 13:14:48 +0100
  • 717757c8e7 Remove the useless `let` bindings Rodolphe Bréard 2022-12-18 22:36:26 +0100
  • 2895ce4495 Regroup the chained calls to `.replace()` into a single one Rodolphe Bréard 2022-12-18 22:33:44 +0100
  • 39a96aa4a7 Remove useless references Rodolphe Bréard 2022-12-18 22:30:35 +0100
  • 400cf6016f Update the env_logger dependency Rodolphe Bréard 2022-12-18 22:26:17 +0100
  • 1ee0b39aa9 Update the base64 dependency Rodolphe Bréard 2022-12-18 22:23:39 +0100
  • bdc954fbe4 Update the attohttpc dependency Rodolphe Bréard 2022-12-18 21:56:04 +0100
  • f2dc5ff633 Update the nix dependency Rodolphe Bréard 2022-12-18 21:53:36 +0100
  • 79b259afe4 Add Rust 1.65.0 and 1.66.0 to the workflow Rodolphe Bréard 2022-12-18 21:47:32 +0100
  • db58ca0832 Update the change log Rodolphe Bréard 2022-12-18 21:46:58 +0100
  • 9253eef8df
    Merge pull request #70 from mateusz834/pad-ecdsa-pubkey Rodolphe Bréard 2022-12-18 20:31:57 +0100
  • 083a8151fe pad public key with zeros #70 Mateusz Poliwczak 2022-12-18 19:57:45 +0100
  • f9c6e0f5b9
    Update nix requirement from 0.25 to 0.26 #69 dependabot[bot] 2022-11-30 04:04:00 +0000
  • f2076eba55
    Update attohttpc requirement from 0.22 to 0.24 #68 dependabot[bot] 2022-11-08 04:10:01 +0000
  • 390b67f898 Add a rc.d script Rodolphe Bréard 2022-11-05 15:57:49 +0100
  • cce36f99f1
    Update attohttpc requirement from 0.22 to 0.23 #67 dependabot[bot] 2022-10-10 04:15:32 +0000
  • a0843c326a Update the minimal rust version Rodolphe Bréard 2022-10-06 18:57:17 +0200
  • 2b1ed2a8c2 Upgrade to clap 4.0 Rodolphe Bréard 2022-10-06 18:48:10 +0200
  • 4ec3d64dcf
    Update clap requirement from 3.0 to 4.0 #66 dependabot[bot] 2022-09-29 04:08:22 +0000
  • a9b55ff788 Add cargo fmt to the CI Rodolphe Bréard 2022-09-17 18:41:39 +0200
  • ca4bc269e5 Rename the CI test job Rodolphe Bréard 2022-09-17 18:36:11 +0200
  • cecdece56d Update the minimal rust version Rodolphe Bréard 2022-09-17 18:32:45 +0200
  • 82dc393d5c Update CI to checkout v3 Rodolphe Bréard 2022-09-17 18:26:29 +0200
  • eba4aacba9 Update the nix dependency Rodolphe Bréard 2022-08-15 09:37:08 +0200
  • 16993f997f
    Update nix requirement from 0.24 to 0.25 #65 dependabot[bot] 2022-08-15 04:14:51 +0000
  • b196431dce Allow the Unicode data files and software license Rodolphe Bréard 2022-08-13 11:09:17 +0200
  • 9264fea9e7 Upgrade to attohttpc 0.22 Rodolphe Bréard 2022-08-13 10:54:55 +0200