6
[[file:/usr/share/common-licenses/GPL-3][GPLv3]]
9
** [#A] Man page: man8/mandos-client.8mandos
10
** use strsep instead of strtok?
11
** use config file in addition to arguments
12
** pass things in environment, like device name, etc
15
** [#A] Man page: man8/password-request.8mandos
16
** [#A] check return codes of all system calls
17
** [#B] header files/symbols tally
19
** use strsep instead of strtok?
20
** Do not depend on GPG key rings on disk
21
This would mean creating new GPG key rings with GPGME by importing
22
the key files from scratch on every program start.
25
** [#A] Man page: man8/password-prompt.8mandos
27
[[info:libc:getpass][GNU LibC Manual: Reading Passwords]]
30
** [#A] Command man page: man8/mandos.8
31
** [#A] Config file man page: man5/mandos.conf (mandos.conf)
32
** [#A] Config file man page: man5/mandos-clients.conf (clients.conf)
33
** [#A] /etc/init.d/mandos-server
35
** /etc/mandos/clients.d/*.conf
36
Watch this directory and add/remove/update clients?
37
** config for TXT record
38
** Run-time communication with server
40
** Implement --foreground
41
[[info:standards:Option%20Table][Table of Long Options]]
43
[[info:standards:Option%20Table][Table of Long Options]]
45
* Mandos-tools/utilities
46
All of this probably using D-Bus
52
** [#A] Change initrd.img file to not be publically readable
53
** [#A] Create GPG key ring files in initrd
54
** [#A] Create mandos user and group for server
55
** [#A] Create /var/run/mandos directory with perm and ownership
2
configuration for cert, key, CA and interface
9
run-time communication with server
11
handle SIGTERM, SIGQUIT, etc.
13
[Mandos-tools/utilities]