/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: 2008-08-01 06:56:27 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080801065627-2c7k4ydefjgacgnq
* plugins.d/plugbasedclient.c (set_cloexec_flag): New function.
  (main): Use the set_cloexec_flag function.  Move inserting of global
  arguments to before the fork.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[Mandos client]
2
 
configuration for OpenPGP key and interface
 
2
configuration for OpenPGP key dir
 
3
header files/symbols tally
 
4
check exit codes of all system calls
3
5
IPv4 support
 
6
protocol version header
 
7
use strsep instead of strtok?
4
8
 
5
9
[Pluginbasedclient]
6
10
disable certain plugins
 
11
header files/symbols tally
 
12
check exit codes of all system calls
7
13
change uid to nobody:nogroup
8
14
        other drop privs stuff?
 
15
pass things in environment, like device name, etc
 
16
        Does cryptsetup already do this?
 
17
Configurable plugin dir
 
18
use strsep instead of strtok?
9
19
 
10
20
[Server]
11
 
config file for:
 
21
config for:
12
22
        TXT record
13
 
        GnuTLS priority string
14
 
run-time communication with server
 
23
protocol version header
 
24
Run-time communication with server
 
25
        probably using D-Bus
15
26
 
16
27
[Mandos-tools/utilities]
17
28
        List clients
18
29
        Enable client
19
30
        Disable client
 
31
 
 
32
[Installer]
 
33
...