- Apr 14, 2014
-
-
Jason A. Donenfeld authored
This relies on a patched version of tree to work, unfortunately. Hopefully upstream will accept our patch. Signed-off-by:
Jason A. Donenfeld <Jason@zx2c4.com>
-
- Apr 12, 2014
-
-
Jason A. Donenfeld authored
Matthew writes: If the initial decrypt fails then the rest of the line shouldn't continue, as it won't be a properly decrypted password being re-encrypted and written over the existing passfile. One solution to this would be to enable pipefail (set -o pipefail) - either just before, or at the start of this script. This would cause the failure of any of the commands in a pipe to set the return status of the whole pipeline to non-zero (the last failed command's return code is used). We take his suggestion with this patch. While we're at it, we take a little bit extra care (though not too much extra care) to select a more random intermediate password, in case folks have a strange habit of using a dot-new extension on files. Suggested-by:
Matthew Richardson <m.richardson@ed.ac.uk> Signed-off-by:
Jason A. Donenfeld <Jason@zx2c4.com>
-
- Apr 05, 2014
-
-
Jason A. Donenfeld authored
-
- Mar 23, 2014
-
-
Jason A. Donenfeld authored
Suggested-by:
Tom Vincent <pass@tlvince.com>
-
Jason A. Donenfeld authored
Suggested-by:
Matthew Richardson <m.richardson@ed.ac.uk>
-
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
-
- Mar 20, 2014
-
-
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
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
-
- May 22, 2013
-
-
Brian Mattern authored
-
- Apr 04, 2013
-
-
Jason A. Donenfeld authored
-
- Feb 23, 2013
-
-
Marvin Killing authored
Make show/ls/list follow links by passing -l to tree.
-
- Oct 18, 2012
-
-
Jason A. Donenfeld authored
-
- Oct 16, 2012
-
-
guns authored
The `read` builtin accepts backslash notation for common non-printing characters by default, like `\t` and `\n`. This requires that any literal backslashes must also be escaped as `\\`. Given that `gpg -e` does not interpret input, the `read` invocations are changed to do the same. Also, the right hand side of an `==` comparison within `[[ ]]` must be quoted in order to suppress pattern metacharacter expansion. Quoting the bash manual: When the == and != operators are used, the string to the right of the operator is considered a pattern and matched according to the rules described below under Pattern Matching.
-
- Oct 09, 2012
-
-
Jason A. Donenfeld authored
-
- Oct 05, 2012
-
-
Jason A. Donenfeld authored
-
- Oct 03, 2012
-
-
Jason A. Donenfeld authored
Reported-by:
Paul Wise <pabs@debian.org>
-
- Sep 30, 2012
-
-
Jason A. Donenfeld authored
- Sep 23, 2012
-
- Sep 22, 2012
-
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-