/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

plugin-runner
        Freeing up memory during run-time.

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
** [#A] Free plugin name and args
 
7
   [[file:plugin-runner.c::free%20plugin_list][file:plugin-runner.c::free plugin_list]] (both places)
6
8
** [#A] Change syntax for arguments
7
 
** [#A] Man page: man8/mandos-client.8mandos
 
9
** [#B] Add more comments to code
 
10
** [#B] Add more if(debug) calls
 
11
** [#B] Seperate more code to function for more readability
 
12
** [#B] Make free_plugin_list() function
 
13
** [#A] Man page: man8/plugin-runner.8mandos
8
14
*** DESCRIPTION
9
15
    Describe the plus sign syntax for passing options from crypttab
10
16
*** EXIT STATUS
22
28
    Text needed
23
29
*** SEE ALSO
24
30
    Explaining test on what you can read
25
 
** 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
 
31
** Keydir move: /etc/mandos -> /etc/keys/mandos
 
32
   Must create in preinst if not pre-depending on cryptsetup
29
33
 
30
34
* Password-request
31
35
** [#A] Man page: man8/password-request.8mandos
54
58
    Create this section
55
59
*** SEE ALSO
56
60
    Refer to mandos-client(8mandos) and password-prompt(8mandos)
57
 
** Use asprintf instead of malloc and memcpy?
 
61
*** ENVIRONMENT
 
62
    Document use of "cryptsource" and "crypttarget".
58
63
** IPv4 support
59
64
** use strsep instead of strtok?
60
65
** Do not depend on GnuPG key rings on disk
63
68
 
64
69
* Password-prompt
65
70
** [#A] Man page: man8/password-prompt.8mandos
 
71
** Show getenv("cryptsource") and getenv("crypttarget") if set
 
72
   cryptsource will be the device, like "/dev/sda3", and crypttarget
 
73
   will be the device mapper name, like "sda3_crypt".
66
74
*** DESCRIPTION
67
75
    Move options to new OPTIONS section.
68
76
*** EXIT STATUS