/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-03-23 20:48:58 UTC
  • Revision ID: teddy@recompile.se-20140323204858-l1x3aiick21oog4y
Improve error message when working around Debian bug #633582.

* plugins-runner.c (main): Improve error message when failing to work
                           around Debian bug #633582.  Also simplify
                           code to always use execve().

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 scandir(3) instead of readdir(3)
47
48
** TODO [#C] use same file name rules as run-parts(8)
48
49
** kernel command line option for debug info
 
50
** TODO [#B] Use openat()
 
51
** TODO [#C] Use fnmatch() to look for bad prefixes and suffixes
49
52
 
50
53
* mandos (server)
51
54
** TODO [#B] Log level                                                    :BUGS:
81
84
   http://standards.freedesktop.org/secret-service/
82
85
** TODO Remove D-Bus interfaces with old domain name                      :2:
83
86
** 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
 
87
** TODO --no-zeroconf (only valid if port or socket is set)
89
88
 
90
89
* mandos.xml
91
90
** Add mandos contact info in manual pages