/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: 2012-05-17 01:55:58 UTC
  • Revision ID: teddy@recompile.se-20120517015558-5703p8nkquc2rhgd
* .bzrignore (statedir): Added.

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
 
 
14
5
* mandos-applet
15
6
 
16
7
* mandos-client
20
11
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
21
12
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
22
13
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
 
14
** TODO [#B] Use in_port_t instead of uint16_t for port numbers.
23
15
 
24
16
* splashy
25
17
** TODO [#B] use scandir(3) instead of readdir(3)
48
40
** TODO [#B] Use openat()
49
41
 
50
42
* mandos (server)
51
 
** TODO Document why we ignore sigint
52
43
** TODO [#B] Log level                                                    :BUGS:
53
44
*** TODO /etc/mandos/clients.d/*.conf
54
45
    Watch this directory and add/remove/update clients?
63
54
** TODO [#B] Global enable/disable flag
64
55
** TODO [#B] By-client countdown on number of secrets given
65
56
** TODO [#B] Support RFC 3339 time duration syntax
66
 
** More D-Bus methods
67
 
*** NeedsPassword(50) - Timeout, default disapprove
 
57
** D-Bus Client method NeedsPassword(50) - Timeout, default disapprove
68
58
    + SetPass(u"gazonk", True) -> Approval, persistent
69
59
    + Approve(False) -> Close client connection immediately
70
60
** TODO [#C] python-parsedatetime
78
68
** TODO Allow %%(checker)s as a runtime expansion
79
69
** TODO Use python-tlslite?
80
70
** 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/
81
82
 
82
83
* mandos.xml
83
84
** Add mandos contact info in manual pages