Re: [PATCH] tests: Replace short OpenPGP keyids with fingerprints

2022-09-22 Thread Jason A. Donenfeld
On Thu, Sep 22, 2022 at 1:34 PM Justus Winter wrote: > Indeed, I'm working on a re-implementation of the gpg interface. As > part of that work, I'm using downstream test suites to verify my > implementation and to exercise various corners of the argument space. That's terrific. I generally

Re: [PATCH] tests: Replace short OpenPGP keyids with fingerprints

2022-09-22 Thread Jason A. Donenfeld
Good thinking. Patch applied. I suppose you're considering swapping out gpg with sequoia and hoping pass still works? Jason

Re: [PATCH v4] Ensure compatibility with tree 2.0.

2022-01-17 Thread Jason A. Donenfeld
Applied, thanks.

Re: [PATCH v3] Ensure compatibility with tree 2.0.

2022-01-16 Thread Jason A. Donenfeld
Wow, that's some weird behavior. I just poked at the source and indeed it seems unconditional. Thanks for writing in about this. Can you resubmit this, but without changing the formatting / line length, and without adding that comment? `git blame` is fine for the rationale. Just a good ol `3>&-`

Re: [PATCH] Fix unecessary reencryptions on MacOS

2021-09-23 Thread Jason A. Donenfeld
Nice find. Thanks. Applied.

Re: [PATCH] Exclude `*/.extensions` from grep/reencrypt

2021-09-23 Thread Jason A. Donenfeld
Applied, thanks. On Fri, Jul 2, 2021 at 11:41 AM Axel Tripier wrote: > However this patch is not perfect as it does not take into account the > fact that the `.extensions` directory can be renamed to something else > using `PASSWORD_STORE_EXTENSIONS_DIR`. But knowing if this >

Re: [PATCH] Add missing local variable declaration

2021-09-23 Thread Jason A. Donenfeld
Applied, thanks.

Re: [PATCH] replace 'which' with POSIX equivalent 'command -v'

2021-09-23 Thread Jason A. Donenfeld
Applied, thanks for the patch.

Re: [PATCH] Default to xclip if wl-clip is not found

2021-09-23 Thread Jason A. Donenfeld
Applied, thanks.

Re: [PATCH] Remove shebang from fish completion

2021-06-14 Thread Jason A. Donenfeld
Applied, thanks.

Re: [PATCH] Allow alternatives to dmenu for passmenu

2021-06-11 Thread Jason A. Donenfeld
On Fri, Jun 11, 2021 at 7:31 PM sternenseemann wrote: > > On 6/11/21 6:22 PM, Jason A. Donenfeld wrote: > > Applied something very similar. Uses `PASSWORD_STORE_MENU_PROGRAM`. > > Doesn't seem to have made it into the repo nor the release?! Sorry, backed that out at the l

[ANNOUNCE] pass 1.7.4 Released

2021-06-11 Thread Jason A. Donenfeld
Hi folks, Pass 1.7.4 has been released with a decent amount of bug fixes accumulated over time, and most importantly, finally has Wayland support. == Password Store on the Web == * Our homepage: https://www.passwordstore.org/ * Man page: https://git.zx2c4.com/password-store/about/ * Git repo:

Re: [PATCH] Use GPG_OPTS when verifying .gpg-id signature

2021-06-11 Thread Jason A. Donenfeld
Applied, thanks.

Re: [PATCH] Allow comments in .gpg-id

2021-06-11 Thread Jason A. Donenfeld
Applied as https://git.zx2c4.com/password-store/commit/?id=a271b43cbd76cc30406202c49041b552656538bd Hopefully there aren't legit gpg key IDs with # in them.

Re: [PATCH] Escape colons in zsh completion to show url ports

2021-06-11 Thread Jason A. Donenfeld
Applied, thanks.

Re: [PATCH] Fix issue with special characters on MacOS

2021-06-11 Thread Jason A. Donenfeld
Can you send this to the mailing list normally? https://github.com/remilapeyre/password-store/commit/3ca96e0e25e592ae7fa3871458df7f6a478e755d I don't quite see how that test case actually tests the patch, since you're changing the argument passed to tree, right?

Re: [PATCH] passmenu: add support for wayland

2021-06-11 Thread Jason A. Donenfeld
I applied this. But I wonder: should we be using wtype instead at this point? https://github.com/atx/wtype If so, would you like to prepare a patch for that? Jason

Re: [PATCH] Allow alternatives to dmenu for passmenu

2021-06-11 Thread Jason A. Donenfeld
Applied something very similar. Uses `PASSWORD_STORE_MENU_PROGRAM`.

Re: Fix website : installation method for FreeBSD is deprecated

2021-06-08 Thread Jason A. Donenfeld
Jeepers creepers that text is old! Updated now, thanks. Jason

IRC channels #wireguard, #cgit, and #pass open on Libera.Chat

2021-05-31 Thread Jason A. Donenfeld
Hi, The IRC channels #wireguard, #cgit, and #pass will now be on Libera.Chat in official capacity. This means that you can now connect with other users and developers of these projects by pointing your IRC client at: Server: irc.libera.chat Port: 6697 with TLS (aka "ssl" or "secure

Re: [PATCH v2] fish-completion: don't print full path when PASSWORD_STORE_DIR is set

2021-05-18 Thread Jason A. Donenfeld
Applied. Thanks for the patch. Jason

Re: Is pass actively maintained? (Was: explicit GPG subkey for a subdir causes the whole subdir to be reencrypted when password is moved there)

2021-04-09 Thread Jason A. Donenfeld
On 4/9/21, Maciej S. Szmigiero wrote: > On 20.03.2021 12:52, Maciej S. Szmigiero wrote: >> Hi, >> >> When an explicit GPG subkey is set for a particular subdirectory pass >> will >> reencrypt every password in that subdirectory each time a password file >> is >> moved to that subdirectory. >> >

Re: `pass init` ignores $PASSWORD_STORE_DIR

2020-12-28 Thread Jason A. Donenfeld
I can't reproduce this. zx2c4@thinkpad ~ $ export PASSWORD_STORE_DIR=~/.local/share/password-store zx2c4@thinkpad ~ $ test ! -e $PASSWORD_STORE_DIR && echo no no zx2c4@thinkpad ~ $ pass init blurp mkdir: created directory '/home/zx2c4/.local/share/password-store/' Password store initialized for

Re: [PATCH] Suppress tr's stderr in the generate function

2020-12-28 Thread Jason A. Donenfeld
I'm having trouble reproducing this issue. Any more insight as to what's causing it?

Re: Next release

2020-11-24 Thread Jason A. Donenfeld
I'll work on it.

Re: curious: why use own hosting rather than github?

2020-11-23 Thread Jason A. Donenfeld
Generally I sweep the list picking up missing patches when it's time to make a new release. Most are skipped, because anybody can write a little casual bash, and so the signal-to-noise ratio is not very good. But releases do get made, and patches do get incorporated. Jason

Re: [PATCH v3] Add XDG Base Directory support

2020-08-12 Thread Jason A. Donenfeld
I have very little desire to change the location of people's stores at this point. That's going to cause headaches.

Re: [PATCH] passmenu: add support for dmenu-wl on wayland

2020-07-29 Thread Jason A. Donenfeld
On Wed, Jul 29, 2020 at 3:32 PM sternenseemann wrote: > > Additionally prevent the use of xdotool on wayland. > --- > contrib/dmenu/README.md | 3 +++ > contrib/dmenu/passmenu | 16 +++- > 2 files changed, 18 insertions(+), 1 deletion(-) > > diff --git a/contrib/dmenu/README.md

Re: [PATCH 0/6] fish-completion: fix edge cases and improve integration

2020-06-25 Thread Jason A. Donenfeld
All applied. Thanks very much for this patchset. Jason

Re: [PATCH] Two macOS UX improvements

2020-04-19 Thread Jason A. Donenfeld
Applied, thanks. -Jason

Re: curious: why use own hosting rather than github?

2020-03-31 Thread Jason A. Donenfeld
Github is not free open source software. CGit and the general zx2c4 hosting platform is free open source software. Password Store is also free open source software, and does not intend to depend on non-free open source software.

Re: Next release?

2020-02-28 Thread Jason A. Donenfeld
Start a new thread. Do not send further replies to this one about your patch. On Fri, Feb 28, 2020, 19:16 Ismael Bouya wrote: > > This is not the appropriate thread for posting that. > > Hmm would you give me directions then? I saw other patches posted in > that mailing list before and I cannot

Re: Next release?

2020-02-28 Thread Jason A. Donenfeld
t break current state. > Kind regards, > > (Fri, Feb 28, 2020 at 06:16:24PM +0800) Jason A. Donenfeld : > > Not a bad idea. It's probably time I collect the best ideas from the > > mailing list and churn one out. I'm traveling for the next two weeks. If > > this slides

Re: Next release?

2020-02-28 Thread Jason A. Donenfeld
Not a bad idea. It's probably time I collect the best ideas from the mailing list and churn one out. I'm traveling for the next two weeks. If this slides by and I miss it coming back, please don't hesitate to poke me again. On Fri, Feb 28, 2020, 18:13 Christian Weiss wrote: > Hi all, > > i have

Re: Windows implementation of passwordstore in pure batch

2020-02-15 Thread Jason A. Donenfeld
On Tue, Feb 11, 2020 at 9:06 PM Kenny Evitt wrote: > One of the reasons why Jason didn't want to merge my changes – IIRC – is that > the 'OS' that Ubuntu/WSL reports itself as being is NOT obviously or clearly > a 'Microsoft Windows Linux' environment. It's basically pretending like it's >

Re: [PATCH] Use eval() to shell-parse $EDITOR for pass-edit

2019-11-29 Thread Jason A. Donenfeld
On Thu, Nov 28, 2019, 22:28 Tobias Girstmair wrote: > On Thu, Nov 28, 2019 at 10:15:24PM +0100, Allan Odgaard wrote: > > I don’t know what the above is, but that does not use `eval` and it > > apologies for the noise; it does indeed say 'exec' and not 'eval'. > > as to not make this message a

Re: [PATCH] Use eval() to shell-parse $EDITOR for pass-edit

2019-11-28 Thread Jason A. Donenfeld
On Thu, Nov 28, 2019, 19:44 martin f. krafft wrote: > Regarding the following, written by "Kjetil Torgrim Homme" on 2019-11-28 > at 13:11 Uhr +0100: > > I would write a trivial wrapper ~/bin/vimsecure and use that as my > $EDITOR, or even simpler, use EDITOR=vi :) > > Yeah, I can do that

Re: [PATCH] Unset variables messing with Git use

2019-11-28 Thread Jason A. Donenfeld
Thanks for the patch. Sorry for the delay. https://git.zx2c4.com/password-store/commit/?id=88936b11aff49e48f79842e4628c55620e0ad736 ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

Re: [PATCH] Use eval() to shell-parse $EDITOR for pass-edit

2019-11-28 Thread Jason A. Donenfeld
On Thu, Nov 28, 2019 at 1:12 PM Kjetil Torgrim Homme wrote: > > Den 28.11.2019 12:14, skreiv Jason A. Donenfeld: > > Do you have any other examples of EDITOR being eval'd in this manner? > > > > I agree with your skepticism. It is best if pass(1) handles $EDITOR > l

Re: [PATCH] Use eval() to shell-parse $EDITOR for pass-edit

2019-11-28 Thread Jason A. Donenfeld
Do you have any other examples of EDITOR being eval'd in this manner? ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

Re: [PATCH] Tweak the way default character set is specified.

2019-07-17 Thread Jason A. Donenfeld
Excellent, thanks again for the patch. On Wed, Jul 17, 2019 at 2:43 PM Daniel Janus wrote: > > On Wed, Jul 17, 2019 at 02:28:14PM +0200, Jason A. Donenfeld wrote: > > > Thanks for doing the legwork. This still doesn't address Toybox, but > > perhaps Daniel will chime in the

Re: [PATCH] Tweak the way default character set is specified.

2019-07-17 Thread Jason A. Donenfeld
Thanks for doing the legwork. This still doesn't address Toybox, but perhaps Daniel will chime in there. Applied at: https://git.zx2c4.com/password-store/commit/?id=c22cdbd4674a25dec71fe42ec1ef0b4829b6c7f3 ___ Password-Store mailing list

Re: [PATCH] Tweak the way default character set is specified.

2019-07-17 Thread Jason A. Donenfeld
Hi Daniel, Thanks for preparing this. Two things to confirm: - graph == punct|alnum ? or is it missing things? - There was some mention in the thread about toybox having issues with those? Jason ___ Password-Store mailing list

[ANNOUNCE] git.zx2c4.com ssh host fingerprints changed

2019-06-21 Thread Jason A. Donenfeld
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi contributors, I've you push to git.zx2c4.com over ssh, you'll notice the ssh fingerprints have changed. The valid new ones are: SHA256:9os9asMrVeuWNlQmsmpA6bfcgFIwr5e0psYJYVBekUM SHA256:frea6X2uzWJ3m0w5/qMKuXpbRgvvQIsFqotWCWkbR4M

Re: standardizing user field in pass?

2019-03-03 Thread Jason A. Donenfeld
Pass doesn't impose any sort of schema, and that's not going to change. But for extensions that do use some particular schema, of course it makes sense to try to agree on one thing. ___ Password-Store mailing list Password-Store@lists.zx2c4.com

Re: [PATCH] clip: Add support for wl-clipboard

2019-02-27 Thread Jason A. Donenfeld
Thanks, merged! ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

Re: wayland clipboard -- spam filter missed your patch

2019-02-26 Thread Jason A. Donenfeld
> - echo "$before" | $BASE64 -d | xclip -selection "$X_SELECTION" > + echo "${before[@]}" | $BASE64 -d | "${copy_cmd[@]}" Almost perfect, except for this, where you went a bit wild with the arrayexpansionification -- "$before" is correct, whereas "${before[@]}" isn't, but the "${copy_cmd[@]}"

wayland clipboard -- spam filter missed your patch

2019-02-25 Thread Jason A. Donenfeld
Hey Brett, I'm just now seeing your nice wayland patch on the mailing list archives, as it seems to have gone into my spam folder or was otherwise not delivered into my inbox. I'd be happy to merge something like this but with some small tweaks. Review is below. Jason > .BR tr (1), > .BR git

Re: Pass Wayland Compatibility

2019-02-25 Thread Jason A. Donenfeld
I'll probably merge something like https://aur.archlinux.org/cgit/aur.git/tree/clip-Add-support-for-wl-clipboard.patch?h=pass-wl-clipboard not before long. ___ Password-Store mailing list Password-Store@lists.zx2c4.com

Re: [PATCH 1/1] bash completion without relying on /etc/bash-completion.d

2019-01-20 Thread Jason A. Donenfeld
Thanks for this. Sorry for the delay. Some nits before it's mergeable: On Sun, Oct 7, 2018 at 10:34 PM Lars Flitter wrote: > install-common: > @install -v -d "$(DESTDIR)$(MANDIR)/man1" && install -m 0644 -v > man/pass.1 "$(DESTDIR)$(MANDIR)/man1/pass.1" > - @[ "$(WITH_BASHCOMP)"

Re: [PATCH] Keep existing file extension for edit command

2018-09-05 Thread Jason A. Donenfeld
You know one thing that's occurred to me is what if you have a file called "Yahoo/donenfeld.jason", as, say, a username. Now .jason will appear as the extension. So maybe you only allow for 3-letter extensions? But what about "shmoe.joe"? So I'm not sure this approach is the right one to take...

Re: [PATCH] Keep existing file extension for edit command

2018-09-05 Thread Jason A. Donenfeld
What about: diff --git a/src/password-store.sh b/src/password-store.sh index d89d455..4a05c7f 100755 --- a/src/password-store.sh +++ b/src/password-store.sh @@ -474,7 +474,9 @@ cmd_edit() { set_git "$passfile" tmpdir #Defines $SECURE_TMPDIR - local tmp_file="$(mktemp -u

Re: [PATCH] Keep existing file extension for edit command

2018-09-04 Thread Jason A. Donenfeld
Nice idea, but is there a cleaner way to do this using the default assignment operator, avoiding the call to basename, and not adding a conditional? ___ Password-Store mailing list Password-Store@lists.zx2c4.com

[ANNOUNCE] pass 1.7.3 Release

2018-08-02 Thread Jason A. Donenfeld
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi folks, Pass 1.7.3 has been released with a few small bug fixes, including one regression involving storing binary data in pass from 1.7.2. == Password Store on the Web == * Our homepage: https://www.passwordstore.org/ * Man page:

Re: Unable to store binaries in pass 1.7.2

2018-08-02 Thread Jason A. Donenfeld
This will be fixed in 1.7.3. ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

Re: [PATCH 1/1] add custom bash completion for extensions

2018-07-26 Thread Jason A. Donenfeld
Merged! Thanks a bunch for the patch. https://git.zx2c4.com/password-store/commit/?id=6a6222eef23d25bec90015e49bd69c42062434ee ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

Re: [PATCH] Do not set foreground color for generated password

2018-07-26 Thread Jason A. Donenfeld
https://git.zx2c4.com/password-store/commit/?id=e70b264c5ba1ccf7341aa90bdbf0573c9b13d17e Merged, thanks! ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

Re: [PATCH] add custom bash completion for extensions

2018-07-17 Thread Jason A. Donenfeld
Hey Lars, This is a super idea. Two questions: On Tue, Jul 17, 2018 at 10:43 PM Lars Flitter wrote: > To add extension commands to the list of commands append the > PASSWORD_STORE_EXTENSION_COMMANDS variable with a leading space: > PASSWORD_STORE_EXTENSION_COMMANDS=+" COMMAND" Why not make

[ANNOUNCE] pass 1.7.2 Release

2018-06-14 Thread Jason A. Donenfeld
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi folks, Pass 1.7.2 has a number of important changes and bug fixes, including a fix for CVE-2018-12356. Everybody must update immediately. == Password Store on the Web == * Our homepage: https://www.passwordstore.org/ * Man page:

Security Vulnerability: Faulty GPG Signature Checking

2018-06-14 Thread Jason A. Donenfeld
Hey list, After discussing pass and GPG with Marcus Brinkmann at FOSDEM this year, and then witnessing the amazing bugs in Enigmail a while back, Marcus went and had a look at how our shell script is actually dealing with GPG output. He discovered (1) that our parsing of gpg command line output

Re: [PATCH] Close stdout for background task that restores clipboard

2018-06-14 Thread Jason A. Donenfeld
Merged, thanks. ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

Re: grep -i?

2018-06-14 Thread Jason A. Donenfeld
Merged, thanks. ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

Re: [PATCH] tests: fix compatibility with GnuPG 2.2.5

2018-06-14 Thread Jason A. Donenfeld
Merged, thanks. ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

Re: grep -i?

2018-05-24 Thread Jason A. Donenfeld
Looks good to me! ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

Re: grep -i?

2018-05-24 Thread Jason A. Donenfeld
https://git.zx2c4.com/password-store/commit/?id=dda2ecce34de808d22b4b0f388bd1cb640158a29 ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

Re: grep -i?

2018-05-24 Thread Jason A. Donenfeld
Hey Sitaram, Indeed passing grep arguments straight through to grep seems reasonable. I'll take a look at this. Jason On Thu, May 24, 2018, 12:47 Sitaram Chamarty wrote: > Hi > > Is there any possibility of "pass grep" gaining the ability to specify > options? > > grep

Re: Japanese character file name is not available

2018-04-23 Thread Jason A. Donenfeld
Sure I'll take a look at solving it the right way. I don't like the conditional OS detection in there the way the patch currently is. ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

Re: Unable to write to list and no answer from Jason.

2018-04-13 Thread Jason A. Donenfeld
Hello Sergio, Is it possible that your IP is on spam blacklists or that my IP is being blacklisted by your firewall? I don't have any records of you emailing the list server. Jason ___ Password-Store mailing list Password-Store@lists.zx2c4.com

Re: Add support for *clip.exe* for Bash on Ubuntu on Windows

2018-04-04 Thread Jason A. Donenfeld
Instead of a "soft fork", why not just submit proper patches to the mailing list to be reviewed and merged upstream? git-send-email is your friend. ___ Password-Store mailing list Password-Store@lists.zx2c4.com

Re: [PATCH] fish: reduce completion runtimes

2018-02-19 Thread Jason A. Donenfeld
Merged, thanks! ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

Re: [Patch] Fix issue for pass generate 0

2018-02-08 Thread Jason A. Donenfeld
LHS is implicitly quoted in bash's [[. On Feb 9, 2018 00:54, "Bernardo da Costa" < bernardo.da-co...@polytechnique.org> wrote: On Thu, Feb 08, 2018 at 11:11:55PM +0100, mauli wrote: > Hi, > > in the IRC someone was having issues with 100% CPU use when generating a > password with length 0, I

Re: [Patch] Fix issue for pass generate 0

2018-02-08 Thread Jason A. Donenfeld
Thanks! Patched here: https://git.zx2c4.com/password-store/commit/?id=ffef92ee0ed10551b20521f2d6e5637c8f9da798 ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

PSA: critical security vulnerability in third-party pass-compatible software, "QtPass"

2018-01-04 Thread Jason A. Donenfeld
Hi folks, "QtPass" is a separate project entirely from pass. It shares no code with password store. However, the developer of "QtPass" hangs out on this list, is part of the greater pass community, and "QtPass" is in fact compatible and made to work with pass. Given the grave nature of a recent

Re: Website updates

2017-12-20 Thread Jason A. Donenfeld
Thanks! Will do. ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

Re: Feature request: Enable use of ZFS datasets and optionally GELI

2017-11-20 Thread Jason A. Donenfeld
If you want to put your gpg files inside an encrypted container, I think somebody wrote a plugin called "pass-tomb": https://github.com/roddhjav/pass-tomb I don't know if it's good or if it works or if you should spend time on it, but there it is. I CCd the maintainer in case he's interested in

Re: [PATCH] protect dirname calls from pass-names that look like command-line options

2017-10-13 Thread Jason A. Donenfeld
Merged, thanks. https://git.zx2c4.com/password-store/commit/?id=7252e8b3cf829e908179913daad16ff2b8bdefdd ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

Re: Password Reminder mails plaintext password

2017-09-21 Thread Jason A. Donenfeld
1. Complain to upstream Mailman people. 2. Use a password manager, such as pass, so that you never use an important or overlapping password with Mailman. On Sep 21, 2017 12:35, "Michael Aquilina" wrote: > I've just asked for a password reminder from >

Re: [PATCH] passmenu: Don't eat whitespace at beginning/end of password

2017-09-15 Thread Jason A. Donenfeld
Merged, thanks! ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

Re: https://git.zx2c4.com Ubuntu trusty cipher compatibility

2017-09-04 Thread Jason A. Donenfeld
I'm rolling with this EC-only setup: ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_ciphers ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256: ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA; ssl_ecdh_curve

Re: pass doesn't exit 1 when encryption fails

2017-08-17 Thread Jason A. Donenfeld
Nice catch! On holiday now but will fix this when home Thanks, Jason On Aug 16, 2017 23:21, "Tycho Andersen" wrote: > Hi all, > > In some cases (e.g. when there is a pub key missing), gpg prints an error > to stderr, but pass doesn't seem to exit 1: > > ubuntu@docker:~$ pass

Re: Add support for *clip.exe* for Bash on Ubuntu on Windows

2017-07-25 Thread Jason A. Donenfeld
On Tue, Jul 25, 2017 at 4:00 PM, Kenny Evitt wrote: > I just looked at this briefly and I've run into a couple of problems: > > 1. `uname` in Bash on Ubuntu on Windows (BUW) outputs `Linux`, so I'd have > to name the platform file *linux.sh* or change the code in >

Re: Add support for *clip.exe* for Bash on Ubuntu on Windows

2017-07-24 Thread Jason A. Donenfeld
Thanks for sending this suggestion is. I'd certainly be open to implementing this in the form of a platform file, like we currently do for cygwin (depreciated now, I guess), bsd, osx, and so forth. Would you like to submit a patch? ___ Password-Store

Re: Group sharing security

2017-06-14 Thread Jason A. Donenfeld
>From the pass(1) man page section on environment variables: PASSWORD_STORE_SIGNING_KEY If this environment variable is set, then all .gpg-id files and non-system extension files must be signed using a detached signature using the GPG key specified by the full 40

Re: Feature Proposal

2017-06-02 Thread Jason A. Donenfeld
On Fri, Jun 2, 2017 at 9:42 AM, Matthieu Fronton wrote: >> What's the big advantage over >> >> % pass insert --multiline "some/path/to/secret" < secret.data > I have to admit I didn't think about in the first place... :) > But I also believe this is more a workaround than a

Re: Generated password has repetition

2017-05-04 Thread Jason A. Donenfeld
There is a non-zero probability that a RNG will output the complete works of Shakespeare. -- Sent from my telephone. On May 4, 2017 13:56, "Matthieu Weber" wrote: On Thu 04.05.2017 at 09:35:24PM +1000, Jens Tröger wrote: > I know that passwords are generated by pwgen, which is

[ANNOUNCE] pass 1.7.1 Released

2017-04-13 Thread Jason A. Donenfeld
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hey everybody, This is a quick bugfix release with no new features to address a few small things folks were experiencing. == Password Store on the Web == * Our homepage: https://www.passwordstore.org/ * Man page:

Re: [PATCH 1/2] some gpg commands give out unexpected results due to locale

2017-04-13 Thread Jason A. Donenfeld
Did you actually check whether each and every one of these was necessary? Or did you blanket apply them? For example, it's hard to imagine this being necessary on: $GPG $PASSWORD_STORE_GPG_OPTS --list-keys --with-colons "${GPG_RECIPIENTS[@]}" ___

Re: [PATCH] add possibility to use git in a sub-folder for multi repo

2017-04-10 Thread Jason A. Donenfeld
Hi Philippe, I like this idea, but the implementation is bad. Please use getopt just like every other subcommand that takes arguments. When you resubmit, please send this using git-send-email, with the patch inline like usual, so that I can actually review the patch. Failing this, it won't be

Re: [Pull request] Use comptopt only when available

2017-04-03 Thread Jason A. Donenfeld
Oh, I see. The issue is with the completion. So yes, you need to replace your actual shell as Steven showed. ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

Re: [Pull request] Use comptopt only when available

2017-04-03 Thread Jason A. Donenfeld
brew install pass ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

Re: [Pull request] Use comptopt only when available

2017-04-03 Thread Jason A. Donenfeld
Use bash from homebrew? ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

Re: Signing on OS X

2017-03-28 Thread Jason A. Donenfeld
Fixed, thanks. ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

Re: [Pull request] Shortcut feature

2017-03-27 Thread Jason A. Donenfeld
I think someone made a fuzzy search extension a few years ago, that might be appealing to you. ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

Re: [PATCH] Fix compatibility with GnuPG 2.2.19

2017-03-20 Thread Jason A. Donenfeld
Hey Andreas, Great, thanks. Indeed this seems like a clearer way than Werner's patch. Merged. Regards, Jason ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

Re: The Pass Client Thread

2017-02-26 Thread Jason A. Donenfeld
On Sun, Feb 26, 2017 at 9:58 PM, Antoine R. Dumont > Xmonad.Prompt.Pass opens a prompt within xmonad without the need to > switch the visual context you are in to select the entry password you > want to either generate, read or delete. Awesome! Added to the list on the website. Thanks for making

Re: Pass for iOS

2017-02-26 Thread Jason A. Donenfeld
No. Emil is right. You only reinit when adding a key. You only need public keys to add to the password store; hence, there is no need to share private keys between devices. ___ Password-Store mailing list Password-Store@lists.zx2c4.com

Re: Pass on Android

2017-02-25 Thread Jason A. Donenfeld
Hey Jochen, I really disliked hackers keyboard -- too invasive and old. The "extra keys" mode is decent, but compare that to Juice's extra keys: http://imgur.com/a/mmDpB If termux had this, I'd switch to it. Jason ___ Password-Store mailing list

Re: The Pass Extension Thread

2017-02-25 Thread Jason A. Donenfeld
All extensions I currently know about are now on: https://www.passwordstore.org/#extensions Feel free to chime in if yours is missing from this list, or if you're the author of one on the list and I got the description or link wrong. Thanks, Jason ___

Re: Custom redirection of /dev/null

2017-02-25 Thread Jason A. Donenfeld
Okay that's what I thought it might be. I'll get a fix for this into pass 1.7. fpletz and I were talking about it earlier today. ___ Password-Store mailing list Password-Store@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/password-store

Re: Pass for iOS

2017-02-25 Thread Jason A. Donenfeld
Hi Bob, Those sound like awesome improvements. How does this compare to https://github.com/davidjb/pass-ios#readme ? Yours looks shinier so I'd be happy to let yours steal the link on the page rather than listing both. But I don't know much about these apps and so I'd be interested in your

  1   2   3   4   >