Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-10 | Sanity check TZ environment variable; backport from sudo 1.8.12 | Todd C. Miller | |
2015-01-20 | Revert some $OpenBSD$ additions about which there are doubts. | Kenneth R Westerback | |
Suggested by deraadt@ | |||
2015-01-20 | Missing $OpenBSD$'s. | Kenneth R Westerback | |
ok deraadt@ | |||
2015-01-16 | add missing .An macros | Ingo Schwarze | |
2014-04-24 | Fix logic inversion when checking environment variables on the | Todd C. Miller | |
command line against the blacklist. This is only a problem when env_reset is disabled. CVE 2014-0106 | |||
2014-04-22 | Use calloc() instead of malloc(n * s) followed by memset(). Not | Todd C. Miller | |
actually used on OpenBSD but changed to avoid false positives in audits. From Jean-Philippe Ouellet. | |||
2014-04-08 | add an error detection mechanism. People not used to doing ports often mess | Marc Espie | |
up their sudo configuration, and end up telling us that "flavors are broken". Add an explicit env variable that's there just to catch that early, to be bumped each time sudoers need to be adjusted. okay sthen@, matthieu@ | |||
2014-02-16 | * simplify the documentation of -l as suggested by millert@ | Ingo Schwarze | |
* the `-' arg to -c is a fixed string for the cmd line, so use .Cm ok millert@ | |||
2014-02-15 | simplify macro usage, in part suggested by jmc@, | Ingo Schwarze | |
and fix a few markup bugs; ok millert@ | |||
2014-02-15 | Don't need keeps in SYNOPSIS for .mdoc. | Todd C. Miller | |
Fix escaping of colon in example. | |||
2014-02-15 | minor macro cleanup; from Jan Stary <hans at stare dot cz>; | Ingo Schwarze | |
ok millert@ | |||
2013-12-12 | handle ttysize/TIOCGSIZE as a fallback for winsize/TIOCGWINSZ, not the | Christian Weisgerber | |
other way around; ok millert@ | |||
2013-12-08 | Make -c option description more accurate (merged from sudo 1.8). | Todd C. Miller | |
2013-12-07 | When checking whether a user may change the login class, just check | Todd C. Miller | |
pw_uid of the runas user, which was passed in to set_loginclass(). | |||
2013-11-06 | Back port remainder of use_loginclass fix from sudo 1.7.9. | Todd C. Miller | |
2013-09-23 | Keep Defaults env_keep to a minimum: basically just what is required for | Antoine Jacoutot | |
pkg_add(1) to work properly. Keep previous Defaults env_keep that were mostly used for building src and ports only for users in the 'wsrc' group. Add commented ftp_proxy http_proxy. People wanting VISUAL/PAGER/EDITOR... can easily set it up... or it will be another commit. discussed^bikeshedded with many ok nick@ dcoppa@ espie@ sthen@ millert@ | |||
2013-09-23 | Revert. It seems people don't agree about which device should be used. | Antoine Jacoutot | |
req. by krw@ millert@ | |||
2013-09-23 | cd0a -> cd0c for consistency with the FAQ. | Antoine Jacoutot | |
discussed with and ok miod@ | |||
2013-09-12 | Add SM_PATH to the default env_keep. | Antoine Jacoutot | |
ok espie@ dcoppa@ sthen@ millert@ | |||
2013-09-11 | A couple of %d / (long)tv_sec -> %lld / (long long)tv_sec. The code | Kenneth R Westerback | |
is not compiled on OpenBSD but don't leave bad examples lying around if avoidable. ok millert@ | |||
2013-04-29 | use FD_CLOEXEC instead of 1; from David Hill | Okan Demirmen | |
ok otto | |||
2013-03-19 | Fix use_loginclass, backport from upstream. | Todd C. Miller | |
2013-03-10 | Remove obsolete code that used to change the mode of sudoers from | Todd C. Miller | |
the old (pre-1.6) default. | |||
2013-02-04 | In rbrepair(), make sure we never try to change the color of the | Todd C. Miller | |
sentinel node, which is the first entry, not the root. | |||
2012-08-17 | Native mdoc versions of the sudo manuals, back-ported from sudo trunk. | Todd C. Miller | |
2012-05-16 | Add missing break between AF_INET and AF_INET6 in addr_matches_if_netmask() | Todd C. Miller | |
Addresses CVE 2012-2337 | |||
2011-05-01 | Split ALL, ROLE and TYPE into their own actions. Since you can | Todd C. Miller | |
only have #ifdefs inside of braces, ROLE and TYPE use a naughty goto in the non-SELinux case. This is safe because the actions are in one big switch() statement. Prodded by and with help from espie@ | |||
2011-04-29 | sorry, lousy fingers... typoed in the file while checking the diff | Marc Espie | |
2011-04-29 | slightly better netmask regexp | Marc Espie | |
okay millert@ henning@ | |||
2011-02-06 | Fix NULL dereference with "sudo -g group" when the sudoers rule has | Todd C. Miller | |
no runas user or group listed. | |||
2011-01-12 | Backport fix from sudo 1.7.4p5; if -g specified w/o -u the target | Todd C. Miller | |
user is considered to be different from the invoking user unless the user's gid is the same as the target gid. | |||
2010-07-08 | Update sudo to version 1.7.2p8 | Todd C. Miller | |
2010-06-02 | Update to sudo 1.7.2p7 | Todd C. Miller | |
2010-04-13 | Update to sudo 1.7.2p6 | Todd C. Miller | |
2010-03-11 | Fix intended use of closefrom() so that we do indeed close fd 3 and up by | Alexander Hall | |
default and make -C work as expected. fine by kettenis@, beck@, millert@ | |||
2010-03-09 | Don't attempt to dereference gl_pathv if the gl_pathc returned by glob(3) is | Mark Kettenis | |
zero. ok deraadt@, millert@ | |||
2010-03-04 | Remove old $Sudo$ tags; the main sudo tree no longer lives in cvs. | Todd C. Miller | |
2010-03-01 | update to sudo 1.7.2p5 | Todd C. Miller | |
2010-02-23 | bump patchlevel | Todd C. Miller | |
2010-02-22 | Check for pseudo-command by looking at the first character of the | Todd C. Miller | |
command in sudoers instead of checking the user-supplied command for a slash. | |||
2010-02-13 | Update to sudo 1.7.2p3 | Todd C. Miller | |
2009-12-07 | update to sudo 1.7.2p2 | Todd C. Miller | |
2009-10-26 | Add MAKECONF for building ports in non-standard locations; from Tobias Ulmer | Todd C. Miller | |
2009-10-25 | Add DISTDIR to list of variables preserved via default env_keep, | Kenneth R Westerback | |
making one more piece of ports building via sudo less surprising. ok millert@ | |||
2009-07-19 | Missed these in sudo sudo 1.7.2 update. | Todd C. Miller | |
2009-07-19 | Fix expansion of %h in #include names. | Todd C. Miller | |
2009-06-30 | Add missing single quotes around a colon in Runas_Spec definition. | Todd C. Miller | |
2009-06-29 | sync with sudo 1.7.2 | Todd C. Miller | |
2009-06-26 | Sync with sudo repo | Todd C. Miller | |
2009-06-24 | Make environment file parsing grok linux-style env files. | Todd C. Miller | |