/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

  • Committer: Teddy Hogeborn
  • Date: 2014-08-20 21:46:38 UTC
  • mto: (237.7.304 trunk)
  • mto: This revision was merged to the branch mainline in revision 323.
  • 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?
68
71
** TODO Use python-tlslite?
69
72
** TODO D-Bus AddClient() method on server object
70
73
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods. :2:
71
 
** TODO Emit [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties][org.freedesktop.DBus.Properties.PropertiesChanged]] signal            :2:
72
 
   TODO Deprecate se.recompile.Mandos.Client.PropertyChanged - annotate!
73
 
   TODO Can use "invalidates" annotation to also emit on changed secret.
74
74
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object :2:
75
75
   Deprecate methods GetAllClients(), GetAllClientsWithProperties()
76
76
   and signals ClientAdded and ClientRemoved.
78
78
** TODO CheckerCompleted method, deprecate CheckedOK
79
79
** TODO Secret Service API?
80
80
   http://standards.freedesktop.org/secret-service/
81
 
** TODO Remove D-Bus interfaces with old domain name                         :2:
 
81
** TODO Remove D-Bus interfaces with old domain name                      :2:
82
82
** TODO Remove old string_to_delta format                                    :2:
83
83
** TODO http://0pointer.de/blog/projects/stateless.html
84
84
*** tmpfiles snippet to create /var/lib/mandos with right user+perms