2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00
Commit Graph

40 Commits

Author SHA1 Message Date
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
2d50daad2b Fix an occurence of 'semicolon' that should be 'colon' 2000-04-22 17:59:26 +00:00
Todd C. Miller
d4be49c5fc Put back real man sections, we will do the substitution later. 2000-04-07 14:26:23 +00:00
Todd C. Miller
6dd2d9592e Visudo now checks for the existence of an editor and gives a sensible
error if it does not exist.

The path to the editor for visudo is now a colon-separated list of
allowable editors.  If the user has $EDITOR set and it matches
one of the allowed editors that editor will be used.  If not,
the first editor in the list that actually exists is used.
2000-04-01 21:23:28 +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
5ce1fa96f2 Add support for wildcards in the hostname. 2000-03-23 04:09:53 +00:00
Todd C. Miller
4c8b4fad56 Document set_logname option and enbolden refs to sudo and visudo. 2000-03-23 03:20:57 +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
09b23e7b41 Add rootpw, runaspw, and targetpw options. 2000-02-18 17:56:28 +00:00
Todd C. Miller
44c5092fab enveditor -> env_editor 2000-02-18 17:11:43 +00:00
Todd C. Miller
020125336c Add 'editor' and 'enveditor' sudoers defaults and make visudo honor them.
This means that visudo will now parse the sudoers file *before* it is
edited so a bogus sudoers file will cause a warning to go to stderr.
Also, visudo checks the variables once--it does not check them after
each editor run since that could be confusing.
2000-02-16 00:03:44 +00:00
Todd C. Miller
192d338322 Expanded docs on sudoers 'defaults' options based on INSTALL file info. 2000-01-26 21:21:28 +00:00
Todd C. Miller
592bae1d7c Add netgroup caveat 2000-01-24 03:57:49 +00:00
Todd C. Miller
e4f3853d70 "a a" -> "a"; Aaron Campbell <aaron@cs.dal.ca> 2000-01-18 22:00:40 +00:00
Todd C. Miller
9e0bae9fc6 update copyright year on changed files 2000-01-17 23:46:26 +00:00
Todd C. Miller
ccb808da31 Add 'shell_noargs' runtime option back in. We have to defer checking
until after the sudoers file has been parsed but since there are now
other options that operate that way this one can too.  Based on a patch
from bguillory@email.com.
2000-01-17 17:25:10 +00:00
Todd C. Miller
a597c4ad55 o Fix some typos/omissions
o Add section on verifypw and listpw
o Define how NOPASSWD interacts with the -v and -l flags
2000-01-17 03:57:26 +00:00
Todd C. Miller
449f67f776 o Kill shell_noargs option, it cannot work since the command needs to
be set before sudoers is parsed.
o Fix the "set_home" sudoers option (only worked at compile time).
o Fix "fqdn" sudoers option.  We now set host/shost via set_fqdn which
  gets called when the "fqdn" option is set in sudoers.
o Move the openlog() to store_syslogfac() so this gets overridden
  correctly from the sudoers file.
1999-12-02 20:31:25 +00:00
Todd C. Miller
42f7c6f3f4 Add warning about using ALL in a command context. 1999-11-16 05:23:41 +00:00
Todd C. Miller
afe809a31c Mention what characters need to be escaped in names. 1999-11-09 00:00:29 +00:00
Todd C. Miller
d0026e7d88 change ital to bold 1999-10-20 15:23:42 +00:00
Todd C. Miller
8a33fc598e Docuement "Defaults" lines in /etc/sudoers. Still needs some fleshing
out but this is a start.
1999-10-11 15:55:11 +00:00
Todd C. Miller
7a84959b41 new sudoers(8) man page 1999-08-26 09:00:59 +00:00
Todd C. Miller
a11c148681 typos 1999-06-22 10:38:39 +00:00
Todd C. Miller
622b7a1d97 You can now specifiy a host list instead of just a host or alias.
Ie: user = host1,host2,ALIAS,!host3 my_command
now works.
1999-04-07 23:18:52 +00:00
Todd C. Miller
2d8c7c0812 runas-lists and NOPASSWD/PASSWD modifiers are now sticky and you can use "!" most everywhere 1999-04-07 00:24:36 +00:00
Todd C. Miller
0d2e2e9f3c modernize paths and update su example based on sample.sudoers one 1999-04-06 18:12:08 +00:00
Todd C. Miller
826fe213f2 add sudo tags 1999-01-17 23:16:20 +00:00
Todd C. Miller
a58e3f4b1b better example of su but not root su 1998-02-07 02:55:51 +00:00
Todd C. Miller
ca6a440b95 document Runas_Alias 1996-11-14 00:45:07 +00:00
Todd C. Miller
c809dd70ca * -> ?* in one example
added another instance of (runas)
and one of NOPASSWD:
1996-07-25 22:47:50 +00:00
Todd C. Miller
48a1af2dc0 updated wrt new wildcard matching 1996-07-24 16:44:13 +00:00
Todd C. Miller
a0d157b761 add net_addr/netmask support 1996-06-17 04:08:43 +00:00
Todd C. Miller
0ede02bbe4 ^ -> ! 1996-06-16 00:13:24 +00:00
Todd C. Miller
255e60f65f updated wrt -u and NOPASSWD 1996-06-15 22:01:50 +00:00
Todd C. Miller
f8e16f134c documented double quoting 1996-04-06 21:29:46 +00:00
Todd C. Miller
7d247e981b added info on wildcards 1996-02-05 23:45:52 +00:00
Todd C. Miller
7cb5af2dc4 redid section describing sample sudoers stuff 1996-02-05 21:10:20 +00:00
Todd C. Miller
368217d7b3 looks reasonable, could be mroe readable 1996-01-21 07:07:21 +00:00
Todd C. Miller
3c20fdea2b Initial revision 1996-01-21 04:47:08 +00:00