/mandos/release

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

« back to all changes in this revision

Viewing changes to TODO

* init.d-mandos: Bug fix: Correct the LSB header.

* mandos.xml (CHECKING): Add text about client disabling requiring
                         manual intervention to reverse.

* plugin-runner.c: Cast return value of TEMP_FAILURE_RETRY to "int"
                   where necessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
** TODO [#B] Use capabilities instead of seteuid().
10
10
 
11
11
* splashy
 
12
** TODO [#A] Re-raise signal received when exiting due to handled signal  :test:
12
13
** TODO [#B] use scandir(3) instead of readdir(3)
13
14
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
14
15
 
15
16
* usplash
 
17
** TODO [#A] Re-raise signal received when exiting due to handled signal.
16
18
** TODO [#B] use scandir(3) instead of readdir(3)
17
19
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
18
20
 
23
25
* password-prompt
24
26
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
25
27
 
26
 
* TODO passdev
27
 
 
28
28
* plugin-runner
29
29
** TODO [#B] use scandir(3) instead of readdir(3)
30
30
** TODO [#C] use same file name rules as run-parts(8)
47
47
   [[info:standards:Option%20Table][Table of Long Options]]
48
48
** TODO Date+time on console log messages       :BUGS:
49
49
   Is this the default?
 
50
** TODO Split IPv6_TCPServer into a generic and Mandos-specific class
 
51
** TODO move handle_ipc out of IPv6_TCPServer
50
52
** TODO DBusServiceObjectUsingSuper
51
 
** TODO Global enable/disable flag
52
 
** TODO By-client countdown on secrets given
53
 
** TODO Fix problem with fsck taking a really long time
 
53
** Global enable/disable flag
 
54
** By-client countdown on secrets given
 
55
** Fix problem with fsck taking a really long time
54
56
   Whenever a client successfully gets a secret it could get a
55
57
   one-time timeout boost to allow for an fsck-incurred delay
56
 
** TODO Delay before client receives key
57
 
   This would give an operator opportunity to cancel the request if
58
 
   desired.
59
 
** TODO Client manual approval mode
60
 
   A client needs manual approval on the server before it gets the
61
 
   secret
62
 
** TODO Persistent state
63
 
   /var/lib/mandos/*
64
58
 
65
59
* mandos.xml
66
60
** [[file:mandos.xml::XXX][Document D-Bus interface]]
71
65
*** Handle "no D-Bus server" and/or "no Mandos server found" better
72
66
*** [#B] --dump option
73
67
 
74
 
* TODO mandos-dispatch
75
 
  Listens for specified D-Bus signals and spawns shell commands with
76
 
  arguments.
77
 
 
78
 
* mandos-monitor
 
68
* mandos-name
79
69
** D-Bus mail loop w/ signal receiver
80
 
** Snack/Newt client data displayer
 
70
** Urwid/Newt client data displayer
 
71
*** Urwid scaffolding
81
72
*** Client Widgets
82
73
*** Properties popup
83
74
 
88
79
** TODO [#B] "--test" option
89
80
   For testing decryption before rebooting.
90
81
 
91
 
* Makefile
92
 
** Implement DEB_BUILD_OPTIONS
93
 
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
94
 
 
95
82
* Package
96
83
** /usr/share/initramfs-tools/hooks/mandos
97
84
*** TODO [#C] use same file name rules as run-parts(8)