Commit Graph

102 Commits

Author SHA1 Message Date
Todd C. Miller
b7479ce1e2 The new parser doesn't have the old ordering constraints. 2004-10-26 20:08:47 +00:00
Todd C. Miller
e455f848a9 stay_setuid now requires set_reuid() or setresuid() 2004-10-13 16:52:51 +00:00
Todd C. Miller
d56b543a13 Remove warning about wildcards. Now that we use glob() the bug is fixed. 2004-10-07 18:57:41 +00:00
Todd C. Miller
3c8145a923 No longer call it tracing, it is now "monitoring" which should be more
a obvious name to non-hackers.
2004-10-04 16:07:19 +00:00
Todd C. Miller
fbb62c6805 document #include 2004-09-28 01:04:57 +00:00
Todd C. Miller
d1f1af2bce document tracing 2004-09-27 18:06:26 +00:00
Todd C. Miller
eb49afe6c8 Add SUPPORT section and re-order some of the sections to match the order
we use in OpenBSD.
2004-09-06 20:45:27 +00:00
Todd C. Miller
0ad6600cc0 =back does not take an indentlevel (makes no difference to formatted files). 2004-08-06 23:56:15 +00:00
Todd C. Miller
bc1b9cb80d Document the restriction on uids specified via -u when targetpw is set. 2004-08-06 23:31:20 +00:00
Todd C. Miller
14be1c37d0 o Document problems with wildcards and relative paths.
o Make the order requirements more prominent.
o Change a "set" to "reset" for clarity.
2004-08-06 01:13:01 +00:00
Aaron Spangler
ed8a3eeedc Add ignore_local_sudoers 2004-07-31 02:41:42 +00:00
Todd C. Miller
fc1dea2ed3 Expand on NOEXEC a little. 2004-06-08 23:19:48 +00:00
Todd C. Miller
213a92e2fa Correct description of where Defaults specs should go. 2004-06-07 00:07:35 +00:00
Todd C. Miller
406db89f13 Clarify mail_noperm 2004-05-27 19:52:50 +00:00
Todd C. Miller
d0f638db71 Remove fastboot/fasthalt (who still remembers these?) and add a minimal
sudoedit example.
2004-05-17 22:31:35 +00:00
Todd C. Miller
c7d5a998d3 Fix some minor typos and formatting goofs 2004-05-17 22:19:56 +00:00
Todd C. Miller
d5e0c4d825 Use @mansectform@ and @mansectsu@ everywhere
Make man page references links with L<>
2004-05-17 21:55:52 +00:00
Todd C. Miller
3b8dbaf491 Remove bogus sentence about uids in a User_List. Document usernames
vs. uid parsing in a Runas_List.
2004-03-24 23:23:29 +00:00
Todd C. Miller
5befe6ddfe More to a less restrictive, ISC-style license. 2004-02-13 21:36:44 +00:00
Todd C. Miller
3a31bf9747 Add a note that noexec is not a cure-all. 2004-02-01 20:44:44 +00:00
Todd C. Miller
c892061f0e Mention that disabling "root_sudo" is pretty pointless. 2004-02-01 20:20:55 +00:00
Todd C. Miller
3802623a04 Document that fact that setting ignore_dot in sudoers has no effect
due to the fact that find_path() is called *before* sudoers is read.
2004-02-01 20:00:32 +00:00
Todd C. Miller
5a972df0ba noexec now replaces more than just execve() 2004-01-22 19:18:50 +00:00
Todd C. Miller
be8c6acf64 Document sudo -e / sudoedit 2004-01-22 01:00:54 +00:00
Todd C. Miller
7471253e6c Add a missing @runas_default@ substitution. 2004-01-18 22:22:01 +00:00
Todd C. Miller
6def750d08 Add missing defintion of Parameter_List and use single pipes in the
Defaults EBNF definition.
2004-01-17 21:25:40 +00:00
Todd C. Miller
db1196a91d ld.so is ld.so.1 on solaris 2004-01-12 23:39:00 +00:00
Todd C. Miller
67ba09fccf Document noexec 2004-01-09 21:16:52 +00:00
Todd C. Miller
9eba370a09 Update copyright year 2004-01-05 01:13:50 +00:00
Todd C. Miller
b289f73870 Add a new option, lecture_file, that can be used to point to a custom
sudo lecture.
2004-01-05 01:12:22 +00:00
Todd C. Miller
3062ac6657 Document that "lecture" has changed from a flag to a tuple. 2003-12-30 22:31:56 +00:00
Todd C. Miller
c917da1ccc Fix User_Spec definition; SEKINE Tatsuo 2003-04-30 18:04:58 +00:00
Todd C. Miller
58db015778 add DARPA credit on affected files 2003-04-16 00:42:10 +00:00
Todd C. Miller
8d146fae79 built in -> built-in; Jason McIntyre 2003-04-13 19:45:52 +00:00
Todd C. Miller
48229cbac6 update copyright year 2003-03-15 20:31:02 +00:00
Todd C. Miller
4a48a0f679 typos; jmc@openbsd.org 2003-01-23 08:03:51 +00:00
Todd C. Miller
a8153f4d5d Add support for Defaults>RunasUser 2003-01-17 23:09:45 +00:00
Todd C. Miller
3bfbd4b1e3 document new prompt escapes 2002-12-14 19:21:27 +00:00
Todd C. Miller
cd4ec1d2bf document timestampowner 2002-05-05 00:57:47 +00:00
Todd C. Miller
017366ce4a Add caveat about stay_setuid flag 2002-01-13 18:36:44 +00:00
Todd C. Miller
412819b40a Mention that no double quotes are needed when adding/deleting/assigning
a single value to a list.
2001-12-30 19:26:22 +00:00
Todd C. Miller
9a33007630 o Typo, Runas_User_List should be Runas_List
o a User_List can not contain a uid
 o mention that the Defaults section should come after Alias
   definitions but before the user specifications
2001-12-17 23:33:47 +00:00
Todd C. Miller
16912179e5 Fix listpw and verifypw sections, they were not being formatted properly. 2001-12-15 16:51:11 +00:00
Todd C. Miller
d24eac7fd2 fix typos 2001-12-15 16:38:21 +00:00
Todd C. Miller
761b119e2e Add new sudoers option "preserve_groups". Previously sudo would not
call initgroups() if the target user was root.  Now it always calls
initgroups() unless the -P command line option or the "preserve_groups"
sudoers option is set.  Idea from TJ Saunders.
2001-12-15 00:24:27 +00:00
Todd C. Miller
2e677e1023 Remove "secure_path" Defaults option since it cannot work with the
existing parser.
2001-12-14 06:40:03 +00:00
Todd C. Miller
bcdcc32a7f Remove an extra "User_List" in the User_Spec definition
From ybertrand AT snoopymail.com
2001-12-12 21:21:49 +00:00
Todd C. Miller
3d1344a717 Remove gratuitous '=' in EBNF grammar; era AT iki.fi 2001-12-12 20:40:12 +00:00
Todd C. Miller
b1687838f5 Document new list Defaults type and convert env_keep and env_delete
to lists.
Document new env_check option.
2001-12-12 20:34:26 +00:00
Todd C. Miller
78d67cfb53 Document new behavior of negative values of timestamp_timeout
Fix a typo
2001-11-13 00:32:11 +00:00