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

  • Committer: Teddy Hogeborn
  • Date: 2019-02-10 03:54:09 UTC
  • Revision ID: teddy@recompile.se-20190210035409-l2mqp2ftzkggwybz
Do minor fix to make mandos-monitor work with new python-urwid

* mandos-monitor (UserInterface.log): Initialize to an
                                      urwid.SimpleListWalker([]), not
                                      an empty list.
  (UserInterface.log_message_raw): Fix off-by-one error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
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
 
<!ENTITY TIMESTAMP "2016-02-28">
 
4
<!ENTITY TIMESTAMP "2019-02-09">
5
5
<!ENTITY % common SYSTEM "common.ent">
6
6
%common;
7
7
]>
36
36
      <year>2014</year>
37
37
      <year>2015</year>
38
38
      <year>2016</year>
 
39
      <year>2017</year>
 
40
      <year>2018</year>
39
41
      <holder>Teddy Hogeborn</holder>
40
42
      <holder>Björn Påhlsson</holder>
41
43
    </copyright>
65
67
      The computers run a small client program in the initial RAM disk
66
68
      environment which will communicate with a server over a network.
67
69
      All network communication is encrypted using TLS.  The clients
68
 
      are identified by the server using an OpenPGP key; each client
 
70
      are identified by the server using a TLS public key; each client
69
71
      has one unique to it.  The server sends the clients an encrypted
70
72
      password.  The encrypted password is decrypted by the clients
71
 
      using the same OpenPGP key, and the password is then used to
 
73
      using a separate OpenPGP key, and the password is then used to
72
74
      unlock the root file system, whereupon the computers can
73
75
      continue booting normally.
74
76
    </para>
77
79
  <refsect1 id="introduction">
78
80
    <title>INTRODUCTION</title>
79
81
    <para>
 
82
      <!-- This paragraph is a combination and paraphrase of two
 
83
           quotes from the 1995 movie “The Usual Suspects”. -->
80
84
      You know how it is.  You’ve heard of it happening.  The Man
81
85
      comes and takes away your servers, your friends’ servers, the
82
86
      servers of everybody in the same hosting facility. The servers
196
200
      <para>
197
201
        No.  The server only gives out the passwords to clients which
198
202
        have <emphasis>in the TLS handshake</emphasis> proven that
199
 
        they do indeed hold the OpenPGP private key corresponding to
200
 
        that client.
 
203
        they do indeed hold the private key corresponding to that
 
204
        client.
201
205
      </para>
202
206
    </refsect2>
203
207
    
379
383
    </para>
380
384
  </refsect1>
381
385
  
 
386
  <refsect1 id="bugs">
 
387
    <title>BUGS</title>
 
388
    <xi:include href="bugs.xml"/>
 
389
  </refsect1>
 
390
  
382
391
  <refsect1 id="see_also">
383
392
    <title>SEE ALSO</title>
384
393
    <para>
412
421
    <variablelist>
413
422
      <varlistentry>
414
423
        <term>
415
 
          <ulink url="http://www.recompile.se/mandos">Mandos</ulink>
 
424
          <ulink url="https://www.recompile.se/mandos">Mandos</ulink>
416
425
        </term>
417
426
        <listitem>
418
427
          <para>