summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Do not put passwords in herestringsJason A. Donenfeld2018-06-251-3/+3
* Simplify filename matching in redact_pass.vimTom Ryder2018-06-242-40/+11
* version: bump1.7.2Jason A. Donenfeld2018-06-141-1/+1
* show: buffer output before displaying, in case decryption failsJason A. Donenfeld2018-06-141-2/+4
* Close stdout for background task that restores clipboardAllan Odgaard2018-06-143-3/+3
* Don't trap INT or TERM; they are redundant and can break `pass edit`.Nick Kousu2018-06-141-2/+2
* tests: fix compatibility with GnuPG 2.2.5Clément Lassieur2018-06-141-1/+1
* Add tests and documentation of passing options to grep(1)Norbert Buchmueller2018-06-143-5/+18
* Ensure signature regexes are anchoredJason A. Donenfeld2018-06-141-4/+4
* Replace noplaintext.vim as redact_pass.vim pluginTom Ryder2018-06-103-46/+121
* grep: allow grep options and argumentsSitaram Chamarty2018-05-241-3/+3
* fish: reduce completion runtimesMathis Antony2018-02-191-14/+13
* generate: disallow zero length generated passwordsJason A. Donenfeld2018-02-081-1/+2
* generate: in-place should work when file is emptyJason A. Donenfeld2018-02-011-1/+1
* Quote array specifierJason A. Donenfeld2017-12-181-1/+1
* protect dirname calls from pass-names that look like command-line optionsStacey Sheldon2017-10-131-6/+6
* passmenu: Don't eat whitespace at beginning/end of passwordDaniel Lublin2017-09-151-1/+1
* emacs: Release version 1.0.1 of Emacs packageSvend Sorensen2017-08-292-5/+10
* emacs: --run-async: Quote shell argumentsDamien Cassou2017-08-291-4/+5
* emacs: Update author's email addressSvend Sorensen2017-08-291-2/+2
* emacs: Fix package-lint violationsSvend Sorensen2017-08-291-2/+3
* emacs: Release version 1.0.0 of Emacs packageSvend Sorensen2017-07-262-1/+8
* emacs: Use with-editor to wrap "pass edit"Svend Sorensen2017-07-262-9/+17
* Bump version1.7.1Jason A. Donenfeld2017-04-131-1/+1
* init: match only the public keyJason A. Donenfeld2017-04-131-1/+1
* Use $GPG variableJason A. Donenfeld2017-03-281-3/+3
* Fix compatibility with GnuPG 2.2.19Andreas Stieger2017-03-202-2/+2
* tests: fix on OSX by not using the tr hackJason A. Donenfeld2017-03-013-5/+2
* Bump version1.7Jason A. Donenfeld2017-02-261-1/+1
* Modernize makefileJason A. Donenfeld2017-02-262-31/+36
* CopyrightJason A. Donenfeld2017-02-251-1/+1
* StyleJason A. Donenfeld2017-02-251-2/+2
* git: use inner-most directoryJason A. Donenfeld2017-02-252-27/+48
* clip: sleep may require argv[0] to be sleepJason A. Donenfeld2017-02-251-1/+1
* man: document system extensionsJason A. Donenfeld2017-02-251-2/+3
* pwsafe2pass: add importerSam Mason2017-02-251-0/+40
* Support git worktree.Kevin Lyda2017-02-251-6/+6
* keepassx2pass: port to python3Fabio Zanini2017-02-251-7/+8
* man: fix typosJustin Gassner2017-02-251-2/+2
* Don’t reencrypt data not managed by pass.Sebastian Reuße2017-02-251-2/+2
* tests: fix for recent changesJason A. Donenfeld2017-02-253-2/+18
* keepasss2csv2pass: improve and make more flexibleNathan Sommer2017-02-251-52/+176
* show,generate: support qrcodesJason A. Donenfeld2017-01-014-20/+65
* makefile: proper use of DESTPATHJason A. Donenfeld2016-12-211-6/+6
* extensions: introduce system extensionsJason A. Donenfeld2016-12-212-7/+16
* 1password2pass: modernizationAlex Dunn2016-12-211-15/+23
* extensions: make opt-inJason A. Donenfeld2016-12-212-15/+22
* Add signaturesJason A. Donenfeld2016-12-212-0/+31
* Add extensionsJason A. Donenfeld2016-12-202-3/+27
* generate: use /dev/urandom directlyJason A. Donenfeld2016-12-204-14/+28