/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

merge + minor adjustments

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
* [#A] README file
4
4
 
5
5
* Plugin-runner
6
 
** [#A] Free plugin name and args
7
 
   [[file:plugin-runner.c::free%20plugin_list][file:plugin-runner.c::free plugin_list]] (both places)
8
6
** [#A] Change syntax for arguments
9
7
** [#B] Add more comments to code
10
8
** [#B] Add more if(debug) calls
11
9
** [#B] Seperate more code to function for more readability
12
 
** [#B] Make free_plugin_list() function
13
10
** [#A] Man page: man8/plugin-runner.8mandos
14
11
*** DESCRIPTION
15
12
    Describe the plus sign syntax for passing options from crypttab
28
25
    Text needed
29
26
*** SEE ALSO
30
27
    Explaining test on what you can read
 
28
** Use asprintf instead of malloc and strcat?
31
29
** Support in configuration file for environment variables
32
30
** Keydir move: /etc/mandos -> /etc/keys/mandos
33
31
   Must create in preinst if not pre-depending on cryptsetup
34
32
 
35
33
* Password-request
36
34
** [#A] Man page: man8/password-request.8mandos
37
 
** Make prompt exactly like the normal prompt
38
 
   Use environment variables:
39
 
   "Enter passphrase to unlock the disk $cryptsource ($crypttarget): "
40
 
   [[file:plugins.d/password-prompt.c::fprintf%20stderr%20s%20Password%20prefix][Here]]
41
35
** [#B] Temporarily lower kernel log level
42
36
   for less printouts during sucessfull boot.
43
37
*** DESCRIPTION