Page MenuHome GnuPG
Feed Advanced Search

May 12 2011

marcus added a comment to T1145: Czech translation of dirmngr-1.0.3.

I merged it into gnupg where dirmngr now resides. The cs.po file there is
probably out of date anyway though and may need some massaging.

May 12 2011, 1:45 AM · Feature Request, dirmngr
marcus closed T1145: Czech translation of dirmngr-1.0.3 as Resolved.
May 12 2011, 1:45 AM · Feature Request, dirmngr

May 11 2011

bernhard added a comment to T1313: dirmngr unresponsive when waiting for some http CRL connect() -> ping and other requests fail.

Werner, where is the patch for dirmngr 1.1.0?
http://cvs.gnupg.org/cgi-bin/viewcvs.cgi/?root=Dirmngr only goes up to rev346,
while you say rev347 has the fix. Maybe a missing sync on the svn repositories
on your part?

May 11 2011, 11:37 AM · Bug Report, dirmngr
bernhard added a project to T1313: dirmngr unresponsive when waiting for some http CRL connect() -> ping and other requests fail: Restricted Project.
May 11 2011, 11:37 AM · Bug Report, dirmngr

May 10 2011

bernhard added a comment to T1313: dirmngr unresponsive when waiting for some http CRL connect() -> ping and other requests fail.

Haven't had a chance to test it, I was somehow waiting for a new release.
Just made sure I get a 1.1.0 patched package to test next.

May 10 2011, 4:37 PM · Bug Report, dirmngr
bernhard reopened T1313: dirmngr unresponsive when waiting for some http CRL connect() -> ping and other requests fail as "Open".
May 10 2011, 4:37 PM · Bug Report, dirmngr
werner closed T1313: dirmngr unresponsive when waiting for some http CRL connect() -> ping and other requests fail as Resolved.
May 10 2011, 10:30 AM · Bug Report, dirmngr
werner added a comment to T1313: dirmngr unresponsive when waiting for some http CRL connect() -> ping and other requests fail.

No response, assuming the test was positive.

May 10 2011, 10:30 AM · Bug Report, dirmngr
werner removed a project from T1313: dirmngr unresponsive when waiting for some http CRL connect() -> ping and other requests fail: Restricted Project.
May 10 2011, 10:30 AM · Bug Report, dirmngr

Feb 23 2011

werner added a comment to T1300: dirmngr crashes when OCSP reply contains only a byKey responderID.

Thanks. I solved it slighly different by skipping the cache check completely.
Fix is in gnupg 1.5 because dirmngr is now a part of gnupt, proper.

Feb 23 2011, 10:50 AM · Bug Report, dirmngr
werner closed T1300: dirmngr crashes when OCSP reply contains only a byKey responderID as Resolved.
Feb 23 2011, 10:50 AM · Bug Report, dirmngr

Jan 20 2011

werner added a comment to T1313: dirmngr unresponsive when waiting for some http CRL connect() -> ping and other requests fail.

Also fixed in the old dirmngr, svn 347

Jan 20 2011, 3:38 PM · Bug Report, dirmngr
werner added a project to T1313: dirmngr unresponsive when waiting for some http CRL connect() -> ping and other requests fail: Restricted Project.
Jan 20 2011, 3:32 PM · Bug Report, dirmngr
werner added a comment to T1313: dirmngr unresponsive when waiting for some http CRL connect() -> ping and other requests fail.

Fixed in commit 62842cc for gnupg master (2.1)

Jan 20 2011, 3:27 PM · Bug Report, dirmngr
werner removed a project from T1313: dirmngr unresponsive when waiting for some http CRL connect() -> ping and other requests fail: npth.
Jan 20 2011, 3:27 PM · Bug Report, dirmngr

Jan 19 2011

werner added a comment to T1313: dirmngr unresponsive when waiting for some http CRL connect() -> ping and other requests fail.

Hmmm, I'll do a test tomorrow.

Jan 19 2011, 7:38 PM · Bug Report, dirmngr
marcus added a comment to T1313: dirmngr unresponsive when waiting for some http CRL connect() -> ping and other requests fail.

FWIW, pth_connect is part of the regular interface.

Jan 19 2011, 6:48 PM · Bug Report, dirmngr
bernhard added a comment to T1313: dirmngr unresponsive when waiting for some http CRL connect() -> ping and other requests fail.

It is okay for one request to take a long time or possibly even to block.
But it is not okay, if other, simultaniously made requests are blocked to wait
for this slow request. Especially if those parallel requests could be answered
easily and quickly, like ping.

Jan 19 2011, 5:42 PM · Bug Report, dirmngr
werner added a comment to T1313: dirmngr unresponsive when waiting for some http CRL connect() -> ping and other requests fail.

If you ask to download a large CRL and the server is slow it takes time. If you
download a webpage with a lager image and the server is slow it takes time. The
solution is to cancel the request.

Jan 19 2011, 4:51 PM · Bug Report, dirmngr
bernhard added a comment to T1313: dirmngr unresponsive when waiting for some http CRL connect() -> ping and other requests fail.

To me this, issue makes dirmngr unsuitable as a system service
and it currently allows denail of service attacks on gpgsm based email
applications.

Jan 19 2011, 9:37 AM · Bug Report, dirmngr
werner added a comment to T1313: dirmngr unresponsive when waiting for some http CRL connect() -> ping and other requests fail.

Fwiw, the name of the new thread implementation will be npth.

Jan 19 2011, 9:08 AM · Bug Report, dirmngr
werner added a project to T1313: dirmngr unresponsive when waiting for some http CRL connect() -> ping and other requests fail: npth.
Jan 19 2011, 9:08 AM · Bug Report, dirmngr
werner updated subscribers of T1313: dirmngr unresponsive when waiting for some http CRL connect() -> ping and other requests fail.
Jan 19 2011, 9:07 AM · Bug Report, dirmngr
werner added a comment to T1313: dirmngr unresponsive when waiting for some http CRL connect() -> ping and other requests fail.

If a system call blocks we are doomed to wait. We use a user land threads
implementation (Pth) and wrap most system calls so that we can handle the
blocking. However we can't do that for all system calls. We can wrap some of
them but only as long as a select can be used to wait for the system call.

Jan 19 2011, 9:07 AM · Bug Report, dirmngr

Jan 18 2011

bernhard added a comment to T1313: dirmngr unresponsive when waiting for some http CRL connect() -> ping and other requests fail.

Hmm thinking about this, it is almost like a denail of service attack, because
dirmngr will block other clients.

Jan 18 2011, 4:27 PM · Bug Report, dirmngr
bernhard raised the priority of T1313: dirmngr unresponsive when waiting for some http CRL connect() -> ping and other requests fail from Normal to High.
Jan 18 2011, 4:27 PM · Bug Report, dirmngr
bernhard set Version to 2.1.0beta1 on T1313: dirmngr unresponsive when waiting for some http CRL connect() -> ping and other requests fail.
Jan 18 2011, 4:24 PM · Bug Report, dirmngr
bernhard added projects to T1313: dirmngr unresponsive when waiting for some http CRL connect() -> ping and other requests fail: dirmngr, Bug Report.
Jan 18 2011, 4:24 PM · Bug Report, dirmngr

Dec 14 2010

werner added a comment to T1010: Cache file rename problem under W32.

Fixed in dirmngr and also in GnuPG trunk. Patch for gpg4win created.

Dec 14 2010, 8:16 PM · gpg4win, Bug Report, Windows 32, Windows, dirmngr
werner added a project to T1010: Cache file rename problem under W32: Restricted Project.
Dec 14 2010, 8:16 PM · gpg4win, Bug Report, Windows 32, Windows, dirmngr

Dec 1 2010

t8m added projects to T1300: dirmngr crashes when OCSP reply contains only a byKey responderID: dirmngr, Bug Report.
Dec 1 2010, 2:18 PM · Bug Report, dirmngr

Sep 22 2010

emanuel added a project to T1010: Cache file rename problem under W32: gpg4win.
Sep 22 2010, 3:06 PM · gpg4win, Bug Report, Windows 32, Windows, dirmngr
emanuel added a comment to T1010: Cache file rename problem under W32.

ping, it's important for gpg4win.

Sep 22 2010, 3:06 PM · gpg4win, Bug Report, Windows 32, Windows, dirmngr

Jan 13 2010

bernhard added a comment to T1021: documentation of Dirmngr misses "OPTION audit-events" and "LDAPSERVER"..

http://cvs.gnupg.org/cgi-bin/viewcvs.cgi/trunk/doc/dirmngr.texi?rev=334&root=Dirmngr&view=markup
@node Dirmngr Protocol
still misses LOADCRL and others as far as I can see.

Jan 13 2010, 2:47 PM · Too Old, Won't Fix, Bug Report, dirmngr

Dec 21 2009

werner set Due Date to Jan 15 2009, 1:00 AM on T1141: dirmngr does not try all CRL DPs if first fetchable CRL is too old.
Dec 21 2009, 8:03 PM · gnupg, Bug Report, dirmngr
werner claimed T1141: dirmngr does not try all CRL DPs if first fetchable CRL is too old.
Dec 21 2009, 8:03 PM · gnupg, Bug Report, dirmngr
werner added a comment to T1141: dirmngr does not try all CRL DPs if first fetchable CRL is too old.

Oh, lost tarck of this one.

Dec 21 2009, 8:03 PM · gnupg, Bug Report, dirmngr
werner removed a project from T1141: dirmngr does not try all CRL DPs if first fetchable CRL is too old: Info Needed.
Dec 21 2009, 8:03 PM · gnupg, Bug Report, dirmngr
werner added a comment to T855: Extend dirmngr LOOKUP command.

Implemented since 1.0.2

Dec 21 2009, 8:01 PM · Feature Request, dirmngr
werner closed T855: Extend dirmngr LOOKUP command as Resolved.
Dec 21 2009, 8:01 PM · Feature Request, dirmngr
werner removed a project from T855: Extend dirmngr LOOKUP command: In Progress.
Dec 21 2009, 8:01 PM · Feature Request, dirmngr
werner added a comment to T1145: Czech translation of dirmngr-1.0.3.

Marcus, please apply

Dec 21 2009, 7:25 PM · Feature Request, dirmngr
werner updated subscribers of T1145: Czech translation of dirmngr-1.0.3.
Dec 21 2009, 7:25 PM · Feature Request, dirmngr
werner assigned T1145: Czech translation of dirmngr-1.0.3 to marcus.
Dec 21 2009, 7:25 PM · Feature Request, dirmngr

Oct 15 2009

werner added a comment to T1142: Help usage text not properly aligned on UTF-8 terminal.

Right, I noticed this later.

Oct 15 2009, 10:55 AM · Too Old, Won't Fix, Bug Report, dirmngr

Oct 12 2009

petr_p added a comment to T1142: Help usage text not properly aligned on UTF-8 terminal.

I sent the translations as bugs #1144 (gnupg-2) and #1145 (dirmngr) a week ago.

Oct 12 2009, 5:48 PM · Too Old, Won't Fix, Bug Report, dirmngr
werner added a comment to T1142: Help usage text not properly aligned on UTF-8 terminal.

I once fixed such a thing in the past - need to seen what goes wrong in your case.

Oct 12 2009, 9:17 AM · Too Old, Won't Fix, Bug Report, dirmngr
werner claimed T1142: Help usage text not properly aligned on UTF-8 terminal.
Oct 12 2009, 9:17 AM · Too Old, Won't Fix, Bug Report, dirmngr
werner removed a project from T1147: Certificate serial number in hexadecimal base should be marked as such: Bug Report.
Oct 12 2009, 9:13 AM · Feature Request, dirmngr
werner added a project to T1147: Certificate serial number in hexadecimal base should be marked as such: Feature Request.
Oct 12 2009, 9:13 AM · Feature Request, dirmngr
werner lowered the priority of T1147: Certificate serial number in hexadecimal base should be marked as such from Normal to Wishlist.
Oct 12 2009, 9:13 AM · Feature Request, dirmngr

Oct 6 2009

petr_p added a comment to T1141: dirmngr does not try all CRL DPs if first fetchable CRL is too old.

D110: 264_dirmngr-1.0.3-allow_only_complete_dps.diff

Oct 6 2009, 6:59 PM · gnupg, Bug Report, dirmngr
petr_p added a comment to T1141: dirmngr does not try all CRL DPs if first fetchable CRL is too old.

Previous patches does not solve problem that one of DPs failes.

Oct 6 2009, 6:59 PM · gnupg, Bug Report, dirmngr

Oct 5 2009

petr_p added a comment to T1141: dirmngr does not try all CRL DPs if first fetchable CRL is too old.

Just for clarification about DP list in certificate syntax and its semantics:

Oct 5 2009, 9:31 PM · gnupg, Bug Report, dirmngr

Oct 1 2009

petr_p added a comment to T1141: dirmngr does not try all CRL DPs if first fetchable CRL is too old.

My previous patch does not delete all duplicate CRLs from cache if one entry is
recognised as still usable.

Oct 1 2009, 2:46 PM · gnupg, Bug Report, dirmngr
petr_p added a comment to T1141: dirmngr does not try all CRL DPs if first fetchable CRL is too old.

D111: 263_dirmngr-1.0.3-dont_overwrite_usable_crls-2.diff

Oct 1 2009, 2:46 PM · gnupg, Bug Report, dirmngr

Sep 30 2009

petr_p added a comment to T1141: dirmngr does not try all CRL DPs if first fetchable CRL is too old.

D112: 262_dirmngr-1.0.3-dont_overwrite_usable_crls.diff

Sep 30 2009, 11:03 PM · gnupg, Bug Report, dirmngr
petr_p added a comment to T1141: dirmngr does not try all CRL DPs if first fetchable CRL is too old.

So, here it is. It's little verbose, be free to remove log_infos. This is output
I get (LDAP enabled) with this patch:

Sep 30 2009, 11:03 PM · gnupg, Bug Report, dirmngr
petr_p added a comment to T1147: Certificate serial number in hexadecimal base should be marked as such.

D114: 261_dirmngr-1.0.3-hexadecimal_serial_numbers.diff

Sep 30 2009, 6:37 PM · Feature Request, dirmngr
petr_p added a comment to T1147: Certificate serial number in hexadecimal base should be marked as such.

Attached patch fixes it.

Sep 30 2009, 6:37 PM · Feature Request, dirmngr
petr_p set Version to 1.0.3 on T1147: Certificate serial number in hexadecimal base should be marked as such.
Sep 30 2009, 6:24 PM · Feature Request, dirmngr
petr_p added projects to T1147: Certificate serial number in hexadecimal base should be marked as such: dirmngr, Bug Report.
Sep 30 2009, 6:24 PM · Feature Request, dirmngr

Sep 29 2009

petr_p set Version to 1.0.3 on T1145: Czech translation of dirmngr-1.0.3.
Sep 29 2009, 4:01 PM · Feature Request, dirmngr
petr_p added projects to T1145: Czech translation of dirmngr-1.0.3: dirmngr, Feature Request.
Sep 29 2009, 4:01 PM · Feature Request, dirmngr
petr_p added a comment to T1142: Help usage text not properly aligned on UTF-8 terminal.

$ gpgsm --help
gpgsm (GnuPG) 2.0.11
[…]

--assume-binary              předpokládat vstup v binárním formátu

-r, --recipient ID_UŽIVATELE šifrovat pro ID_UŽIVATELE

--prefer-system-dirmngr      použít systémový dirmngr, je-li dostupný
Sep 29 2009, 3:03 PM · Too Old, Won't Fix, Bug Report, dirmngr

Sep 25 2009

werner added a comment to T1142: Help usage text not properly aligned on UTF-8 terminal.

Can you give some examples? In GnuPG we fixed that at some places.

Sep 25 2009, 5:43 PM · Too Old, Won't Fix, Bug Report, dirmngr
werner added a project to T1141: dirmngr does not try all CRL DPs if first fetchable CRL is too old: Info Needed.
Sep 25 2009, 5:35 PM · gnupg, Bug Report, dirmngr
werner added a comment to T1141: dirmngr does not try all CRL DPs if first fetchable CRL is too old.

Yes, the whole X.509 PKI busieness is a mess. However You are right that
Dirmngr should not replace a good by a broken CRL. As you can see in the code
there is a little race condition which usually has no bad effects but might come
into the game here. I have not looked at the code for weeks, though. I'd be
glad to receive a fix.

Sep 25 2009, 5:35 PM · gnupg, Bug Report, dirmngr

Sep 24 2009

bernhard closed T999: dirmngr sometimes hangs (rt#5740) as Resolved.
Sep 24 2009, 5:53 PM · kks, dirmngr, Bug Report
bernhard reopened T999: dirmngr sometimes hangs (rt#5740) as "Open".
Sep 24 2009, 5:53 PM · kks, dirmngr, Bug Report
bernhard added a comment to T999: dirmngr sometimes hangs (rt#5740).

Just for completeness, there have been more fixed in dirmngr
and the symptom seems to also have happened because an http proxy
behaved
strangely.http://cvs.gnupg.org/cgi-bin/viewcvs.cgi/trunk/src/crlfetch.c?root=Dirmngr&rev=323&r1=320&r2=323

Sep 24 2009, 5:53 PM · kks, dirmngr, Bug Report

Sep 23 2009

petr_p added a comment to T1141: dirmngr does not try all CRL DPs if first fetchable CRL is too old.

I read RFC 3280 and I thing I understand it.

Sep 23 2009, 8:53 PM · gnupg, Bug Report, dirmngr
petr_p added a comment to T1141: dirmngr does not try all CRL DPs if first fetchable CRL is too old.

Sorry, I added gpgsm output without LDAP attempt because valid up-to-date CRL
for one CA was cached already. Follows output demonstrating stop on LDAP failure:

Sep 23 2009, 5:57 PM · gnupg, Bug Report, dirmngr
petr_p added a comment to T1141: dirmngr does not try all CRL DPs if first fetchable CRL is too old.

I got the idea probably. The structure of DP extension assumed by dirmngr is:

Sep 23 2009, 5:45 PM · gnupg, Bug Report, dirmngr
petr_p added a comment to T1141: dirmngr does not try all CRL DPs if first fetchable CRL is too old.

I did some debugging and I found that problem is not that it does not give up on
first successfully fetched CRL regardless expiration time. The real problem is
it simply fetches from all DPs and it rewrites the CRL with CRL from next DP on
each iteration.

Sep 23 2009, 4:21 PM · gnupg, Bug Report, dirmngr
petr_p added projects to T1142: Help usage text not properly aligned on UTF-8 terminal: dirmngr, Bug Report.
Sep 23 2009, 1:13 PM · Too Old, Won't Fix, Bug Report, dirmngr

Sep 22 2009

petr_p added projects to T1141: dirmngr does not try all CRL DPs if first fetchable CRL is too old: dirmngr, Bug Report.
Sep 22 2009, 6:34 PM · gnupg, Bug Report, dirmngr

Aug 26 2009

bernhard closed T999: dirmngr sometimes hangs (rt#5740) as Resolved.
Aug 26 2009, 12:42 PM · dirmngr, kks, Bug Report
bernhard raised the priority of T999: dirmngr sometimes hangs (rt#5740) from Normal to High.
Aug 26 2009, 12:42 PM · dirmngr, kks, Bug Report
bernhard removed a project from T999: dirmngr sometimes hangs (rt#5740): Restricted Project.
Aug 26 2009, 12:42 PM · dirmngr, kks, Bug Report
bernhard renamed T999: dirmngr sometimes hangs (rt#5740) from dirmngr ldap doesn't timeout when using ldap proxy (rt#5740) to dirmngr sometimes hangs (rt#5740).
Aug 26 2009, 12:42 PM · dirmngr, kks, Bug Report
bernhard added a comment to T999: dirmngr sometimes hangs (rt#5740).

Refocussing this issue on the "hang" symptom.

Aug 26 2009, 12:42 PM · dirmngr, kks, Bug Report

Jul 20 2009

werner added a project to T999: dirmngr sometimes hangs (rt#5740): Restricted Project.
Jul 20 2009, 5:37 PM · dirmngr, kks, Bug Report
werner added a comment to T999: dirmngr sometimes hangs (rt#5740).

I guess I found it. The process was simply leaking file descriptors during the
LOOKUP commands. This should explain the hangings we noticed by some folks.
The fix is in svn rev 318. It boils down to this little patch:

Jul 20 2009, 5:36 PM · dirmngr, kks, Bug Report
bernhard added a comment to T999: dirmngr sometimes hangs (rt#5740).

I have an strace log for the time before the kill, it is quite boring only
4130804 lines of
2951 select(10, [9], NULL, NULL, {0, 0}) = 1 (in [9], left {0, 0})
2951 read(9, ""..., 8192) = 0
2951 fcntl64(9, F_GETFL) = 0x2 (flags O_RDWR)
2951 fcntl64(9, F_GETFL) = 0x2 (flags O_RDWR)
2951 select(10, [9], NULL, NULL, {0, 0}) = 1 (in [9], left {0, 0})
2951 read(9, ""..., 8192) = 0
2951 fcntl64(9, F_GETFL) = 0x2 (flags O_RDWR)
2951 fcntl64(9, F_GETFL) = 0x2 (flags O_RDWR)
2951 select(10, [9], NULL, NULL, {0, 0}) = 1 (in [9], left {0, 0})
2951 read(9, ""..., 8192) = 0
2951 fcntl64(9, F_GETFL) = 0x2 (flags O_RDWR)
2951 fcntl64(9, F_GETFL) = 0x2 (flags O_RDWR)

Jul 20 2009, 12:44 PM · dirmngr, kks, Bug Report
bernhard renamed T999: dirmngr sometimes hangs (rt#5740) from dirmngr ldap doesn't timeout when using ldap proxy to dirmngr ldap doesn't timeout when using ldap proxy (rt#5740).
Jul 20 2009, 11:04 AM · dirmngr, kks, Bug Report
bernhard added a comment to T999: dirmngr sometimes hangs (rt#5740).

New log with svn rev 313 send to Werner on friday. The user had killed dirmngr.
(I am putting the internal reference in the topic.)

Jul 20 2009, 11:04 AM · dirmngr, kks, Bug Report

Jun 17 2009

werner placed T855: Extend dirmngr LOOKUP command up for grabs.
Jun 17 2009, 4:24 PM · Feature Request, dirmngr
werner added a comment to T855: Extend dirmngr LOOKUP command.

Can someone please check this?

Jun 17 2009, 4:24 PM · Feature Request, dirmngr
werner claimed T1010: Cache file rename problem under W32.
Jun 17 2009, 3:07 PM · gpg4win, Bug Report, Windows 32, Windows, dirmngr

May 26 2009

werner added a comment to T999: dirmngr sometimes hangs (rt#5740).

I changed some diagnostics to better track possible problems. You may want to
try svn rev 313.

May 26 2009, 4:10 PM · dirmngr, kks, Bug Report

May 15 2009

bernhard added a comment to T999: dirmngr sometimes hangs (rt#5740).

Is it possible to write out a message when we hit such a timeout?
Make that timeout configurable nontheless?

May 15 2009, 11:04 AM · dirmngr, kks, Bug Report

Apr 3 2009

bernhard added a comment to T1021: documentation of Dirmngr misses "OPTION audit-events" and "LDAPSERVER"..

Werner, thanks for the quick response.
Yes I know that OPTION is generic, the question is what OPTIONs are supported
for a server and this is not mentioned for dirmngr and there is also no mention
of "audit-events" at all. Maybe audit-events is also generic?

Apr 3 2009, 10:52 AM · Too Old, Won't Fix, Bug Report, dirmngr
werner added a comment to T1021: documentation of Dirmngr misses "OPTION audit-events" and "LDAPSERVER"..

OPTION is a generic Asssuan command and as such not Dirmngr specific.
Listed two times becuase it is two times in the table. I removed the second one
from libassuan. To go into the next libassuan release.

Apr 3 2009, 9:35 AM · Too Old, Won't Fix, Bug Report, dirmngr

Apr 2 2009

bernhard updated subscribers of T1021: documentation of Dirmngr misses "OPTION audit-events" and "LDAPSERVER"..
Apr 2 2009, 3:33 PM · Too Old, Won't Fix, Bug Report, dirmngr
bernhard assigned T1021: documentation of Dirmngr misses "OPTION audit-events" and "LDAPSERVER". to werner.
Apr 2 2009, 3:33 PM · Too Old, Won't Fix, Bug Report, dirmngr
bernhard added a comment to T1021: documentation of Dirmngr misses "OPTION audit-events" and "LDAPSERVER"..

Okay, systematically, sending HELP to dirmngr 1.0.2 gives me the following
list:'# NOP\n# CANCEL\n# OPTION\n# BYE\n# AUTH\n# RESET\n# END\n# HELP\n#
OPTION\n# LDAPSERVER\n# ISVALID\n# CHECKCRL\n# CHECKOCSP\n# LOOKUP\n#
LOADCRL\n# LISTCRLS\n# CACHECERT\n# VALIDATE\n# INPUT\n# OUTPUT\nOK\n'

Apr 2 2009, 3:33 PM · Too Old, Won't Fix, Bug Report, dirmngr
bernhard renamed T1021: documentation of Dirmngr misses "OPTION audit-events" and "LDAPSERVER". from documentation of Dirmngr misses "OPTION audit-events" to documentation of Dirmngr misses "OPTION audit-events" and "LDAPSERVER"..
Apr 2 2009, 3:07 PM · Too Old, Won't Fix, Bug Report, dirmngr
bernhard added a comment to T1021: documentation of Dirmngr misses "OPTION audit-events" and "LDAPSERVER"..

Hmmm the "LDAPSERVER" command is also not mentioned.

Apr 2 2009, 3:07 PM · Too Old, Won't Fix, Bug Report, dirmngr
bernhard added projects to T1021: documentation of Dirmngr misses "OPTION audit-events" and "LDAPSERVER".: dirmngr, Bug Report.
Apr 2 2009, 3:05 PM · Too Old, Won't Fix, Bug Report, dirmngr