/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-02 06:37:18 UTC
  • Revision ID: teddy@fukt.bsnet.se-20110402063718-13ldrcuu0t33sdc4
* mandos: Tolerate restarting Avahi servers.  Also Changed to new
          "except x as y" exception syntax.
  (AvahiService.entry_group_state_changed_match): New; contains the
                                                  SignalMatch object.
  (AvahiService.remove): Really remove the group and the signal
                         connection, if any.
  (AvahiService.add): Always create a new group and signal connection.
  (AvahiService.cleanup): Changed to simply call remove().
  (AvahiService.server_state_changed): Handle and log more bad states.
  (AvahiService.activate): Set "follow_name_owner_changes=True" on the
                           Avahi Server proxy object.
  (ClientDBus.checked_ok): Do not return anything.
  (ClientDBus.CheckedOK): Do not return anything, as documented.
* mandos-monitor: Call D-Bus methods asynchronously.

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