/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 at recompile
  • Date: 2011-12-27 12:15:06 UTC
  • Revision ID: teddy@recompile.se-20111227121506-2qqqdy8evr9ts2ub
Add TODO entries about new D-Bus features we should use.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
4
4
 
 
5
* mandos
 
6
** Use org.freedesktop.DBus.Method.NoReply annotation on async methods.
 
7
** Emit [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties][org.freedesktop.DBus.Properties.PropertiesChanged]] signal
 
8
   Deprecate se.recompile.Mandos.Client.PropertyChanged - annotate!
 
9
   Can use "invalidates" annotation to also emit on changed secret.
 
10
** Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object
 
11
   Deprecate methods GetAllClients(), GetAllClientsWithProperties()
 
12
   and signals ClientAdded and ClientRemoved.
 
13
 
5
14
* mandos-applet
6
15
 
7
16
* mandos-client
11
20
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
12
21
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
13
22
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
14
 
** TODO [#B] Use in_port_t instead of uint16_t for port numbers.
15
23
 
16
24
* splashy
17
25
** TODO [#B] use scandir(3) instead of readdir(3)
40
48
** TODO [#B] Use openat()
41
49
 
42
50
* mandos (server)
 
51
** TODO Document why we ignore sigint
43
52
** TODO [#B] Log level                                                    :BUGS:
44
53
*** TODO /etc/mandos/clients.d/*.conf
45
54
    Watch this directory and add/remove/update clients?
54
63
** TODO [#B] Global enable/disable flag
55
64
** TODO [#B] By-client countdown on number of secrets given
56
65
** TODO [#B] Support RFC 3339 time duration syntax
57
 
** D-Bus Client method NeedsPassword(50) - Timeout, default disapprove
 
66
** More D-Bus methods
 
67
*** NeedsPassword(50) - Timeout, default disapprove
58
68
    + SetPass(u"gazonk", True) -> Approval, persistent
59
69
    + Approve(False) -> Close client connection immediately
60
70
** TODO [#C] python-parsedatetime
68
78
** TODO Allow %%(checker)s as a runtime expansion
69
79
** TODO Use python-tlslite?
70
80
** TODO D-Bus AddClient() method on server object
71
 
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods.
72
 
** TODO Emit [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties][org.freedesktop.DBus.Properties.PropertiesChanged]] signal
73
 
   TODO Deprecate se.recompile.Mandos.Client.PropertyChanged - annotate!
74
 
   TODO Can use "invalidates" annotation to also emit on changed secret.
75
 
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object
76
 
   Deprecate methods GetAllClients(), GetAllClientsWithProperties()
77
 
   and signals ClientAdded and ClientRemoved.
78
 
** TODO Save state periodically to recover better from hard shutdowns
79
 
** TODO CheckerCompleted method, deprecate CheckedOK
80
 
** TODO Secret Service API?
81
 
   http://standards.freedesktop.org/secret-service/
82
81
 
83
82
* mandos.xml
84
83
** Add mandos contact info in manual pages