/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-17 20:40:55 UTC
  • Revision ID: teddy@recompile.se-20160317204055-bhsh5xsidq7w5cxu
Client: Fix plymouth agent; broken since 1.7.2.

Fix an very old memory bug in the plymouth agent (which has been
present since its apperance in version 1.2), but which was only
recently detected at run time due to the new -fsanitize=address
compile- time flag, which has been used since version 1.7.2.  This
detection of a memory access violation causes the program to abort,
making the Plymouth graphical boot system unable to accept interactive
input of passwords when using the Mandos client.

* plugins.d/plymouth.c (exec_and_wait): Fix memory allocation bug when
  allocating new_argv.  Also tolerate a zero-length argv.

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
 
   --notify-command="systemd-notify --pid --ready"
52
 
** TODO [#B] python-systemd
53
 
*** import systemd.daemon; systemd.daemon.notify()
 
42
   --notify-command="systemd-notify --pid READY=1"
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
 
70
*** tmpfiles snippet to create /var/lib/mandos with right user+perms
81
71
*** File in /usr/lib/sysusers.d to create user+group "_mandos"
82
72
** TODO Error handling on error parsing config files
83
73
** TODO init.d script error handling
84
74
** TODO D-Bus server properties; address, port, interface, etc.           :2:
85
 
** Python 3                                                               :2:
86
 
*** TODO [#C] In Python 3.3, use shlex.quote() instead of re.escape()
 
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