/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

* Makefile (LINK_FORTIFY_LD): Bug fix: removed "-fPIE".
* mandos-keygen: Bug fix: Fix quoting for the "--password" option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
   secret
69
69
** TODO Persistent state
70
70
   /var/lib/mandos/*
71
 
** TODO Support RFC 3339 time duration syntax
72
71
 
73
72
* mandos.xml
74
73
** [[file:mandos.xml::XXX][Document D-Bus interface]]
78
77
* mandos-ctl
79
78
*** Handle "no D-Bus server" and/or "no Mandos server found" better
80
79
*** [#B] --dump option
81
 
** TODO Support RFC 3339 time duration syntax
82
80
 
83
81
* TODO mandos-dispatch
84
82
  Listens for specified D-Bus signals and spawns shell commands with
85
83
  arguments.
86
84
 
87
85
* mandos-monitor
 
86
** D-Bus main loop w/ signal receiver
88
87
** Urwid client data displayer
 
88
*** Urwid scaffolding
 
89
*** Client Widgets
89
90
*** Properties popup
90
91
 
91
92
* mandos-keygen