Commit Graph

1626 Commits

Author SHA1 Message Date
Todd C. Miller
4874329850 runas_user defaults to "root" so no more need to PERM_RUNAS 1996-04-28 21:18:06 +00:00
Todd C. Miller
624218c54f will now only running commands as root if there was no runas
list (or if root is in the runas list)
1996-04-28 21:16:30 +00:00
Todd C. Miller
36f1208492 now logs "USER=%s" 1996-04-28 21:15:03 +00:00
Todd C. Miller
7c95809719 runas_matches is now set to false if we get a negative match 1996-04-28 21:12:45 +00:00
Todd C. Miller
60f30dc2f0 make #uid work + some minor cleanup 1996-04-28 19:01:02 +00:00
Todd C. Miller
1d93314f9a added support for NOPASSWD and "runas" from garp@opustel.com
/
1996-04-28 01:04:50 +00:00
Todd C. Miller
aa92ab8df5 added support for "runas" from garp@opustel.com
replaced SUDOERS_OWNER with SUDOERS_UID, SUDOERS_GID
added support for SUDOERS_MODE
1996-04-28 01:03:30 +00:00
Todd C. Miller
fdcd430472 added support for "runas" from garp@opustel.com 1996-04-28 01:03:06 +00:00
Todd C. Miller
6b725ac513 added support for NO_PASSWD and runas from garp@opustel.com
replaced SUDOERS_OWNER with SUDOERS_UID and SUDOERS_GID     and added support fro SUDOERS_MODE
1996-04-28 01:02:31 +00:00
Todd C. Miller
da33d14c36 added support for NO_PASSWD and runas from garp@opustel.com
replaced SUDOERS_OWNER with SUDOERS_UID and SUDOERS_GID
and added support fro SUDOERS_MODE
1996-04-28 01:00:48 +00:00
Todd C. Miller
0acd826805 added support for NO_PASSWD and runas from
garp@opustel.com
1996-04-28 01:00:18 +00:00
Todd C. Miller
32002b7d97 added support for NO_PASSWD and runas from garp@opustel.com 1996-04-28 00:59:21 +00:00
Todd C. Miller
88c189315c added support for SUDOERS_WRONG_MODE and "runas" 1996-04-28 00:56:52 +00:00
Todd C. Miller
d726595a10 added --with-CC
only link with -lshadow on linux (with shadow pw) if libc lacks
getspnam()
1996-04-28 00:40:31 +00:00
Todd C. Miller
3940833804 removed NO_PASSWD since it is not possible to do this in
the sudoers file itself.  Replaced SUDOERS_OWNER with SUDOERS_UID
and SUDOERS_GID.  Added SUDOERS_MODE.
1996-04-28 00:40:14 +00:00
Todd C. Miller
bab3ce55d2 now uses SUDOERS_UID and SUDOERS_GID 1996-04-28 00:26:05 +00:00
Todd C. Miller
26956e3464 added --with-CC 1996-04-27 15:20:22 +00:00
Todd C. Miller
b4a7b0b3b5 added double quote support 1996-04-06 21:31:29 +00:00
Todd C. Miller
f8e16f134c documented double quoting 1996-04-06 21:29:46 +00:00
Todd C. Miller
cab14bb406 Initial revision 1996-04-05 21:53:14 +00:00
Todd C. Miller
b61573f6dd fixed some indentation 1996-04-05 21:53:02 +00:00
Todd C. Miller
69e72e3617 fixed a typo 1996-04-05 21:48:52 +00:00
Todd C. Miller
d51ed38adf added install-dirs . 1996-04-05 00:39:26 +00:00
Todd C. Miller
dbc8a7b31b new version from "Jeff A. Earickson" <jaearick@colby.edu> 1996-04-04 19:16:09 +00:00
Todd C. Miller
ec1dffeb65 $CSOPS -> $with_csops (whoops, missed one) 1996-04-03 18:40:42 +00:00
Todd C. Miller
c3c1d1c324 updated 1996-04-03 18:40:30 +00:00
Todd C. Miller
0a31e88baf FQHOST now has same constraints as non-FQHOST 1996-04-03 18:36:13 +00:00
Todd C. Miller
7b4f181e55 added note about OS's w/ shadow passwords turned on by default 1996-04-03 00:00:58 +00:00
Todd C. Miller
1f66051632 fixed a typo 1996-04-02 23:58:34 +00:00
Todd C. Miller
9d633ad10a added support for --without-THING
sanitized shadow pw situtation by adding support for
--without-C2
1996-04-02 23:48:08 +00:00
Todd C. Miller
20a284166a fixed a typo wrt placement of an end paren 1996-04-02 21:42:59 +00:00
Todd C. Miller
0eb20432fe was closing an fd that may not have been opened 1996-04-02 19:57:13 +00:00
Todd C. Miller
1265fcc4f8 added NO_PASSWD 1996-03-22 00:55:29 +00:00
Todd C. Miller
823ddd9fdd now always use shadow pw on some arches 1996-03-20 00:40:21 +00:00
Todd C. Miller
9b33594edc added pyramid support 1996-03-19 22:07:17 +00:00
Todd C. Miller
7ff41561cd no longer check for C2 if alternate passwd method is used
no longer check for some libs twice
1996-03-19 22:04:13 +00:00
Todd C. Miller
f704820575 moved fqdn stuff into parse.lex (FQHOST) 1996-03-19 22:00:44 +00:00
Todd C. Miller
182cb02be3 added FQHOST rules 1996-03-19 22:00:22 +00:00
Todd C. Miller
61a3d472ef now define TCSASOFT in necesary 1996-03-19 01:57:27 +00:00
Todd C. Miller
e47ce61c4e now uses read/write instead of stdio string goop to avoid problems
with select(2)
1996-03-19 01:31:03 +00:00
Todd C. Miller
b0fd211fb2 -DNO_DOT_PATH -> -DIGNORE_DOT_PATH 1996-03-19 00:37:24 +00:00
Todd C. Miller
954be8925b added note about no shadow auto-detect if using alternate
auth schemes
1996-03-17 21:18:43 +00:00
Todd C. Miller
9b6fc4c410 don't check for C2 if AFS or DCE (unless they said --with-C2) 1996-03-17 20:33:41 +00:00
Todd C. Miller
5e8e313869 now groks shost 1996-03-17 20:08:56 +00:00
Todd C. Miller
2faa03ec49 added NO_DOT_PATH 1996-03-17 20:02:00 +00:00
Todd C. Miller
13ad7291f4 checkdot now works correctly 1996-03-16 19:43:03 +00:00
Todd C. Miller
dd8e4bba84 can't have DCE and C2 passwords both... 1996-03-12 23:01:00 +00:00
Todd C. Miller
058a58a501 now uses shost even if not FQDN 1996-03-11 19:05:55 +00:00
Todd C. Miller
8ee0906f24 now looks for skey in /usr/lib and doesn't require libskey to be
in /usr/local/lib just because skey.h is (for my netbsd box :-)
1996-03-11 19:04:24 +00:00
Todd C. Miller
d3fc83d9af _SUDO_PATH_ -> _CONFIG_PATH_ 1996-03-11 07:00:42 +00:00