/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 README

* README (The Plugin System): Removed redundant text about options and
                              files for the plugins, this is now
                              documented in the manuals for the
                              plugins.

* plugins.d/mandos-client.c (main): Remove comment which was copied
                                    from another program by mistake.
                                    Use "sscanf" instead of "strtol"
                                    to parse numbers; this uses the
                                    correct type instead of casting.
                                    Don't report errors when removing
                                    temporary directory if directory
                                    is already gone.

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
    cryptsetup, this plugin listens to the same FIFO as askpass would
153
153
    do.
154
154
  
155
 
  (None of these take any options or reads any files.)
156
 
  
157
155
  More plugins could easily be written and added by the system
158
156
  administrator; see the section called "WRITING PLUGINS" in
159
157
  plugin-runner(8mandos) to learn the plugin requirements.