/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-10 10:11:37 UTC
  • Revision ID: teddy@recompile.se-20140310101137-3khoc3qrntp13l08
White space fix: change "if (" to "if(" in C code.

* plugins.d/mandos-client.c (start_mandos_communication): White space
                                                          fix.
  (avahi_loop_with_timeout, main): - '' -

Show diffs side-by-side

added added

removed removed

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