/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Teddy Hogeborn
  • Date: 2011-07-25 18:52:11 UTC
  • mfrom: (489 trunk)
  • mto: (237.4.29 release)
  • mto: This revision was merged to the branch mainline in revision 490.
  • Revision ID: teddy@fukt.bsnet.se-20110725185211-wlitr9jvs70e1xh8
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
 
3
* Use _attribute_((nonnull)) wherever possible.
 
4
 
 
5
* mandos-applet
 
6
 
 
7
* Convert README into intro(8mandos) man page
 
8
 
3
9
* mandos-client
4
 
** TODO [#B] use scandir(3) instead of readdir(3)
5
 
** TODO [#B] Prefix all debug output with argv[0]
6
 
** TODO [#B] Retry a server which has a non-definite reply:
7
 
*** A closed connection during the TLS handshake
8
 
*** A TCP timeout
9
10
** TODO [#B] Use capabilities instead of seteuid().
 
11
** TODO [#B] Use struct sockaddr_storage instead of a union
 
12
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
 
13
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
 
14
** TODO [#B] Accept [] around IPv6 address in --connect option; see [[http://tools.ietf.org/html/rfc5952][RFC 5952 - A Recommendation for IPv6 Address Text Representation]]
10
15
 
11
16
* splashy
12
17
** TODO [#B] use scandir(3) instead of readdir(3)
13
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
14
18
 
15
19
* usplash
 
20
** TODO [#A] Make it work again
16
21
** TODO [#B] use scandir(3) instead of readdir(3)
17
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
22
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
18
23
 
19
24
* askpass-fifo
20
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
21
25
** TODO [#B] Drop privileges after opening FIFO.
22
26
 
23
27
* password-prompt
24
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
28
** TODO [#B] lock stdin (with flock()?)
 
29
 
 
30
* plymouth
 
31
 
 
32
* TODO [#B] passdev
25
33
 
26
34
* plugin-runner
 
35
** TODO handle printing for errors for plugins
 
36
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
27
37
** TODO [#B] use scandir(3) instead of readdir(3)
28
38
** TODO [#C] use same file name rules as run-parts(8)
 
39
** kernel command line option for debug info
 
40
** TODO [#B] Use openat()
29
41
 
30
42
* mandos (server)
31
 
** TODO [#B] Log level                          :BUGS:
32
 
** TODO /etc/mandos/clients.d/*.conf
33
 
   Watch this directory and add/remove/update clients?
34
 
** TODO config for TXT record
35
 
** TODO [#B] Run-time communication with server :BUGS:
36
 
   Probably using D-Bus
37
 
*** Client class
38
 
*** Main server
39
 
    + SetLogLevel
40
 
      syslogger.setLevel(logging.WARNING)
41
 
    + [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
42
 
** TODO Implement --foreground                  :BUGS:
 
43
** TODO [#B] Log level                                                    :BUGS:
 
44
** TODO Persistent state                                                  :BUGS:
 
45
   /var/lib/mandos/*
 
46
*** TODO /etc/mandos/clients.d/*.conf
 
47
    Watch this directory and add/remove/update clients?
 
48
** TODO [#C] config for TXT record
 
49
** TODO Log level option
 
50
   syslogger.setLevel(logging.WARNING)
 
51
   + SetLogLevel D-Bus call
 
52
** TODO Implement --foreground                                            :BUGS:
43
53
   [[info:standards:Option%20Table][Table of Long Options]]
44
54
** TODO Implement --socket
45
55
   [[info:standards:Option%20Table][Table of Long Options]]
46
 
** TODO Date+time on console log messages       :BUGS:
 
56
** TODO Date+time on console log messages                                 :BUGS:
47
57
   Is this the default?
48
 
** TODO Split IPv6_TCPServer into a generic and Mandos-specific class
49
 
** TODO move handle_ipc out of IPv6_TCPServer
50
 
** TODO DBusServiceObjectUsingSuper
51
 
** Global enable/disable flag
52
 
** By-client countdown on secrets given
53
 
** Fix problem with fsck taking a really long time
 
58
** TODO [#C] DBusServiceObjectUsingSuper
 
59
** TODO [#B] Global enable/disable flag
 
60
** TODO [#B] By-client countdown on secrets given
 
61
** TODO [#B] Fix problem with fsck taking a really long time
54
62
   Whenever a client successfully gets a secret it could get a
55
63
   one-time timeout boost to allow for an fsck-incurred delay
 
64
** TODO [#A] Delay before client receives key
 
65
   This would give an operator opportunity to cancel the request if
 
66
   desired.
 
67
** TODO [#A] Client manual approval mode
 
68
   A client needs manual approval on the server before it gets the
 
69
   secret
 
70
** TODO [#B] Support RFC 3339 time duration syntax
 
71
** More D-Bus methods
 
72
*** NeedsApproval(50, True) -> timeout, default approve
 
73
    Default approval is configurable, but True by default
 
74
    + Approve(True) -> approve sending saved
 
75
    + Approve(False) -> Close client connection immediately
 
76
*** NeedsPassword(50) - Timeout, default disapprove
 
77
    + SetPass(u"gazonk", True) -> Approval, persistent
 
78
    + Approve(False) -> Close client connection immediately
 
79
** TODO [#C] python-parsedatetime
 
80
** TODO [#C] systemd/launchd
 
81
   http://0pointer.de/blog/projects/systemd.html
 
82
** TODO Separate logging logic to own object
 
83
** TODO make clients to a dict!
 
84
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
 
85
** TODO [#B] break the wait on approval_delay if connection dies
 
86
** TODO Generate Client.runtime_expansions from client options + extra
 
87
** TODO Allow %%(checker)s as a runtime expansion
 
88
** TODO Use python-tlslite?
56
89
 
57
90
* mandos.xml
58
 
** [[file:mandos.xml::XXX][Document D-Bus interface]]
59
 
 
60
 
* Provide and install /etc/dbus-1/system.d/mandos.conf
 
91
** Add mandos contact info in manual pages
61
92
 
62
93
* mandos-ctl
63
94
*** Handle "no D-Bus server" and/or "no Mandos server found" better
64
95
*** [#B] --dump option
65
 
 
66
 
* mandos-name
67
 
** D-Bus mail loop w/ signal receiver
68
 
** Urwid/Newt client data displayer
69
 
*** Urwid scaffolding
70
 
*** Client Widgets
 
96
** TODO Support RFC 3339 time duration syntax
 
97
 
 
98
* TODO mandos-dispatch
 
99
  Listens for specified D-Bus signals and spawns shell commands with
 
100
  arguments.
 
101
 
 
102
* mandos-monitor
 
103
** TODO help should be toggleable
 
104
** Urwid client data displayer
 
105
   Better view of client data in the listing
71
106
*** Properties popup
 
107
** Nicer crashes. Stack traces Messes up shell.
 
108
*** Print a nice "We are sorry" message, save stack trace to log.
 
109
** Show timeout countdown for approval
72
110
 
73
111
* mandos-keygen
74
112
** TODO Loop until passwords match when run interactively
77
115
** TODO [#B] "--test" option
78
116
   For testing decryption before rebooting.
79
117
 
 
118
* Makefile
 
119
** TODO Add "--Xlinker --as-needed"
 
120
   http://udrepper.livejournal.com/19395.html
 
121
** TODO [#C] Implement DEB_BUILD_OPTIONS
 
122
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
 
123
 
80
124
* Package
81
125
** /usr/share/initramfs-tools/hooks/mandos
82
126
*** TODO [#C] use same file name rules as run-parts(8)
85
129
** TODO [#C] /etc/bash_completion.d/mandos
86
130
   From XML sources directly?
87
131
 
 
132
* Side Stuff
 
133
** TODO Locate which packet move the other bin/sh when busy box is deactivated
 
134
** TODO contact owner of packet, and ask them to have that shell static in position regardless of busybox
 
135
 
88
136
 
89
137
#+STARTUP: showall