6
[[file:/usr/share/common-licenses/GPL-3][GPLv3]]
9
** [#A] Man page: man8/mandos-client.8mandos
10
** [#A] check return codes of all system calls
11
** [#B] header files/symbols tally
12
** use strsep instead of strtok?
13
** use config file in addition to arguments
14
** pass things in environment, like device name, etc
17
** [#A] Man page: man8/password-request.8mandos
18
** [#A] check return codes of all system calls
19
** [#B] header files/symbols tally
8
** [#B] Temporarily lower kernel log level
9
for less printouts during sucessfull boot.
21
11
** use strsep instead of strtok?
22
** Do not depend on GPG key rings on disk
23
This would mean creating new GPG key rings with GPGME by importing
24
the key files from scratch on every program start.
27
** [#A] Man page: man8/password-prompt.8mandos
29
[[info:libc:getpass][GNU LibC Manual: Reading Passwords]]
32
** [#A] Command man page: man8/mandos.8
33
** [#A] Config file man page: man5/mandos.conf (mandos.conf)
34
** [#A] Config file man page: man5/mandos-clients.conf (clients.conf)
35
** [#A] write PID file
36
** [#A] /etc/init.d/mandos-server
37
** Better comments in config files
12
** Do not depend on GnuPG key rings on disk
13
This would mean creating new GnuPG key rings with GPGME by
14
importing the key files from scratch on every program start.
15
** Keydir move: /etc/mandos -> /etc/keys/mandos
16
Must create in preinst if not pre-depending on cryptsetup
21
** [#A] /etc/init.d/mandos-server :teddy:
22
** [#B] Log level :bugs:
39
23
** /etc/mandos/clients.d/*.conf
40
24
Watch this directory and add/remove/update clients?
41
25
** config for TXT record
42
** Run-time communication with server
44
** Implement --foreground
26
** [#B] Run-time communication with server :bugs:
28
See also [[*Mandos-tools]]
29
** Implement --foreground :bugs:
45
30
[[info:standards:Option%20Table][Table of Long Options]]
46
31
** Implement --socket
47
32
[[info:standards:Option%20Table][Table of Long Options]]
33
** Date+time on console log messages :bugs:
49
36
* Mandos-tools/utilities
50
37
All of this probably using D-Bus
44
** Use xinclude for common sections
56
** [#A] Change initrd.img file to not be publically readable
57
** [#A] Create GPG key ring files in initrd
58
** [#A] Create mandos user and group for server
59
** [#A] Create /var/run/mandos directory with perm and ownership
50
*** Update initrd.img after installation
51
This seems to use some kind of "trigger" system
52
[[file:/usr/share/doc/dpkg/triggers.txt.gz]]
53
dpkg-trigger(1), deb-triggers(5)
54
*** Keydir move: /etc/mandos -> /etc/keys/mandos
55
Must create in preinst if not pre-depending on cryptsetup
57
**** "--passfile" option
58
Using the "secfile" option instead of "secret"
59
**** [#A] "--test" option
60
For testing decryption before rebooting.
62
*** [#A] Create mandos user and group for server
63
*** [#A] Create /var/run/mandos directory with perm and ownership
66
** /usr/share/initramfs-tools/hooks/mandos
67
*** Do not install in initrd.img if configured not to.
68
Use "/etc/initramfs-tools/conf.d/mandos"? Definitely a debconf
70
** /etc/bash_completion.d/mandos
71
From XML sources directly?
81
* Announce project on news
82
[[news:comp.os.linux.announce]]