4
** TODO [#A] Clean up /tmp directory on signal
7
** TODO [#B] use scandir(3) instead of readdir(3)
10
** TODO [#B] Log level :BUGS:
11
** TODO /etc/mandos/clients.d/*.conf
12
Watch this directory and add/remove/update clients?
13
** TODO config for TXT record
14
** TODO [#B] Run-time communication with server :BUGS:
19
syslogger.setLevel(logging.WARNING)
20
+ [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
21
** TODO Implement --foreground :BUGS:
22
[[info:standards:Option%20Table][Table of Long Options]]
23
** TODO Implement --socket
24
[[info:standards:Option%20Table][Table of Long Options]]
25
** TODO Date+time on console log messages :BUGS:
27
** Split IPv6_TCPServer into a generic and Mandos-specific class
28
** move handle_ipc out of IPv6_TCPServer
29
** DBusServiceObjectUsingSuper
32
** [[file:mandos.xml::XXX][Document D-Bus interface]]
34
* Provide and install /etc/dbus-1/system.d/mandos.conf
37
*** Handle "no D-Bus server" and/or "no Mandos server found" better
38
*** [#B] --dump option
41
** D-Bus mail loop w/ signal receiver
42
** Urwid/Newt client data displayer
48
** TODO Loop until passwords match when run interactively
49
** TODO "--secfile" option
50
Using the "secfile" option instead of "secret"
51
** TODO [#B] "--test" option
52
For testing decryption before rebooting.
55
** /usr/share/initramfs-tools/hooks/mandos
56
*** TODO [#C] Do not install in initrd.img if configured not to.
57
Use "/etc/initramfs-tools/hooksconf.d/mandos"?
58
** TODO [#C] /etc/bash_completion.d/mandos
59
From XML sources directly?
4
** Use argp instead of getopt_long
5
** header files/symbols tally
6
** check exit codes of all system calls
8
** protocol version header
9
** use strsep instead of strtok?
10
** change uid to nobody:nogroup
11
other drop privs stuff?
14
** header files/symbols tally
15
** check exit codes of all system calls
16
** [#C] pass things in environment, like device name, etc
17
Does cryptsetup already do this?
18
** use strsep instead of strtok?
19
** use config file in addition to arguments
24
** protocol version header
25
** Run-time communication with server
28
* Mandos-tools/utilities
29
All of this probably using D-Bus