Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clip: Add support for wl-clipboard | 2019-02-27 | 1 | -0/+5 | |
| | |||||
* | Add tests and documentation of passing options to grep(1) | 2018-06-14 | 1 | -3/+4 | |
| | |||||
* | git: use inner-most directory | 2017-02-25 | 1 | -7/+4 | |
| | |||||
* | man: document system extensions | 2017-02-25 | 1 | -2/+3 | |
| | |||||
* | man: fix typos | 2017-02-25 | 1 | -2/+2 | |
| | |||||
* | show,generate: support qrcodes | 2017-01-01 | 1 | -5/+11 | |
| | |||||
* | extensions: make opt-in | 2016-12-21 | 1 | -5/+8 | |
| | |||||
* | Add signatures | 2016-12-21 | 1 | -0/+7 | |
| | |||||
* | Add extensions | 2016-12-20 | 1 | -2/+13 | |
| | |||||
* | generate: use /dev/urandom directly | 2016-12-20 | 1 | -6/+20 | |
| | | | | | | Passing to tr using the "pick and discard" technique is more straight- forwardly correct and less error-prone. It also allows users to select their own character sets to be passed to tr. | ||||
* | Revert "show: allow passing prefix to clip" | 2016-02-06 | 1 | -5/+4 | |
| | | | | | | This reverts commit fcb92ed69fc191e39379bad715371d8c28410885. Needs more discussion. | ||||
* | show: allow passing prefix to clip | 2016-02-06 | 1 | -4/+5 | |
| | |||||
* | show: allow selecting which clip line | 2016-02-05 | 1 | -3/+3 | |
| | |||||
* | generate: have a default length of 25 | 2016-02-05 | 1 | -2/+7 | |
| | | | | | | | | | | | | | Folks are lazy and don't want to type very much, so they'd like to have a default password length to generate that can be configured via environment variables per usual. I'm making the default 25. If the user forbids the use of symbols, pwgen will use a-zA-Z0-9, ensuring that at least one A-Z and at least one 0-9 is used. We want to have a password of at least 128-bits, so factoring in the issue with "at least one of this character type", 25 gets us there squarely. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | add support for passing arbitrary options to all invocations of GPG | 2015-05-11 | 1 | -0/+3 | |
| | | | | | | Uses the PASSWORD_STORE_GPG_OPTS environment variable. Can be used to (e.g.) change the keyrings or trust model used. | ||||
* | Alias insert to add. | 2014-09-21 | 1 | -1/+2 | |
| | |||||
* | Update for new URL. | 2014-05-27 | 1 | -1/+1 | |
| | |||||
* | inplace: mutually exclusive with force | 2014-05-08 | 1 | -1/+1 | |
| | |||||
* | generate: add --in-place option | 2014-05-06 | 1 | -2/+4 | |
| | |||||
* | init: allow deinitialization | 2014-04-18 | 1 | -1/+3 | |
| | |||||
* | reencrypt: remove option, do automatically | 2014-04-18 | 1 | -8/+8 | |
| | |||||
* | reencryption: only reencrypt files when required | 2014-04-18 | 1 | -6/+6 | |
| | |||||
* | move/copy: always reencrypt passwords at destination | 2014-04-17 | 1 | -1/+9 | |
| | |||||
* | mv: Add pass mv/rename support | 2014-04-17 | 1 | -0/+6 | |
| | | | | | Based-on-work-by: Matthieu Weber <mweber@free.fr> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | Note GREP_OPTIONS in man page. | 2014-04-16 | 1 | -1/+2 | |
| | |||||
* | grep: add new pass grep command | 2014-04-15 | 1 | -0/+6 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | find: add find/search command | 2014-04-15 | 1 | -0/+24 | |
| | | | | | | | 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> | ||||
* | umask: allow overridable | 2014-03-23 | 1 | -0/+3 | |
| | | | | Suggested-by: Matthew Richardson <m.richardson@ed.ac.uk> | ||||
* | clip: rename SELECTION to X_SELECTION | 2014-03-22 | 1 | -1/+1 | |
| | |||||
* | Man page typo. | 2014-03-20 | 1 | -2/+2 | |
| | |||||
* | Configurable clipboard time. | 2014-03-20 | 1 | -3/+7 | |
| | |||||
* | Allow selection to be overriden by $SELECTION | 2014-03-20 | 1 | -0/+5 | |
| | | | | | | Some users want to use a different clipboard for pass. Suggested-by: nand <nand@nand.wakku.to> | ||||
* | git: sign commits if enabled | 2014-03-20 | 1 | -2/+5 | |
| | |||||
* | man: Document multiple keys in env var | 2014-03-20 | 1 | -1/+3 | |
| | |||||
* | Team pass: enable multiple keys and per directory | 2014-03-19 | 1 | -6/+12 | |
| | | | | | | | | | | 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. | ||||
* | Man page cosmetics.1.4.2 | 2012-10-18 | 1 | -1/+1 | |
| | |||||
* | Fix gpg22 man page typo. | 2012-10-09 | 1 | -1/+1 | |
| | |||||
* | Make --no-echo default, and rename to --echo. | 2012-10-03 | 1 | -2/+2 | |
| | | | | Reported-by: Paul Wise <pabs@debian.org> | ||||
* | Explicitly use gpg2 rather than relying on symlink. | 2012-09-30 | 1 | -2/+2 | |
| | |||||
* | Style fixes.1.4 | 2012-09-24 | 1 | -4/+6 | |
| | |||||
* | EDITOR should be italicized. | 2012-09-22 | 1 | -2/+2 | |
| | |||||
* | Allow git repo to be elsewhere via env var. | 2012-09-22 | 1 | -7/+22 | |
| | |||||
* | Add support for PASSWORD_STORE_KEY env var. | 2012-09-21 | 1 | -1/+3 | |
| | |||||
* | Add option to init to reencrypt all passwords. | 2012-09-21 | 1 | -2/+6 | |
| | | | | Reported-by: Simon KP <si@eskp.net> | ||||
* | Prompt before overwriting password in generate, unless --force is provided. | 2012-09-20 | 1 | -4/+5 | |
| | |||||
* | Clean up git handling. | 2012-09-19 | 1 | -13/+11 | |
| | | | | | | Get rid of push/pull shortcuts, as they weren't widely used. Add contents to repo on git init. Centralize git add logic, and make it less error prone. | ||||
* | Support recursive and forced removal. | 2012-09-16 | 1 | -2/+4 | |
| | | | | | | Laurent asked for this. Reported-by: Laurent Ghigonis <laurent@p1sec.com> | ||||
* | Allow avoiding the prompt for overwriting, with --force flag. | 2012-09-13 | 1 | -2/+3 | |
| | |||||
* | Add --version switch, per request. | 2012-09-13 | 1 | -0/+3 | |
| | |||||
* | Use PASSWORD_STORE_DIR environment variable if it is set. | 2012-09-12 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | A user made this request: I was wondering whether it is in a planning to have multiple password-store directory trees or possible to achieve? eg. $HOME/.pwd-store-work and $HOME/.pwd-store-home. Maybe distinguish them with a command line switch and then create aliases in .bash_aliases? Why I'm asking is that I have multiple major password categories - personal, work etc. It'll be nice to keep them separate and under different repos. Reported-by: Simon KP <si@eskp.net> |