/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: 2015-07-06 20:14:45 UTC
  • Revision ID: teddy@recompile.se-20150706201445-kq3o6qozigmiqsp9
plugin-runner.xml (EXAMPLE): Use the /usr/lib/<arch> directory.
                             Also explain used options in order.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
* mandos-applet
21
21
 
22
22
* mandos-client
 
23
** TODO [#A] --dh-params=FILE
23
24
** TODO [#B] Use capabilities instead of seteuid().
24
25
   https://forums.grsecurity.net/viewtopic.php?f=7&t=2522
25
26
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
31
32
** TODO [#B] use scandir(3) instead of readdir(3)
32
33
 
33
34
* usplash (Deprecated)
34
 
** TODO [#B] Make it work again
 
35
** TODO [#A] Make it work again
35
36
** TODO [#B] use scandir(3) instead of readdir(3)
36
37
 
37
38
* askpass-fifo
51
52
** TODO [#C] Remove code for GNU libc < 2.15
52
53
 
53
54
* mandos (server)
 
55
** TODO [#B] Work around Avahi issue
 
56
   Avahi does not announce link-local addresses if any global
 
57
   addresses exist: http://lists.freedesktop.org/archives/avahi/2010-March/001863.html
54
58
** TODO [#B] --notify-command
55
59
   This would allow the mandos.service to use
56
60
   --notify-command="systemd-notify --pid READY=1"
68
72
    + Approve(False) -> Close client connection immediately
69
73
** TODO [#C] python-parsedatetime
70
74
** TODO Separate logging logic to own object
71
 
** TODO [#B] Limit approval_delay to max gnutls/tls timeout value
 
75
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
72
76
** TODO [#B] break the wait on approval_delay if connection dies
73
77
** TODO Generate Client.runtime_expansions from client options + extra
74
78
** TODO Allow %%(checker)s as a runtime expansion
91
95
** TODO init.d script error handling
92
96
** TODO D-Bus server properties; address, port, interface, etc.              :2:
93
97
** TODO [#C] In Python 3.3, use shlex.quote() instead of re.escape()
 
98
** TODO [#A] USe systemd Type=dbus
94
99
 
95
100
* mandos.xml
96
101
** Add mandos contact info in manual pages