- 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
-
Jason A. Donenfeld authored
-
Alex Sayers authored
- relicensed to GPLv2+ - added -f command-line flag - added -d DEFAULT_GROUP flag
-
- Oct 07, 2012
-
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
- Oct 05, 2012
-
-
Jason A. Donenfeld authored
-
- Oct 03, 2012
-
-
Brian Mattern authored
-
Brian Mattern authored
-
Jason A. Donenfeld authored
Reported-by:
Paul Wise <pabs@debian.org>
-
- Sep 30, 2012
-
-
Jason A. Donenfeld authored
- Sep 23, 2012
-
-
Jason A. Donenfeld authored
-
Jonathan Chu authored
Redefine GNUPG and GETOPT for port paths Redefine tmpdir() for a different ramdisk path
-
Jason A. Donenfeld authored
- Sep 22, 2012
-
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
Brian Mattern authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
- Only use secret keys - Use entire UID - --with-colons makes parsing easy
-
Brian Mattern authored
Names and email addresses (if present) are included
-
Brian Mattern authored
-
Brian Mattern authored
only auto-expand if there is a single completion match
-
Jeffrey Ratcliffe authored
-
- Sep 21, 2012
-
-
Brian Mattern authored
-
Brian Mattern authored
-
Dmitry Medvinsky authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
Common git commands, --reencrypt, --force.
-