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

  • Committer: Björn Påhlsson
  • Date: 2011-11-09 11:16:17 UTC
  • mto: (518.2.5 persistent-state-gpgme)
  • mto: This revision was merged to the branch mainline in revision 520.
  • Revision ID: belorn@fukt.bsnet.se-20111109111617-jpey2sy4dupqzabc
Persistent state: New feature. Client state is now stored when mandos
                  server exits, and restored when starting up. Secrets
                  are encrypted with key based on clients config file.
--no-restore: New argument to mandos server. Disables restore
              functionallity
minor changes: clients are now dicts!

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3
3
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4
4
<!ENTITY COMMANDNAME "mandos">
5
 
<!ENTITY TIMESTAMP "2011-10-22">
 
5
<!ENTITY TIMESTAMP "2011-10-03">
6
6
<!ENTITY % common SYSTEM "common.ent">
7
7
%common;
8
8
]>
396
396
    <title>LOGGING</title>
397
397
    <para>
398
398
      The server will send log message with various severity levels to
399
 
      <filename class="devicefile">/dev/log</filename>.  With the
 
399
      <filename>/dev/log</filename>.  With the
400
400
      <option>--debug</option> option, it will log even more messages,
401
401
      and also show them on the console.
402
402
    </para>
478
478
        </listitem>
479
479
      </varlistentry>
480
480
      <varlistentry>
481
 
        <term><filename class="devicefile">/dev/log</filename></term>
 
481
        <term><filename>/dev/log</filename></term>
482
482
        <listitem>
483
483
          <para>
484
484
            The Unix domain socket to where local syslog messages are
518
518
      Debug mode is conflated with running in the foreground.
519
519
    </para>
520
520
    <para>
 
521
      The console log messages do not show a time stamp.
 
522
    </para>
 
523
    <para>
521
524
      This server does not check the expire time of clients’ OpenPGP
522
525
      keys.
523
526
    </para>