Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-05-11 | Fix .gpg stripping | Jason A. Donenfeld | 1 | -2/+2 | |
2015-05-11 | critcal fix for cygwin: gpg output to stdout ("gpg -o -") would have been ↵ | Lenz Weber | 1 | -1/+1 | |
putput to a file named "-" | |||||
2015-05-11 | bashcomp: PASSWORD_STORE_DIR env var does not necessarily have a trailing slash | Samuel Lethiec | 1 | -0/+2 | |
2015-05-11 | lastpass importer: more types supported and better checking | Raphaël Droz | 1 | -3/+7 | |
2015-05-11 | add support for passing arbitrary options to all invocations of GPG | David Adam | 2 | -4/+7 | |
Uses the PASSWORD_STORE_GPG_OPTS environment variable. Can be used to (e.g.) change the keyrings or trust model used. | |||||
2015-05-11 | Exit 1 when gpg fails in multiline too. | Anne Jan Brouwer | 1 | -1/+1 | |
Multiline insert errors gave a exit code of 0, now correctly propagated. |