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

  • Committer: Teddy Hogeborn
  • Date: 2008-09-17 00:34:09 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080917003409-bxbjsc4o69nx40t6
* .bzr-builddeb/default.conf: New.

* Makefile (install-server): Do not create directories that
                             should already be present in a
                             normal system.
  (install-client-nokey): - '' -  Also specify non-executable
                          mode for "initramfs-tools-hook-conf".

* README: Improved wording.  Use real copyright mark.

* debian/changelog: New.
* debian/compat: - '' -
* debian/control: - '' -
* debian/copyright: - '' -
* debian/mandos-client.README.Debian: - '' -
* debian/mandos-client.dirs: - '' -
* debian/mandos-client.lintian-overrides: - '' -
* debian/mandos-client.postinst: - '' -
* debian/mandos-client.postrm: - '' -
* debian/mandos.dirs: - '' -
* debian/mandos.lintian-overrides: - '' -
* debian/rules: - '' -
* default-mandos: - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
  on your door and the sudden absence of all the servers in your
131
131
  server room.  Which it does nicely.
132
132
 
133
 
* The Plugin System
134
 
  In the early designs, the mandos-client(8mandos) program (which
135
 
  retrieves a password from the Mandos server) also prompted for a
136
 
  password on the terminal, in case a Mandos server could not be
137
 
  found.  Other ways of retrieving a password could easily be
138
 
  envisoned, but this multiplicity of purpose was seen to be too
139
 
  complex to be a viable way to continue.  Instead, the original
140
 
  program was separated into mandos-client(8mandos) and
141
 
  password-prompt(8mandos), and a plugin-runner(8mandos) exist to run
142
 
  them both in parallel, allowing the first successful plugin to
143
 
  provide the password.  This opened up for any number of additional
144
 
  plugins to run, all competing to be the first to find a password and
145
 
  provide it to the plugin runner.
146
 
  
147
 
  Three additional plugins are provided:
148
 
  * usplash(8mandos)
149
 
    This prompts for a password when using usplash(8).
150
 
  * splashy(8mandos)
151
 
    This prompts for a password when using splashy(8).
152
 
  * askpass-fifo(8mandos)
153
 
    To provide compatibility with the "askpass" program from
154
 
    cryptsetup, this plugin listens to the same FIFO as askpass would
155
 
    do.
156
 
  
157
 
  More plugins can easily be written and added by the system
158
 
  administrator; see the section called "WRITING PLUGINS" in
159
 
  plugin-runner(8mandos) to learn the plugin requirements.
160
 
 
161
133
* Copyright
162
134
 
163
 
    Copyright © 2008,2009 Teddy Hogeborn
164
 
    Copyright © 2008,2009 Björn Påhlsson
 
135
    Copyright © 2008 Teddy Hogeborn
 
136
                2008 Björn Påhlsson
165
137
  
166
138
** License:
167
139