Page MenuHome GnuPG
Feed Advanced Search

May 11 2009

dleidert added a comment to T1046: --quiet --passphrase ... outputs passphrase message.

Maybe we misunderstood(?). The gpg-agent is not used.

May 11 2009, 11:35 AM · Won't Fix, Ubuntu, gnupg, Feature Request
werner added a comment to T1046: --quiet --passphrase ... outputs passphrase message.

I don't want to decided whether thisis a bug. The thing is that using gpg with
gpg-agent is more of a temporary solution than something we want to work as
clean as possible. For such use cases it is better to use gpg2.

May 11 2009, 11:04 AM · Won't Fix, Ubuntu, gnupg, Feature Request
werner closed T1046: --quiet --passphrase ... outputs passphrase message as Resolved.
May 11 2009, 11:04 AM · Won't Fix, Ubuntu, gnupg, Feature Request
werner added a project to T1046: --quiet --passphrase ... outputs passphrase message: Won't Fix.
May 11 2009, 11:04 AM · Won't Fix, Ubuntu, gnupg, Feature Request

May 9 2009

dleidert added projects to T1046: --quiet --passphrase ... outputs passphrase message: Feature Request, gnupg, Ubuntu.
May 9 2009, 3:58 PM · Won't Fix, Ubuntu, gnupg, Feature Request

May 7 2009

werner added a comment to T1042: Auto-generate a revocation certificate?.

Asking to create a revocation certificate is a good idea. Frontends can make
this the default then. However, this is something for GnuPG-2 and not for the
standalone version. I expect people using the standalone version to be smart
enough to create one. Should be discussed on gnupg-devel.

May 7 2009, 9:19 PM · gnupg, Debian, Feature Request
werner added a comment to T1041: --multifile --sign (or: --sign multiple files in one pass).

IIRC, the sematics of sign are too complicated for --multifile. If the problem
is just to avoid entering a passphrase several times, gpg-agent is very helpful
and solves the problem nicely.

May 7 2009, 9:15 PM · Debian, Feature Request
werner added a project to T1038: Specify and use multiple keyservers: gnupg.
May 7 2009, 9:12 PM · gnupg (gpg21), gnupg, Debian, Feature Request
werner added a comment to T1038: Specify and use multiple keyservers.

Using multiple keyserver might be a usable thing but with the current
infrastructure it is not easy to implement.

May 7 2009, 9:12 PM · gnupg (gpg21), gnupg, Debian, Feature Request
dleidert added projects to T1042: Auto-generate a revocation certificate?: Feature Request, Debian.
May 7 2009, 5:18 PM · gnupg, Debian, Feature Request
dleidert set Version to 1.4.9 on T1042: Auto-generate a revocation certificate?.
May 7 2009, 5:18 PM · gnupg, Debian, Feature Request
dleidert set Version to 1.4.9 on T1041: --multifile --sign (or: --sign multiple files in one pass).
May 7 2009, 3:55 PM · Debian, Feature Request
dleidert added projects to T1041: --multifile --sign (or: --sign multiple files in one pass): Feature Request, Debian.
May 7 2009, 3:55 PM · Debian, Feature Request
dleidert added projects to T1038: Specify and use multiple keyservers: Feature Request, Debian.
May 7 2009, 12:07 PM · gnupg (gpg21), gnupg, Debian, Feature Request
dleidert set External Link to http://bugs.debian.org/93656 on T1038: Specify and use multiple keyservers.
May 7 2009, 12:07 PM · gnupg (gpg21), gnupg, Debian, Feature Request
werner added a comment to T1037: per-key configuration.

What you want to do is to make the configuration depend on the input data: The
keys are input data. This is not acceptable.

May 7 2009, 9:27 AM · Won't Fix, gnupg, Feature Request
werner added a comment to T1033: Should lockfiles of 'probably dead' processes be removed?.

As it happend, I updated the locking code this week which now matches the one
used by GnuPG-2. The lock file now records the nodename of the box and if the
lock is held by the same node (machine) and the process does not exist anymore,
the lock file will be removed. Without taking the nodename in account we were
not been able to remove a lock file because the directory might be on a shared
file system.

May 7 2009, 9:24 AM · gnupg, Feature Request

May 6 2009

werner set External Link to http://bugs.debian.org/427403 on T1035: --yes (--expert) --sign-key wants to interact with the user.
May 6 2009, 11:54 AM · gnupg, Won't Fix, Debian, Feature Request
werner added a comment to T1035: --yes (--expert) --sign-key wants to interact with the user.

This has been discussed several times on the mailing lists. You can't do that
because gpg needs to ask several questions. There are too many choices for a
command line mode. --sign-key makes it only easier in the most common cases. A
--force option won't help because you don't know which user ID you are going to
sign.

May 6 2009, 11:54 AM · gnupg, Won't Fix, Debian, Feature Request
werner added projects to T1035: --yes (--expert) --sign-key wants to interact with the user: Won't Fix, gnupg.
May 6 2009, 11:54 AM · gnupg, Won't Fix, Debian, Feature Request
werner added a project to T1036: Minor improvement to the gpgv manual page: gnupg.
May 6 2009, 11:48 AM · gnupg, Feature Request
werner added a comment to T1036: Minor improvement to the gpgv manual page.

I use this text now:

May 6 2009, 11:48 AM · gnupg, Feature Request
madduck reopened T1037: per-key configuration as "Open".
May 6 2009, 11:41 AM · Won't Fix, gnupg, Feature Request
madduck added a comment to T1037: per-key configuration.

also sprach Werner Koch via BTS <gnupg@bugs.g10code.com> [2009.05.06.1111 +0200]:

Nope. Featurism without clear semantics. Use something like this

#!/bin/sh
fpr="$1"
shift
gpg --options myconf/gpg.$fpr.conf "$@"

May 6 2009, 11:41 AM · Won't Fix, gnupg, Feature Request
werner closed T1037: per-key configuration as Resolved.
May 6 2009, 11:11 AM · Won't Fix, gnupg, Feature Request
werner added a comment to T1037: per-key configuration.

Nope. Featurism without clear semantics. Use something like this

May 6 2009, 11:11 AM · Won't Fix, gnupg, Feature Request
werner added a project to T1037: per-key configuration: Won't Fix.
May 6 2009, 11:11 AM · Won't Fix, gnupg, Feature Request
madduck added projects to T1037: per-key configuration: Feature Request, gnupg.
May 6 2009, 9:25 AM · Won't Fix, gnupg, Feature Request

May 5 2009

dleidert added a comment to T1035: --yes (--expert) --sign-key wants to interact with the user.

When I checked for a force-yes switch, I grepped for "force" and missed the
--yes switch. But also using this switch results in a prompt, so the main issue
persists.

May 5 2009, 8:32 PM · gnupg, Won't Fix, Debian, Feature Request
dleidert renamed T1035: --yes (--expert) --sign-key wants to interact with the user from --expert --sign-key wants to interact with the user to --yes (--expert) --sign-key wants to interact with the user.
May 5 2009, 8:32 PM · gnupg, Won't Fix, Debian, Feature Request
dleidert added a project to T1036: Minor improvement to the gpgv manual page: Feature Request.
May 5 2009, 5:08 PM · gnupg, Feature Request
dleidert added a comment to T1036: Minor improvement to the gpgv manual page.

D85: 218_doc_gpgv_texi.diff

May 5 2009, 5:08 PM · gnupg, Feature Request
dleidert added projects to T1035: --yes (--expert) --sign-key wants to interact with the user: Feature Request, Debian.
May 5 2009, 4:45 PM · gnupg, Won't Fix, Debian, Feature Request
dleidert added projects to T1033: Should lockfiles of 'probably dead' processes be removed?: Feature Request, gnupg.
May 5 2009, 12:45 PM · gnupg, Feature Request
werner removed projects from T751: Need option to specify the creation time: backport, In Progress.
May 5 2009, 12:44 PM · gnupg, Feature Request
werner closed T751: Need option to specify the creation time as Resolved.
May 5 2009, 12:44 PM · gnupg, Feature Request
werner added a comment to T751: Need option to specify the creation time.

Done in svn 4991.

May 5 2009, 12:44 PM · gnupg, Feature Request

Apr 27 2009

werner assigned T1029: GtkSecureEntry: installing "gtk-entry-select-on-focus" clashes with GtkEntry to marcus.
Apr 27 2009, 10:14 AM · pinentry, Feature Request
werner updated subscribers of T1029: GtkSecureEntry: installing "gtk-entry-select-on-focus" clashes with GtkEntry.
Apr 27 2009, 10:14 AM · pinentry, Feature Request
werner added a project to T1029: GtkSecureEntry: installing "gtk-entry-select-on-focus" clashes with GtkEntry: pinentry.
Apr 27 2009, 10:13 AM · pinentry, Feature Request

Apr 24 2009

agx added a comment to T1029: GtkSecureEntry: installing "gtk-entry-select-on-focus" clashes with GtkEntry.

D83: 216_0001-don-t-install-gtk-entry-select-on-focus-settings-p.patch

Apr 24 2009, 10:33 AM · pinentry, Feature Request
agx added a project to T1029: GtkSecureEntry: installing "gtk-entry-select-on-focus" clashes with GtkEntry: Feature Request.
Apr 24 2009, 10:31 AM · pinentry, Feature Request

Apr 13 2009

Will.Spencer reopened T846: GnuPG Shell as "Open".
Apr 13 2009, 6:44 AM · gpgweb, Feature Request
Will.Spencer added a comment to T846: GnuPG Shell.

GnuPG Shell is, and always has been, released under the GNU General Public
License.

Apr 13 2009, 6:44 AM · gpgweb, Feature Request

Apr 3 2009

agx set Version to 0.7.5 on T1023: gtksecentry.[ch] warning fixes.
Apr 3 2009, 12:08 PM · Feature Request
agx added a project to T1023: gtksecentry.[ch] warning fixes: Feature Request.
Apr 3 2009, 12:08 PM · Feature Request
agx added a comment to T1022: Please split GtkSecureEntry into a library.

The coupling to secmem is why I propsed this for pinentry not for GTK+ itself.

Apr 3 2009, 10:58 AM · Won't Fix, Feature Request
werner set Due Date to Apr 30 2009, 2:00 AM on T1018: Conform to XDG Base Directory Specification.
Apr 3 2009, 9:39 AM · Won't Fix, gnupg, Feature Request
werner added a project to T1022: Please split GtkSecureEntry into a library: Won't Fix.
Apr 3 2009, 9:39 AM · Won't Fix, Feature Request
werner added a comment to T1022: Please split GtkSecureEntry into a library.

Too much mainenance work. It is also closely coupled to the secmem stuff. You
better ask the GTK folks to add such a widget.

Apr 3 2009, 9:39 AM · Won't Fix, Feature Request

Apr 2 2009

agx set Version to 0.7.5 on T1022: Please split GtkSecureEntry into a library.
Apr 2 2009, 6:56 PM · Won't Fix, Feature Request
agx added a project to T1022: Please split GtkSecureEntry into a library: Feature Request.
Apr 2 2009, 6:56 PM · Won't Fix, Feature Request

Mar 31 2009

werner removed a project from T1018: Conform to XDG Base Directory Specification: Info Needed.
Mar 31 2009, 8:29 AM · Won't Fix, gnupg, Feature Request
werner added a project to T1018: Conform to XDG Base Directory Specification: Won't Fix.
Mar 31 2009, 8:29 AM · Won't Fix, gnupg, Feature Request
werner added a comment to T1018: Conform to XDG Base Directory Specification.

I assume you want to change $HOME/.gnupg to something like $XDG_DATA_HOME/gnupg.
Obviously this is not a good idea because ~/.gnupg is a weel established
standard for more than 10 years. We can't change this just for the purpose of
easier backup. However, there are simple workarounds like setting
GNUPGNOME=$XDG_DATA_HOME/gnupg or by using a symlink.

Mar 31 2009, 8:29 AM · Won't Fix, gnupg, Feature Request

Mar 30 2009

werner added a project to T1018: Conform to XDG Base Directory Specification: Info Needed.
Mar 30 2009, 9:19 AM · Won't Fix, gnupg, Feature Request

Mar 25 2009

werner added a comment to T1018: Conform to XDG Base Directory Specification.

Please explain.

Mar 25 2009, 10:37 AM · Won't Fix, gnupg, Feature Request

Mar 23 2009

wraichia added projects to T1018: Conform to XDG Base Directory Specification: Feature Request, gnupg.
Mar 23 2009, 4:01 PM · Won't Fix, gnupg, Feature Request

Mar 3 2009

werner closed T1001: Solaris requires CONFIG_SHELL to be set as Resolved.
Mar 3 2009, 4:58 PM · gnupg, Feature Request
werner removed a project from T1001: Solaris requires CONFIG_SHELL to be set: Restricted Project.
Mar 3 2009, 4:58 PM · gnupg, Feature Request

Mar 2 2009

werner closed T781: pinentry needs XAUTHORITY to connect to xserver as Resolved.
Mar 2 2009, 3:11 PM · gnupg, Feature Request
marcus added a comment to T781: pinentry needs XAUTHORITY to connect to xserver.

quite right, I didn't check the code. I guess this can be closed then?

Mar 2 2009, 2:36 PM · gnupg, Feature Request
werner added a comment to T781: pinentry needs XAUTHORITY to connect to xserver.

Marcus: I don't understand cour comment: XAUTHORITY is passed through since 2.0.8.

Mar 2 2009, 10:50 AM · gnupg, Feature Request
werner changed Due Date from Feb 28 2009, 1:00 AM to Apr 30 2009, 2:00 AM on T928: Add runtime check for SE-linux.
Mar 2 2009, 10:45 AM · Info Needed, gnupg, Feature Request
werner changed Due Date from Jan 15 2008, 1:00 AM to May 15 2009, 2:00 AM on T807: encrypt-to-self option.
Mar 2 2009, 10:44 AM · gnupg, Feature Request
werner added a project to T1001: Solaris requires CONFIG_SHELL to be set: Restricted Project.
Mar 2 2009, 10:12 AM · gnupg, Feature Request
werner added a comment to T1001: Solaris requires CONFIG_SHELL to be set.

Fixed in svn

Mar 2 2009, 10:12 AM · gnupg, Feature Request
werner added a project to T1004: http://www.gnupg.org/howtos/vn/index.html does not exist: gpgweb.
Mar 2 2009, 10:11 AM · gpgweb, Feature Request

Feb 28 2009

rousseau added a project to T1004: http://www.gnupg.org/howtos/vn/index.html does not exist: Feature Request.
Feb 28 2009, 5:26 PM · gpgweb, Feature Request

Feb 19 2009

werner added a comment to T1001: Solaris requires CONFIG_SHELL to be set.

I think the easiest fix is to use /bin/pwd at both places.

Feb 19 2009, 4:17 PM · gnupg, Feature Request

Feb 18 2009

brianegge added a comment to T1001: Solaris requires CONFIG_SHELL to be set.

Not a bug - sorry. bash returns a different value for pwd on my system than
does sh/ksh. This is because I have a symlink in my path.

Feb 18 2009, 9:38 PM · gnupg, Feature Request
werner added a comment to T1001: Solaris requires CONFIG_SHELL to be set.

It requires a POSIX shell and as far as I can see there is no dependency on a
non-standard feature. In particualr the check:

Feb 18 2009, 1:35 PM · gnupg, Feature Request

Feb 17 2009

brianegge added projects to T1001: Solaris requires CONFIG_SHELL to be set: Feature Request, gnupg.
Feb 17 2009, 3:41 AM · gnupg, Feature Request

Jan 28 2009

werner closed T988: List of card reader as Resolved.
Jan 28 2009, 3:25 PM · gnupg, Feature Request, scd
werner added a comment to T988: List of card reader.

Duh, this is already implemented:

Jan 28 2009, 3:25 PM · gnupg, Feature Request, scd
werner closed T987: add command line argument to control pinentry type as Resolved.
Jan 28 2009, 1:57 PM · gnupg, Not A Bug, Feature Request

Jan 15 2009

werner added projects to T988: List of card reader: scd, Feature Request, gnupg.
Jan 15 2009, 4:39 PM · gnupg, Feature Request, scd
nalin added a comment to T987: add command line argument to control pinentry type.

Thank you for the information, with it I will be able to alter behaviour on the
fly (via system variable) but anyway, it would be really great gpg could pass
an argument -- I think it is a bit more elegant way to control the behaviour.

Jan 15 2009, 1:09 PM · gnupg, Not A Bug, Feature Request
werner added a project to T987: add command line argument to control pinentry type: Not A Bug.
Jan 15 2009, 9:09 AM · gnupg, Not A Bug, Feature Request
werner added a comment to T987: add command line argument to control pinentry type.

We can't do that because gpg2 requires gpg-agent (not to a 100% right now but
eventually there will be no way without gpg-agent). Pinentry is a property of
gpg-agent and you can control which pinentry to use by using a symlink or
gpg-agent's option --pinentry-program.

Jan 15 2009, 9:09 AM · gnupg, Not A Bug, Feature Request

Jan 14 2009

nalin set Version to 2.0.9 on T987: add command line argument to control pinentry type.
Jan 14 2009, 9:04 PM · gnupg, Not A Bug, Feature Request
nalin added projects to T987: add command line argument to control pinentry type: Feature Request, gnupg.
Jan 14 2009, 9:04 PM · gnupg, Not A Bug, Feature Request
werner added a project to T986: Need of loading all signature keys for a given key: Duplicate.
Jan 14 2009, 3:50 PM · gpa, Duplicate, Feature Request
werner closed T986: Need of loading all signature keys for a given key as Resolved.
Jan 14 2009, 3:50 PM · gpa, Duplicate, Feature Request
werner added a comment to T986: Need of loading all signature keys for a given key.

Duplicate of T950

Jan 14 2009, 3:50 PM · gpa, Duplicate, Feature Request
werner added a comment to T986: Need of loading all signature keys for a given key.

Right, this is the second point in T950. I am closing this request therefore.

Jan 14 2009, 3:50 PM · gpa, Duplicate, Feature Request
Zack added projects to T986: Need of loading all signature keys for a given key: Feature Request, gpa.
Jan 14 2009, 6:13 AM · gpa, Duplicate, Feature Request

Dec 15 2008

werner changed Due Date from Mar 31 2009, 2:00 AM to Jan 31 2009, 1:00 AM on T750: Implement --faked-system-time for gpg.
Dec 15 2008, 6:52 PM · gnupg, OpenPGP, Feature Request

Dec 10 2008

marcus added projects to T781: pinentry needs XAUTHORITY to connect to xserver: Feature Request, gnupg.
Dec 10 2008, 7:04 PM · gnupg, Feature Request
marcus updated subscribers of T929: --fix-trustdb not implemented for a long time, but recommended.
Dec 10 2008, 5:07 PM · kks, Bug Report, gnupg
marcus raised the priority of T929: --fix-trustdb not implemented for a long time, but recommended from Wishlist to Normal.
Dec 10 2008, 5:07 PM · kks, Bug Report, gnupg
marcus assigned T929: --fix-trustdb not implemented for a long time, but recommended to gnupg-hackers.
Dec 10 2008, 5:07 PM · kks, Bug Report, gnupg
marcus closed T921: "Updated" Finnish translation as Resolved.
Dec 10 2008, 5:06 PM · i18n, gnupg, Feature Request
marcus removed a project from T921: "Updated" Finnish translation: Stalled.
Dec 10 2008, 5:06 PM · i18n, gnupg, Feature Request
marcus added a comment to T921: "Updated" Finnish translation.

Closing this report, as nothing happened in half a year with regards to the
finnish translation.

Dec 10 2008, 5:06 PM · i18n, gnupg, Feature Request
marcus added a comment to T950: Updating keys from server.

This is a good feature request, but it requires some coding to make it work. I
think that this should be done via a context popup menu on the keylisting
entries (in addition to a menu entry).

Dec 10 2008, 5:03 PM · Keyserver, gpa, Feature Request
marcus raised the priority of T950: Updating keys from server from Wishlist to Normal.
Dec 10 2008, 5:03 PM · Keyserver, gpa, Feature Request
marcus claimed T950: Updating keys from server.
Dec 10 2008, 5:03 PM · Keyserver, gpa, Feature Request
marcus added a project to T950: Updating keys from server: In Progress.
Dec 10 2008, 5:03 PM · Keyserver, gpa, Feature Request
werner added a comment to T639: automatic signatures checks (configurable).

Implemented in 0.10.x

Dec 10 2008, 4:10 PM · gpgol, Feature Request