/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: Björn Påhlsson
  • Date: 2008-08-03 20:35:01 UTC
  • mto: (237.7.1 mandos) (24.1.154 mandos)
  • mto: This revision was merged to the branch mainline in revision 41.
  • Revision ID: belorn@braxen-20080803203501-av7janz21ve7iq0b
mandosclient
        Droping privileges
        split gnutls function into global and session

* server.py (if_nametoindex): Redefine itself instead of using a
                              default keyword argument.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
3
* Mandos client
 
4
** Use argp instead of getopt_long
4
5
** header files/symbols tally
5
6
** check exit codes of all system calls
6
7
** IPv4 support
7
 
** protocol version header
8
8
** use strsep instead of strtok?
9
 
** change uid to nobody:nogroup
10
 
   other drop privs stuff?
11
9
 
12
10
* Pluginbasedclient
13
11
** header files/symbols tally
14
12
** check exit codes of all system calls
15
13
** [#C] pass things in environment, like device name, etc
16
 
   Does cryptsetup already do this?
17
14
** use strsep instead of strtok?
18
15
** use config file in addition to arguments
19
16