/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:
5
5
** header files/symbols tally
6
6
** check exit codes of all system calls
7
7
** IPv4 support
8
 
** protocol version header
9
8
** use strsep instead of strtok?
10
 
** change uid to nobody:nogroup
11
 
   other drop privs stuff?
12
9
 
13
10
* Pluginbasedclient
14
11
** header files/symbols tally
15
12
** check exit codes of all system calls
16
13
** [#C] pass things in environment, like device name, etc
17
 
   Does cryptsetup already do this?
18
14
** use strsep instead of strtok?
19
15
** use config file in addition to arguments
20
16