/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-31 19:48:05 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080731194805-mseis21dxwrdfqhk
* plugins.d/mandosclient.c (start_mandos_communication): Changed
                                                        "if_index" to
                                                        be of type
                                                        "AvahiIfIndex".
                                                        All callers
                                                        changed.
 (main): Add default values to "interface" and "if_index".  Only
         change if_index from default if "interface" was given.

* server.py (IPv6_TCPServer.server_bind): Bug fix: test if interface
                                          is empty, not if equal to
                                          avahi.IF_UNSPEC.
  (if_nametoindex): Bug fix; typo: assign to _func[0], not func[0].
  (main): Bug fix: Do not set service.interface unless the interface
          setting has been given.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[Mandos client]
2
 
configuration for OpenPGP key and interface
 
2
configuration for OpenPGP key dir
 
3
header files/symbols tally
 
4
check exit codes of all system calls
3
5
IPv4 support
 
6
protocol version header
 
7
use strsep instead of strtok?
4
8
 
5
9
[Pluginbasedclient]
6
10
disable certain plugins
 
11
header files/symbols tally
 
12
check exit codes of all system calls
7
13
change uid to nobody:nogroup
8
14
        other drop privs stuff?
 
15
pass things in environment, like device name, etc
 
16
        Does cryptsetup already do this?
 
17
Configurable plugin dir
 
18
use strsep instead of strtok?
9
19
 
10
20
[Server]
11
 
config file for:
 
21
config for:
12
22
        TXT record
13
 
        GnuTLS priority string
14
 
run-time communication with server
 
23
protocol version header
 
24
Run-time communication with server
 
25
        probably using D-Bus
15
26
 
16
27
[Mandos-tools/utilities]
17
28
        List clients
18
29
        Enable client
19
30
        Disable client
 
31
 
 
32
[Installer]
 
33
...