/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-04-03 00:46:51 UTC
  • Revision ID: teddy@fukt.bsnet.se-20110403004651-yyrzgwwkoq4ts2vi
* mandos: Never call .Reset() on a defunct Avahi entry group.
  (AvahiService.remove): Only do group.Reset(), as before.
  (AvahiService.add): Only create new group if necessary.
  (AvahiService.cleanup): Also do group.Free() if a group exists.
  (AvahiService.server_state_changed): Call .cleanup() on errors.
                                       Also log error parameter, if
                                       passed.

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