/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-08-03 03:33:56 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080803033356-6aemgj0g0hoz91ow
* plugins.d/mandosclient.c (pgp_packet_decrypt): Renamed variables.
                                                 On debug, show
                                                 decrypted plaintext
                                                 in hexadecimal.  Free
                                                 the GPGME data
                                                 buffers even on
                                                 errors.

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