/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

More consistent terminology: Clients are no longer "invalid" - they
are "disabled".  All code and documentation changed to reflect this.

D=Bus API change: The "properties" argument was removed from the
"ClientAdded" signal on interface "se.bsnet.fukt.Mandos".  All code in
both "mandos" and "mandos-monitor" changed to reflect this.

* mandos: Replaced "with closing(F)" with simply "with F" in all
          places where F is a file object.
  (Client.still_valid): Removed.  All callers changed to look at
                        "Client.enabled" instead.
  (dbus_service_property): Check for unsupported signatures with the
                           "byte_arrays" option.
  (DBusObjectWithProperties.Set): - '' -
  (ClientHandler.handle): Use the reverse pipe to receive the
                          "Client.enabled" attribute instead of the
                          now-removed "Client.still_valid()" method.
  (ForkingMixInWithPipe): Renamed to "ForkingMixInWithPipes" (all
                          users changed).  Now also create a reverse
                          pipe for sending data to the child process.
  (ForkingMixInWithPipes.add_pipe): Now takes two pipe fd's as
                                    arguments.  All callers changed.
  (IPv6_TCPServer.handle_ipc): Take an additional "reply_fd" argument
                               (all callers changed).  Close the reply
                               pipe when the child data pipe is
                               closed.  New "GETATTR" IPC method; will
                               pickle client attribute and send it
                               over the reply pipe FD.
  (MandosDBusService.ClientAdded): Removed "properties" argument.  All
                                   emitters changed.
* mandos-clients.conf.xml (DESCRIPTION, OPTIONS): Use
                                                  "enabled/disabled"
                                                  terminology.
* mandos-ctl: Option "--is-valid" renamed to "--is-enabled".
* mandos-monitor: Enable user locale.  Try to log exceptions.
  (MandosClientPropertyCache.__init__): Removed "properties" argument.
                                        All callers changed.
  (UserInterface.add_new_client): Remove "properties" argument.  All
                                  callers changed.  Supply "logger"
                                  argument to MandosClientWidget().
  (UserInterface.add_client): New "logger" argument.  All callers
                              changed.
* mandos.xml (BUGS, SECURITY/CLIENTS): Use "enabled/disabled"
                                       terminology.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
*** A closed connection during the TLS handshake
9
9
*** A TCP timeout
10
10
** TODO [#B] Use capabilities instead of seteuid().
11
 
** TODO use EX_* from <sysexits.h>
12
11
 
13
12
* splashy
14
13
** TODO [#B] use scandir(3) instead of readdir(3)
18
17
* usplash
19
18
** TODO [#B] use scandir(3) instead of readdir(3)
20
19
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
21
 
** TODO use EX_* from <sysexits.h>
22
20
** TODO use error() instead of perror()
23
21
 
24
22
* askpass-fifo
25
23
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
24
** TODO use error() instead of perror()
26
25
** TODO [#B] Drop privileges after opening FIFO.
27
 
** TODO use EX_* from <sysexits.h>
28
 
** TODO use error() instead of perror()
29
26
 
30
27
* password-prompt
31
28
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
32
 
** TODO use EX_* from <sysexits.h>
33
29
** TODO use error() instead of perror()
 
30
** TODO lock stdin (with flock()?)
34
31
 
35
32
* TODO passdev
36
33
 
37
34
* plugin-runner
38
35
** TODO [#B] use scandir(3) instead of readdir(3)
39
36
** TODO [#C] use same file name rules as run-parts(8)
40
 
** TODO use EX_* from <sysexits.h>
41
37
** TODO use error() instead of perror()
42
38
 
43
39
* mandos (server)
72
68
   secret
73
69
** TODO Persistent state
74
70
   /var/lib/mandos/*
 
71
** TODO Support RFC 3339 time duration syntax
75
72
 
76
73
* mandos.xml
77
74
** [[file:mandos.xml::XXX][Document D-Bus interface]]
81
78
* mandos-ctl
82
79
*** Handle "no D-Bus server" and/or "no Mandos server found" better
83
80
*** [#B] --dump option
 
81
** TODO Support RFC 3339 time duration syntax
84
82
 
85
83
* TODO mandos-dispatch
86
84
  Listens for specified D-Bus signals and spawns shell commands with
87
85
  arguments.
88
86
 
89
87
* mandos-monitor
90
 
** D-Bus main loop w/ signal receiver
91
88
** Urwid client data displayer
92
 
*** Urwid scaffolding
93
 
*** Client Widgets
94
89
*** Properties popup
95
90
 
96
91
* mandos-keygen