/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-01-18 22:04:19 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080118220419-z95418owrporioo5
* Makefile (client_debug): New.
* client.cpp (CERT_ROOT): New.

(Tested)

Show diffs side-by-side

added added

removed removed

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