/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
 
17
** TODO [#A] Wireless network hook
8
18
** TODO [#B] Use capabilities instead of seteuid().
9
19
** TODO [#B] Use struct sockaddr_storage instead of a union
10
20
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
17
27
* usplash (Deprecated)
18
28
** TODO [#A] Make it work again
19
29
** TODO [#B] use scandir(3) instead of readdir(3)
 
30
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
20
31
 
21
32
* askpass-fifo
22
33
** TODO [#B] Drop privileges after opening FIFO.
37
48
** TODO [#B] Use openat()
38
49
 
39
50
* mandos (server)
 
51
** TODO Document why we ignore sigint
40
52
** TODO [#B] Log level                                                    :BUGS:
41
53
*** TODO /etc/mandos/clients.d/*.conf
42
54
    Watch this directory and add/remove/update clients?
45
57
   SetLogLevel D-Bus call
46
58
** TODO Implement --foreground                                            :BUGS:
47
59
   [[info:standards:Option%20Table][Table of Long Options]]
 
60
** TODO Implement --socket
 
61
   [[info:standards:Option%20Table][Table of Long Options]]
48
62
** TODO [#C] DBusServiceObjectUsingSuper
49
63
** TODO [#B] Global enable/disable flag
50
64
** TODO [#B] By-client countdown on number of secrets given
51
65
** TODO [#B] Support RFC 3339 time duration syntax
52
 
** D-Bus Client method NeedsPassword(50) - Timeout, default disapprove
 
66
** More D-Bus methods
 
67
*** NeedsPassword(50) - Timeout, default disapprove
53
68
    + SetPass(u"gazonk", True) -> Approval, persistent
54
69
    + Approve(False) -> Close client connection immediately
55
70
** TODO [#C] python-parsedatetime
63
78
** TODO Allow %%(checker)s as a runtime expansion
64
79
** TODO Use python-tlslite?
65
80
** TODO D-Bus AddClient() method on server object
66
 
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods.
67
 
** TODO Emit [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties][org.freedesktop.DBus.Properties.PropertiesChanged]] signal
68
 
   TODO Deprecate se.recompile.Mandos.Client.PropertyChanged - annotate!
69
 
   TODO Can use "invalidates" annotation to also emit on changed secret.
70
 
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object
71
 
   Deprecate methods GetAllClients(), GetAllClientsWithProperties()
72
 
   and signals ClientAdded and ClientRemoved.
73
 
** TODO Save state periodically to recover better from hard shutdowns
74
 
** TODO CheckerCompleted method, deprecate CheckedOK
75
 
** TODO Secret Service API?
76
 
   http://standards.freedesktop.org/secret-service/
77
81
 
78
82
* mandos.xml
79
83
** Add mandos contact info in manual pages