Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Man page cosmetics.1.4.2 | Jason A. Donenfeld | 2012-10-18 | 1 | -1/+1 |
| | |||||
* | Fix gpg22 man page typo. | Jason A. Donenfeld | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Make --no-echo default, and rename to --echo. | Jason A. Donenfeld | 2012-10-03 | 1 | -2/+2 |
| | | | | Reported-by: Paul Wise <pabs@debian.org> | ||||
* | Explicitly use gpg2 rather than relying on symlink. | Jason A. Donenfeld | 2012-09-30 | 1 | -2/+2 |
| | |||||
* | Style fixes.1.4 | Jason A. Donenfeld | 2012-09-24 | 1 | -4/+6 |
| | |||||
* | EDITOR should be italicized. | Jason A. Donenfeld | 2012-09-22 | 1 | -2/+2 |
| | |||||
* | Allow git repo to be elsewhere via env var. | Jason A. Donenfeld | 2012-09-22 | 1 | -7/+22 |
| | |||||
* | Add support for PASSWORD_STORE_KEY env var. | Jason A. Donenfeld | 2012-09-21 | 1 | -1/+3 |
| | |||||
* | Add option to init to reencrypt all passwords. | Jason A. Donenfeld | 2012-09-21 | 1 | -2/+6 |
| | | | | Reported-by: Simon KP <si@eskp.net> | ||||
* | Prompt before overwriting password in generate, unless --force is provided. | Jason A. Donenfeld | 2012-09-20 | 1 | -4/+5 |
| | |||||
* | Clean up git handling. | Jason A. Donenfeld | 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. | Jason A. Donenfeld | 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. | Jason A. Donenfeld | 2012-09-13 | 1 | -2/+3 |
| | |||||
* | Add --version switch, per request. | Jason A. Donenfeld | 2012-09-13 | 1 | -0/+3 |
| | |||||
* | Use PASSWORD_STORE_DIR environment variable if it is set. | Jason A. Donenfeld | 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> | ||||
* | Fix makefile and use proper manpage hyperlinks. | Jason A. Donenfeld | 2012-09-11 | 1 | -1/+9 |
| | |||||
* | Add an edit mode that uses $EDITOR. | Jason A. Donenfeld | 2012-09-11 | 1 | -0/+9 |
| | | | | | | | | This allows users to edit password files using temporary files created in /dev/shm. This commit also tidies other things up and fixes minor bugs and griviences that should be separate commits but aren't. Reported-by: rupa <rupa@lrrr.us> | ||||
* | Only copy the first line of the password file to the clipboard. | Jason A. Donenfeld | 2012-09-08 | 1 | -2/+2 |
| | |||||
* | Update FSF address, add copyrights.1.1.3 | Jason A. Donenfeld | 2012-09-07 | 1 | -6/+6 |
| | |||||
* | No echo mode. | Jason A. Donenfeld | 2012-09-04 | 1 | -4/+5 |
| | | | | | | | | Add a --no-echo flag to the insert operation so that the password isn't echoed when entering it. This requires the user to echo the password twice for confirmation. Reported-by: Dominic Lüchinger <d.luechinger@snowgarden.ch> | ||||
* | Separate out the massive git example. | Jason A. Donenfeld | 2012-09-04 | 1 | -10/+14 |
| | |||||
* | Move examples into manpage. | Jason A. Donenfeld | 2012-09-03 | 1 | -3/+191 |
| | |||||
* | Make into a real project. | Jason A. Donenfeld | 2012-09-03 | 1 | -0/+135 |