/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-08-02 14:33:47 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080802143347-u1m4zs1q0feu72ei
* TODO: Converted to org-mode style

* plugins.d/mandosclient.c (certdir): Changed to "/conf/conf.d/mandos/".
  (certdir, certfile, certkey, pgp_packet_decrypt, debuggnutls,
  initgnutls, empty_log, combinepath): Made static.
  (combinepath): Rewritten to only get the argument string lengths
                 once.  Do not print error message; leave that to
                 caller.  All callers changed.

Show diffs side-by-side

added added

removed removed

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