Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-09-21 | Add option to init to reencrypt all passwords. | Jason A. Donenfeld | 2 | -4/+28 | |
Reported-by: Simon KP <si@eskp.net> | |||||
2012-09-20 | Fixed bash completion for files with spaces | Jeffrey Ratcliffe | 1 | -4/+5 | |
2012-09-20 | Quit if pwgen returns nothing. | Jason A. Donenfeld | 1 | -0/+1 | |
Reported-by: Brian Mattern <rephorm@rephorm.com> | |||||
2012-09-20 | Prompt before overwriting password in generate, unless --force is provided. | Jason A. Donenfeld | 2 | -25/+28 | |
2012-09-19 | Make qdbus ugliness more segmented. | Jason A. Donenfeld | 1 | -3/+8 | |
2012-09-19 | Delete debian directory. | Jason A. Donenfeld | 6 | -51/+0 | |
Now that Colin Watson has taken over Debian packaging, I can get rid of our own local poorly written debian/ directory. | |||||
2012-09-19 | No more push/pull in zsh script, either. | Jason A. Donenfeld | 1 | -3/+1 | |
2012-09-19 | Since we're using batch mode, we can read directly. | Jason A. Donenfeld | 1 | -1/+1 | |
2012-09-19 | Clean up git handling. | Jason A. Donenfeld | 2 | -42/+28 | |
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. | |||||
2012-09-19 | Fix git regression. | Jason A. Donenfeld | 1 | -1/+1 | |
2012-09-18 | Add additional information from KeepassX xml | Juhamatti Niemelä | 1 | -3/+15 | |
Import passwords as multiline entries with password in the first line. Rest contains following data if they exist in the entry element of the xml file: - username - url - comment | |||||
2012-09-18 | Copyright and licensing info to keepassx2pass script | Juhamatti Niemelä | 1 | -0/+4 | |
2012-09-18 | Quote the template. | Jason A. Donenfeld | 1 | -1/+1 | |
2012-09-18 | Better dependency list. | Jason A. Donenfeld | 1 | -1/+10 | |
2012-09-18 | Make recursive make silent. | Jason A. Donenfeld | 1 | -1/+1 | |
2012-09-18 | Quote the program name. | Jason A. Donenfeld | 1 | -4/+4 | |
2012-09-17 | Abstract potentially platform specific commands into their own commands. | Jason A. Donenfeld | 4 | -72/+97 | |
2012-09-16 | Support recursive and forced removal. | Jason A. Donenfeld | 2 | -12/+28 | |
Laurent asked for this. Reported-by: Laurent Ghigonis <laurent@p1sec.com> | |||||
2012-09-16 | Small stylistic things. | Jason A. Donenfeld | 1 | -9/+9 | |
Reported-by: Laurent Ghigonis <laurent@p1sec.com> | |||||
2012-09-15 | Use --force flag in keepassx import. | Jason A. Donenfeld | 1 | -1/+1 | |