/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

plugbasedclient:
        Added support to disable plugins
        Added support to change plugin directory

mandosclient.c
        Fixed some funtion calls that lacked error handling
        small bugfix

Show diffs side-by-side

added added

removed removed

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