Todd C. Miller
c4fa5baa1c
regen
2009-09-25 01:12:16 +00:00
Todd C. Miller
29ca853907
regen
2009-06-29 13:36:42 +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
5f934f10fe
Update copyright years.
2008-11-09 14:14:14 +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
c0ffb8ce36
regen
2007-07-09 23:40:49 +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
Aaron Spangler
5f3d569e35
Clarification thanks to Olivier Blin <oblin@mandrakesoft.com>
2004-07-31 03:07:20 +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
21e3ca9cf8
More to a less restrictive, ISC-style license.
2004-02-13 21:36:43 +00:00
Todd C. Miller
cb467e2a52
regen
2004-02-01 20:45:08 +00:00
Todd C. Miller
9763592ef7
regen
2004-01-30 00:42:29 +00:00
Todd C. Miller
be8c6acf64
Document sudo -e / sudoedit
2004-01-22 01:00:54 +00:00
Todd C. Miller
1b7cf30c7b
Document the new -i flag and sync SYNOPSIS section with usage() in sudo.c.
...
Also sort the flags in the OPTIONS section.
2004-01-18 22:56:27 +00:00
Todd C. Miller
051943b687
Mention noexec
2004-01-09 21:24:50 +00:00
Todd C. Miller
f13528b0b1
add DARPA credit on affected files
2003-04-16 00:42:10 +00:00
Todd C. Miller
150aec7982
update copyright year
2003-03-15 20:33:31 +00:00
Todd C. Miller
7aa90a9bb9
regen
2003-03-14 01:24:30 +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