/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

Merge from release branch.

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:
13
12
** TODO [#B] use scandir(3) instead of readdir(3)
14
13
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
15
14
 
16
15
* usplash
17
 
** TODO [#A] Re-raise signal received when exiting due to handled signal.
18
16
** TODO [#B] use scandir(3) instead of readdir(3)
19
17
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
20
18
 
47
45
   [[info:standards:Option%20Table][Table of Long Options]]
48
46
** TODO Date+time on console log messages       :BUGS:
49
47
   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
52
48
** TODO DBusServiceObjectUsingSuper
53
49
** Global enable/disable flag
54
50
** By-client countdown on secrets given
65
61
*** Handle "no D-Bus server" and/or "no Mandos server found" better
66
62
*** [#B] --dump option
67
63
 
68
 
* mandos-name
 
64
* mandos-monitor
69
65
** D-Bus mail loop w/ signal receiver
70
 
** Urwid/Newt client data displayer
71
 
*** Urwid scaffolding
 
66
** Snack/Newt client data displayer
72
67
*** Client Widgets
73
68
*** Properties popup
74
69
 
79
74
** TODO [#B] "--test" option
80
75
   For testing decryption before rebooting.
81
76
 
 
77
* Makefile
 
78
** Implement DEB_BUILD_OPTIONS
 
79
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
 
80
 
82
81
* Package
83
82
** /usr/share/initramfs-tools/hooks/mandos
84
83
*** TODO [#C] use same file name rules as run-parts(8)