/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
 
-*- org -*-
2
 
 
3
 
* Mandos client
4
 
** Use argp instead of getopt_long
5
 
** header files/symbols tally
6
 
** check exit codes of all system calls
7
 
** IPv4 support
8
 
** use strsep instead of strtok?
9
 
 
10
 
* Pluginbasedclient
11
 
** header files/symbols tally
12
 
** check exit codes of all system calls
13
 
** [#C] pass things in environment, like device name, etc
14
 
** use strsep instead of strtok?
15
 
** use config file in addition to arguments
16
 
 
17
 
* Server
18
 
** config for:
19
 
*** TXT record
20
 
** protocol version header
21
 
** Run-time communication with server
22
 
   probably using D-Bus
23
 
 
24
 
* Mandos-tools/utilities
25
 
  All of this probably using D-Bus
26
 
** List clients
27
 
** Enable client
28
 
** Disable client
29
 
 
30
 
* Installer
31
 
 
32
 
 
33
 
#+STARTUP: showall
 
1
[Client]
 
2
configuration for cert, key, CA and interface
 
3
IPv4 support
 
4
OpenPGP keys support
 
5
 
 
6
[Server]
 
7
config file
 
8
client-list
 
9
run-time communication with server
 
10
 
 
11
handle SIGTERM, SIGQUIT, etc.
 
12
 
 
13
[Mandos-tools/utilities]
 
14
        List clients
 
15
        Enable client
 
16
        Disable client