/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

nicer stacktrace when mandos-monitor fail during startup

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
 
7
5
* mandos-applet
8
6
 
9
7
* mandos-client
10
 
** TODO [#B] Flag fprintf_plus so compiler checks the format string.
11
 
** TODO [#A] OpenVPN network hook
12
8
** TODO [#A] Wireless network hook
13
9
** TODO [#B] Use capabilities instead of seteuid().
14
10
** TODO [#B] Use struct sockaddr_storage instead of a union
81
77
*** Handle "no D-Bus server" and/or "no Mandos server found" better
82
78
*** [#B] --dump option
83
79
** TODO Support RFC 3339 time duration syntax
84
 
** TODO Send milliseconds if bare integer is passed as time duration
85
80
 
86
81
* TODO mandos-dispatch
87
82
  Listens for specified D-Bus signals and spawns shell commands with
92
87
** Urwid client data displayer
93
88
   Better view of client data in the listing
94
89
*** Properties popup
95
 
** Nicer crashes. Stack traces Messes up shell.
96
 
*** Print a nice "We are sorry" message, save stack trace to log.
 
90
** Print a nice "We are sorry" message, save stack trace to log.
97
91
** Show timeout countdown for approval
98
92
 
99
93
* mandos-keygen