Discussion:
[Tickets #10931] Re: submitting public key to keyserver fails
(too old to reply)
n***@bugs.horde.org
2013-11-13 01:33:06 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/10931
------------------------------------------------------------------------------
Ticket | 10931
Updated By | Git Commit <***@lists.horde.org>
Summary | submitting public key to keyserver fails
Queue | IMP
Version | 5.0.15
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------


Git Commit <***@lists.horde.org> (2013-11-13 01:33) wrote:

Changes have been made in Git (master):

commit 6defd320c3049fac13514d9555f05452ea05b3da
Author: Michael M Slusarz <***@horde.org>
Date: Tue Nov 12 18:28:58 2013 -0700

[mms] Move PGP keyserver code to a separate
Horde_Crypt_Pgp_Keyserver class.

[mms] PGP keyserver code now uses Horde_Http_Client to connect to
the keyserver.
[mms] Fix submitting PGP keys to a public keyserver (Bug #10931).

framework/Crypt/lib/Horde/Crypt/Pgp.php | 199 +++--------------
framework/Crypt/lib/Horde/Crypt/Pgp/Keyserver.php | 236
++++++++++++++++++++
framework/Crypt/package.xml | 26 ++-
.../Crypt/test/Horde/Crypt/PgpKeyserverTest.php | 24 +-
framework/Crypt/test/Horde/Crypt/conf.php.dist | 2 +-
5 files changed, 306 insertions(+), 181 deletions(-)

http://git.horde.org/horde-git/-/commit/6defd320c3049fac13514d9555f05452ea05b3da
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
n***@bugs.horde.org
2013-12-17 11:39:00 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/10931
------------------------------------------------------------------------------
Ticket | 10931
Updated By | Git Commit <***@lists.horde.org>
Summary | submitting public key to keyserver fails
Queue | IMP
Version | 5.0.15
Type | Bug
State | Resolved
Priority | 2. Medium
Milestone |
Patch |
Owners | Michael Slusarz
------------------------------------------------------------------------------


Git Commit <***@lists.horde.org> (2013-12-17 11:39) wrote:

Changes have been made in Git (master):

commit 03ca5ae47839ffe58eb82012418007fa86dd6b38
Author: Michael M Slusarz <***@horde.org>
Date: Tue Nov 12 18:28:58 2013 -0700

[mms] Move PGP keyserver code to a separate
Horde_Crypt_Pgp_Keyserver class.

[mms] PGP keyserver code now uses Horde_Http_Client to connect to
the keyserver.
[mms] Fix submitting PGP keys to a public keyserver (Bug #10931).

framework/Crypt/lib/Horde/Crypt/Pgp.php | 199 +++--------------
framework/Crypt/lib/Horde/Crypt/Pgp/Keyserver.php | 236
++++++++++++++++++++
framework/Crypt/package.xml | 26 ++-
.../Crypt/test/Horde/Crypt/PgpKeyserverTest.php | 24 +-
framework/Crypt/test/Horde/Crypt/conf.php.dist | 2 +-
5 files changed, 306 insertions(+), 181 deletions(-)

http://git.horde.org/horde-git/-/commit/03ca5ae47839ffe58eb82012418007fa86dd6b38
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
n***@bugs.horde.org
2013-12-17 11:39:19 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/10931
------------------------------------------------------------------------------
Ticket | 10931
Updated By | Git Commit <***@lists.horde.org>
Summary | submitting public key to keyserver fails
Queue | IMP
Version | 5.0.15
Type | Bug
State | Resolved
Priority | 2. Medium
Milestone |
Patch |
Owners | Michael Slusarz
------------------------------------------------------------------------------


Git Commit <***@lists.horde.org> (2013-12-17 11:39) wrote:

Changes have been made in Git (master):

commit 43c3dd7abd06ce6a566c5ba23d834591b08f3a7a
Author: Michael M Slusarz <***@horde.org>
Date: Tue Nov 12 18:28:58 2013 -0700

[mms] Move PGP keyserver code to a separate
Horde_Crypt_Pgp_Keyserver class.

[mms] PGP keyserver code now uses Horde_Http_Client to connect to
the keyserver.
[mms] Fix submitting PGP keys to a public keyserver (Bug #10931).

framework/Crypt/lib/Horde/Crypt/Pgp.php | 199 +++--------------
framework/Crypt/lib/Horde/Crypt/Pgp/Keyserver.php | 236
++++++++++++++++++++
framework/Crypt/package.xml | 26 ++-
.../Crypt/test/Horde/Crypt/PgpKeyserverTest.php | 24 +-
framework/Crypt/test/Horde/Crypt/conf.php.dist | 2 +-
5 files changed, 306 insertions(+), 181 deletions(-)

http://git.horde.org/horde-git/-/commit/43c3dd7abd06ce6a566c5ba23d834591b08f3a7a
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
n***@bugs.horde.org
2013-12-17 11:39:36 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/10931
------------------------------------------------------------------------------
Ticket | 10931
Updated By | Git Commit <***@lists.horde.org>
Summary | submitting public key to keyserver fails
Queue | IMP
Version | 5.0.15
Type | Bug
State | Resolved
Priority | 2. Medium
Milestone |
Patch |
Owners | Michael Slusarz
------------------------------------------------------------------------------


Git Commit <***@lists.horde.org> (2013-12-17 11:39) wrote:

Changes have been made in Git (master):

commit 47502c301a032da8d90d3f663fe055ca62d3449a
Author: Michael M Slusarz <***@horde.org>
Date: Tue Nov 12 18:28:58 2013 -0700

[mms] Move PGP keyserver code to a separate
Horde_Crypt_Pgp_Keyserver class.

[mms] PGP keyserver code now uses Horde_Http_Client to connect to
the keyserver.
[mms] Fix submitting PGP keys to a public keyserver (Bug #10931).

framework/Crypt/lib/Horde/Crypt/Pgp.php | 199 +++--------------
framework/Crypt/lib/Horde/Crypt/Pgp/Keyserver.php | 236
++++++++++++++++++++
framework/Crypt/package.xml | 26 ++-
.../Crypt/test/Horde/Crypt/PgpKeyserverTest.php | 24 +-
framework/Crypt/test/Horde/Crypt/conf.php.dist | 2 +-
5 files changed, 306 insertions(+), 181 deletions(-)

http://git.horde.org/horde-git/-/commit/47502c301a032da8d90d3f663fe055ca62d3449a
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
n***@bugs.horde.org
2013-12-17 11:39:53 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/10931
------------------------------------------------------------------------------
Ticket | 10931
Updated By | Git Commit <***@lists.horde.org>
Summary | submitting public key to keyserver fails
Queue | IMP
Version | 5.0.15
Type | Bug
State | Resolved
Priority | 2. Medium
Milestone |
Patch |
Owners | Michael Slusarz
------------------------------------------------------------------------------


Git Commit <***@lists.horde.org> (2013-12-17 11:39) wrote:

Changes have been made in Git (master):

commit 09c1913ecd9fbaebbfc72ae4be4f2472c62dd8ed
Author: Michael M Slusarz <***@horde.org>
Date: Tue Nov 12 18:28:58 2013 -0700

[mms] Move PGP keyserver code to a separate
Horde_Crypt_Pgp_Keyserver class.

[mms] PGP keyserver code now uses Horde_Http_Client to connect to
the keyserver.
[mms] Fix submitting PGP keys to a public keyserver (Bug #10931).

framework/Crypt/lib/Horde/Crypt/Pgp.php | 199 +++--------------
framework/Crypt/lib/Horde/Crypt/Pgp/Keyserver.php | 236
++++++++++++++++++++
framework/Crypt/package.xml | 26 ++-
.../Crypt/test/Horde/Crypt/PgpKeyserverTest.php | 24 +-
framework/Crypt/test/Horde/Crypt/conf.php.dist | 2 +-
5 files changed, 306 insertions(+), 181 deletions(-)

http://git.horde.org/horde-git/-/commit/09c1913ecd9fbaebbfc72ae4be4f2472c62dd8ed
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
Loading...