/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: 2011-07-13 01:11:12 UTC
  • Revision ID: teddy@fukt.bsnet.se-20110713011112-bgf3tenqq60uoyyb
* Makefile (plugins.d/mandos-client): Bug fix: Put $^ before all
                                      libraries.  Remove "$(COMMON)".
                                      Thanks to Angel Abad
                                      <angelabad@ubuntu.com>.
* initramfs-tools-script: Work around change in initramfs-tools,
                          Debian bug #633582.
* plugins.d/mandos-client.c (init_gnutls_global): Bug fix: check for
                errors from gnutls_certificate_allocate_credentials().

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
  plugins to run, all competing to be the first to find a password and
145
145
  provide it to the plugin runner.
146
146
  
147
 
  Three additional plugins are provided:
 
147
  Four additional plugins are provided:
 
148
  * plymouth(8mandos)
 
149
    This prompts for a password when using plymouth(8).
148
150
  * usplash(8mandos)
149
151
    This prompts for a password when using usplash(8).
150
152
  * splashy(8mandos)
160
162
 
161
163
* Copyright
162
164
 
163
 
    Copyright © 2008,2009 Teddy Hogeborn
164
 
    Copyright © 2008,2009 Björn Påhlsson
 
165
    Copyright © 2008-2011 Teddy Hogeborn
 
166
    Copyright © 2008-2011 Björn Påhlsson
165
167
  
166
168
** License:
167
169