/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: 2012-06-16 23:39:10 UTC
  • mto: (301.1.1 release) (237.7.272 trunk)
  • mto: This revision was merged to the branch mainline in revision 302.
  • Revision ID: teddy@recompile.se-20120616233910-jxxxriq608qa6o8z
* plugins.d/mandos-client (mandos_context): New "interfaces" and
                                            "interfaces_size" members.
  (main): Removed "interfaces" and "interfaces_size" variabled; all
          users changed.

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