Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove sudo, it is now in ports. | 2015-07-03 | 1 | -36/+0 | |
| | |||||
* | Revert some $OpenBSD$ additions about which there are doubts. | 2015-01-20 | 1 | -1/+0 | |
| | | | | Suggested by deraadt@ | ||||
* | Missing $OpenBSD$'s. | 2015-01-20 | 1 | -0/+1 | |
| | | | | ok deraadt@ | ||||
* | Remove old $Sudo$ tags; the main sudo tree no longer lives in cvs. | 2010-03-04 | 1 | -4/+0 | |
| | |||||
* | Upgrade to sudo 1.7. See the WHATSNEW files for details. | 2008-11-14 | 1 | -3/+3 | |
| | |||||
* | Update to sudo 1.6.9p1. Note that the environment handling in sudo | 2007-07-26 | 1 | -3/+4 | |
| | | | | | | | | 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.8p1 | 2004-09-28 | 1 | -29/+11 | |
| | |||||
* | Get rid of volatile variables that were a vain attempt to prevent the | 2004-01-05 | 1 | -0/+57 | |
compiler from optimizing away memset() calls. Instead, add a new function, zero_bytes(), to clear buffers with sensitive contents. Taken from the sudo cvs repo, man. |