/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: Björn Påhlsson
  • Date: 2008-07-20 02:52:20 UTC
  • Revision ID: belorn@braxen-20080720025220-r5u0388uy9iu23h6
Added following support:
Pluginbased client handler
rewritten Mandos client
       Avahi instead of udp server discovery
       openpgp encrypted key support
Passprompt stand alone application for direct console input
Added logging for Mandos server

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
config file
 
8
client-list
 
9
run-time communication with server
 
10
 
 
11
handle SIGTERM, SIGQUIT, etc.
24
12
 
25
13
[Mandos-tools/utilities]
26
14
        List clients
27
15
        Enable client
28
16
        Disable client
29
 
 
30
 
[Installer]
31
 
...