m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-07dmenu: read likes -rJason A. Donenfeld
2016-02-06zsh-completion: add prefix zstyleBenjamin Richter
This option can be used to select a different pass repository for completion. A configuration example is given inside the completion file.
2016-02-06Make gpg errors fatalJason A. Donenfeld
2016-02-06Moved to webpageJason A. Donenfeld
2016-02-06keepass2csv2passDavid Francoeur
The CSV is generated by KeePassX 2.0 on Mac OSX
2016-02-06Revert "show: allow passing prefix to clip"Jason A. Donenfeld
This reverts commit fcb92ed69fc191e39379bad715371d8c28410885. Needs more discussion.
2016-02-06Fix zsh completion when path contains \Simon Gomizelj
2016-02-06init: put path in commit messageJason A. Donenfeld
2016-02-06completion: Output a space when appropriate on bash completionAnas Syed
Did this by not passing "-o nospace" to complete. Instead, put "compopt -o nospace" after a COMPREPLY that shouldn't add a space when autocompleting the only match
2016-02-06show: allow passing prefix to clipJason A. Donenfeld
2016-02-06passmenu: group commandsJason A. Donenfeld
2016-02-05passmenu: Use faster built-inJason A. Donenfeld
2016-02-05show: better clip error messageJason A. Donenfeld
2016-02-05show: allow selecting which clip lineJason A. Donenfeld
2016-02-05generate: have a default length of 25Jason A. Donenfeld
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>
2016-02-05Add importer for Password Exporter for FirefoxDaniele Pizzolli
To assist the migration from the default Firefox password store to passff. Add also some basic tests. More info at: - <https://addons.mozilla.org/en-US/firefox/addon/password-exporter> - <https://addons.mozilla.org/en-US/firefox/addon/passff>
2016-02-05passmenu: don't use awkJason A. Donenfeld
Prof. Aho always seemed neat, but parsing a script inside a script for the simple purpose of removing the trailing new line seems a bit absurd. So, instead use two processes! One for getting the first line and one for removing the trailing line. Everybody loves more calls to fork(), right?
2016-02-05keepass2pass.py: Don't import all entries twiceMartin Günther
Without this patch, all entries are processed twice: once in the first call to import_group (which recursively processes all entries), then in the following import_group on all subgroups. This leads to spurious warnings ("Duplicate needs merging") and extra text added to each entry.
2016-02-05Fix up moving ambiguity tooJason A. Donenfeld
2016-02-05Insert and edit work on files, so don't let the arguments be directoriesJason A. Donenfeld
2016-02-05Handle removal of directories and passwords with the same nameJason A. Donenfeld
2015-10-27emacs: Add defvar for timeout timerPeter Vasil
Use a defvar for the timeout timer in order to have better control and not starting multiple timers when calling password-store-copy.
2015-10-20lastpass2pass.rb: Check for nil names/groupingsBrian Tomlinson
In particular, people were encountering exceptions when `empty?` was called on a `nil` grouping.
2015-09-30emacs: Guard against "%" in message stringSvend Sorensen
The output of pass may contain "%", which will cause `message` to throw the error: "Not enough arguments for format string". For example, `pass rename foo bar` outputs: [master c33f7a9] Rename foo to bar. 1 file changed, 0 insertions(+), 0 deletions(-) rename foo.gpg => bar.gpg (100%)
2015-07-24passmenu: Space to tabsChris Down
It seems this file doesn't use spaces any more.
2015-07-24passmenu: Only pass first line to xdotoolChris Down
In 87ec1489fa98, I forgot that some people like to store more than one line in their password files. We should only pass the first line to xdotool.
2015-07-24passmenu: Read from stdin when using xdotool to type passwordChris Down
This works around a bug in xdotool parsing when encountering quotes, see https://github.com/jordansissel/xdotool/issues/72. Thanks to Gerd Wachsmuth for the report.
2015-05-26emacs: Make `password-store-password-length' customizableNicolas Petton
2015-05-11Add openbsd platform file from David DahlbergJason A. Donenfeld
2015-05-11Use 6 Xs for mktempJason A. Donenfeld
2015-05-11enhance winpath detection: gpg --help will have a line like this: Home: C:\.....Lorenz Weber
2015-05-11Fix .gpg strippingJason A. Donenfeld
2015-05-11critcal fix for cygwin: gpg output to stdout ("gpg -o -") would have been ↵Lenz Weber
putput to a file named "-"
2015-05-11bashcomp: PASSWORD_STORE_DIR env var does not necessarily have a trailing slashSamuel Lethiec
2015-05-11lastpass importer: more types supported and better checkingRaphaël Droz
2015-05-11add support for passing arbitrary options to all invocations of GPGDavid Adam
Uses the PASSWORD_STORE_GPG_OPTS environment variable. Can be used to (e.g.) change the keyrings or trust model used.
2015-05-11Exit 1 when gpg fails in multiline too.Anne Jan Brouwer
Multiline insert errors gave a exit code of 0, now correctly propagated.
2015-05-11contrib: add applescript supportSteffen Vogel
2015-05-11Add roboform import script.Jason A. Donenfeld
2015-05-11Correct permissionsJason A. Donenfeld
2015-03-23emacs: Remove dash from Package-RequiresSvend Sorensen
2015-03-23emacs: Remove dependency on dashSvend Sorensen
Use delq instead of -reject from the dash package.
2015-03-22emacs: Use spaces for indentationSvend Sorensen
2015-03-16emacs: Separate stdout and stderrSvend Sorensen
This fixes a problem where gnupg-agent messages would get mixed with the password content.
2015-02-11Suppress output when original file does not existJason A. Donenfeld
2015-01-282.1.2 is going to be released next weekJason A. Donenfeld
2015-01-28Bad code is bad.Jason A. Donenfeld
2015-01-28Bump versionJason A. Donenfeld
2015-01-28cygwin + gpg4win: convert paths to windows paths when calling gpg4win binary ↵Lenz Weber
instead of cygwin's gpg binary
2015-01-28Skip broken tests.Jason A. Donenfeld