7
** [#A] check exit codes of all system calls
8
** [#B] header files/symbols tally
10
** use strsep instead of strtok?
11
** Do not depend on GPG key rings on disk
12
This would mean creating new GPG key rings with GPGME by importing
13
the key files from scratch every time we start the program.
20
** [#A] check exit codes of all system calls
21
** [#B] header files/symbols tally
22
** use strsep instead of strtok?
23
** use config file in addition to arguments
24
** pass things in environment, like device name, etc
28
** [#A] write PID file
29
** [#A] /etc/init.d/mandos-server
31
** /etc/mandos/clients.d/*.conf
4
** TODO [#B] Temporarily lower kernel log level
5
for less printouts during sucessfull boot.
6
klogctl(6, NULL, 0); klogctl(7, NULL, 0);
7
** TODO [#C] IPv4 support
10
** TODO [#B] Log level :bugs:
11
** TODO /etc/mandos/clients.d/*.conf
32
12
Watch this directory and add/remove/update clients?
33
** config for TXT record
34
** Run-time communication with server
13
** TODO config for TXT record
14
** TODO [#B] Run-time communication with server :bugs:
16
See also [[*Mandos-tools]]
17
** TODO Implement --foreground :bugs:
18
[[info:standards:Option%20Table][Table of Long Options]]
19
** TODO Implement --socket
20
[[info:standards:Option%20Table][Table of Long Options]]
21
** TODO Date+time on console log messages :bugs:
23
** TODO delete hook when clients fall out by timeout
37
25
* Mandos-tools/utilities
38
26
All of this probably using D-Bus
44
** Change initrd.img file to not be publically readable
45
** Create GPG key ring files in initrd
28
** TODO Disable client
33
** TODO "--secfile" option
34
Using the "secfile" option instead of "secret"
35
** TODO [#B] "--test" option
36
For testing decryption before rebooting.
39
** /usr/share/initramfs-tools/hooks/mandos
40
*** TODO Do not install in initrd.img if configured not to.
41
Use "/etc/initramfs-tools/conf.d/mandos"? Definitely a debconf
43
** TODO /etc/bash_completion.d/mandos
44
From XML sources directly?