Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't trap INT or TERM; they are redundant and can break `pass edit`. | Nick Kousu | 2018-06-14 | 1 | -2/+2 |
* | Add tests and documentation of passing options to grep(1) | Norbert Buchmueller | 2018-06-14 | 1 | -2/+2 |
* | Ensure signature regexes are anchored | Jason A. Donenfeld | 2018-06-14 | 1 | -4/+4 |
* | grep: allow grep options and arguments | Sitaram Chamarty | 2018-05-24 | 1 | -3/+3 |
* | generate: disallow zero length generated passwords | Jason A. Donenfeld | 2018-02-08 | 1 | -1/+2 |
* | generate: in-place should work when file is empty | Jason A. Donenfeld | 2018-02-01 | 1 | -1/+1 |
* | Quote array specifier | Jason A. Donenfeld | 2017-12-18 | 1 | -1/+1 |
* | protect dirname calls from pass-names that look like command-line options | Stacey Sheldon | 2017-10-13 | 1 | -6/+6 |
* | Bump version1.7.1 | Jason A. Donenfeld | 2017-04-13 | 1 | -1/+1 |
* | init: match only the public key | Jason A. Donenfeld | 2017-04-13 | 1 | -1/+1 |
* | Use $GPG variable | Jason A. Donenfeld | 2017-03-28 | 1 | -3/+3 |
* | Fix compatibility with GnuPG 2.2.19 | Andreas Stieger | 2017-03-20 | 1 | -1/+1 |
* | Bump version1.7 | Jason A. Donenfeld | 2017-02-26 | 1 | -1/+1 |
* | Copyright | Jason A. Donenfeld | 2017-02-25 | 1 | -1/+1 |
* | Style | Jason A. Donenfeld | 2017-02-25 | 1 | -2/+2 |
* | git: use inner-most directory | Jason A. Donenfeld | 2017-02-25 | 1 | -20/+44 |
* | clip: sleep may require argv[0] to be sleep | Jason A. Donenfeld | 2017-02-25 | 1 | -1/+1 |
* | Support git worktree. | Kevin Lyda | 2017-02-25 | 1 | -6/+6 |
* | Don’t reencrypt data not managed by pass. | Sebastian Reuße | 2017-02-25 | 1 | -2/+2 |
* | show,generate: support qrcodes | Jason A. Donenfeld | 2017-01-01 | 1 | -15/+40 |
* | extensions: introduce system extensions | Jason A. Donenfeld | 2016-12-21 | 1 | -5/+14 |
* | extensions: make opt-in | Jason A. Donenfeld | 2016-12-21 | 1 | -10/+14 |
* | Add signatures | Jason A. Donenfeld | 2016-12-21 | 1 | -0/+24 |
* | Add extensions | Jason A. Donenfeld | 2016-12-20 | 1 | -1/+14 |
* | generate: use /dev/urandom directly | Jason A. Donenfeld | 2016-12-20 | 1 | -5/+7 |
* | Make gpg errors fatal | Jason A. Donenfeld | 2016-02-06 | 1 | -5/+5 |
* | Revert "show: allow passing prefix to clip" | Jason A. Donenfeld | 2016-02-06 | 1 | -9/+5 |
* | init: put path in commit message | Jason A. Donenfeld | 2016-02-06 | 1 | -4/+4 |
* | show: allow passing prefix to clip | Jason A. Donenfeld | 2016-02-06 | 1 | -5/+9 |
* | show: better clip error message | Jason A. Donenfeld | 2016-02-05 | 1 | -3/+3 |
* | show: allow selecting which clip line | Jason A. Donenfeld | 2016-02-05 | 1 | -6/+7 |
* | generate: have a default length of 25 | Jason A. Donenfeld | 2016-02-05 | 1 | -4/+5 |
* | Fix up moving ambiguity too | Jason A. Donenfeld | 2016-02-05 | 1 | -5/+6 |
* | Insert and edit work on files, so don't let the arguments be directories | Jason A. Donenfeld | 2016-02-05 | 1 | -2/+2 |
* | Handle removal of directories and passwords with the same name | Jason A. Donenfeld | 2016-02-05 | 1 | -5/+4 |
* | Use 6 Xs for mktemp | Jason A. Donenfeld | 2015-05-11 | 1 | -1/+1 |
* | Fix .gpg stripping | Jason A. Donenfeld | 2015-05-11 | 1 | -2/+2 |
* | add support for passing arbitrary options to all invocations of GPG | David Adam | 2015-05-11 | 1 | -4/+4 |
* | Exit 1 when gpg fails in multiline too. | Anne Jan Brouwer | 2015-05-11 | 1 | -1/+1 |
* | Suppress output when original file does not exist | Jason A. Donenfeld | 2015-02-11 | 1 | -1/+1 |
* | Bump version1.6.5 | Jason A. Donenfeld | 2015-01-28 | 1 | -1/+1 |
* | cygwin + gpg4win: convert paths to windows paths when calling gpg4win binary ... | Lenz Weber | 2015-01-28 | 1 | -1/+1 |
* | Use more stable with-colons output | Jason A. Donenfeld | 2015-01-28 | 1 | -1/+1 |
* | Revert "Only examine subkeys that are capable of encrypting." | Jason A. Donenfeld | 2015-01-28 | 1 | -1/+1 |
* | Bump version1.6.4 | Jason A. Donenfeld | 2015-01-28 | 1 | -1/+1 |
* | Strip ".gpg" from symlinks as well | Theo Chatzimichos | 2015-01-27 | 1 | -2/+2 |
* | clip: Show an error message if xclip returns a non-zero exit code | Wieland Hoffmann | 2015-01-19 | 1 | -3/+2 |
* | Correct path for top level grep | Jason A. Donenfeld | 2015-01-19 | 1 | -2/+3 |
* | Do not use hidden recipients | Jason A. Donenfeld | 2015-01-13 | 1 | -1/+1 |
* | Only examine subkeys that are capable of encrypting. | Jason A. Donenfeld | 2015-01-12 | 1 | -1/+1 |