chiark / gitweb /
String-termination bugfix. Compilation fixes (-D_GNU_SOURCE, etc.), and some config...
[userv.git] / README
1 This is userv, a trust boundary management service for Unix.
2
3 Using userv, one program can call another without either of them
4 having to trust the other completely.  This enables applications such
5 as mail delivery, cron, user-provided CGI scripts and so forth to
6 operate without needing to be given root privilege.
7
8 THIS VERSION IS ALPHA AND PROVIDED FOR REVIEW.
9
10 For installation requirements and instructions please see INSTALL.
11 For usage documentation and discussion see the manual in spec.*
12 (various formats via Debiandoc-SGML in spec.sgml).
13
14 The WWW page is <URL:http://www.chiark.greenend.org.uk/~ian/userv/>.
15 There are two mailing lists: userv-discuss and userv-announce; both
16 are managed by majordomo@chiark.greenend.org.uk.  Send majordomo the
17 word `help' for instructions on how to subscribe and unsubscribe.
18
19 Please send bug reports and suggestions to
20 userv-maint@chiark.greenend.org.uk, or to the userv-discuss mailing
21 list if you are subscribed to it.
22
23 userv is Copyright (C)1996-7 Ian Jackson <ian@chiark.greenend.org.uk>.
24
25 userv is free software; you can redistribute it and/or modify it under
26 the terms of the GNU General Public License as published by the Free
27 Software Foundation; either version 2 of the License, or (at your
28 option) any later version.
29
30 This program is distributed in the hope that it will be useful, but
31 WITHOUT ANY WARRANTY; without even the implied warranty of
32 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
33 General Public License for more details.
34
35 You should have received a copy of the GNU General Public License
36 along with userv as the file COPYING; if not, email me at the address
37 above or write to the Free Software Foundation, 59 Temple Place -
38 Suite 330, Boston, MA 02111-1307, USA.