/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 20:11:37 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080118201137-oxhupsfl5ut9cjz5
* server.py (server_metaclass): New.
  (IPv6_UDPServer, IPv6_TCPServer): Use "server_metaclass" instead of
  "server_bind" and "init_with_options".  Removed "address_family" and
  "allow_reuse_address", since they are now added in "server_metaclass".
  (server_bind, init_with_options): Removed.
  
  (main): Pass "options" to Client constructor.
  (Client.__init__): Take an "options" parameter and use it.

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