/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
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
 
 
7
 
[Pluginbasedclient]
8
 
disable certain plugins
9
 
header files/symbols tally
10
 
check exit codes of all system calls
11
 
change uid to nobody:nogroup
12
 
        other drop privs stuff?
 
4
OpenPGP keys support
13
5
 
14
6
[Server]
15
 
config file for:
16
 
        TXT record
 
7
config file
 
8
client-list
17
9
run-time communication with server
18
10
 
 
11
handle SIGTERM, SIGQUIT, etc.
 
12
 
19
13
[Mandos-tools/utilities]
20
14
        List clients
21
15
        Enable client
22
16
        Disable client
23
 
 
24
 
[Installer]
25
 
...