summaryrefslogtreecommitdiff
path: root/etc
ModeNameSize
-rw-r--r--portato.cfg2074logplain
ys-v1.d?id=fd0c6dcc559ba8a538b0b1b6294ce83bbc5dd100&showmsg=1&follow=1'>private-keys-v1.d/C93F70CA322D4F42E7FC7D54F6367E65C23E5CA3.key (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-11Use 6 Xs for mktempJason A. Donenfeld1-1/+1
2015-05-11enhance winpath detection: gpg --help will have a line like this: Home: C:\.....Lorenz Weber1-1/+1
2015-05-11Fix .gpg strippingJason A. Donenfeld1-2/+2
2015-05-11critcal fix for cygwin: gpg output to stdout ("gpg -o -") would have been ↵Lenz Weber1-1/+1
putput to a file named "-"
2015-05-11bashcomp: PASSWORD_STORE_DIR env var does not necessarily have a trailing slashSamuel Lethiec1-0/+2
2015-05-11lastpass importer: more types supported and better checkingRaphaël Droz1-3/+7
2015-05-11add support for passing arbitrary options to all invocations of GPGDavid Adam2-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-11Exit 1 when gpg fails in multiline too.Anne Jan Brouwer1-1/+1
Multiline insert errors gave a exit code of 0, now correctly propagated.