chiark / gitweb /
@@ -1,3 +1,9 @@
[userv.git] / spec.html / ch-intro.html
index aa5860b55bcd8f23827f7945dbd92d761bfc1df7..220d640be4ad31e29d6e1ceeccda910d154db87d 100644 (file)
@@ -1,32 +1,68 @@
-<html><head>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+
+<html>
+
+<head>
+
 <title>User service daemon and client specification - Introduction</title>
-<link rev=made href="mailto:ian@davenant.greenend.org.uk">
-</head><body>
+
+</head>
+
+<body>
+
+<hr>
+
+ [<a href="index.html#abstract">Abstract</a>]
+ [<a href="index.html#copyright">Copyright Notice</a>]
+ [<a href="index.html#contents">Contents</a>]
+ [<a href="ch-client.html">next</a>]
+
+<hr>
+
 <h1>
-User service daemon and client specification - chapter 1<br>
+User service daemon and client specification - Chapter 1<br>
 Introduction
 </h1>
+
+<hr>
+
+<p>
 There is a daemon which invokes user service programs (henceforth
 `services') in response to requests by callers of a companion client
 program (henceforth the `client') and according to rules set forth in
 system-wide and user-specific configuration files.  The companion
 client program is setuid root, and negotiates with the daemon through
-an <kbd>AF_UNIX</kbd> socket and associated objects in a system-wide
+an <code>AF_UNIX</code> socket and associated objects in a system-wide
 private directory set aside for the purpose.  The user who wishes the
 service to be performed and calls the client is called the `calling
 user'; the process which calls the client is called the `calling
 process'.
-<P>
+</p>
+
+<p>
 The daemon and the client are responsible for ensuring that
 information is safely carried across the security boundary between the
 two users, and that the processes on either side cannot interact with
 each other in any unexpected ways.
+</p>
+
+<hr>
+
+ [<a href="index.html#abstract">Abstract</a>]
+ [<a href="index.html#copyright">Copyright Notice</a>]
+ [<a href="index.html#contents">Contents</a>]
+ [<a href="ch-client.html">next</a>]
+
 <hr>
-User service daemon and client specification
-- <A href="index.html#copyright"><kbd>userv</kbd> is Copyright 1996-1999 Ian Jackson.</A>
-<br>
-<A href="index.html#toc">Contents</A>; <A href="index.html#abstract">abstract</A>; <A href="ch-client.html">next</A>.
-<br>
-<address>0.61.4<br>
-Ian Jackson <A href="mailto:ian@davenant.greenend.org.uk">ian@davenant.greenend.org.uk</A></address>
-</body></html>
+
+User service daemon and client specification<br>
+
+<address>
+1.0.1<br>
+Ian Jackson <a href="mailto:ian@davenant.greenend.org.uk">ian@davenant.greenend.org.uk</a>
+</address>
+
+</body>
+
+</html>
+