Re: German Umlaut problems (Was: Japanese character file name is not available)

2018-10-11 Thread Dahlberg, David
Am Donnerstag, den 11.10.2018, 11:21 +0200 schrieb Thomas Walter: > Either way, with LC_ALL or with --quiet or without any change, > $current_keys is empty after that line. So even a repeated "pass init" > with the same list of keys will always re-encrypt all files. > > There seems to be

Re: 1.7 test fails t0010-generate-tests.sh on OS X

2017-02-28 Thread Dahlberg, David
Am Dienstag, den 28.02.2017, 14:32 + schrieb isidoro carlo ghezzi: >I downloaded the version 1.7, and `make test` fails: I also PM'ed Jason about this issue this morning. The reason is: t0010-generate-tests.sh (also t0200-edit-tests.sh) overload tr(1) to force the generation of a special

Re: [PATCH] stop using pwgen

2017-01-01 Thread Dahlberg, David
Am Sonntag, den 18.12.2016, 18:21 +0100 schrieb Jason A. Donenfeld: > On Sun, Dec 18, 2016 at 4:19 PM, Antoine Beaupré > wrote: > > /dev/urandom doesn't seem to exist in OpenBSD, as far as I could > > tell > > when i did my research, but I don't have an OpenBSD box on hand to

Re: [pass] [PATCH] Remove verbose options for portability.

2016-02-09 Thread Dahlberg, David
Am Samstag, den 06.02.2016, 20:28 +0100 schrieb Jason A. Donenfeld: > Perhaps you could work around this by providing a platform file for > openbsd? We spoke already about this. The problem is that that those "-v" options are virtually everywhere and you need some kind of hook, if you want to

Re: [pass] [PATCH 1/1] sed(1) compatibility

2016-02-09 Thread Dahlberg, David
Am Dienstag, den 09.02.2016, 12:44 +0100 schrieb Lenz Weber: > As far as I know, it should, when called with -E and -r switch, but I > only vaidated this on Mac OSX (which should be directly taken from > BSD). > Are you sure about this behaviour? OSX userland is from FreeBSD. Please try the

Re: [pass] openbsd - install

2015-12-15 Thread Dahlberg, David
Am Dienstag, den 15.12.2015, 13:36 -0500 schrieb Dekker: > I am trying to get pass to install on openbsd. > Simply running make gives me > > Bad modifier: upper:]' '[:lower:]').sh The password store relies (among other things) on GNU make. I have a WIP port that should be fully functional. I

Re: [pass] [PATCH 0/3] Change output format of `pass grep`

2015-08-18 Thread Dahlberg, David
Am Dienstag, den 18.08.2015, 02:12 +0200 schrieb l-...@web.de: I'm happy about any feedback or critics. The diff makes pass even more GNU-only. Until now, grep needs to support the non-POSIX[1] --color option. With the patch, it also relies on -H and --label. While I can patch the --color out

Re: [pass] Patch: Do not depend on verbose flags in Makefile

2015-04-23 Thread Dahlberg, David
Am Donnerstag, den 23.04.2015, 11:01 +0200 schrieb Jason A. Donenfeld: On Fri, Jan 30, 2015 at 12:54 PM, Dahlberg, David david.dahlb...@fkie.fraunhofer.de wrote: For password-store.sh I will submit something similar shortly. Aside from being a bit busy, the biggest reason I've been

Re: [pass] No public key - help?

2015-03-16 Thread Dahlberg, David
Am Samstag, den 14.03.2015, 09:40 +0100 schrieb Matthias Beyer: gpg: m...@beyermatthias.de: skipped: No public key gpg: [stdin]: encryption failed: No public key Can somebody tell me what causes this error? Let me guess: You were updating GnuPG 2 recently and you were using a

Re: [pass] Dependency on gpg v2

2015-02-13 Thread Dahlberg, David
Am Freitag, den 13.02.2015, 11:10 +0100 schrieb Jason A. Donenfeld: keys, some feature of the password store commands (esp. gpg init) do indeed work with the version 1 of GnuPG /only/ :-( Can you elaborate? At some time in 2014, WK disabled MD5 for gpg2. This update found it's way to

Re: [pass] [PATCH 2/2] clip: add GPaste support

2015-02-05 Thread Dahlberg, David
Am Donnerstag, den 05.02.2015, 16:04 +0100 schrieb Kjetil Torgrim Homme: I do not know gpaste, nor can I easily apply patches in my current setup, but may I suggest grep -q password instead of grep password /dev/null? is GNU grep a requirement already? Yes, through the -v flag,

Re: [pass] [PATCH 2/2] clip: add GPaste support

2015-02-04 Thread Dahlberg, David
Am Dienstag, den 03.02.2015, 17:47 +0100 schrieb Marc-Antoine Perennou: diff --git a/src/password-store.sh b/src/password-store.sh [..] + which gpaste /dev/null gpaste help | grep password /dev/null gpaste=1 Pardon my Evolutions bad quoting :-( I do not know gpaste, nor can I easily

[pass] Patch: Do not depend on verbose flags in Makefile

2015-01-30 Thread Dahlberg, David
The attached patch makes -v flags in the Makefile optional. This required to make it work on operating systems that do not support the -v for {install,rm,cp,mv,...} commands (ie. OpenBSD). For password-store.sh I will submit something similar shortly. Cheers, David diff --git

Re: [pass] Porting to OpenBSD

2015-01-05 Thread Dahlberg, David
Am Mittwoch, den 24.12.2014, 02:16 -0700 schrieb Jason A. Donenfeld: Would you send this whole thing as a single git-format-patch ? Please tell me how to. Especially, how to include new src/platform/openbsd.sh file in the patch. git diff does not seem to be enough. -- David Dahlberg

Re: [pass] Porting to OpenBSD

2015-01-05 Thread Dahlberg, David
Am Mittwoch, den 24.12.2014, 02:17 -0700 schrieb Jason A. Donenfeld: Also - are you sure that the grep invocation works fine in pass? Or is this already covered nicely by the g packages? Just found grep --color=always which is being called by pass grep and which is GNU-style of course.

Re: [pass] Porting to OpenBSD

2014-12-08 Thread Dahlberg, David
Am Freitag, den 05.12.2014, 20:15 +0100 schrieb René Neumann: In your patch, the '-v' is also removed from 'mkdir'. Was this intended (as you don't say anything about it), or Well seems I forgot to to mention it: http://www.openbsd.org/cgi-bin/man.cgi?query=mkdir merely a 'sed -ie s/ -v //'

[pass] Porting to OpenBSD

2014-12-05 Thread Dahlberg, David
Hi *, recently I noticed that I couldn't use my favourite password manager on OpenBSD. I think, we should do something about that ... Attached you'll find the platform script. And a diff which makes the Makefile make, although I am not sure, wheth that you like it that way. The problem is: