Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When checking whether a user may change the login class, just check | 2013-12-07 | 1 | -2/+1 | |
| | | | | pw_uid of the runas user, which was passed in to set_loginclass(). | ||||
* | Back port remainder of use_loginclass fix from sudo 1.7.9. | 2013-11-06 | 1 | -2/+5 | |
| | |||||
* | use FD_CLOEXEC instead of 1; from David Hill | 2013-04-29 | 1 | -1/+1 | |
| | | | | ok otto | ||||
* | Fix use_loginclass, backport from upstream. | 2013-03-19 | 1 | -1/+1 | |
| | |||||
* | Remove obsolete code that used to change the mode of sudoers from | 2013-03-10 | 1 | -24/+1 | |
| | | | | the old (pre-1.6) default. | ||||
* | Update sudo to version 1.7.2p8 | 2010-07-08 | 1 | -5/+8 | |
| | |||||
* | Fix intended use of closefrom() so that we do indeed close fd 3 and up by | 2010-03-11 | 1 | -1/+1 | |
| | | | | | | default and make -C work as expected. fine by kettenis@, beck@, millert@ | ||||
* | Remove old $Sudo$ tags; the main sudo tree no longer lives in cvs. | 2010-03-04 | 1 | -4/+0 | |
| | |||||
* | update to sudo 1.7.2p2 | 2009-12-07 | 1 | -6/+11 | |
| | |||||
* | Upgrade to sudo 1.7.2 | 2009-06-21 | 1 | -8/+23 | |
| | |||||
* | Update to sudo 1.7.1 | 2009-04-11 | 1 | -38/+89 | |
| | |||||
* | Do not try to set the close on exec flag if we didn't actually open sudoers. | 2009-01-09 | 1 | -7/+9 | |
| | | | | Fixes a crash when sudoers owenership is wrong found by thib@ | ||||
* | sync with sudo repo | 2008-11-22 | 1 | -1/+1 | |
| | |||||
* | classic C compatibility (no statements before decls) | 2008-11-15 | 1 | -1/+1 | |
| | |||||
* | Upgrade to sudo 1.7. See the WHATSNEW files for details. | 2008-11-14 | 1 | -457/+521 | |
| | |||||
* | Update to sudo 1.6.9p17 | 2008-07-31 | 1 | -25/+82 | |
| | |||||
* | update to sudo 1.6.9p10 | 2007-12-21 | 1 | -2/+4 | |
| | |||||
* | update to sudo 1.6.9p9 | 2007-12-03 | 1 | -2/+3 | |
| | |||||
* | Update to sudo 1.6.9p6 | 2007-10-17 | 1 | -4/+4 | |
| | |||||
* | update to sudo 1.6.9p5 | 2007-09-05 | 1 | -6/+14 | |
| | |||||
* | Update to sudo 1.6.9p4. Basically IPv6 support and improved man pages. | 2007-08-15 | 1 | -5/+22 | |
| | |||||
* | Update to sudo 1.6.9p1. Note that the environment handling in sudo | 2007-07-26 | 1 | -229/+376 | |
| | | | | | | | | 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. | ||||
* | Update to sudo 1.6.8p9 | 2005-06-19 | 1 | -8/+2 | |
| | |||||
* | update to sudo 1.6.8p8 | 2005-05-31 | 1 | -3/+3 | |
| | |||||
* | Warn if the user tries to use the -u option w/o running a command. | 2005-01-31 | 1 | -0/+6 | |
| | |||||
* | Update to sudo 1.6.8p1 | 2004-09-28 | 1 | -148/+277 | |
| | |||||
* | Use closefrom() if it exists; from the sudo cvs repo | 2004-01-12 | 1 | -21/+2 | |
| | |||||
* | If we are in -k/-K mode, just spew to stderr. It is not unusual | 2003-12-23 | 1 | -2/+8 | |
| | | | | | | for users to place "sudo -k" in a .logout file which can cause sudo to be run during reboot after ypbind has died. Previously, this would result in useless mail and logging. Requested by mickey@ | ||||
* | sync w/ the sudo cvs tree and sudo 1.6.7p4 | 2003-04-19 | 1 | -5/+10 | |
| | |||||
* | Sync with my sudo cvs repo: | 2003-04-03 | 1 | -76/+49 | |
| | | | | | o update to sudo 1.6.7p2 o use warn/err throughout | ||||
* | Update to sudo 1.6.7p1; fixes false positives in the oflow detection | 2003-04-01 | 1 | -2/+2 | |
| | | | | of expand_prompt() introduced in sudo 1.6.7. | ||||
* | update to what will soon be sudo 1.6.7 | 2003-03-15 | 1 | -62/+91 | |
| | |||||
* | Update to sudo 1.6.6 | 2002-04-25 | 1 | -3/+4 | |
| | |||||
* | update to sudo 1.6.4p2 | 2002-01-16 | 1 | -7/+8 | |
| | |||||
* | update to sudo 1.6.4p1 | 2002-01-15 | 1 | -13/+11 | |
| | |||||
* | sync with sudo 1.6.4-final | 2002-01-14 | 1 | -1/+16 | |
| | |||||
* | sync with sudo 1.6.4rc2 | 2002-01-08 | 1 | -4/+8 | |
| | |||||
* | Update to sudo 1.6.4 | 2002-01-03 | 1 | -385/+185 | |
| | |||||
* | If we fail to lookup a login class, apply the default one. | 2001-08-23 | 1 | -1/+3 | |
| | |||||
* | Give sensible error messaage for a zero-length sudoers file. | 2000-12-15 | 1 | -0/+2 | |
| | | | | From the sudo cvs repo. | ||||
* | A few updates from the sudo developement tree: | 2000-11-21 | 1 | -72/+58 | |
| | | | | | | - Add bsd authentication support (currently disabled) - Always check setenv() return value - Fix umask disabling | ||||
* | update to sudo 1.6.3p5 | 2000-08-13 | 1 | -6/+1 | |
| | |||||
* | Update to sudo 1.6.3p4 | 2000-06-05 | 1 | -20/+18 | |
| | |||||
* | Make the -H option work again. | 2000-04-28 | 1 | -5/+5 | |
| | |||||
* | sudo 1.6.3; see http://www.courtesan.com/sudo/current.html for a list | 2000-03-27 | 1 | -18/+161 | |
| | | | | of changes. | ||||
* | sudo 1.6.2 | 2000-01-24 | 1 | -21/+23 | |
| | |||||
* | sudo 1.6.1 | 1999-12-10 | 1 | -39/+65 | |
| | |||||
* | sudo 1.6, now with a BSD license | 1999-11-18 | 1 | -0/+1062 | |