Commit Graph

67 Commits

Author SHA1 Message Date
Todd C. Miller
c4fa5baa1c regen 2009-09-25 01:12:16 +00:00
Todd C. Miller
4764730f79 regen 2009-06-29 13:35:21 +00:00
Todd C. Miller
e939739aae regen 2009-06-11 20:29:12 +00:00
Todd C. Miller
fc0ca59dbe regen 2009-03-11 16:12:20 +00:00
Todd C. Miller
d1a43dbe38 regen 2008-11-15 18:34:26 +00:00
Todd C. Miller
b3349ed6bc regen man pages; no more hyphenation 2008-10-24 13:52:19 +00:00
Todd C. Miller
06a4e14025 Fix typos in -i usage 2008-06-06 13:36:58 +00:00
Todd C. Miller
c3470aa583 change version to 1.7.0 2008-05-02 20:38:08 +00:00
Todd C. Miller
c352187cf8 Add -n (non-interactive) flag. 2008-03-18 20:04:41 +00:00
Todd C. Miller
c0773d037a regen 2008-03-03 00:27:07 +00:00
Todd C. Miller
795a303ea1 regen 2008-02-18 16:05:20 +00:00
Todd C. Miller
211be00ccb Document "sudo -ll" and make "sudo -l -l" be equivalent. 2008-02-17 01:26:23 +00:00
Todd C. Miller
4c992e1901 Add support for SELinux RBAC. Sudoers entries may specify a role and type.
There are also role and type defaults that may be used.  To make sure a
transition occurs, when using RBAC commands are executed via the new sesh
binary.  Based on initial changes from Dan Walsh.
2008-02-09 14:30:07 +00:00
Todd C. Miller
bc5772f798 regen 2008-01-21 15:01:37 +00:00
Todd C. Miller
915fc493cf add sudo_nss.h to HDRS 2008-01-02 15:09:20 +00:00
Todd C. Miller
51d8416545 regen 2007-12-10 15:56:23 +00:00
Todd C. Miller
f9f4aca556 Add support for runas groups. This allows the user to run a command
with a different effective group.  If the -g option is specified
without -u the command will be run as the current user (only the
group will change).  the -g and -u options may be used together.
TODO: implement runas group for ldap
      improve runas group documentation
      add testsudoers support
2007-11-21 20:12:00 +00:00
Todd C. Miller
5ab2e07677 regen 2007-08-15 15:21:14 +00:00
Todd C. Miller
b3b905ba5e regen 2007-06-24 00:00:41 +00:00
Todd C. Miller
7a96eb86e6 Fix typos; from Jason McIntyre. 2007-02-06 18:25:35 +00:00
Todd C. Miller
5f06b19a6e Add -U option to use in conjunction with -l instead of -u.
Add support for "sudo -l command" to test a specific command.
2004-11-24 21:31:51 +00:00
Todd C. Miller
85d1ca15a7 Update env variable info in SECURITY NOTES 2004-11-11 16:30:01 +00:00
Todd C. Miller
8204723c87 regen 2004-10-26 20:09:14 +00:00
Todd C. Miller
abc7ac8eef regen 2004-09-30 17:25:51 +00:00
Todd C. Miller
5e12b105f6 regen 2004-09-08 18:35:53 +00:00
Todd C. Miller
1e0f96b912 regen 2004-09-06 20:46:28 +00:00
Todd C. Miller
2218f78279 regen 2004-08-17 18:53:31 +00:00
Todd C. Miller
95ef976528 regen 2004-08-06 23:32:31 +00:00
Todd C. Miller
e41a38e38c regen 2004-08-06 01:16:29 +00:00
Todd C. Miller
5f7943db50 regen 2004-06-10 20:54:25 +00:00
Todd C. Miller
1a998e47d0 regen 2004-05-17 22:33:01 +00:00
Todd C. Miller
f4d073b89e regen 2004-05-16 20:24:28 +00:00
Todd C. Miller
af7c4632f1 regen 2003-03-14 01:24:37 +00:00
Todd C. Miller
da7384a0ea regen 2002-04-25 15:36:12 +00:00
Todd C. Miller
16472afa0d sudo version 1.6.5 2002-01-16 23:37:01 +00:00
Todd C. Miller
2abe7d8e13 Use sudo.ws instead of courtesan.com in URLs 2002-01-12 22:55:01 +00:00
Todd C. Miller
3dc5439c2c Regenerate after pod file changes 2001-12-15 00:28:34 +00:00
Todd C. Miller
5d0b523ae3 Regen from pod files 2001-12-14 20:29:19 +00:00
Todd C. Miller
998631b73a New Defaults options:
o stay_setuid - sudo will remain setuid if system has saved uids or setreuid(2)
 o env_reset - reset the environment to a sane default
 o env_keep - preserve environment variables that would otherwise be cleared

No longer use getenv/putenv/setenv functions--do environment munging by hand.
Potentially dangerous environment variables can be cleared only if they
contain '/' pr '%' characters to protect buggy programs.
Moved environment routines into env.c (new file)
2000-12-30 03:29:47 +00:00
Todd C. Miller
dea1ce4d3e regen 2000-10-26 17:03:55 +00:00
Todd C. Miller
fafefc1df9 Substitute values from configure into man pages. 2000-08-13 21:09:22 +00:00
Todd C. Miller
30daa83259 Use B<-Z> not C<-Z> for command line flags in all places. This is more
consistent and works around a bug in Pod::Man.
2000-04-22 18:15:15 +00:00
Todd C. Miller
dffa5b0145 Regenerated with perl 5.6.0 pod2man 2000-04-07 14:39:23 +00:00
Todd C. Miller
2588aeaa5c Clear up confusion wrt sudo's return value. 2000-04-01 21:22:11 +00:00
Todd C. Miller
6c94d8d231 Use @mansectsu@ and @mansectform@ in the man page bodies as well. 2000-03-27 03:26:24 +00:00
Todd C. Miller
6627448f53 Use SYSV man sections since BSD systems will have nroff... 2000-03-26 16:57:04 +00:00
Todd C. Miller
d168a21cee Add FreeBSD login.conf support (untested on BSD/OS) based on a patch from
Michael D. Marchionna.
configure now does substitution on the man pages, allowing us to
fix up the paths and set the section correctly.  Based on an idea
from Michael D. Marchionna.
2000-03-23 00:35:59 +00:00
Todd C. Miller
f7fa520540 document -S flag 2000-02-27 03:56:41 +00:00
Todd C. Miller
73946622ba crank versino to 1.6.3 2000-02-16 00:07:28 +00:00
Todd C. Miller
6d6c22b4b4 Crank version to 1.6.2 2000-01-17 17:28:41 +00:00