Commit Graph

29 Commits

Author SHA1 Message Date
Nora Widdecke 07bab9d11b hagridtcl: Allow clippy::needless_collect 2022-03-06 23:30:12 +00:00
Nora Widdecke e00cae5a4e db,hagridctl: Autofix clippy issues 2022-03-06 23:30:12 +00:00
Vincent Breitmoser b29845b893 cargo: apply cargo fmt --all 2022-02-26 17:01:14 +01:00
Justus Winter 57efbe2937 hagridctl: drop backtrace from error messages 2022-02-06 22:58:29 +01:00
Justus Winter 81b5426544 hagridctl: drop feature and recursion_limit attribute 2022-02-06 22:58:29 +01:00
Justus Winter f1078b3ccc hagridctl: adapt to rockets new profile names 2022-02-06 22:58:29 +01:00
Vincent Breitmoser 0e0b5c160a cargo: cargo update, and use recent nightly 2022-01-04 12:24:44 +01:00
Justus Winter b8ddf58977
update sequoia-openpgp to 1.5 2021-10-25 16:04:12 +02:00
Justus Winter 8dabd2c37a
update sequoia-openpgp to 1.4 2021-10-11 10:23:45 +02:00
Justus Winter c98c588064 update sequoia-openpgp to 1.3 2021-06-13 10:48:59 +00:00
Justus Winter 422cacfc9c
update to Sequoia 1.0.0 2021-01-07 13:18:08 +01:00
Vincent Breitmoser 606acdde39 hagridctl: update to sequoia-0.20 2020-11-05 15:26:57 +01:00
Vincent Breitmoser f0aaee2a9d
update sequoia to 0.14 2020-02-28 15:13:48 +01:00
Vincent Breitmoser 85ca188ffb
hagridctl: adapt regenerate script to only regenerate verified keys 2020-01-31 23:49:41 +01:00
Vincent Breitmoser 9be1bf9249
update sequoia to 0.13 2020-01-30 01:25:48 +01:00
Vincent Breitmoser dae530d090
fix and add my name to authors list in Cargo.toml 2019-11-28 00:06:43 +01:00
Justus Winter d628acdf93
Bump Sequoia to 0.9.
- Sequoia now ignores any unhashed subpackets when comparing
    signatures, closing a DoS vector.  Previously, one could create
    any number of valid signatures from a single valid signature that
    were considered distinct by mutating the unhashed subpacket area.

  - Sequoia now handles malformed UserIDs of the form "$addr <$addr>".
    Adjust database::test::test_bad_uids accordingly.

  - Update src/dump.rs from Sequoia.

  - Sequoia now ignores any Unicode codepoint considered whitespace
    when parsing Fingerprints and KeyIDs.  Fixes #122.
2019-07-08 19:16:39 +02:00
Justus Winter c838198638
Bump Sequoia to 0.8. 2019-06-14 14:38:09 +02:00
Justus Winter 065aaf9581
Port to Sequoia 0.8pre. 2019-06-11 13:02:57 +02:00
Vincent Breitmoser d5d915cc5e
upgrade to sequoia 0.7 (wip!) 2019-06-11 13:02:55 +02:00
Vincent Breitmoser 4707c23aa6
hagridctl: output errors during regenerate 2019-06-10 22:23:56 +02:00
Vincent Breitmoser 41edc08d49
database: keep links in their own dir, and rename "published" dir to "pub" 2019-06-10 22:23:56 +02:00
Vincent Breitmoser 38e77727aa
hagridctl: improve regenerate stats 2019-06-10 22:23:56 +02:00
Vincent Breitmoser 64c80a2d31
regeneration stats 2019-06-08 02:01:28 +02:00
Vincent Breitmoser 9f966de69a
hagridctl: working "regenerate" command 2019-06-08 02:01:27 +02:00
Vincent Breitmoser 89b8b50dd4 hagridctl: improve error output during import 2019-06-05 18:25:32 +00:00
Vincent Breitmoser 19da2de792 hagridctl: fix import progress, add dry-run flag 2019-06-05 18:25:32 +00:00
Vincent Breitmoser 99e564f1f7 import: add multi-thread capabilities 2019-06-05 18:25:32 +00:00
Vincent Breitmoser 38292526db hagridctl: working import command 2019-06-05 18:25:32 +00:00