/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Teddy Hogeborn
  • Date: 2016-03-19 03:51:23 UTC
  • Revision ID: teddy@recompile.se-20160319035123-53w4dbzdyjef29m1
Server: New tmpfiles.d file for persistent state directory

Provide a tmpfiles.d(5) file for systemd to create persistent state
directory on so-called "volatile" systems.

* Makefile (TMPFILES): New.
  (install-server): Also install "tmpfiles.d-mandos.conf" file as
                    "/usr/lib/tmpfiles.d/mandos.conf".
* tmpfiles.d-mandos.conf: New.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
14
14
** TODO [#C] Make start_mandos_communication() take "struct server".
15
15
** TODO [#C] --interfaces=regex,eth*,noregex (bridge-utils-interfaces(5))
16
 
** TODO [#A] Detect partial writes to stdout and exit with EX_TEMPFAIL
17
 
** TODO [#B] Use reallocarray() with GNU LibC 2.29 or later.
18
16
 
19
17
* splashy
20
18
** TODO [#B] use scandir(3) instead of readdir(3)
21
 
** TODO [#A] Detect partial writes to stdout and exit with EX_TEMPFAIL
22
19
 
23
20
* usplash (Deprecated)
24
21
** TODO [#B] Make it work again
25
22
** TODO [#B] use scandir(3) instead of readdir(3)
26
 
** TODO [#A] Detect partial writes to stdout and exit with EX_TEMPFAIL
27
23
 
28
24
* askpass-fifo
29
 
** TODO [#A] Detect partial writes to stdout and exit with EX_TEMPFAIL
30
25
 
31
26
* password-prompt
32
27
** TODO [#B] lock stdin (with flock()?)
33
 
** TODO [#A] Detect partial writes to stdout and exit with EX_TEMPFAIL
34
28
 
35
29
* plymouth
36
 
** TODO [#A] Detect partial writes to stdout and exit with EX_TEMPFAIL
37
 
** TODO [#B] Use reallocarray() with GNU LibC 2.29 or later.
38
30
 
39
31
* TODO [#B] passdev
40
32
 
43
35
*** Hook up stderr of plugins, buffer them, and prepend "Mandos Plugin [plugin name]"
44
36
** TODO [#C] use same file name rules as run-parts(8)
45
37
** kernel command line option for debug info
46
 
** TODO [#A] Restart plugins which exit with EX_TEMPFAIL
47
38
 
48
39
* mandos (server)
49
40
** TODO [#B] --notify-command
50
41
   This would allow the mandos.service to use
51
42
   --notify-command="systemd-notify --pid --ready"
52
 
** TODO [#B] python-systemd
53
 
*** import systemd.daemon; systemd.daemon.notify()
54
43
** TODO [#B] Log level                                                    :BUGS:
55
44
*** TODO /etc/mandos/clients.d/*.conf
56
45
    Watch this directory and add/remove/update clients?
74
63
** TODO Save state periodically to recover better from hard shutdowns
75
64
** TODO CheckerCompleted method, deprecate CheckedOK
76
65
** TODO Secret Service API?
77
 
   https://standards.freedesktop.org/secret-service/
 
66
   http://standards.freedesktop.org/secret-service/
78
67
** TODO Remove D-Bus interfaces with old domain name                      :2:
79
68
** TODO Remove old string_to_delta format                                 :2:
80
69
** TODO http://0pointer.de/blog/projects/stateless.html
86
75
*** TODO [#C] In Python 3.3, use shlex.quote() instead of re.escape()
87
76
 
88
77
* mandos-ctl
 
78
*** Handle "no D-Bus server" and/or "no Mandos server found" better
 
79
*** [#B] --dump option
89
80
** TODO Remove old string_to_delta format                                 :2:
90
81
 
91
82
* TODO mandos-dispatch