/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 mandos-options.xml

  • Committer: Teddy Hogeborn
  • Date: 2009-02-09 05:48:04 UTC
  • mfrom: (24.1.134 mandos)
  • Revision ID: teddy@fukt.bsnet.se-20090209054804-6phrjjrzjlpvuz7u
Merge from Björn:

* plugin-runner.c (main): Bug fix: For the "--options-for" option, do
                          not mangle arguments with colon characters.
                          Also support adding empty arguments.

* plugins.d/mandos-client.c: (mc): New global variable; moved from
                                   "main".
  (init_gpgme, pgp_packet_decrypt, init_gnutls_global,
  init_gnutls_session, start_mandos_communication): Removed "mc"
                                                    argument.  All
                                                    callers changed.

  (resolve_callback, browse_callback): Ignore "userdata" argument.
                                       All callers changed.
  (handle_sigterm): New function.
  (main): Add "handle_sigterm" as signal handler for SIGTERM before
          starting the main loop.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
  <para id="servicename">
59
59
    Zeroconf service name.  The default is
60
60
    <quote><literal>Mandos</literal></quote>.  This only needs to be
61
 
    changed this if it, for some reason, is necessary to run more than
62
 
    one server on the same <emphasis>host</emphasis>, which would not
 
61
    changed if for some reason is would be necessary to run more than
 
62
    one server on the same <emphasis>host</emphasis>.  This would not
63
63
    normally be useful.  If there are name collisions on the same
64
64
    <emphasis>network</emphasis>, the newer server will automatically
65
65
    rename itself to <quote><literal>Mandos #2</literal></quote>, and
66
66
    so on; therefore, this option is not needed in that case.
67
67
  </para>
 
68
 
 
69
  <para id="dbus">
 
70
    This option controls whether the server will provide a D-Bus
 
71
    system bus interface.  The default is to provide such an
 
72
    interface.
 
73
  </para>
68
74
  
69
75
</section>