aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add link to emacs password store.Jason A. Donenfeld2014-04-221-0/+2
|
* revelation2pass: add plain XML importJavali2014-04-171-11/+15
| | | | | | | | | | | | | | | | | | | I found that revelatio2pass.py script doesn't work. It can not decrypt my password file. I got following error message: raceback (most recent call last): File "git/password-store/contrib/importers/revelation2pass.py", line 159, in <module> main(args.FILE, verbose=args.verbose, xml=args.xml) File "git/password-store/contrib/importers/revelation2pass.py", line 140, in main cleardata_gz = decrypt_gz(password, data) File "git/password-store/contrib/importers/revelation2pass.py", line 117, in decrypt_gz ct = c.decrypt(cipher_text[28:]) File "/usr/lib/python2.7/site-packages/Crypto/Cipher/blockalgo.py", line 295, in decrypt return self._cipher.decrypt(ciphertext) I was unable to fix the problem, but I created a workaround, that add plain XML import option to the revelation2pass.py script. Revelation can export its password file as plain XML format.
* Add related projects.Jason A. Donenfeld2014-04-161-0/+11
|
* find: match without regards to caseJason A. Donenfeld2014-04-151-22/+142
|
* Multiline comment support for keepassx importerLukas Zapletal2014-04-151-5/+9
|
* find: add find/search commandJason A. Donenfeld2014-04-151-0/+162
| | | | | | | 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>
* Importer for 1PasswordTobias V. Langhoff2014-04-131-0/+149
| | | | | | | An importer script for 1Password. It supports 1Password's text exports (CSV or TSV) and its 1PIF file format (pseudo-JSON). In addition to the passwords it imports notes, as well as the username and URL which it stores in passff- compatible format (it can also use either the title or the URL itself as pass-name).
* Makefile: do not use recursion and organizeJason A. Donenfeld2014-03-2211-307/+0
|
* Keepass import should include root-level entriesErik Mackdanz2014-03-201-0/+1
| | | | | | | | | Repro steps: 1. In KeePass, add some entries as children of the root node 2. Export the KeePass to foo.xml 3. 'keepass2pass.py -f foo.xml' Expect: all entries imported Actual: root-level entries are skipped
* keepassx2pass: friendly title fieldPhilip Chase2014-03-201-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
* New pwsafe2pass script.Jason A. Donenfeld2014-03-201-0/+30
|
* Follow symlinks in Zsh completionTom Vincent2014-03-201-1/+1
| | | | | | | If `PASSWORD_STORE_DIR:-$HOME/.password-store` is a symlink, Zsh throws: `_values:compvalues:10: not enough arguments`. Passing `-L` to find(1) fixes this.
* Add Keepass2 import script.Stefan Simroth2013-05-191-0/+138
|
* Add david skylar's gorilla import script.Jason A. Donenfeld2013-03-271-0/+76
|
* keepassx2pass.py should handle empty passwords and entry names containing slash ('/') charactersVon Welch2013-02-231-2/+3
|
* Script to import from the Revelation password managerEmanuele Aina2013-01-181-0/+172
| | | | http://revelation.olasagasti.info/
* Ked Password Manager import script from Antoine Beaupré.Jason A. Donenfeld2012-12-022-1/+53
|
* Changes to lastpass2pass.rbAlex Sayers2012-10-091-34/+27
| | | | | | - relicensed to GPLv2+ - added -f command-line flag - added -d DEFAULT_GROUP flag
* Rename script internally and use generalized usage message filename.Jason A. Donenfeld2012-10-071-2/+2
|
* Add Alex Sayer's lastpass_import.rb script.Jason A. Donenfeld2012-10-071-0/+138
|
* update fish completion as wellBrian Mattern2012-10-031-1/+1
|
* upate completion scripts for --echo optionBrian Mattern2012-10-032-3/+3
|
* Explicitly use gpg2 rather than relying on symlink.Jason A. Donenfeld2012-09-303-3/+3
|
* Use describe with commands style.Jason A. Donenfeld2012-09-221-20/+29
|
* Normalize copyright headers.Jason A. Donenfeld2012-09-225-21/+13
|
* Bring zsh completion up to parity with bash completionBrian Mattern2012-09-221-59/+92
|
* I don't want --help or --version in bash completion.Jason A. Donenfeld2012-09-221-1/+1
|
* Vastly simplify GPG secret key finding logic.Jason A. Donenfeld2012-09-221-1/+1
| | | | | | - Only use secret keys - Use entire UID - --with-colons makes parsing easy
* Better gpg id completionBrian Mattern2012-09-221-2/+8
|\ | | | | | | Names and email addresses (if present) are included
| * Better gpg key completion for `pass init`Brian Mattern2012-09-211-2/+15
| |
| * Append to COMPREPLY instead of inserting by indexBrian Mattern2012-09-211-3/+1
| |
* | simplify logic slightlyBrian Mattern2012-09-221-9/+12
| |
* | turn -o filenames back onBrian Mattern2012-09-221-10/+6
| | | | | | | | only auto-expand if there is a single completion match
* | bash completion - Fix UTF8, escape spaces, inverted commas, brackets, and ampersands, and clean upJeffrey Ratcliffe2012-09-221-14/+10
|/
* Add fish shell completionDmitry Medvinsky2012-09-211-0/+110
|
* Reformat bash completion and add missing options.Jason A. Donenfeld2012-09-211-56/+61
| | | | Common git commands, --reencrypt, --force.
* Beef up bash completionBrian Mattern2012-09-211-15/+63
| | | | | | | | | | | | | | | | | | | New features: * command name completion (show,insert,generate,etc) * `pass init <tab>` will list email addresses from gpg --list-keys * for 'show' command, if a folder contains a single entry, it will be auto-completed (recursively!) The other commands don't do this since you could be adding a new entry into an existing folder. * option completion (e.g., --clip) Note: I turned off "-o filenames" because it was incompatible with the auto-expansion. So, I instead quote using `printf "%q"` to handle files with spaces and other odd characters.
* Fixed bash completion for files with spacesJeffrey Ratcliffe2012-09-201-4/+5
|
* No more push/pull in zsh script, either.Jason A. Donenfeld2012-09-191-3/+1
|
* Add additional information from KeepassX xmlJuhamatti Niemelä2012-09-181-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 scriptJuhamatti Niemelä2012-09-181-0/+4
|
* Abstract potentially platform specific commands into their own commands.Jason A. Donenfeld2012-09-171-36/+0
|
* Use --force flag in keepassx import.Jason A. Donenfeld2012-09-151-1/+1
|
* Script for importing password data XML from KeepassX to password-store.Juhamatti Niemelä2012-09-151-0/+37
|
* Perl script for importing an xml from fpm2.Jeffrey Ratcliffe2012-09-151-0/+76
|
* Put OSX ramdisk patch into contrib.Jason A. Donenfeld2012-09-141-0/+36
| | | | | This should be removed at somepoint in the future. Currently, the Homebrew people need something to make them happy. This is it.
* add edit command to zsh completionBrian Mattern2012-09-131-1/+8
|
* Skip directories in zsh completionBrian Mattern2012-09-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | this allows the full entry to be completed with a single tab if there is only one entry in a folder e.g., given: amazon.com user at domain.com google.com user1 user2 `pass am<tab>` -> `pass amazon.com/user at domain.com` while `pass goo<tab>` -> `pass google.com/` (previously, the amazon completion would have stopped at amazon.com despite only a single entry existing)
* default to 'show' command for zsh completionBrian Mattern2012-09-111-0/+1
| | | | this allows completing password entries without explicitly typing 'show'
* Modifying zsh completion to work with OS X home dir location and sedDavid Michael2012-09-101-1/+1
|