/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to mandos.xml

  • Committer: Teddy Hogeborn
  • Date: 2008-10-03 09:32:30 UTC
  • Revision ID: teddy@fukt.bsnet.se-20081003093230-rshn19e0c19zz12i
* .bzrignore (plugins.d/askpass-fifo): Added.

* Makefile (FORTIFY): Added "-fstack-protector-all".
  (mandos, mandos-keygen): Use more strict regexps when updating the
                           version number.

* mandos (Client.__init__): Use os.path.expandvars() and
                            os.path.expanduser() on the "secfile"
                            config value.

* plugins.d/splashy.c: Update comments and order of #include's.
  (main): Check user and group when looking for running splashy
          process.  Do not ignore ENOENT from execl().  Use _exit()
          instead of "return" when an error happens in child
          processes.  Bug fix: Only wait for splashy_update
          completion if it was started.  Bug fix: detect failing
          waitpid().  Only kill splashy_update if it is running.  Do
          the killing of the old splashy process before the fork().
          Do setsid() and setuid(geteuid()) before starting the new
          splashy.  Report failing execl().

* plugins.d/usplash.c: Update comments and order of #include's.
  (main): Check user and group when looking for running usplash
          process.  Do not report execv() error if interrupted by a
          signal.

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 "2008-12-28">
 
5
<!ENTITY TIMESTAMP "2008-09-30">
6
6
<!ENTITY % common SYSTEM "common.ent">
7
7
%common;
8
8
]>
84
84
      <replaceable>DIRECTORY</replaceable></option></arg>
85
85
      <sbr/>
86
86
      <arg><option>--debug</option></arg>
87
 
      <sbr/>
88
 
      <arg><option>--no-dbus</option></arg>
89
87
    </cmdsynopsis>
90
88
    <cmdsynopsis>
91
89
      <command>&COMMANDNAME;</command>
230
228
          </para>
231
229
        </listitem>
232
230
      </varlistentry>
233
 
      
234
 
      <varlistentry>
235
 
        <term><option>--no-dbus</option></term>
236
 
        <listitem>
237
 
          <xi:include href="mandos-options.xml" xpointer="dbus"/>
238
 
          <para>
239
 
            See also <xref linkend="dbus"/>.
240
 
        </listitem>
241
 
      </varlistentry>
242
231
    </variablelist>
243
232
  </refsect1>
244
233
  
334
323
    </para>
335
324
  </refsect1>
336
325
  
337
 
  <refsect1 id="dbus">
338
 
    <title>D-BUS INTERFACE</title>
339
 
    <para>
340
 
      The server will by default provide a D-Bus system bus interface.
341
 
      This interface will only be accessible by the root user or a
342
 
      Mandos-specific user, if such a user exists.
343
 
      <!-- XXX -->
344
 
    </para>
345
 
  </refsect1>
346
 
 
347
326
  <refsect1 id="exit_status">
348
327
    <title>EXIT STATUS</title>
349
328
    <para>
372
351
    </variablelist>
373
352
  </refsect1>
374
353
  
375
 
  <refsect1 id="files">
 
354
  <refsect1 id="file">
376
355
    <title>FILES</title>
377
356
    <para>
378
357
      Use the <option>--configdir</option> option to change where
442
421
      Currently, if a client is declared <quote>invalid</quote> due to
443
422
      having timed out, the server does not record this fact onto
444
423
      permanent storage.  This has some security implications, see
445
 
      <xref linkend="clients"/>.
 
424
      <xref linkend="CLIENTS"/>.
446
425
    </para>
447
426
    <para>
448
427
      There is currently no way of querying the server of the current
504
483
  
505
484
  <refsect1 id="security">
506
485
    <title>SECURITY</title>
507
 
    <refsect2 id="server">
 
486
    <refsect2 id="SERVER">
508
487
      <title>SERVER</title>
509
488
      <para>
510
489
        Running this <command>&COMMANDNAME;</command> server program
513
492
        soon after startup.
514
493
      </para>
515
494
    </refsect2>
516
 
    <refsect2 id="clients">
 
495
    <refsect2 id="CLIENTS">
517
496
      <title>CLIENTS</title>
518
497
      <para>
519
498
        The server only gives out its stored data to clients which