/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

* mandos (Client.disable): Rename keyword argument "log" to "quiet",
                           with inverted sense.  All callers changed.
  (ClientDBus.disable): Rename keyword argument "signal" to "quiet",
                        with inverted sense.  All callers changed.
  (main): Disable D-Bus use if bus name is not available on system bus.
  (main.cleanup): Bug fix: Only do "remove_from_connection" on clients
                  when using D-Bus.
* plugin-runner.c (main): Return EX_OSERR if a bad error happened when
                          trying to open config file.

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