summaryrefslogtreecommitdiff
path: root/contrib/emacs/Cask
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gmail.com>2015-01-27 19:09:01 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2015-01-27 19:12:39 +0100
commit5f3e0b36af40c1fc5991fce76e9998313d36c6ee (patch)
tree97cfed96330c232019fcd8bd4fe48b7fcbd1e862 /contrib/emacs/Cask
parent0524ef9aad5e908c4062c2696a3b7a807bd494c7 (diff)
downloadpass-5f3e0b36af40c1fc5991fce76e9998313d36c6ee.tar.gz
pass-5f3e0b36af40c1fc5991fce76e9998313d36c6ee.tar.bz2
pass-5f3e0b36af40c1fc5991fce76e9998313d36c6ee.zip
Strip ".gpg" from symlinks as well
Symlinks inside password-store make sense when using passff in firefox, and have the same LDAP password in different websites. In order to have passff working correctly then, we need to strip the .gpg extension from symlinks as well. Example output of `pass find site1` or `pass | grep site1` before this commit: site1.job.com.gpg -> site2.job.com and after: site1.job.com -> site2.job.com
Diffstat (limited to 'contrib/emacs/Cask')
0 files changed, 0 insertions, 0 deletions
d>1-6/+6 2016-12-21extensions: introduce system extensionsJason A. Donenfeld2-7/+16 2016-12-211password2pass: modernizationAlex Dunn1-15/+23 2016-12-21extensions: make opt-inJason A. Donenfeld2-15/+22 2016-12-21Add signaturesJason A. Donenfeld2-0/+31 2016-12-20Add extensionsJason A. Donenfeld2-3/+27 2016-12-20generate: use /dev/urandom directlyJason A. Donenfeld4-14/+28 Passing to tr using the "pick and discard" technique is more straight- forwardly correct and less error-prone. It also allows users to select their own character sets to be passed to tr. 2016-02-07dmenu: read likes -rJason A. Donenfeld1-1/+1 2016-02-06zsh-completion: add prefix zstyleBenjamin Richter1-1/+11 This option can be used to select a different pass repository for completion. A configuration example is given inside the completion file. 2016-02-06Make gpg errors fatalJason A. Donenfeld1-5/+5 2016-02-06Moved to webpageJason A. Donenfeld1-7/+0