/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: 2015-07-20 00:59:17 UTC
  • Revision ID: teddy@recompile.se-20150720005917-ud7fxa6wcv9y4ta6
mandos-client: Bug fix: don't crash if --dh-params was not used.

* plugins.d/mandos-client.c (main): Bug fix: Check if dh_params_file
                                    is NULL before using it in the
                                    workaround for Debian bug #633582.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
* mandos-applet
21
21
 
22
22
* mandos-client
23
 
** TODO A --server option which only adds to the server list.
24
 
   (Unlike --connect, which implicitly disables zeroconf.)
25
23
** TODO [#B] Use capabilities instead of seteuid().
26
24
   https://forums.grsecurity.net/viewtopic.php?f=7&t=2522
27
25
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
77
75
** TODO Use python-tlslite?
78
76
** TODO D-Bus AddClient() method on server object
79
77
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods. :2:
 
78
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object :2:
 
79
   Deprecate methods GetAllClients(), GetAllClientsWithProperties()
 
80
   and signals ClientAdded and ClientRemoved.
80
81
** TODO Save state periodically to recover better from hard shutdowns
81
82
** TODO CheckerCompleted method, deprecate CheckedOK
82
83
** TODO Secret Service API?