summaryrefslogtreecommitdiff
path: root/README
blob: 19dcace9fbf2305d554231e6c55be45aeafa9379 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
This is userv-utils.  It is a collection of utilities, scripts and example
configuration files that serve both as examples for how to use userv, and in
some cases, hopefully as useful programs and services.

Please see each individual directory for any details, installation
instructions, documentation, invididual copyright statements, and anything
else, that is available.

If you do not know what userv is, see its WWW page at
http://www.chiark.greenend.org.uk/~ian/userv/.  For now at least, the
userv mailing lists should be used to discuss these and other
userv-using programs.

Please send bug reports and suggestions to
ijackson@chiark.greenend.org.uk, or to the userv-discuss mailing
list if you are subscribed to it.


Here is a quick summary of the currently available utilities

Directory	Status	Description (UC=`users can ...')
--------------- -----	------------------------------------------------
groupmanage	Y Y A	UC create groups, add/remove members, &c
ipif		Y Y A   UC create IP interfaces/VPNs (Linux-specific)
www-cgi		Y Y A	UC provide CGIs which run as themselves
misc/mailq*	Y S S	UC list mail queue even if sendmail forbids
misc/ndc-reload	Y S S	UC reload named after editing own zone files
misc/checkpass* Y Y S   UC check own password; some can check any passwd
git-daemon	Y Y Y	UC safely publish git repositories on port 9418
newsrc-lg	X B X	Acquire list of subscribed groups from .newsrcs
dyndns		Y Y Y	UC edit simple DNS entries for certian domains

Key to the Status:
 First letter is completeness:
   Y	Complete.
   P	Partially complete, some glue or modification needed.
   X	Incomplete.  Much extra stuff is required.
 Second letter is general status:
   Y	Released; hopefully of production quality.
   B	Beta.  Not fully released, but hopefully useful with care.
   A	Alpha.  Probably buggy.  Not well tested or widely used.
   X	Example/experimental - for documentation purposes only,
        not recommended for use.
   S	Too small for this question to be relevant.
 Third letter is documentation:
   Y	Full installation and use instructions included.
   A	Documentation is believed largely adequate, but a bit rough.
   P    Partial documentation or hints.  Good sysadmins should cope.
   X    No documentation.  Good luck !
   S	Too small to need any significant documentation.

userv-utils are
Copyright 1996-2013,2016 Ian Jackson <ijackson@chiark.greenend.org.uk>
Copyright 1998 David Damerell <damerell@chiark.greenend.org.uk>
Copyright 1999,2003
   Chancellor Masters and Scholars of the University of Cambridge
Copyright 2010 Tony Finch <fanf@dotat.at>
Copyright 2013,2016 Mark Wooding <mdw@distorted.org.uk>

All the utilities here are free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with userv-utils; if not, see http://www.gnu.org/licenses/.


Local variables:
mode: text
fill-column: 77
End: