reported bug about seahorse to debian at: http://bugs.debian.org/501085
[monkeysphere.git] / doc / TODO
1 Next-Steps Monkeysphere Projects:
2 ---------------------------------
3
4 Detail advantages of monkeysphere: detail the race conditions in ssh,
5    and how the monkeysphere can help you reduce these threat vectors:
6    threat model reduction diagrams.
7
8 Handle unverified monkeysphere hosts in such a way that they're not
9    always removed from known_hosts file.  Ask user to lsign the host
10    key?
11
12 Work out the details (and describe a full use case) for assigning a
13    REVOKER during monkeysphere-server gen_key -- how is this set?  How
14    do we export it so it's available when a second-party revocation is
15    needed?
16
17 Provide a friendly interactive UI for marginal or failing client-side
18    hostkey verifications.  Handle the common cases smoothly, and
19    provide good debugging info for the unusual cases.
20
21 Create ssh2openpgp or convert to full-fledged keytrans.
22
23 Resolve the bugs listed in openpgp2ssh(1):BUGS.
24
25 Understand and document the output of gpg --check-trustdb:
26  gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
27  gpg: depth: 0  valid:   2  signed:  20  trust: 0-, 0q, 0n, 0m, 0f, 2u
28  gpg: depth: 1  valid:  20  signed:  67  trust: 15-, 0q, 1n, 3m, 1f, 0u
29  gpg: next trustdb check due at 2008-10-09
30
31 Understand and document the numeric values between sig! and the keyid
32    in "gpg --check-sigs $KEYID" .  Compare with the details found from
33    "gpg --with-colons --check-sigs $KEYID".  This has to do with trust
34    signatures.
35
36 Fix gpg's documentation to clarify the difference between validity and
37    ownertrust.  Include better documentation for trust signatures.
38
39 Make it easier to do domain-relative ssh host trust signatures with
40    gnupg. (e.g. "i trust Jamie McClelland (keyID 76CC057D) to properly
41    identify ssh servers in the mayfirst.org domain") See:
42    http://tools.ietf.org/html/rfc4880#section-5.2.3.21 and grep for
43    "tsign" in gpg(1).
44
45 Fix the order of questions when user does a tsign in gpg or gpg2.
46
47 File bug against ssh-keygen about how "-R" option removes comments
48    from known_hosts file.
49
50 File bug against ssh-keygen to see if we can get it to write to hash a
51    known_hosts file to/from stdout/stdin.
52
53 When using ssh-proxycommand, if only host keys found are expired or
54    revoked, then output loud warning with prompt, or fail hard.
55
56 File bug against enigmail about lack of ability to create subkeys.
57
58 Test and document what happens when any filesystem that the
59    monkeysphere-server relies on and modifies (/tmp, /etc, and /var?)
60    fills up.
61
62 Optimize keyserver access, particularly on monkeysphere-server
63    update-users -- is there a way to query the keyserver all in a
64    chunk?
65
66 Create DSA authentication subkey for server during gen-key
67
68 Fix behavior when add-identity-certifier fails to fetch a key from the
69    keyserver.
70
71 Allow server administrators to add-identity-certifier from a key in
72    the filesystem (or on stdin, etc)
73
74 Think about packaging monkeysphere for other (non-apt-based) operating
75    systems.  RPM-based linux systems, FreeBSD ports, and Mac OS X seem
76    like the most likely candidates.