summaryrefslogtreecommitdiff
path: root/usr.bin/sudo/check.c
AgeCommit message (Collapse)Author
2015-07-03Remove sudo, it is now in ports.Todd C. Miller
2011-01-12Backport fix from sudo 1.7.4p5; if -g specified w/o -u the targetTodd C. Miller
user is considered to be different from the invoking user unless the user's gid is the same as the target gid.
2010-03-04Remove old $Sudo$ tags; the main sudo tree no longer lives in cvs.Todd C. Miller
2009-06-21Upgrade to sudo 1.7.2Todd C. Miller
2009-04-11Update to sudo 1.7.1Todd C. Miller
2008-11-25Even if neither stdin nor stdout are ttys we may still have /dev/ttyTodd C. Miller
available to us.
2008-11-14Upgrade to sudo 1.7. See the WHATSNEW files for details.Todd C. Miller
2008-01-07Update to sudo 1.6.9p11Todd C. Miller
2007-07-26Update to sudo 1.6.9p1. Note that the environment handling in sudoTodd C. Miller
1.6.9 has changed relative to older versions. Sudo now starts commands with a minimal environment containing the variables in the env_keep and env_check lists. This behavior is configurable in the sudoers file. Please see the "SECURITY NOTES" section in the sudo manual.
2005-05-31update to sudo 1.6.8p8Todd C. Miller
2004-09-28Update to sudo 1.6.8p1Todd C. Miller
2003-04-19sync w/ the sudo cvs tree and sudo 1.6.7p4Todd C. Miller
2003-04-03Sync with my sudo cvs repo:Todd C. Miller
o update to sudo 1.6.7p2 o use warn/err throughout
2003-04-01Update to sudo 1.6.7p1; fixes false positives in the oflow detectionTodd C. Miller
of expand_prompt() introduced in sudo 1.6.7.
2003-03-15update to what will soon be sudo 1.6.7Todd C. Miller
2002-04-25Update to sudo 1.6.6Todd C. Miller
2002-01-03Update to sudo 1.6.4Todd C. Miller
2001-03-30Use stashed user_gid when checking against exempt gid since sudoTodd C. Miller
sets its gid to SUDOERS_GID, making getgid() return that, not the real gid. FIxes problem with setting exempt group == SUDOERS_GID. Fix from Paul Kranenburg.
2000-06-05Update to sudo 1.6.3p4Todd C. Miller
2000-03-27sudo 1.6.3; see http://www.courtesan.com/sudo/current.html for a listTodd C. Miller
of changes.
1999-12-10sudo 1.6.1Todd C. Miller
1999-11-18sudo 1.6, now with a BSD licenseTodd C. Miller