From bernhard at intevation.de Wed Oct 14 10:44:53 2009 From: bernhard at intevation.de (Bernhard Reiter) Date: Wed, 14 Oct 2009 10:44:53 +0200 Subject: [Gpg4win-devel] [gpg4win-Bugs][1123] GpgEX options > Verify calls Decrypt requiring passphrase and never verifies. In-Reply-To: <20090927181006.5F27185D9F50@pyrosoma.intevation.org> References: <20090927181006.5F27185D9F50@pyrosoma.intevation.org> Message-ID: <200910141044.59739.bernhard@intevation.de> Werner, Am Sonntag, 27. September 2009 20:10:06 schrieb gpg4win-bugs at wald.intevation.org: > Verify should not require a passphrase as it is not supposed to decrypt > with the private key. sounds about right. Any idea what the cause might be? Should I open an issue in the bugs.g10code.com tracker? > Canceling the pinentry.exe Passphrase dialog box > (when it does display), results in "Decryption failed: Bad passphrase." > ?All you can do is hit [OK]. ?The signature of the file is never verified. > > I am using Gpg4win 2.0.0rc1. -- Managing Director - Owner: www.intevation.net (Free Software Company) Germany Coordinator: fsfeurope.org. Coordinator: www.Kolab-Konsortium.com. Intevation GmbH, Osnabr?ck, DE; Amtsgericht Osnabr?ck, HRB 18998 Gesch?ftsf?hrer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. Url : http://lists.wald.intevation.org/pipermail/gpg4win-devel/attachments/20091014/f366b4b5/attachment.pgp From wk at gnupg.org Wed Oct 14 18:19:53 2009 From: wk at gnupg.org (Werner Koch) Date: Wed, 14 Oct 2009 18:19:53 +0200 Subject: [Gpg4win-devel] [gpg4win-Bugs][1123] GpgEX options > Verify calls Decrypt requiring passphrase and never verifies. In-Reply-To: <200910141044.59739.bernhard@intevation.de> (Bernhard Reiter's message of "Wed, 14 Oct 2009 10:44:53 +0200") References: <20090927181006.5F27185D9F50@pyrosoma.intevation.org> <200910141044.59739.bernhard@intevation.de> Message-ID: <874oq2uevq.fsf@vigenere.g10code.de> On Wed, 14 Oct 2009 10:44, bernhard at intevation.de said: > sounds about right. Any idea what the cause might be? > Should I open an issue in the bugs.g10code.com tracker? That is very likely a Kleopatra bug, not an GpgEX bug. GpgEX merely asks Kleopatra to verify or decrypt the file depending on what the user selects. I just checked the code and GpgEX sends the correct commands to Kleopatra; i.e.: void client_t::decrypt_verify (vector &filenames) { this->call_assuan ("DECRYPT_VERIFY_FILES", filenames); } void client_t::verify (vector &filenames) { this->call_assuan ("VERIFY_FILES", filenames); } void client_t::decrypt (vector &filenames) { this->call_assuan ("DECRYPT_FILES", filenames); } Shalom-Salam, Werner -- Die Gedanken sind frei. Auschnahme regelt ein Bundeschgesetz. From gpg4win-bugs at wald.intevation.org Wed Oct 14 10:56:38 2009 From: gpg4win-bugs at wald.intevation.org (gpg4win-bugs@wald.intevation.org) Date: Wed, 14 Oct 2009 10:56:38 +0200 (CEST) Subject: [Gpg4win-devel] =?utf-8?q?=5Bgpg4win-Bugs=5D=5B1151=5D_Passphrase?= =?utf-8?q?s_with_accents_do_not_work_with_GpgEX_for_old_GpgEE_file?= =?utf-8?q?s_anymore?= Message-ID: <20091014085638.680AE852FEBB@pyrosoma.intevation.org> Bugs item #1151, was opened at 2009-10-14 10:56 Status: Open Priority: 3 Submitted By: Bernhard Reiter (bernhard) Assigned to: Nobody (None) Summary: Passphrases with accents do not work with GpgEX for old GpgEE files anymore Resolution: None Severity: None Version: None Component: None Operating System: None Product: None Hardware: None URL: Initial Comment: http://lists.wald.intevation.org/pipermail/gpg4win-users-en/2009-September/000412.html Am Sonntag, 27. September 2009 03:20:34 schrieb Comisi?n Rector?a: > * Another problem is that Kleopatra (and gpg.exe on command line too) > can't decipher files symmetricaly encrypted with GpgEE (with Gpg4win > 1.1.4) when the password contains accented characters. For example if I > encrypt a file with the password "ma" with GpgEE Kleopatra can decipher > it. But if I use "m?" Kleopatra can't decipher it. However if I open a > DOS window and encrypt the file with the GPG command line included with > Gpg4win 2.0.0 > > gpg -c [file] > > using the password "m?" then I can decipher it with Kleopatra or GpgEX. > > This is the main problem for me. I don't know if I am wrong using the > software or there is a bug and I need to decipher my files with Gpg4win > 1.1.4 and then encrypt with Gpg4win 2.0.0 using the same password. Maybe a encoding problem as the old file's passphrase might have been encoded differently. ---------------------------------------------------------------------- You can respond by visiting: http://wald.intevation.org/tracker/?func=detail&atid=126&aid=1151&group_id=11 From christopher.bertels at intevation.de Fri Oct 16 15:47:46 2009 From: christopher.bertels at intevation.de (Christopher Bertels) Date: Fri, 16 Oct 2009 15:47:46 +0200 Subject: [Gpg4win-devel] Replacement for Adele Message-ID: <200910161547.50995.christopher.bertels@intevation.de> Hi, I've been working on a small & simple replacement for Adele. The programm is named "cryptmail" (sorry, couldn't come up with a better name) and is written in Ruby (as that is my preferred programming language). Although it isn't finished yet, it currently supports: - Receiving gpg-encrypted mails with gpg-public key attached, which in turn is used to send an encrypted reply to the original sender - signing the encrypted replys with a given key - currently works by using pop3 & smtp for accessing a mailaccount on which it periodically looks for messages (all configurable, of course). Plans for some improvements and changes: - support for s/mime - support for a custom mta like sendmail instead of sending via smtp - support for different kind of mail sources (mbox, maildir, imap etc.) - any other ideas? drop me a line here or directly via email :) - I want to use ruby-gpgme (a gpgme binding for Ruby) in the future. Currently I'm calling gpg myself and use regular expression based parsing of the answers. This of course is somewhat dependent on the gpg version installed, which in turn isn't very portable and nice. I've uploaded the code as a git repository to gitorious.org (again, because I like using git and haven't worked with hg yet). You can check it out here: http://www.gitorious.org/cryptmail Cheers, Christopher. -- Christopher Bertels | OpenPGP key: 0x725D9BE5| http://www.intevation.de/ Intevation GmbH, Neuer Graben 17, 49074 Osnabr?ck | AG Osnabr?ck, HR B 18998 Gesch?ftsf?hrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. Url : http://lists.wald.intevation.org/pipermail/gpg4win-devel/attachments/20091016/b4d90259/attachment.pgp From wk at gnupg.org Mon Oct 19 08:39:42 2009 From: wk at gnupg.org (Werner Koch) Date: Mon, 19 Oct 2009 08:39:42 +0200 Subject: [Gpg4win-devel] Replacement for Adele In-Reply-To: <200910161547.50995.christopher.bertels@intevation.de> (Christopher Bertels's message of "Fri, 16 Oct 2009 15:47:46 +0200") References: <200910161547.50995.christopher.bertels@intevation.de> Message-ID: <87my3n99ap.fsf@vigenere.g10code.de> On Fri, 16 Oct 2009 15:47, christopher.bertels at intevation.de said: > I've been working on a small & simple replacement for Adele. The programm is > named "cryptmail" (sorry, couldn't come up with a better name) and is written > in Ruby (as that is my preferred programming language). Cool. Right this morning while taking a shower I was again pondering with the idea of writing a replacement. Kudos to you for taking up this work. I can offer you a domain under gnupg.net if you like. (To complement keys.gnupg.net). > I'm calling gpg myself and use regular expression based parsing of the > answers. This of course is somewhat dependent on the gpg version installed, > which in turn isn't very portable and nice. Please use at least --status-fd lines. Of course gpgmeis better ;-). Shalom-Salam, Werner -- Die Gedanken sind frei. Auschnahme regelt ein Bundeschgesetz. From colin at colino.net Tue Oct 20 09:58:02 2009 From: colin at colino.net (Colin Leroy) Date: Tue, 20 Oct 2009 09:58:02 +0200 Subject: [Gpg4win-devel] conflict at build Message-ID: <20091020095802.76af64f6@paperstreet.colino.net> Hi, Latest SVN fail to build for me with: stow: CONFLICT: /home/colin/docs/cvs/gpg4win/src/playground/install/pkgs/libassuan-1.0.5/share/info/dir vs. /home/colin/docs/cvs/gpg4win/src/playground/install/share/info/dir The second file is a symlink to /home/colin/docs/cvs/gpg4win/src/playground/install/pkgs/libtasn1-1.7/share/info/dir I don't know how to fix that... -- Colin From colin at colino.net Tue Oct 20 10:29:05 2009 From: colin at colino.net (Colin Leroy) Date: Tue, 20 Oct 2009 10:29:05 +0200 Subject: [Gpg4win-devel] conflict at build In-Reply-To: <20091020095802.76af64f6@paperstreet.colino.net> References: <20091020095802.76af64f6@paperstreet.colino.net> Message-ID: <20091020102905.4c414fbf@paperstreet.colino.net> On Tue, 20 Oct 2009 09:58:02 +0200, Colin Leroy wrote: Hi, > CONFLICT: /home/colin/docs/cvs/gpg4win/src/playground/install/pkgs/libassuan-1.0.5/share/info/dir > vs. /home/colin/docs/cvs/gpg4win/src/playground/install/share/info/dir > > The second file is a symlink to > /home/colin/docs/cvs/gpg4win/src/playground/install/pkgs/libtasn1-1.7/share/info/dir OK, it does so with about every package. I don't know how comes ? -- Colin From wk at gnupg.org Tue Oct 20 10:49:50 2009 From: wk at gnupg.org (Werner Koch) Date: Tue, 20 Oct 2009 10:49:50 +0200 Subject: [Gpg4win-devel] conflict at build In-Reply-To: <20091020102905.4c414fbf@paperstreet.colino.net> (Colin Leroy's message of "Tue, 20 Oct 2009 10:29:05 +0200") References: <20091020095802.76af64f6@paperstreet.colino.net> <20091020102905.4c414fbf@paperstreet.colino.net> Message-ID: <877huq78lt.fsf@vigenere.g10code.de> On Tue, 20 Oct 2009 10:29, colin at colino.net said: > OK, it does so with about every package. I don't know how comes ? That is a Debian vs GNU conflict. As a hack you can set the envvar DPKG_RUNNING_VERSION to some value. See /usr/bin/install-info. Salam-Shalom, Werner -- Die Gedanken sind frei. Auschnahme regelt ein Bundeschgesetz. From colin at colino.net Tue Oct 20 11:04:57 2009 From: colin at colino.net (Colin Leroy) Date: Tue, 20 Oct 2009 11:04:57 +0200 Subject: [Gpg4win-devel] conflict at build In-Reply-To: <877huq78lt.fsf@vigenere.g10code.de> References: <20091020095802.76af64f6@paperstreet.colino.net> <20091020102905.4c414fbf@paperstreet.colino.net> <877huq78lt.fsf@vigenere.g10code.de> Message-ID: <20091020110457.3b4eb6bf@paperstreet.colino.net> On Tue, 20 Oct 2009 10:49:50 +0200, Werner Koch wrote: Hi, > That is a Debian vs GNU conflict. As a hack you can set the envvar > > DPKG_RUNNING_VERSION > > to some value. See /usr/bin/install-info. Ah, thanks a lot ! -- Colin From marcus.brinkmann at ruhr-uni-bochum.de Tue Oct 20 12:19:28 2009 From: marcus.brinkmann at ruhr-uni-bochum.de (Marcus Brinkmann) Date: 20 Oct 2009 12:19:28 +0200 Subject: [Gpg4win-devel] conflict at build In-Reply-To: <20091020095802.76af64f6@paperstreet.colino.net> References: <20091020095802.76af64f6@paperstreet.colino.net> Message-ID: <4ADD8EB0.6040502@ruhr-uni-bochum.de> Colin Leroy wrote: > I don't know how to fix that... I put in this, but didn't test it... 2009-10-20 Marcus Brinkmann * src/gpg4win.mk.in (SPKG stamps/stamp-$(1)-04-install): Remove share/info/dir to avoid stow conflicts. Thanks, Marcus