From 5475afc7f89d75e9b17394f1dec530acfed29bcc Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 2 Sep 2008 18:41:29 -0400 Subject: comment on passphrase-less key bug. --- .../bugs/handle-passphrase-locked-secret-keys.mdwn | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'website/bugs') diff --git a/website/bugs/handle-passphrase-locked-secret-keys.mdwn b/website/bugs/handle-passphrase-locked-secret-keys.mdwn index bc2a64c..f66bd41 100644 --- a/website/bugs/handle-passphrase-locked-secret-keys.mdwn +++ b/website/bugs/handle-passphrase-locked-secret-keys.mdwn @@ -1,4 +1,4 @@ -[[meta title="MonkeySphere needs to be able to cleanly export passphrase-locked secret keys from the GPG keyring"]] +[[meta title="MonkeySphere can't deal with passphrase-locked primary keys]] At the moment, the only tool we have to export passphrase-locked secret keys from the GPG keyring is `gpg` itself (and `gpg2`, which @@ -100,6 +100,18 @@ Other alternatives? Can this bug be closed? dkg [reported in a comment for a related bug](/bugs/install-seckey2sshagent-in-usr-bin/): - Version 0.11-1 now has the monkeysphere subkey-to-ssh-agent - subcommand, which works cleanly in the presence of a - functionally-patched GnuTLS. + Version 0.11-1 now has the monkeysphere subkey-to-ssh-agent + subcommand, which works cleanly in the presence of a + functionally-patched GnuTLS. + +-------- + +Even with the patched GnuTLS, monkeysphere currently can't currently +deal with passphrase-locked primary keys. I've changed the title of +this bug, but i'd like to keep it open until we are able to deal with +that. The other comments here seem still quite relevant to that +need. + +I've changed the title of this bug to reflect the narrowed scope. + + --dkg -- cgit v1.2.3 From dafe14353c11938dd6a7f0fc33cfe150dd8157d9 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 2 Sep 2008 18:46:36 -0400 Subject: closing test server request, since no one has stepped up to volunteer to maintain account generation, etc. --- website/bugs/setup-test-server-for-public.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'website/bugs') diff --git a/website/bugs/setup-test-server-for-public.mdwn b/website/bugs/setup-test-server-for-public.mdwn index c926dc6..4c76be1 100644 --- a/website/bugs/setup-test-server-for-public.mdwn +++ b/website/bugs/setup-test-server-for-public.mdwn @@ -75,3 +75,10 @@ and I'm not really willing to maintain it myself, but if someone else wants to handle that, that would be fine with me. -- jgr + +--- + +i'm not really willing to maintain anything extra either, so i'm +[closing this ticket as completed](/bugs/done). + +--dkg -- cgit v1.2.3 From e987c4c4cd94fea8b44b39f800ecd2a94712f7d0 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 2 Sep 2008 18:51:49 -0400 Subject: fixing typo --- website/bugs/handle-passphrase-locked-secret-keys.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/bugs') diff --git a/website/bugs/handle-passphrase-locked-secret-keys.mdwn b/website/bugs/handle-passphrase-locked-secret-keys.mdwn index f66bd41..b58650e 100644 --- a/website/bugs/handle-passphrase-locked-secret-keys.mdwn +++ b/website/bugs/handle-passphrase-locked-secret-keys.mdwn @@ -1,4 +1,4 @@ -[[meta title="MonkeySphere can't deal with passphrase-locked primary keys]] +[[meta title="MonkeySphere can't deal with passphrase-locked primary keys"]] At the moment, the only tool we have to export passphrase-locked secret keys from the GPG keyring is `gpg` itself (and `gpg2`, which -- cgit v1.2.3 From 5863b0ab999a356b149edd57e80283c79b8e53d6 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 2 Sep 2008 18:53:27 -0400 Subject: fixing broken link syntax --- website/bugs/setup-test-server-for-public.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/bugs') diff --git a/website/bugs/setup-test-server-for-public.mdwn b/website/bugs/setup-test-server-for-public.mdwn index 4c76be1..5b05759 100644 --- a/website/bugs/setup-test-server-for-public.mdwn +++ b/website/bugs/setup-test-server-for-public.mdwn @@ -79,6 +79,6 @@ wants to handle that, that would be fine with me. --- i'm not really willing to maintain anything extra either, so i'm -[closing this ticket as completed](/bugs/done). +closing this ticket as [[bugs/done]]. --dkg -- cgit v1.2.3 From 1af50725c81108849fc677a412f3b5ee131fc935 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 2 Sep 2008 20:12:06 -0400 Subject: preparing for 0.12-1 release. --- debian/changelog | 2 +- website/bugs/monkeysphere-ssh-proxycommand-quiet-option.mdwn | 4 ++++ website/news/release-0.12-1.mdwn | 9 +++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 website/news/release-0.12-1.mdwn (limited to 'website/bugs') diff --git a/debian/changelog b/debian/changelog index 8d33273..85cb655 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -monkeysphere (0.12-1) UNRELEASED; urgency=low +monkeysphere (0.12-1) experimental; urgency=low [ Jameson Graef Rollins ] * Improved output handling. New LOG_LEVEL variable. diff --git a/website/bugs/monkeysphere-ssh-proxycommand-quiet-option.mdwn b/website/bugs/monkeysphere-ssh-proxycommand-quiet-option.mdwn index 4070d0a..b814d35 100644 --- a/website/bugs/monkeysphere-ssh-proxycommand-quiet-option.mdwn +++ b/website/bugs/monkeysphere-ssh-proxycommand-quiet-option.mdwn @@ -245,3 +245,7 @@ I'll leave the bug open for a bit until it get more tested and 0.12 gets pushed out. -- BJ + +--- + +I think this is [[/bugs/done]] as of version 0.12-1. diff --git a/website/news/release-0.12-1.mdwn b/website/news/release-0.12-1.mdwn new file mode 100644 index 0000000..ed1ecbb --- /dev/null +++ b/website/news/release-0.12-1.mdwn @@ -0,0 +1,9 @@ +[[meta title="MonkeySphere 0.12-1 released!"]] + +# MonkeySphere 0.12-1 released! # + +MonkeySphere 0.12-1 has been released. This release includes +documentation updates, and a re-organized logging subsystem with +various levels of verbosity, modeled after LogLevel in OpenSSH. + +[[download]] it now! -- cgit v1.2.3 From 78f843279c93b2683c17d15b834107c9f79b3050 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 2 Sep 2008 22:23:22 -0400 Subject: getting rid of nav template, relying on sidebar instead. --- website/archive-key.mdwn | 1 - website/bugs.mdwn | 3 +-- website/bugs/done.mdwn | 2 +- website/community.mdwn | 2 -- website/doc.mdwn | 1 - website/download.mdwn | 2 +- website/index.mdwn | 2 -- website/news.mdwn | 1 - website/similar.mdwn | 1 - website/why.mdwn | 2 -- 10 files changed, 3 insertions(+), 14 deletions(-) (limited to 'website/bugs') diff --git a/website/archive-key.mdwn b/website/archive-key.mdwn index ea44457..45ac86e 100644 --- a/website/archive-key.mdwn +++ b/website/archive-key.mdwn @@ -1,5 +1,4 @@ [[meta title="Monkeysphere archive signing key"]] -[[!template id="nav"]] [[toc ]] ## Verifying the key ## diff --git a/website/bugs.mdwn b/website/bugs.mdwn index 06a4d3a..30bccd1 100644 --- a/website/bugs.mdwn +++ b/website/bugs.mdwn @@ -1,5 +1,4 @@ -[[!template id="nav"]] -[[meta title="Bugs"]] +[[meta title="Open Bugs"]] This is Monkeysphere's bug list. You can also browse our [completed bugs](done). If you don't have commit access to the public repo, we'd appreciate diff --git a/website/bugs/done.mdwn b/website/bugs/done.mdwn index 282e804..dc331f9 100644 --- a/website/bugs/done.mdwn +++ b/website/bugs/done.mdwn @@ -1,4 +1,4 @@ -[[!template id="nav"]] +[[meta title="Completed Bugs"]] Recently fixed [[bugs]]. diff --git a/website/community.mdwn b/website/community.mdwn index b06637b..c603349 100644 --- a/website/community.mdwn +++ b/website/community.mdwn @@ -1,5 +1,3 @@ -[[!template id="nav"]] - [[meta title="Community"]] ## Mailing list ## diff --git a/website/doc.mdwn b/website/doc.mdwn index 634afd9..997c34d 100644 --- a/website/doc.mdwn +++ b/website/doc.mdwn @@ -1,4 +1,3 @@ -[[!template id="nav"]] [[meta title="Documentation"]] ## Dependencies ## diff --git a/website/download.mdwn b/website/download.mdwn index ad14bce..9db7c94 100644 --- a/website/download.mdwn +++ b/website/download.mdwn @@ -1,4 +1,4 @@ -[[!template id="nav"]] +[[meta title="Download"]] ## Downloading and Installing ## diff --git a/website/index.mdwn b/website/index.mdwn index a3329d4..7c9030a 100644 --- a/website/index.mdwn +++ b/website/index.mdwn @@ -1,5 +1,3 @@ -[[!template id="nav"]] - [[toc ]] The Monkeysphere project's goal is to extend OpenPGP's web of trust to diff --git a/website/news.mdwn b/website/news.mdwn index 7380eff..359e02b 100644 --- a/website/news.mdwn +++ b/website/news.mdwn @@ -1,4 +1,3 @@ -[[!template id="nav"]] [[meta title="News"]] Here are the latest announcements about the Monkeysphere. diff --git a/website/similar.mdwn b/website/similar.mdwn index ae3f728..271d5ea 100644 --- a/website/similar.mdwn +++ b/website/similar.mdwn @@ -1,4 +1,3 @@ -[[!template id="nav"]] [[meta title="Similar Projects"]] The monkeysphere isn't the only project intending to implement a PKI diff --git a/website/why.mdwn b/website/why.mdwn index 5dc0e05..b9f4117 100644 --- a/website/why.mdwn +++ b/website/why.mdwn @@ -1,5 +1,3 @@ -[[!template id="nav"]] - [[meta title="Why should you be interested in the MonkeySphere?"]] [[toc ]] -- cgit v1.2.3