Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools: Make gpg-authcode-sign.sh more robust on network errors. | Werner Koch | 2024-06-11 | 1 | -3/+18 |
| | | | | | | | | * tools/gpg-authcode-sign.sh: Return on HTTP status 500 -- We have seen timestamping failures after signing some file using GlobalSign certs. | ||||
* | indent: Fix spelling | Daniel Kahn Gillmor | 2024-05-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | -- These are non-substantive corrections for minor spelling mistakes within the GnuPG codebase. With something like this applied to the codebase, and a judiciously tuned spellchecker integrated as part of a standard test suite, it should be possible to keep a uniform orthography within the project. GnuPG-bug-id: 7116 | ||||
* | tools: Fix help output for gpg-authcode-sign.sh | Werner Koch | 2024-05-22 | 1 | -2/+2 |
| | | | | -- | ||||
* | Install the new gpg-authcode-sign.sh script. | Werner Koch | 2024-04-25 | 1 | -0/+257 |
* tools/gpg-authcode-sign.sh: New. * tools/Makefile.am (bin_SCRIPTS): Add that tool. -- This script makes use of gpg anyway and thus it is best to have it also installed with the gpg version used to cross-build our software. The script was orginally developed for gpg4win. |