summaryrefslogtreecommitdiff
path: root/usr.bin/sudo/auth
AgeCommit message (Collapse)Author
2009-04-11Update to sudo 1.7.1Todd C. Miller
2008-12-19Sync some bits with sudo 1.7.0 final.Todd C. Miller
2008-12-09sync with sudo cvs repoTodd C. Miller
2008-11-24Fix typo in sudoers man page (from Markus Lude)Todd C. Miller
Fix parsing error with lines that only contain a comment char
2008-11-22sync with sudo repoTodd C. Miller
2008-11-14Upgrade to sudo 1.7. See the WHATSNEW files for details.Todd C. Miller
2008-07-31Update to sudo 1.6.9p17Todd C. Miller
2008-01-21update to sudo 1.6.9p12Todd C. Miller
2007-12-03update to sudo 1.6.9p9Todd C. Miller
2007-10-25Update to sudo 1.6.9p7Todd 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
2005-02-05Update to Sudo 1.6.8p7Todd C. Miller
2004-09-28Update to sudo 1.6.8p1Todd C. Miller
2004-01-05Get rid of volatile variables that were a vain attempt to prevent theTodd C. Miller
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.
2003-05-08Update to 1.6.7p5Todd C. Miller
2003-04-19sync w/ the sudo cvs tree and sudo 1.6.7p4Todd C. Miller
2003-04-07Sync with sudo 1.6.7p3; fixes kerberos 5 compilation issues w/ MIT kerberos.Todd 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-16sync w/ my treeTodd C. Miller
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-23update to sudo 1.6.5p2Todd C. Miller
2002-01-17update to sudo 1.6.5p1, sighTodd C. Miller
2002-01-03Update to sudo 1.6.4Todd C. Miller
2000-11-21A few updates from the sudo developement tree:Todd C. Miller
- Add bsd authentication support (currently disabled) - Always check setenv() return value - Fix umask disabling
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.
2000-01-24sudo 1.6.2Todd C. Miller
1999-12-10sudo 1.6.1Todd C. Miller
1999-11-18sudo 1.6, now with a BSD licenseTodd C. Miller