Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: fix compatibility with GnuPG 2.2.5 | Clément Lassieur | 2018-06-14 | 1 | -1/+1 |
| | |||||
* | Fix compatibility with GnuPG 2.2.19 | Andreas Stieger | 2017-03-20 | 1 | -1/+1 |
| | | | | | | | | | | | GnuPG 2.2.19 added a warning when no command was given. * src/password-store.sh (reencrypt_path): Add --decrypt to --list-only * tests/t0300-reencryption.sh (gpg_keys_from_encrypted_file): same https://bugs.gnupg.org/gnupg/msg9873 http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=810adfd47801fc01e45fb71af9f05c91f7890cdb https://bugzilla.suse.com/show_bug.cgi?id=1028867 | ||||
* | 2.1.2 is going to be released next week | Jason A. Donenfeld | 2015-01-28 | 1 | -6/+0 |
| | |||||
* | Skip broken tests. | Jason A. Donenfeld | 2015-01-28 | 1 | -0/+6 |
| | |||||
* | Use more stable with-colons output | Jason A. Donenfeld | 2015-01-28 | 1 | -2/+2 |
| | |||||
* | Revert "Only examine subkeys that are capable of encrypting." | Jason A. Donenfeld | 2015-01-28 | 1 | -1/+1 |
| | | | | | | | This reverts commit ec8140b0f1a422aad16d41d0c322f3a6ceef74fe. The needed option is only available on GnuPG 2.1, and we need to support GnuPG 2.0 too. | ||||
* | Take into account use in tests | Jason A. Donenfeld | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | Disable secmem warning when discovering keys | milki | 2014-05-14 | 1 | -1/+1 |
| | | | | | Key discovery parses stderr output of gnupg. The secmem warning interferes with parsing. | ||||
* | Allow overridable bash. | Jason A. Donenfeld | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | tests: run from anywhere | Jason A. Donenfeld | 2014-04-24 | 1 | -0/+1 |
| | |||||
* | Turns out aliases were a bad idea. | Jason A. Donenfeld | 2014-04-24 | 1 | -20/+20 |
| | |||||
* | Use aliases instead of variables for command portability. | Jason A. Donenfeld | 2014-04-23 | 1 | -20/+20 |
| | |||||
* | Support git tests | Jason A. Donenfeld | 2014-04-23 | 1 | -2/+8 |
| | |||||
* | tests: make more gritty, less setup | Jason A. Donenfeld | 2014-04-23 | 1 | -3/+15 |
| | |||||
* | tests: add reencryption tests | Jason A. Donenfeld | 2014-04-23 | 1 | -0/+81 |