/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: 2009-08-27 23:12:09 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090827231209-ry9loqws0gr7ze4g
* plugins.d/mandos-client.c (quit_now): Move up declaration before
                                        first use.
  (resolve_callback, ): Check "quit_now" flag.
  (main): Renamed "interface_taken_up" to "take_down_interface" for
          clarity.  Check existence of interface before taking it up.
          Set "take_down_interface" and "tempdir_created" flags before
          any action is taken, to make sure cleanup is never missed.
          Check "quit_now" flag throughout.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
3
* mandos-client
4
 
** TODO [#A] Clean up /tmp directory on signal
 
4
** TODO [#A] Clean up /tmp directory and take down interface on signal
5
5
 
6
6
* plugin-runner
7
7
** TODO [#B] use scandir(3) instead of readdir(3)
28
28
** TODO Split IPv6_TCPServer into a generic and Mandos-specific class
29
29
** TODO move handle_ipc out of IPv6_TCPServer
30
30
** TODO DBusServiceObjectUsingSuper
 
31
** Global enable/disable flag
 
32
** By-client countdown on secrets given
31
33
 
32
34
* mandos.xml
33
35
** [[file:mandos.xml::XXX][Document D-Bus interface]]