/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

Add TODO entries about new D-Bus features we should use.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
 
* Use _attribute_((nonnull)) wherever possible.
4
 
 
5
3
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
6
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
 
7
14
* mandos-applet
8
15
 
9
16
* mandos-client
10
 
** TODO [#B] Flag fprintf_plus so compiler checks the format string.
11
 
** TODO [#A] OpenVPN network hook
12
17
** TODO [#A] Wireless network hook
13
18
** TODO [#B] Use capabilities instead of seteuid().
14
19
** TODO [#B] Use struct sockaddr_storage instead of a union
45
50
* mandos (server)
46
51
** TODO Document why we ignore sigint
47
52
** TODO [#B] Log level                                                    :BUGS:
48
 
** TODO [#A] Save state to new file and move instead of overwrite  
49
53
*** TODO /etc/mandos/clients.d/*.conf
50
54
    Watch this directory and add/remove/update clients?
51
55
** TODO [#C] config for TXT record
82
86
*** Handle "no D-Bus server" and/or "no Mandos server found" better
83
87
*** [#B] --dump option
84
88
** TODO Support RFC 3339 time duration syntax
85
 
** TODO Send milliseconds if bare integer is passed as time duration
86
89
 
87
90
* TODO mandos-dispatch
88
91
  Listens for specified D-Bus signals and spawns shell commands with
93
96
** Urwid client data displayer
94
97
   Better view of client data in the listing
95
98
*** Properties popup
96
 
** Nicer crashes. Stack traces Messes up shell.
97
 
*** Print a nice "We are sorry" message, save stack trace to log.
 
99
** Print a nice "We are sorry" message, save stack trace to log.
98
100
** Show timeout countdown for approval
99
101
 
100
102
* mandos-keygen