Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile: do not use recursion and organize | Jason A. Donenfeld | 2014-03-22 | 1 | -76/+0 |
| | |||||
* | keepassx2pass: friendly title field | Philip Chase | 2014-03-20 | 1 | -1/+24 |
| | | | | | | | | | | | | This patch removes several special characters while attempting to preserve as much meaning in the filename as possible. These changes are made to the KeepassX title before it is used as a file password store filename: - Spaces between words in file names are replaced with camelCasing. - The characters \ | ( ) are each replaced with a hyphen. - Trailing hypens are removed. - @ is replaced with "At" - ' is removed | ||||
* | keepassx2pass.py should handle empty passwords and entry names containing ↵ | Von Welch | 2013-02-23 | 1 | -2/+3 |
| | | | | slash ('/') characters | ||||
* | Ked Password Manager import script from Antoine Beaupré. | Jason A. Donenfeld | 2012-12-02 | 1 | -1/+1 |
| | |||||
* | Normalize copyright headers. | Jason A. Donenfeld | 2012-09-22 | 1 | -3/+2 |
| | |||||
* | Add additional information from KeepassX xml | Juhamatti Niemelä | 2012-09-18 | 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 | ||||
* | Copyright and licensing info to keepassx2pass script | Juhamatti Niemelä | 2012-09-18 | 1 | -0/+4 |
| | |||||
* | Use --force flag in keepassx import. | Jason A. Donenfeld | 2012-09-15 | 1 | -1/+1 |
| | |||||
* | Script for importing password data XML from KeepassX to password-store. | Juhamatti Niemelä | 2012-09-15 | 1 | -0/+37 |