/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Teddy Hogeborn
  • Date: 2010-09-25 23:52:17 UTC
  • Revision ID: teddy@fukt.bsnet.se-20100925235217-4hhqfryz1ste6uw3
* mandos (ClientDBus.__init__): Bug fix: Translate "-" in client names
                                to "_" in D-Bus object paths.
  (MandosServer.handle_ipc): Bug fix: Send only address string to
                             D-Bus signal, not whole tuple.

* mandos-ctl: New options "--approve-by-default", "--deny-by-default",
              "--approval-delay", and "--approval-duration".
* mandos-ctl.xml (SYNOPSIS, OPTIONS): Document new options.

* mandos-monitor (MandosClientWidget.update): Fix spelling.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
* Use _attribute_((nonnull)) wherever possible.
4
4
 
5
5
* Release critical
6
 
** TODO Change make-run-server to not include --no-dbus
7
 
** plymouth.8mandos
 
6
** Update copyright year to add 2010
8
7
 
9
8
* mandos-client
10
9
** TODO [#B] use scandir(3) instead of readdir(3)
33
32
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
34
33
** TODO [#B] lock stdin (with flock()?)
35
34
 
36
 
* plymouth
37
 
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
38
 
 
39
35
* TODO [#B] passdev
40
36
 
41
37
* plugin-runner
87
83
** TODO Separate logging logic to own object
88
84
** TODO make clients to a dict!
89
85
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
 
86
** TODO [#B] break the wait on approval_delay if connection dies
 
87
** TODO Generate Client.runtime_expansions from client options + extra
 
88
** TODO Allow %%(checker)s as a runtime expansion
90
89
 
91
90
* mandos.xml
92
91
** Add mandos contact info in manual pages