/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: 2010-03-27 18:50:53 UTC
  • mfrom: (24.1.146 mandos)
  • Revision ID: teddy@fukt.bsnet.se-20100327185053-ht5xs10afawgx0sq
Merge from Björn.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
*** A closed connection during the TLS handshake
9
9
*** A TCP timeout
10
10
** TODO [#B] Use capabilities instead of seteuid().
 
11
** TODO [#A] Retry --connect forever
11
12
 
12
13
* splashy
13
14
** TODO [#B] use scandir(3) instead of readdir(3)
14
15
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
15
 
** TODO use error() instead of perror()
 
16
** TODO [#B] use error() instead of perror()
16
17
 
17
18
* usplash
 
19
** TODO [#A] Make it work again
18
20
** TODO [#B] use scandir(3) instead of readdir(3)
19
21
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
20
 
** TODO use error() instead of perror()
 
22
** TODO [#B] use error() instead of perror()
21
23
 
22
24
* askpass-fifo
23
25
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
24
 
** TODO use error() instead of perror()
 
26
** TODO [#B] use error() instead of perror()
25
27
** TODO [#B] Drop privileges after opening FIFO.
26
28
 
27
29
* password-prompt
28
30
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
29
 
** TODO use error() instead of perror()
30
 
** TODO lock stdin (with flock()?)
 
31
** TODO [#B] use error() instead of perror()
 
32
** TODO [#B] lock stdin (with flock()?)
31
33
 
32
 
* TODO passdev
 
34
* TODO [#B] passdev
33
35
 
34
36
* plugin-runner
35
37
** TODO [#B] use scandir(3) instead of readdir(3)
36
38
** TODO [#C] use same file name rules as run-parts(8)
37
 
** TODO use error() instead of perror()
 
39
** kernel command line option for debug info
 
40
** TODO [#B] use error() instead of perror()
38
41
 
39
42
* mandos (server)
40
 
** TODO [#B] Log level                          :BUGS:
41
 
** TODO /etc/mandos/clients.d/*.conf
42
 
   Watch this directory and add/remove/update clients?
43
 
** TODO config for TXT record
44
 
** TODO [#B] Run-time communication with server :BUGS:
45
 
   Probably using D-Bus
46
 
*** Client class
47
 
*** Main server
48
 
    + SetLogLevel
49
 
      syslogger.setLevel(logging.WARNING)
50
 
    + [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
51
 
** 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:
52
53
   [[info:standards:Option%20Table][Table of Long Options]]
53
54
** TODO Implement --socket
54
55
   [[info:standards:Option%20Table][Table of Long Options]]
55
 
** TODO Date+time on console log messages       :BUGS:
 
56
** TODO Date+time on console log messages                                 :BUGS:
56
57
   Is this the default?
57
 
** TODO DBusServiceObjectUsingSuper
58
 
** TODO Global enable/disable flag
59
 
** TODO By-client countdown on secrets given
60
 
** TODO 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
61
62
   Whenever a client successfully gets a secret it could get a
62
63
   one-time timeout boost to allow for an fsck-incurred delay
63
 
** TODO Delay before client receives key
 
64
** TODO [#A] Delay before client receives key
64
65
   This would give an operator opportunity to cancel the request if
65
66
   desired.
66
 
** TODO Client manual approval mode
 
67
** TODO [#A] Client manual approval mode
67
68
   A client needs manual approval on the server before it gets the
68
69
   secret
69
 
** TODO Persistent state
70
 
   /var/lib/mandos/*
 
70
** TODO [#B] Support RFC 3339 time duration syntax
71
71
 
72
72
* mandos.xml
73
73
** [[file:mandos.xml::XXX][Document D-Bus interface]]
 
74
   Remove mention of lack of such interface in BUGS section
 
75
** Add mandos contact info in manual pages
74
76
 
75
 
* Provide and install /etc/dbus-1/system.d/mandos.conf
 
77
* TODO [#A] Provide and install /etc/dbus-1/system.d/mandos.conf
76
78
 
77
79
* mandos-ctl
78
80
*** Handle "no D-Bus server" and/or "no Mandos server found" better
79
81
*** [#B] --dump option
 
82
** TODO Support RFC 3339 time duration syntax
80
83
 
81
84
* TODO mandos-dispatch
82
85
  Listens for specified D-Bus signals and spawns shell commands with
83
86
  arguments.
84
87
 
85
88
* mandos-monitor
86
 
** D-Bus main loop w/ signal receiver
87
89
** Urwid client data displayer
88
 
*** Urwid scaffolding
89
 
*** Client Widgets
 
90
   Better view of client data in the listing
90
91
*** Properties popup
91
92
 
92
93
* mandos-keygen
97
98
   For testing decryption before rebooting.
98
99
 
99
100
* Makefile
100
 
** Implement DEB_BUILD_OPTIONS
 
101
** TODO [#C] Implement DEB_BUILD_OPTIONS
101
102
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
102
103
 
103
104
* Package