/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-22 01:59:47 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080722015947-y7o6keji020nvrhw
* Makefile (OPTIMIZE): New; optimize for size.
  (CFLAGS): Use $(OPTIMIZE).

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