/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: Teddy Hogeborn
  • Date: 2008-07-21 22:51:46 UTC
  • mfrom: (15.1.4 mandos)
  • Revision ID: teddy@fukt.bsnet.se-20080721225146-55gbo7fqocy4m930
* plugins.d/mandosclient.c (pgp_packet_decrypt): Cast "0" argument to
                                                 gpgme_data_seek.
 (start_mandos_communication): Change "ip" arg to "const char *".  New
                               variable "written".  Remove setsockopt.
                               Bug fix: Do not change decrypted_buffer.
 (resolve_callback): Removed AVAHI_GCC_UNUSED from "interface".

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[Mandos client]
2
 
configuration for OpenPGP key dir
3
 
header files/symbols tally
4
 
check exit codes of all system calls
 
2
configuration for OpenPGP key
5
3
IPv4 support
6
 
protocol version header
7
 
use strsep instead of strtok?
8
4
 
9
5
[Pluginbasedclient]
10
6
disable certain plugins
11
 
header files/symbols tally
12
 
check exit codes of all system calls
13
7
change uid to nobody:nogroup
14
8
        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?
19
9
 
20
10
[Server]
21
 
config for:
 
11
config file for:
22
12
        TXT record
23
 
protocol version header
24
 
Run-time communication with server
25
 
        probably using D-Bus
 
13
        GnuTLS priority string
 
14
run-time communication with server
26
15
 
27
16
[Mandos-tools/utilities]
28
17
        List clients
29
18
        Enable client
30
19
        Disable client
31
 
 
32
 
[Installer]
33
 
...