summaryrefslogtreecommitdiff
path: root/src/completion
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2014-12-24 12:55:37 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2014-12-24 12:55:37 +0100
commitec27ece8fcc0bde0571cafe2ed28b15614536d27 (patch)
treec3ce8fa56a25a440aadb3d9923ec60d0fa60c874 /src/completion
parent8b326ddc8db2e1271917ef47470a4b2cead7ceff (diff)
downloadpass-ec27ece8fcc0bde0571cafe2ed28b15614536d27.tar.gz
pass-ec27ece8fcc0bde0571cafe2ed28b15614536d27.tar.bz2
pass-ec27ece8fcc0bde0571cafe2ed28b15614536d27.zip
agent-check: goodbye
The latest gpg-agent from the 2.1 series no longer requires these environment variables and will instead start gpg-agent as it needs.
Diffstat (limited to 'src/completion')
0 files changed, 0 insertions, 0 deletions
kill instead of procJason A. Donenfeld1-1/+1 2014-03-20Keepass import should include root-level entriesErik Mackdanz1-0/+1 Repro steps: 1. In KeePass, add some entries as children of the root node 2. Export the KeePass to foo.xml 3. 'keepass2pass.py -f foo.xml' Expect: all entries imported Actual: root-level entries are skipped 2014-03-20keepassx2pass: friendly title fieldPhilip Chase1-1/+24 This patch removes several special characters while attempting to preserve as much meaning in the filename as possible. These changes are made to the KeepassX title before it is used as a file password store filename: - Spaces between words in file names are replaced with camelCasing. - The characters \ | ( ) are each replaced with a hyphen. - Trailing hypens are removed. - @ is replaced with "At" - ' is removed