Download List

Project Description

Sudo (su "do") allows a system administrator to give certain users (or groups of users) the ability to run some (or all) commands as root while logging all commands and arguments. Sudo operates on a per-command basis, it is not a replacement for the shell.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-08-16 23:02
1.6.9p4

This release adds support for IPv6. It has a fix for the installation path of the sudo_noexec shared object and a change to support compilation on old-style K&R compilers.
Tags: Minor feature enhancements

2007-08-02 20:00
1.6.9p3

This release fixes a bug related to the supplemental group matching introduced in 1.6.9.
Tags: Major bugfixes

2007-08-01 23:34
1.6.9p2

This release fixes updating of the saved environment when the environ pointer gets changed by a library.
Tags: Minor bugfixes

2007-07-27 00:33
1.6.9p1

This release includes a workaround for a bug in some PAM implementations that caused a crash when no TTY was present. It includes a fix for a crash in the error logging function, as well as documentation improvements.
Tags: Minor bugfixes

2007-07-21 10:07
1.6.9

Environment handling changes were made. env_reset is enabled by default, a new -E option was provided for disabling env_reset in allowed by sudoers, and environment variables may be specified on the command line. Sudo now uses the supplemental group vector for matching, which fixes problems with split group file lines and nsswitch.conf. PAM, Kerberos 5, and securid5 fixes were made. NOEXEC now supports AIX 5. LDAP now honors rootbinddn, timelimit, and bind_timelimit in ldap.conf. Visudo supports command line options in the EDITOR environment variable.

Project Resources