/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
 
* Use __attribute__((pure)) or __attribute__((const)) where possible.
5
 
* Use __attribute__((signal)) on signal handlers.
6
 
 
7
3
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
8
4
 
9
5
* mandos-applet
10
6
 
11
7
* mandos-client
12
 
** TODO [#A] OpenVPN network hook
13
8
** TODO [#A] Wireless network hook
14
9
** TODO [#B] Use capabilities instead of seteuid().
15
10
** TODO [#B] Use struct sockaddr_storage instead of a union
82
77
*** Handle "no D-Bus server" and/or "no Mandos server found" better
83
78
*** [#B] --dump option
84
79
** TODO Support RFC 3339 time duration syntax
85
 
** TODO Send milliseconds if bare integer is passed as time duration
86
80
 
87
81
* TODO mandos-dispatch
88
82
  Listens for specified D-Bus signals and spawns shell commands with
93
87
** Urwid client data displayer
94
88
   Better view of client data in the listing
95
89
*** Properties popup
96
 
** Nicer crashes. Stack traces Messes up shell.
97
 
*** 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.
98
91
** Show timeout countdown for approval
99
92
 
100
93
* mandos-keygen