- Mar 23, 2014
-
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
- Mar 22, 2014
-
-
Jason A. Donenfeld authored
Suggested-by:
Matthieu Weber <mweber@free.fr>
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
- Mar 20, 2014
-
-
Erik Mackdanz authored
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
-
Philip Chase authored
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
-
Jason A. Donenfeld authored
-
Alex Burka authored
-
Tom Vincent authored
If `PASSWORD_STORE_DIR:-$HOME/.password-store` is a symlink, Zsh throws: `_values:compvalues:10: not enough arguments`. Passing `-L` to find(1) fixes this.
-
Tom Vincent authored
-
jbeta authored
mktemp expects all options before a template. This prevented the temporary file for "pass edit" mode from being created in /dev/shm.
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
Some users want to use a different clipboard for pass. Suggested-by:
nand <nand@nand.wakku.to>
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
We now make sure a previous pass clip restore finishes immediately when copying another password to the clipboard. This is currently only implemented on Linux.
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
The .gpg-id file may now have multiple keys in it, one per line. If a .gpg-id file exists inside a subdirectory, passwords inside that directory are encrypted to that/those ids. The init command has learned a -p/--path option for writing such a sub directory .gpg-id and now can take several arguments for ids.
-
- Mar 19, 2014
-
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
According to a forthcoming paper by Alfredo Pironti, OpenPGP compression can reveal entropy levels. We thus disable compression. Existing password stores can be reencrypted without compression using the "--reencrypt" flag for "init". Reported-by:
Alfredo Pironti <alfredo.pironti@inria.fr> Signed-off-by:
Jason A. Donenfeld <Jason@zx2c4.com>
-
- Sep 14, 2013
-
-
Chris Down authored
-
Chris Down authored
-
Brian Shore authored
-
- Aug 26, 2013
-
-
Lukas Fleischer authored
`make install` should never install anything to /etc. "/usr/share/bash-completion/completions/" is the right place for completions that are installed by software packages. Signed-off-by:
Lukas Fleischer <info@cryptocrack.de>
-
- May 22, 2013
-
-
Brian Mattern authored
-
- May 19, 2013
-
-
Stefan Simroth authored
-
- Apr 04, 2013
-
-
Jason A. Donenfeld authored
-
- Mar 27, 2013
-
-
Jason A. Donenfeld authored
-
- Feb 23, 2013
-
-
Von Welch authored
-
Marvin Killing authored
Make show/ls/list follow links by passing -l to tree.
-
- Jan 18, 2013
-
- Dec 02, 2012
-
-
Jason A. Donenfeld authored
-