/mandos/release

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

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Teddy Hogeborn
  • Date: 2015-10-04 13:44:03 UTC
  • mto: (237.7.594 trunk)
  • mto: This revision was merged to the branch mainline in revision 327.
  • Revision ID: teddy@recompile.se-20151004134403-jn72bwgbw3aocllk
* initramfs-tools-hook: Don't try to chmod symlinks.

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