/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: 2009-12-27 03:35:58 UTC
  • Revision ID: teddy@fukt.bsnet.se-20091227033558-y57wv1u4cls3i8kq
TODO file changes.

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
18
19
** TODO [#B] use scandir(3) instead of readdir(3)
19
20
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
20
 
** TODO use error() instead of perror()
 
21
** TODO [#B] use error() instead of perror()
 
22
** TODO [#A] Check if it still works
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
** TODO [#B] use error() instead of perror()
38
40
 
39
41
* 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:
 
42
** TODO [#B] Log level                                                    :BUGS:
 
43
** TODO Persistent state                                                  :BUGS:
 
44
   /var/lib/mandos/*
 
45
*** TODO /etc/mandos/clients.d/*.conf
 
46
    Watch this directory and add/remove/update clients?
 
47
** TODO [#C] config for TXT record
 
48
** TODO Log level option
 
49
   syslogger.setLevel(logging.WARNING)
 
50
   + SetLogLevel D-Bus call
 
51
** TODO Implement --foreground                                            :BUGS:
52
52
   [[info:standards:Option%20Table][Table of Long Options]]
53
53
** TODO Implement --socket
54
54
   [[info:standards:Option%20Table][Table of Long Options]]
55
 
** TODO Date+time on console log messages       :BUGS:
 
55
** TODO Date+time on console log messages                                 :BUGS:
56
56
   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
 
57
** TODO [#C] DBusServiceObjectUsingSuper
 
58
** TODO [#B] Global enable/disable flag
 
59
** TODO [#B] By-client countdown on secrets given
 
60
** TODO [#B] Fix problem with fsck taking a really long time
61
61
   Whenever a client successfully gets a secret it could get a
62
62
   one-time timeout boost to allow for an fsck-incurred delay
63
 
** TODO Delay before client receives key
 
63
** TODO [#A] Delay before client receives key
64
64
   This would give an operator opportunity to cancel the request if
65
65
   desired.
66
 
** TODO Client manual approval mode
 
66
** TODO [#A] Client manual approval mode
67
67
   A client needs manual approval on the server before it gets the
68
68
   secret
69
 
** TODO Persistent state
70
 
   /var/lib/mandos/*
71
 
** TODO Support RFC 3339 time duration syntax
 
69
** TODO [#B] Support RFC 3339 time duration syntax
72
70
 
73
71
* mandos.xml
74
72
** [[file:mandos.xml::XXX][Document D-Bus interface]]
 
73
   Remove mention of lack of such interface in BUGS section
75
74
 
76
 
* Provide and install /etc/dbus-1/system.d/mandos.conf
 
75
* TODO [#A] Provide and install /etc/dbus-1/system.d/mandos.conf
77
76
 
78
77
* mandos-ctl
79
78
*** Handle "no D-Bus server" and/or "no Mandos server found" better
86
85
 
87
86
* mandos-monitor
88
87
** Urwid client data displayer
 
88
   Better view of client data in the listing
89
89
*** Properties popup
90
90
 
91
91
* mandos-keygen
96
96
   For testing decryption before rebooting.
97
97
 
98
98
* Makefile
99
 
** Implement DEB_BUILD_OPTIONS
 
99
** TODO [#C] Implement DEB_BUILD_OPTIONS
100
100
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
101
101
 
102
102
* Package