sudo 1.6.9p7 (Default branch) |
|
|
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.
License: BSD License (revised)
Changes:
This release goes back to to using TCSAFLUSH instead of TCSADRAIN when turning off echo during password reading. A configure bug that was preventing the addition of -lutil for login.conf support on FreeBSD and NetBSD has been fixed. A configure check has been added for struct in6_addr, since some systems define AF_INET6 but have no real IPv6 support.
|