summaryrefslogtreecommitdiff
path: root/tests/gnupg/private-keys-v1.d/C93858C40FA9E117DA4E7F336580B8B12354EB83.key
diff options
context:
space:
mode:
authorRaphaël Droz <raphael.droz@gmail.com>2015-05-11 13:38:58 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2015-05-11 13:38:58 +0200
commit18f36f05367f78820632870bff09bf80685d115b (patch)
tree8ee3f6dcd6394f45b6d02e91c5ebf1a886526cbf /tests/gnupg/private-keys-v1.d/C93858C40FA9E117DA4E7F336580B8B12354EB83.key
parent4690a3021cf74b2093d296f48f205b6706f82f2a (diff)
downloadpass-18f36f05367f78820632870bff09bf80685d115b.tar.gz
pass-18f36f05367f78820632870bff09bf80685d115b.tar.bz2
pass-18f36f05367f78820632870bff09bf80685d115b.zip
lastpass importer: more types supported and better checking
Diffstat (limited to 'tests/gnupg/private-keys-v1.d/C93858C40FA9E117DA4E7F336580B8B12354EB83.key')
0 files changed, 0 insertions, 0 deletions
2015-01-28Add unprotected keys for GnuPG 2.1Jason A. Donenfeld11-0/+0 2015-01-28Use more stable with-colons outputJason A. Donenfeld2-3/+3 2015-01-28Revert "Only examine subkeys that are capable of encrypting."Jason A. Donenfeld2-2/+2 This reverts commit ec8140b0f1a422aad16d41d0c322f3a6ceef74fe. The needed option is only available on GnuPG 2.1, and we need to support GnuPG 2.0 too. 2015-01-28Take into account use in testsJason A. Donenfeld1-1/+1 2015-01-28Bump version1.6.4Jason A. Donenfeld1-1/+1 2015-01-27Strip ".gpg" from symlinks as wellTheo Chatzimichos1-2/+2 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 2015-01-19clip: Show an error message if xclip returns a non-zero exit codeWieland Hoffmann1-3/+2 xclip will return a non-zero exit code if $DISPLAY is not set, which might happen, for example, if you're running pass in a tmux session remotely or something like that. xclip itself will also show an error message ("Can't open display") which provides enough context to figure out what the problem is. There might be other reasons for xclip to return a non-zero exit code, but the man page doesn't list them. 2015-01-19Correct path for top level grepJason A. Donenfeld1-2/+3