Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | show: buffer output before displaying, in case decryption fails | Jason A. Donenfeld | 2018-06-14 | 1 | -2/+4 | |
* | Close stdout for background task that restores clipboard | Allan Odgaard | 2018-06-14 | 3 | -3/+3 | |
* | Don't trap INT or TERM; they are redundant and can break `pass edit`. | Nick Kousu | 2018-06-14 | 1 | -2/+2 | |
* | tests: fix compatibility with GnuPG 2.2.5 | Clément Lassieur | 2018-06-14 | 1 | -1/+1 | |
* | Add tests and documentation of passing options to grep(1) | Norbert Buchmueller | 2018-06-14 | 3 | -5/+18 | |
* | Ensure signature regexes are anchored | Jason A. Donenfeld | 2018-06-14 | 1 | -4/+4 | |
* | Replace noplaintext.vim as redact_pass.vim plugin | Tom Ryder | 2018-06-10 | 3 | -46/+121 | |
* | grep: allow grep options and arguments | Sitaram Chamarty | 2018-05-24 | 1 | -3/+3 | |
* | fish: reduce completion runtimes | Mathis Antony | 2018-02-19 | 1 | -14/+13 | |
* | 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 | |
* | passmenu: Don't eat whitespace at beginning/end of password | Daniel Lublin | 2017-09-15 | 1 | -1/+1 | |
* | emacs: Release version 1.0.1 of Emacs package | Svend Sorensen | 2017-08-29 | 2 | -5/+10 | |
* | emacs: --run-async: Quote shell arguments | Damien Cassou | 2017-08-29 | 1 | -4/+5 | |
* | emacs: Update author's email address | Svend Sorensen | 2017-08-29 | 1 | -2/+2 | |
* | emacs: Fix package-lint violations | Svend Sorensen | 2017-08-29 | 1 | -2/+3 | |
* | emacs: Release version 1.0.0 of Emacs package | Svend Sorensen | 2017-07-26 | 2 | -1/+8 | |
* | emacs: Use with-editor to wrap "pass edit" | Svend Sorensen | 2017-07-26 | 2 | -9/+17 | |
* | 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 | 2 | -2/+2 | |
* | tests: fix on OSX by not using the tr hack | Jason A. Donenfeld | 2017-03-01 | 3 | -5/+2 | |
* | Bump version1.7 | Jason A. Donenfeld | 2017-02-26 | 1 | -1/+1 | |
* | Modernize makefile | Jason A. Donenfeld | 2017-02-26 | 2 | -31/+36 | |
* | 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 | 2 | -27/+48 | |
* | clip: sleep may require argv[0] to be sleep | Jason A. Donenfeld | 2017-02-25 | 1 | -1/+1 | |
* | man: document system extensions | Jason A. Donenfeld | 2017-02-25 | 1 | -2/+3 | |
* | pwsafe2pass: add importer | Sam Mason | 2017-02-25 | 1 | -0/+40 | |
* | Support git worktree. | Kevin Lyda | 2017-02-25 | 1 | -6/+6 | |
* | keepassx2pass: port to python3 | Fabio Zanini | 2017-02-25 | 1 | -7/+8 | |
* | man: fix typos | Justin Gassner | 2017-02-25 | 1 | -2/+2 | |
* | Don’t reencrypt data not managed by pass. | Sebastian Reuße | 2017-02-25 | 1 | -2/+2 | |
* | tests: fix for recent changes | Jason A. Donenfeld | 2017-02-25 | 3 | -2/+18 | |
* | keepasss2csv2pass: improve and make more flexible | Nathan Sommer | 2017-02-25 | 1 | -52/+176 | |
* | show,generate: support qrcodes | Jason A. Donenfeld | 2017-01-01 | 4 | -20/+65 | |
* | makefile: proper use of DESTPATH | Jason A. Donenfeld | 2016-12-21 | 1 | -6/+6 | |
* | extensions: introduce system extensions | Jason A. Donenfeld | 2016-12-21 | 2 | -7/+16 | |
* | 1password2pass: modernization | Alex Dunn | 2016-12-21 | 1 | -15/+23 | |
* | extensions: make opt-in | Jason A. Donenfeld | 2016-12-21 | 2 | -15/+22 | |
* | Add signatures | Jason A. Donenfeld | 2016-12-21 | 2 | -0/+31 | |
* | Add extensions | Jason A. Donenfeld | 2016-12-20 | 2 | -3/+27 | |
* | generate: use /dev/urandom directly | Jason A. Donenfeld | 2016-12-20 | 4 | -14/+28 | |
* | dmenu: read likes -r | Jason A. Donenfeld | 2016-02-07 | 1 | -1/+1 | |
* | zsh-completion: add prefix zstyle | Benjamin Richter | 2016-02-06 | 1 | -1/+11 | |
* | Make gpg errors fatal | Jason A. Donenfeld | 2016-02-06 | 1 | -5/+5 |