/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Teddy Hogeborn
  • Date: 2008-08-01 20:03:03 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080801200303-3xjn9gjewg87365i
* plugbasedclient.c (main): Check if plugin dir could be opened.  Set
                            FD_CLOEXEC on the directory, if possible,
                            and also on both ends of the pipe.  Do not
                            allocate buffer for process in advance.
                            Free the plugin list.  Bug fix: exit if no
                            plugins found, not if any found.  Set
                            "exitstatus" in many places.  Simplify and
                            un-indent the loop reading process pipes.
                            Renamed process list iterator to "proc".
                            Bug fix:  retry password write on EINTR.
                            Free the process list properly, including
                            the process structs themselves.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
use strsep instead of strtok?
8
8
 
9
9
[Pluginbasedclient]
 
10
disable certain plugins
10
11
header files/symbols tally
11
12
check exit codes of all system calls
12
13
change uid to nobody:nogroup
13
14
        other drop privs stuff?
14
15
pass things in environment, like device name, etc
15
16
        Does cryptsetup already do this?
 
17
Configurable plugin dir
16
18
use strsep instead of strtok?
17
19
 
18
20
[Server]