/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
1
<?xml version="1.0" encoding="UTF-8"?>
131 by Teddy Hogeborn
* Makefile: Make all DocBook rules include legalnotice.xml as a
2
<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
90 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Added "--xinclude".
3
	"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
4
<para>
95 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: corrected patterns.
5
  This is part of the Mandos system for allowing computers to have
123 by Teddy Hogeborn
* mandos-keygen: Minor help text change.
6
  encrypted root file systems and at the same time be capable of
7
  remote and/or unattended reboots.  The computers run a small client
134 by Teddy Hogeborn
* mandos.xml: Enclose "RAM" with <acronym>.
8
  program in the initial <acronym>RAM</acronym> disk environment which
183 by Teddy Hogeborn
* Makefile (install-client-nokey): Do "&&" instead of ";" to catch
9
  will communicate with a server over a network.  All network
10
  communication is encrypted using <acronym>TLS</acronym>.  The
11
  clients are identified by the server using an OpenPGP key; each
12
  client has one unique to it.  The server sends the clients an
13
  encrypted password.  The encrypted password is decrypted by the
14
  clients using the same OpenPGP key, and the password is then used to
15
  unlock the root file system, whereupon the computers can continue
16
  booting normally.
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
17
</para>