summaryrefslogtreecommitdiffstats
path: root/usr.bin/sudo/sudo.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* When checking whether a user may change the login class, just checkmillert2013-12-071-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.millert2013-11-061-2/+5
|
* use FD_CLOEXEC instead of 1; from David Hillokan2013-04-291-1/+1
| | | | ok otto
* Fix use_loginclass, backport from upstream.millert2013-03-191-1/+1
|
* Remove obsolete code that used to change the mode of sudoers frommillert2013-03-101-24/+1
| | | | the old (pre-1.6) default.
* Update sudo to version 1.7.2p8millert2010-07-081-5/+8
|
* Fix intended use of closefrom() so that we do indeed close fd 3 and up byhalex2010-03-111-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.millert2010-03-041-4/+0
|
* update to sudo 1.7.2p2millert2009-12-071-6/+11
|
* Upgrade to sudo 1.7.2millert2009-06-211-8/+23
|
* Update to sudo 1.7.1millert2009-04-111-38/+89
|
* Do not try to set the close on exec flag if we didn't actually open sudoers.millert2009-01-091-7/+9
| | | | Fixes a crash when sudoers owenership is wrong found by thib@
* sync with sudo repomillert2008-11-221-1/+1
|
* classic C compatibility (no statements before decls)deraadt2008-11-151-1/+1
|
* Upgrade to sudo 1.7. See the WHATSNEW files for details.millert2008-11-141-457/+521
|
* Update to sudo 1.6.9p17millert2008-07-311-25/+82
|
* update to sudo 1.6.9p10millert2007-12-211-2/+4
|
* update to sudo 1.6.9p9millert2007-12-031-2/+3
|
* Update to sudo 1.6.9p6millert2007-10-171-4/+4
|
* update to sudo 1.6.9p5millert2007-09-051-6/+14
|
* Update to sudo 1.6.9p4. Basically IPv6 support and improved man pages.millert2007-08-151-5/+22
|
* Update to sudo 1.6.9p1. Note that the environment handling in sudomillert2007-07-261-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.8p9millert2005-06-191-8/+2
|
* update to sudo 1.6.8p8millert2005-05-311-3/+3
|
* Warn if the user tries to use the -u option w/o running a command.millert2005-01-311-0/+6
|
* Update to sudo 1.6.8p1millert2004-09-281-148/+277
|
* Use closefrom() if it exists; from the sudo cvs repomillert2004-01-121-21/+2
|
* If we are in -k/-K mode, just spew to stderr. It is not unusualmillert2003-12-231-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.7p4millert2003-04-191-5/+10
|
* Sync with my sudo cvs repo:millert2003-04-031-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 detectionmillert2003-04-011-2/+2
| | | | of expand_prompt() introduced in sudo 1.6.7.
* update to what will soon be sudo 1.6.7millert2003-03-151-62/+91
|
* Update to sudo 1.6.6millert2002-04-251-3/+4
|
* update to sudo 1.6.4p2millert2002-01-161-7/+8
|
* update to sudo 1.6.4p1millert2002-01-151-13/+11
|
* sync with sudo 1.6.4-finalmillert2002-01-141-1/+16
|
* sync with sudo 1.6.4rc2millert2002-01-081-4/+8
|
* Update to sudo 1.6.4millert2002-01-031-385/+185
|
* If we fail to lookup a login class, apply the default one.millert2001-08-231-1/+3
|
* Give sensible error messaage for a zero-length sudoers file.millert2000-12-151-0/+2
| | | | From the sudo cvs repo.
* A few updates from the sudo developement tree:millert2000-11-211-72/+58
| | | | | | - Add bsd authentication support (currently disabled) - Always check setenv() return value - Fix umask disabling
* update to sudo 1.6.3p5millert2000-08-131-6/+1
|
* Update to sudo 1.6.3p4millert2000-06-051-20/+18
|
* Make the -H option work again.millert2000-04-281-5/+5
|
* sudo 1.6.3; see http://www.courtesan.com/sudo/current.html for a listmillert2000-03-271-18/+161
| | | | of changes.
* sudo 1.6.2millert2000-01-241-21/+23
|
* sudo 1.6.1millert1999-12-101-39/+65
|
* sudo 1.6, now with a BSD licensemillert1999-11-181-0/+1062