/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 --server option which only adds to the server list.
24
 
   (Unlike --connect, which implicitly disables zeroconf.)
 
23
** TODO [#A] --dh-params=FILE
25
24
** TODO [#B] Use capabilities instead of seteuid().
26
25
   https://forums.grsecurity.net/viewtopic.php?f=7&t=2522
27
26
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
33
32
** TODO [#B] use scandir(3) instead of readdir(3)
34
33
 
35
34
* usplash (Deprecated)
36
 
** TODO [#B] Make it work again
 
35
** TODO [#A] Make it work again
37
36
** TODO [#B] use scandir(3) instead of readdir(3)
38
37
 
39
38
* askpass-fifo
53
52
** TODO [#C] Remove code for GNU libc < 2.15
54
53
 
55
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
56
58
** TODO [#B] --notify-command
57
59
   This would allow the mandos.service to use
58
60
   --notify-command="systemd-notify --pid READY=1"
70
72
    + Approve(False) -> Close client connection immediately
71
73
** TODO [#C] python-parsedatetime
72
74
** TODO Separate logging logic to own object
73
 
** TODO [#B] Limit approval_delay to max gnutls/tls timeout value
 
75
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
74
76
** TODO [#B] break the wait on approval_delay if connection dies
75
77
** TODO Generate Client.runtime_expansions from client options + extra
76
78
** TODO Allow %%(checker)s as a runtime expansion
77
79
** TODO Use python-tlslite?
78
80
** TODO D-Bus AddClient() method on server object
79
81
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods. :2:
 
82
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object :2:
 
83
   Deprecate methods GetAllClients(), GetAllClientsWithProperties()
 
84
   and signals ClientAdded and ClientRemoved.
80
85
** TODO Save state periodically to recover better from hard shutdowns
81
86
** TODO CheckerCompleted method, deprecate CheckedOK
82
87
** TODO Secret Service API?
90
95
** TODO init.d script error handling
91
96
** TODO D-Bus server properties; address, port, interface, etc.              :2:
92
97
** TODO [#C] In Python 3.3, use shlex.quote() instead of re.escape()
 
98
** TODO [#A] USe systemd Type=dbus
93
99
 
94
100
* mandos.xml
95
101
** Add mandos contact info in manual pages