/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-09-02 13:04:42 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080902130442-ytnjsmllaph18e20
* plugin-runner.xml (PLUGINS/WRITING PLUGINS): New section.
  (BUGS): Commented out.  There are no bugs.
  (EXAMPLE): Added lots of examples.
  (SECURITY): Added text.
  (SEE ALSO): Added "crypttab(5)" and "execve(2)".

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
** [#B] Add more if(debug) calls
8
8
** [#B] Seperate more code to function for more readability
9
9
** [#A] Man page: man8/plugin-runner.8mandos
10
 
*** EXAMPLE
11
 
    Examples of normal usage, debug usage, debugging single or all
12
 
    plugins, etc.
13
 
*** SECURITY
14
 
    Note the danger of using this program, since you might lock
15
 
    yourself out of your system without any means of entering the root
16
 
    file system password.  This is, however, very unlikely considering
17
 
    the fallback to getpass(3).
18
 
*** BUGS
19
10
*** SEE ALSO
20
11
    Explaining text on what you can read
21
12