/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

  • Committer: Teddy Hogeborn
  • Date: 2008-08-15 21:09:25 UTC
  • mfrom: (24.1.52 mandos)
  • Revision ID: teddy@fukt.bsnet.se-20080815210925-32718zu3nrlotix5
Merge.

* plugin-runner.c (ARGFILE): Renamed to "plugin-runner.conf".

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
* [#A] README file
4
4
 
5
 
* Mandos-client
 
5
* Plugin-runner
6
6
** [#A] Change syntax for arguments
7
 
** [#A] Man page: man8/mandos-client.8mandos
 
7
** [#B] Add more comments to code
 
8
** [#B] Add more if(debug) calls
 
9
** [#B] Seperate more code to function for more readability
 
10
** [#A] Man page: man8/plugin-runner.8mandos
8
11
*** DESCRIPTION
9
12
    Describe the plus sign syntax for passing options from crypttab
10
13
*** EXIT STATUS
23
26
*** SEE ALSO
24
27
    Explaining test on what you can read
25
28
** Use asprintf instead of malloc and strcat?
26
 
** use strsep instead of strtok?
27
 
** use config file in addition to arguments
28
 
** pass things in environment, like device name, etc
 
29
** Support in configuration file for environment variables
29
30
** Keydir move: /etc/mandos -> /etc/keys/mandos
30
31
   Must create in preinst if not pre-depending on cryptsetup
31
32