1999-05-17 01:36:30 +00:00
1999-04-06 03:25:46 +00:00
1994-05-28 19:11:30 +00:00
1996-06-26 03:19:27 +00:00
1996-05-25 22:03:22 +00:00
1998-09-07 16:51:37 +00:00
1999-04-06 17:40:49 +00:00
1997-10-10 04:52:47 +00:00
1993-11-27 23:48:46 +00:00
1997-03-19 22:45:02 +00:00
1996-08-17 22:28:07 +00:00
1999-01-17 23:16:20 +00:00
1996-04-05 21:53:14 +00:00
1998-10-15 05:39:40 +00:00
1999-04-02 21:03:17 +00:00
1998-09-11 23:27:49 +00:00
1999-02-17 16:40:55 +00:00
1999-02-17 16:40:55 +00:00
1996-07-13 22:24:28 +00:00
1999-03-29 04:05:15 +00:00
1999-03-29 04:05:15 +00:00

This is the CU version of sudo, release 1.6

The sudo philosophy
===================
Sudo is a program designed to allow a sysadmin to give limited root privileges
to users and log root activity.  The basic philosophy is to give as few
privileges as possible but still allow people to get their work done.

Where to find sudo
==================
Before you try and build sudo, *please* make sure you have the current
version.  The latest sudo may always be gotten via anonymous ftp
from ftp.courtesan.com in the directory /pub/sudo/.
The distribution is cu-sudo.vM.m.tar.Z where `M' is the major
version number and `m' is the minor version number.
BETA versions of sudo may also be available.  If you join
the `sudo-workers' mailing list you will get the BETA announcements
(see the `Mailing lists' section below).

What's new
==========
For a history of CU sudo please see the HISTORY file that came with the
release.  Please note that while this source is based on the Root
Group's sudo 1.1, the code has been changed significantly, so please
do not bother them with bugs in CU sudo.  Bug reports for this sudo
should be sent to sudo-bugs@courtesan.com.

For a complete list of changes, see the CHANGES file.  For a summary,
see the web page, http://www.courtesan.com/sudo/.

NOTE: Starting with sudo 1.5.7 the configuration method has changed
      significantly as compared to previous versions.  All options
      are now set via the configure script.  See the `INSTALL' file
      for a list of all the configure options.

System requirements
===================
Sudo requires a machine running UN*X (most flavors of BSD, SYSV,
or POSIX will do), a C compiler, and the make utility.

If you wish to modify the parser then you will need flex version
2.5.2 or later and a version of bison or yacc (sudo comes with a
pre-flex'd tokenizer and pre-yacc'd grammar parser).  You'll also
have to uncomment a few lines from the Makefile.  You can get flex
via anonymous ftp from ftp://ftp.ee.lbl.gov/pub/flex* as well as
any GNU mirror.  You can get GNU bison from
ftp://prep.ai.mit.edu/pub/gnu/bison* or any GNU mirror.

Building the release
===================
Please read the installation guide in the `INSTALL' file before
trying to build sudo.  Things have changed quite a bit from the
previous release (1.5.6).  The `RUNSON' file contains a list of
of platforms that this version of sudo is known to work on.  If you
can add to this list, please send mail to sudo-bugs@courtesan.com.
If something goes wrong you may want to refer to the `TROUBLESHOOTING'
file.

Copyright
=========
Sudo is distributed under the `GNU general public license.'
Please refer to the `COPYING' file included with the release
for a copy of the license proper.

Mailing lists
=============
There is a mailing list that receives announcements whenever a new
version of sudo is released.  You can subscribe to it by sending a
message to "majordomo@cs.colorado.edu" that includes the line
"subscribe sudo-announce".
There is also a list for people working on and porting sudo.  The
command to add yourself is "subscribe sudo-workers".

Web page
========
There is a sudo `web page' at http://www.courtesan.com/sudo/
that contains an overview of sudo as well as pointers to BETA versions
and other useful info.

Bug reports
===========
A list of known bugs may be found in the `BUGS' file.
Please send (new) bugs, problems, comments, features, ports, etc to
sudo-bugs@courtesan.com.  Also, please read over the `TROUBLESHOOTING'
file before submitting a bug report.
Description
No description provided
Readme 166 MiB
Languages
C 72.1%
Shell 8.6%
Makefile 7.9%
Roff 5.3%
M4 3.1%
Other 2.9%