/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-07-22 06:23:29 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080722062329-jaex5y5mslf6sqjx
* mandos-clients.conf ([DEFAULT]): New section.

* plugins.d/mandosclient.c (start_mandos_communication): Only print if
                                                         debugging.
                                                         Print server
                                                         name.
                                                         Bug fix: Loop
                                                         until suc-
                                                         cess.

* server.py (serverName): Set via option, not globally.
  (Client.__init__): Removed argument "options".  Require "timeout"
                     and "interval" arguments.
  (tcp_handler.handle): Set "priority" from self.server.options.
  (main): Removed "--timeout" and "--interval" options.  New options
          "--priority" and "--servicename".  Add defaults for
          "timeout" and "interval".  Set "serviceName" from options.
          Do not pass "options" to "Client()".

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[Mandos client]
2
2
configuration for OpenPGP key
 
3
header files/symbols tally
 
4
check exit codes of all system calls
3
5
IPv4 support
4
6
 
5
7
[Pluginbasedclient]
6
8
disable certain plugins
 
9
header files/symbols tally
 
10
check exit codes of all system calls
7
11
change uid to nobody:nogroup
8
12
        other drop privs stuff?
9
13
 
10
14
[Server]
11
15
config file for:
12
16
        TXT record
13
 
        GnuTLS priority string
14
17
run-time communication with server
15
18
 
16
19
[Mandos-tools/utilities]
17
20
        List clients
18
21
        Enable client
19
22
        Disable client
 
23
 
 
24
[Installer]
 
25
...