/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-06-14 23:43:07 UTC
  • Revision ID: teddy@recompile.se-20140614234307-i0mh9r2n4orkqtki
plugin-runner: Release memory and close FD's correctly in all cases.

* plugins.d/mandos-client.c (main): Init "direntries" to NULL.  Close
                                    "dir_fd" at fallback label.  Do
                                    not free "direntries" if
                                    scandirat() or scandir() failed.
                                    Do free(direntries) at fallback
                                    label.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
* plugin-runner
45
45
** TODO handle printing for errors for plugins
46
46
*** Hook up stderr of plugins, buffer them, and prepend "Mandos Plugin [plugin name]"
 
47
** TODO [#B] use scandirat(3) instead of readdir(3)
 
48
*** Must wait until GNU libc 2.15
47
49
** TODO [#C] use same file name rules as run-parts(8)
48
50
** kernel command line option for debug info
49
51
 
81
83
   http://standards.freedesktop.org/secret-service/
82
84
** TODO Remove D-Bus interfaces with old domain name                      :2:
83
85
** TODO Remove old string_to_delta format                                 :2:
84
 
** TODO http://0pointer.de/blog/projects/stateless.html
85
 
*** tmpfiles snippet to create /var/lib/mandos with right user+perms
86
 
*** File in /usr/lib/sysusers.d to create user+group "_mandos"
87
 
** TODO Error handling on error parsing config files
88
 
** TODO init.d script error handling
 
86
** TODO --no-zeroconf (only valid if port or socket is set)
89
87
 
90
88
* mandos.xml
91
89
** Add mandos contact info in manual pages
106
104
*** Properties popup
107
105
** Print a nice "We are sorry" message, save stack trace to log.
108
106
** Rename module "gobject" to "GObject".
109
 
** TODO Optional verbose mode to see checkers starting and succeeding
110
107
 
111
108
* mandos-keygen
112
109
** TODO "--secfile" option