/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: 2014-08-20 21:46:38 UTC
  • Revision ID: teddy@recompile.se-20140820214638-k4naueej6hffdgfg
mandos-client: Bug fix: Check fork() return value.

When executing network hook scripts, check fork() return value.

* plugins.d/mandos-client.c (run_network_hooks): Bug fix: check if
                                                 fork() returns -1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
** kernel command line option for debug info
48
48
 
49
49
* mandos (server)
 
50
** TODO [#B] Work around Avahi issue
 
51
   Avahi does not announce link-local addresses if any global
 
52
   addresses exist: http://lists.freedesktop.org/archives/avahi/2010-March/001863.html
50
53
** TODO [#B] Log level                                                    :BUGS:
51
54
*** TODO /etc/mandos/clients.d/*.conf
52
55
    Watch this directory and add/remove/update clients?