Commit Graph

3156 Commits

Author SHA1 Message Date
Todd C. Miller
d94c6f36b0 regen 2004-05-27 19:57:53 +00:00
Todd C. Miller
4ffe050bc1 sync 2004-05-27 19:56:03 +00:00
Todd C. Miller
76fa9ce506 sync 2004-05-27 19:56:03 +00:00
Todd C. Miller
5150db1db3 In sudoers_lookup() return VALIDATE_NOT_OK if the runas user was
explicitly denied and the command matched.  This fixes a long-standing
bug and makes:
    foo machine = (ALL) /usr/bin/blah
    foo machine = (!bar) /usr/bin/blah

equivalent to:
    foo machine = (ALL, !bar) /usr/bin/blah
2004-05-27 19:55:06 +00:00
Todd C. Miller
406db89f13 Clarify mail_noperm 2004-05-27 19:52:50 +00:00
Aaron Spangler
12411c9c0e Missing DESTDIR in make install for sudo_noexec.la 2004-05-20 01:25:50 +00:00
Todd C. Miller
1a998e47d0 regen 2004-05-17 22:33:01 +00:00
Todd C. Miller
034ae50b87 sync 2004-05-17 22:31:54 +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
46e6dcf795 Remove fastboot/fasthalt (who still remembers these?) and add a minimal
sudoedit example.
2004-05-17 22:31:35 +00:00
Todd C. Miller
e6f074282f filesystem -> file system 2004-05-17 22:21:15 +00:00
Todd C. Miller
2778555f3b filesystem -> file system 2004-05-17 22:21:15 +00:00
Todd C. Miller
1ba185ee60 filesystem -> file system 2004-05-17 22:21:15 +00:00
Todd C. Miller
c7d5a998d3 Fix some minor typos and formatting goofs 2004-05-17 22:19:56 +00:00
Todd C. Miller
b96c5e559e regen 2004-05-17 22:10:20 +00:00
Todd C. Miller
e4e12a8fe6 remove my email addr 2004-05-17 21:57:44 +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
53d91bcce6 Accept quoted globbing characters and pass them verbatim for fnmatch() 2004-05-17 20:51:13 +00:00
Todd C. Miller
f6f6c0b798 Document that /tmp/.odus is gone. 2004-05-17 20:50:36 +00:00
Todd C. Miller
4467a95f43 No longer use /tmp/.odus as a possible timestamp dir unless specifically
configured to do so.  Instead, if no /var/run exists, use /var/adm/sudo
or /usr/adm/sudo.
2004-05-17 20:28:54 +00:00
Todd C. Miller
ed9475a8c2 No longer use /tmp/.odus as a possible timestamp dir unless specifically
configured to do so.  Instead, if no /var/run exists, use /var/adm/sudo
or /usr/adm/sudo.
2004-05-17 20:28:53 +00:00
Todd C. Miller
233fdc787c No longer use /tmp/.odus as a possible timestamp dir unless specifically
configured to do so.  Instead, if no /var/run exists, use /var/adm/sudo
or /usr/adm/sudo.
2004-05-17 20:28:53 +00:00
Todd C. Miller
13050dc4d5 No longer use /tmp/.odus as a possible timestamp dir unless specifically
configured to do so.  Instead, if no /var/run exists, use /var/adm/sudo
or /usr/adm/sudo.
2004-05-17 20:28:53 +00:00
Todd C. Miller
a6849607c9 Preliminary changes to support nsr-tandem-nsk. Based on patches from
Tom Bates.
2004-05-17 20:08:46 +00:00
Todd C. Miller
b0a49825eb Preliminary changes to support nsr-tandem-nsk. Based on patches from
Tom Bates.
2004-05-17 20:08:46 +00:00
Todd C. Miller
51c9ed3198 Preliminary changes to support nsr-tandem-nsk. Based on patches from
Tom Bates.
2004-05-17 20:08:46 +00:00
Todd C. Miller
1e7afec7f6 There was no 1.6.7p6. 2004-05-16 22:47:20 +00:00
Todd C. Miller
1862f550f6 sync 2004-05-16 20:38:06 +00:00
Todd C. Miller
59de2968f5 add missing files to DISTFILES 2004-05-16 20:36:07 +00:00
Todd C. Miller
f4d073b89e regen 2004-05-16 20:24:28 +00:00
Todd C. Miller
7366ce4dac regen 2004-05-16 20:23:17 +00:00
Todd C. Miller
52d63d6d78 Fix some line wrap and update (c) year 2004-05-16 20:20:41 +00:00
Aaron Spangler
93bf2196c6 Build Note 2004-04-28 19:05:33 +00:00
Aaron Spangler
fe449ba2b6 Fix install-dirs 2004-04-07 02:03:16 +00:00
Todd C. Miller
a30d516f68 regen 2004-04-05 16:50:00 +00:00
Todd C. Miller
2e121633d4 In Exit() when used as a signal handler, emsg is a pointer so
sizeof() is wrong so make it a #define instead.  Also avoid using
a negative exit value.  Found by Aaron Campbell
2004-04-05 00:27:05 +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
6190f376c1 If the user specified a uid with the -u flag and the uid exists in
the passwd file, set runas_user to the name, not the uid.

When comparing usernames in sudoers, if a name is really a uid (starts
with '#') compare it numerically to pw_uid.
2004-03-24 23:06:34 +00:00
Todd C. Miller
631cbc2857 krb5_mcc_ops should be const; Johnny C. Lam 2004-03-22 18:35:09 +00:00
Aaron Spangler
42cfd56127 Added start_tls support 2004-02-28 23:54:20 +00:00
Todd C. Miller
88b2dd4501 Clean up libtool stuff for 'make distclean' and add def_data.c, def_data.h
to PARSESRCS.
2004-02-14 23:04:35 +00:00
Aaron Spangler
cbfbde6169 Un-Fix last license munge 2004-02-14 15:13:57 +00:00
Todd C. Miller
dee266e4de regen 2004-02-13 21:39:02 +00:00
Todd C. Miller
e938290a22 checkpoint 2004-02-13 21:37:13 +00:00
Todd C. Miller
a872ff0460 regen 2004-02-13 21:37:02 +00:00
Todd C. Miller
d2fa9af02d More to a less restrictive, ISC-style license. 2004-02-13 21:36:49 +00:00
Todd C. Miller
56b5cbc899 More to a less restrictive, ISC-style license. 2004-02-13 21:36:47 +00:00
Todd C. Miller
1a1009c060 More to a less restrictive, ISC-style license. 2004-02-13 21:36:47 +00:00
Todd C. Miller
d58c9f6f99 More to a less restrictive, ISC-style license. 2004-02-13 21:36:47 +00:00
Todd C. Miller
a1fa5aec5c More to a less restrictive, ISC-style license. 2004-02-13 21:36:47 +00:00