/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-06-27 20:21:50 UTC
  • Revision ID: teddy@recompile.se-20160627202150-ml201ilxwjf1g29w
mandos-ctl: Implement --dump-json option

* mandos-ctl (main): Implement --dump-json option
* mandos-ctl.xml (NAME, DESCRIPTION): Change description to the more
                                      accurate "control or query".
  (SYNOPSIS): Add required group around action options and add new
              "--dump-json" option.
  (OPTIONS): Document new "--dump-json" option.

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
16
 
18
17
* splashy
19
18
** TODO [#B] use scandir(3) instead of readdir(3)
20
 
** TODO [#A] Detect partial writes to stdout and exit with EX_TEMPFAIL
21
19
 
22
20
* usplash (Deprecated)
23
21
** TODO [#B] Make it work again
24
22
** TODO [#B] use scandir(3) instead of readdir(3)
25
 
** TODO [#A] Detect partial writes to stdout and exit with EX_TEMPFAIL
26
23
 
27
24
* askpass-fifo
28
 
** TODO [#A] Detect partial writes to stdout and exit with EX_TEMPFAIL
29
25
 
30
26
* password-prompt
31
27
** TODO [#B] lock stdin (with flock()?)
32
 
** TODO [#A] Detect partial writes to stdout and exit with EX_TEMPFAIL
33
28
 
34
29
* plymouth
35
 
** TODO [#A] Detect partial writes to stdout and exit with EX_TEMPFAIL
36
30
 
37
31
* TODO [#B] passdev
38
32
 
41
35
*** Hook up stderr of plugins, buffer them, and prepend "Mandos Plugin [plugin name]"
42
36
** TODO [#C] use same file name rules as run-parts(8)
43
37
** kernel command line option for debug info
44
 
** TODO [#A] Restart plugins which exit with EX_TEMPFAIL
45
38
 
46
39
* mandos (server)
47
40
** TODO [#B] --notify-command
72
65
** TODO Save state periodically to recover better from hard shutdowns
73
66
** TODO CheckerCompleted method, deprecate CheckedOK
74
67
** TODO Secret Service API?
75
 
   https://standards.freedesktop.org/secret-service/
 
68
   http://standards.freedesktop.org/secret-service/
76
69
** TODO Remove D-Bus interfaces with old domain name                      :2:
77
70
** TODO Remove old string_to_delta format                                 :2:
78
71
** TODO http://0pointer.de/blog/projects/stateless.html
80
73
** TODO Error handling on error parsing config files
81
74
** TODO init.d script error handling
82
75
** TODO D-Bus server properties; address, port, interface, etc.           :2:
 
76
** Python 3                                                               :2:
 
77
*** TODO [#C] In Python 3.3, use shlex.quote() instead of re.escape()
83
78
 
84
79
* mandos-ctl
 
80
*** Handle "no D-Bus server" and/or "no Mandos server found" better
85
81
** TODO Remove old string_to_delta format                                 :2:
86
82
 
87
83
* TODO mandos-dispatch