Merge commit 'dkg/master'
[monkeysphere.git] / doc / TODO
1 Next-Steps Monkeysphere Projects:
2 ---------------------------------
3
4 Provide a friendly interactive UI for marginal or failing client-side
5    hostkey verifications.  Handle the common cases smoothly, and
6    provide good debugging info for the unusual cases.
7
8 Make sure onak properly escapes user IDs with colons in them.
9
10 Build a decent, presentable web site for documentation, evangelism,
11    etc.  Include a mention of how to report trouble or concerns.
12
13 Create ssh2openpgp or convert to full-fledged keytrans.
14
15 Resolve the bugs listed in openpgp2ssh(1):BUGS.
16
17 Understand and document alternate trustdb models.
18
19 Understand and document the output of gpg --check-trustdb:
20  gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
21  gpg: depth: 0  valid:   2  signed:  20  trust: 0-, 0q, 0n, 0m, 0f, 2u
22  gpg: depth: 1  valid:  20  signed:  67  trust: 15-, 0q, 1n, 3m, 1f, 0u
23  gpg: next trustdb check due at 2008-10-09
24
25 Understand and document the numeric values between sig! and the keyid
26    in "gpg --check-sigs $KEYID" .  Compare with the details found from
27    "gpg --with-colons --check-sigs $KEYID".  This has to do with trust
28    signatures.
29
30 Fix gpg's documentation to clarify the difference between validity and
31    ownertrust.  Include better documentation for trust signatures.
32
33 Make it easier to do domain-relative ssh host trust signatures with
34    gnupg. (e.g. "i trust Jamie McClelland (keyID 76CC057D) to properly
35    identify ssh servers in the mayfirst.org domain") See:
36    http://tools.ietf.org/html/rfc4880#section-5.2.3.21 and grep for
37    "tsign" in gpg(1).
38
39 Fix the order of questions when user does a tsign in gpg or gpg2.