summaryrefslogtreecommitdiff
path: root/usr.bin/sudo
AgeCommit message (Expand)Author
2009-04-11Update to sudo 1.7.1Todd C. Miller
2009-01-09Do not try to set the close on exec flag if we didn't actually open sudoers.Todd 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-12-09Better fix for rev 1.21Todd C. Miller
2008-12-08Do not short circuit pseudo commands when we get a match since, dependingTodd C. Miller
2008-11-25Even if neither stdin nor stdout are ttys we may still have /dev/ttyTodd C. Miller
2008-11-24Fix typo in sudoers man page (from Markus Lude)Todd C. Miller
2008-11-22sync with sudo repoTodd C. Miller
2008-11-18fix check_aliasesTodd C. Miller
2008-11-18when destroying an alias, free the correct data pointerTodd C. Miller
2008-11-18standardize on the term 'option' for command line options (not flag)Todd C. Miller
2008-11-15classic C compatibility (no statements before decls)Theo de Raadt
2008-11-14add back acsite.m4Todd C. Miller
2008-11-14Upgrade to sudo 1.7. See the WHATSNEW files for details.Todd 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-04-11add a commented out entry that disables the lecture blurb the firstThordur I. Bjornsson
2008-03-20add SHARED_ONLY to help "make plist" in portsStuart Henderson
2008-01-21update to sudo 1.6.9p12Todd C. Miller
2008-01-07Update to sudo 1.6.9p11Todd C. Miller
2007-12-21update to sudo 1.6.9p10Todd C. Miller
2007-12-04missing change from 1.6.9p9Todd C. Miller
2007-12-03update to sudo 1.6.9p9Todd C. Miller
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-26typos; ok jmc@Martynas Venckus
2007-11-02update to sudo 1.6.9p8Todd C. Miller
2007-10-25Update to sudo 1.6.9p7Todd C. Miller
2007-10-20add EDITOR and VISUAL to env_keepHenning Brauer
2007-10-17Use TCSAFLUSH not TCSADRAIN when turning off echo and use TCSANOW whenTodd C. Miller
2007-10-17Update to sudo 1.6.9p6Todd C. Miller
2007-10-07add SSH_AUTH_SOCK to env_keep.Steven Mestdagh
2007-10-06add WRKOBJDIR to default env_keep to help 'make fake' in ports.Stuart Henderson
2007-09-10Use erealloc3() in more_aliases() instead of malloc/realloc.Todd C. Miller
2007-09-07fix a configure bug introduced in the last commitTodd C. Miller
2007-09-06sync with re-rolled 1.6.9p5 tarballTodd C. Miller
2007-09-06restore local changesTodd C. Miller
2007-09-05update to sudo 1.6.9p5Todd C. Miller
2007-09-03OpenBSD now has memrchr(3)Todd C. Miller
2007-09-03- break "Defaults env_keep" into several lines so it is more readableAntoine Jacoutot
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-08-15Update to sudo 1.6.9p4. Basically IPv6 support and improved man pages.Todd C. Miller
2007-08-09- more missing variables for proper ports workAntoine Jacoutot
2007-08-05- add 2 more variables to env_keep (needed for proper ports work -- i.e. make...Antoine Jacoutot
2007-08-02bump sudo version to 1.6.9p3Todd C. Miller
2007-08-02Fix off by one in group list matching. Found by david@Todd C. Miller
2007-08-01Enable SUDO_DEVEL to avoid disabling core dumps (they are disabled for setuid...Todd C. Miller
2007-08-01PYTHONINSPECT not PYTHONINSPEC; David KrauseTodd C. Miller
2007-08-01add cvs id now that this file has diverged from the sudo cvs versionTodd C. Miller
2007-08-01add pkg_add and make release environment variables to env_keepTodd C. Miller