/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-27 21:24:33 UTC
  • Revision ID: teddy@recompile.se-20140327212433-oxdvfg1vsaagc6v0
Use fnmatch()in plugin-runner.

* plugin-runner.c (main): Use fnmatch().

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
* mandos-client
23
23
** TODO [#B] Use capabilities instead of seteuid().
24
 
** TODO [#B] Use struct sockaddr_storage instead of a union
25
24
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
26
 
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
27
25
** TODO [#C] Make start_mandos_communication() take "struct server".
28
26
 
29
27
* splashy
46
44
* plugin-runner
47
45
** TODO handle printing for errors for plugins
48
46
*** Hook up stderr of plugins, buffer them, and prepend "Mandos Plugin [plugin name]"
49
 
** TODO [#B] use scandir(3) instead of readdir(3)
 
47
** TODO [#B] use scandirat(3) instead of readdir(3)
 
48
*** Must wait until GNU libc 2.15
50
49
** TODO [#C] use same file name rules as run-parts(8)
51
50
** kernel command line option for debug info
52
 
** TODO [#B] Use openat()
53
 
** TODO [#C] Use fnmatch() to look for bad prefixes and suffixes
54
51
 
55
52
* mandos (server)
56
53
** TODO [#B] Log level                                                    :BUGS: