projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b15d917
)
document why monkeysphere import-subkey is not yet working.
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Fri, 20 Feb 2009 05:50:46 +0000
(
00:50
-0500)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Fri, 20 Feb 2009 05:50:46 +0000
(
00:50
-0500)
src/share/m/import_subkey
patch
|
blob
|
history
diff --git
a/src/share/m/import_subkey
b/src/share/m/import_subkey
index 7333f808d8c8a0f3fe9b14153c53fa02f2a329a7..8d60f26aaa849cbeeabbeccd8fc2a6f3ea01a9b7 100644
(file)
--- a/
src/share/m/import_subkey
+++ b/
src/share/m/import_subkey
@@
-13,6
+13,11
@@
# import an existing ssh key as a gpg subkey
+## 2009-02-20 00:49:11-0500: This is not implemented yet, because we
+## don't currently have a good way to manipulate the user's OpenPGP
+## secret key such that we could make a proper subkey binding
+## signature.
+
import_subkey() {
local sshKeyFile
local keyID
@@
-20,7
+25,7
@@
import_subkey() {
local fifoDir
# FIXME: implement!
- failure "imp
lement me
!"
+ failure "imp
ort-subkey is not implemented yet. We welcome patches. Sorry
!"
sshKeyFile="$1"
shift