/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-09-17 03:21:20 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090917032120-b4svwsceox2vx38q
* plugins.d/mandos-client.c (start_mandos_communication): Bug fix:
                                                          always free
                                                          "decrypted_buffer".
                                                          Default to
                                                          fail unless
                                                          success is
                                                          achieved.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
* password-prompt
24
24
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
25
25
 
26
 
* TODO passdev
27
 
 
28
26
* plugin-runner
29
27
** TODO [#B] use scandir(3) instead of readdir(3)
30
28
** TODO [#C] use same file name rules as run-parts(8)
31
 
** kernel command line option for debug info
32
29
 
33
30
* mandos (server)
34
31
** TODO [#B] Log level                          :BUGS:
48
45
   [[info:standards:Option%20Table][Table of Long Options]]
49
46
** TODO Date+time on console log messages       :BUGS:
50
47
   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
51
50
** TODO DBusServiceObjectUsingSuper
52
 
** TODO Global enable/disable flag
53
 
** TODO By-client countdown on secrets given
54
 
** TODO Fix problem with fsck taking a really long time
 
51
** Global enable/disable flag
 
52
** By-client countdown on secrets given
 
53
** Fix problem with fsck taking a really long time
55
54
   Whenever a client successfully gets a secret it could get a
56
55
   one-time timeout boost to allow for an fsck-incurred delay
57
 
** TODO Delay before client receives key
58
 
   This would give an operator opportunity to cancel the request if
59
 
   desired.
60
 
** TODO Client manual approval mode
61
 
   A client needs manual approval on the server before it gets the
62
 
   secret
63
 
** TODO Persistent state
64
 
   /var/lib/mandos/*
65
56
 
66
57
* mandos.xml
67
58
** [[file:mandos.xml::XXX][Document D-Bus interface]]
68
 
** Add mandos contact info in manual pages
69
59
 
70
60
* Provide and install /etc/dbus-1/system.d/mandos.conf
71
61
 
73
63
*** Handle "no D-Bus server" and/or "no Mandos server found" better
74
64
*** [#B] --dump option
75
65
 
76
 
* TODO mandos-dispatch
77
 
  Listens for specified D-Bus signals and spawns shell commands with
78
 
  arguments.
79
 
 
80
 
* mandos-monitor
 
66
* mandos-name
81
67
** D-Bus mail loop w/ signal receiver
82
 
** Snack/Newt client data displayer
 
68
** Urwid/Newt client data displayer
 
69
*** Urwid scaffolding
83
70
*** Client Widgets
84
71
*** Properties popup
85
72