Commit Graph

1626 Commits

Author SHA1 Message Date
Todd C. Miller
e79f19be35 updated AFS support 1996-07-08 20:08:33 +00:00
Todd C. Miller
19469d2036 added entry about /usr/ucb/cc 1996-07-08 20:07:45 +00:00
Todd C. Miller
cefe4d66c9 prep no longer holds gcc binaries 1996-07-08 20:06:42 +00:00
Todd C. Miller
90eda2cb97 updated AFS note 1996-07-08 19:48:49 +00:00
Todd C. Miller
c6b4aca908 added @AFS_LIBS@ 1996-07-08 19:43:01 +00:00
Todd C. Miller
e518e10e02 AFS allows long passwords 1996-07-08 19:33:29 +00:00
Todd C. Miller
5a616c40c5 fixed -u user support 1996-07-08 18:16:45 +00:00
Todd C. Miller
54d39940b3 sudo -v now groks VALIDATE_OK_NOPASS 1996-07-08 18:16:21 +00:00
Todd C. Miller
bae4e50e00 fixed no_passwd vs. runas_matched 1996-07-08 17:30:39 +00:00
Todd C. Miller
d0d972fa0a took out stuff about NFS-mounting since it is no longer an issue 1996-07-08 14:30:30 +00:00
Todd C. Miller
728bc783e8 added --with-libraries > --with-libpath --with-incpath 1996-07-08 14:30:17 +00:00
Todd C. Miller
11f5b77880 was setting runas_matches to -1 in wrong place 1996-07-08 14:21:18 +00:00
Todd C. Miller
33383c49e5 removed usersec.h which is not present in new AFS versions 1996-07-08 13:58:25 +00:00
Todd C. Miller
a27847e1ba now deals with timeout <= 0 1996-07-08 13:55:43 +00:00
Todd C. Miller
bf55f57bd4 updated 1996-07-08 13:51:18 +00:00
Todd C. Miller
32581d8a9f BSD/OS >= 2.0 now uses shlicc instead of just gcc 1996-07-08 04:04:40 +00:00
Todd C. Miller
633b6d2c35 fixed backwards compatibility with sudo 1.4 sudoers mode
for root readable/writable filesystems
1996-07-08 02:30:25 +00:00
Todd C. Miller
7a5a50b75e now gives INSTALL -c flag 1996-07-08 00:49:02 +00:00
Todd C. Miller
fb8c99d83c slightly simpler initialization of no_passwd and runas_matches 1996-07-08 00:34:13 +00:00
Todd C. Miller
064589670f added -u username support 1996-07-08 00:33:07 +00:00
Todd C. Miller
a74cdaf8d6 improved --with-libraries support 1996-07-08 00:32:30 +00:00
Todd C. Miller
5b4a489963 added --with-incpath, --with-libpath, --with-libraries 1996-07-07 20:27:30 +00:00
Todd C. Miller
f52c2aa2ed now initializes some fields that weren't getting set to -1
pretty gross -- need a rewrite.
1996-07-07 20:01:38 +00:00
Todd C. Miller
6d7e5a3091 removed emacs'isms 1996-06-26 03:19:27 +00:00
Todd C. Miller
380e37c3cd no longer add -lPW to *_LIBS since we include alloca.c 1996-06-26 02:29:17 +00:00
Todd C. Miller
1775cd1680 added HAVE_ALLOCA_H 1996-06-26 02:29:04 +00:00
Todd C. Miller
01d3bf08b9 added alloca.c 1996-06-26 02:28:25 +00:00
Todd C. Miller
269efa95cd Initial revision 1996-06-26 02:18:53 +00:00
Todd C. Miller
8e46ed96da ++version 1996-06-26 01:58:12 +00:00
Todd C. Miller
0ac88016c4 now set uid to 1 instead of nobody for PERM_SUDOERS since nobody
is not always set to a valid uid.
1996-06-25 23:32:09 +00:00
Todd C. Miller
4d9f668bb1 fixed entry for SUDO_MODE 1996-06-25 23:31:43 +00:00
Todd C. Miller
ea3da19711 Fixed NFS-mounted sudoers file under solaris both uid *and* gid
were being set to -2.  Now beat NFS to the punch and set uid
to "nobody" ourselves, preserving group 0 to read sudoers.
1996-06-25 22:02:42 +00:00
Todd C. Miller
d60779d01b moved set_perms(PERM_ROOT) to be before yyparse() 1996-06-25 22:02:22 +00:00
Todd C. Miller
c7d5c3edf2 fixed a typo 1996-06-25 22:00:58 +00:00
Todd C. Miller
a01ddb3506 no longer need AC_PROG_INSTALL 1996-06-25 22:00:44 +00:00
Todd C. Miller
f0944b76c4 always use install-sh to avoid install(1)'s that use get{pw,gr}nam 1996-06-25 21:59:27 +00:00
Todd C. Miller
8571327c73 make clean -> make distclean 1996-06-25 20:07:58 +00:00
Todd C. Miller
cb2fd7e30b removed some unnecsary if's 1996-06-20 05:17:24 +00:00
Todd C. Miller
95cbc71d6b ++version 1996-06-20 05:17:08 +00:00
Todd C. Miller
082d9aed0e now includes netgroup.h 1996-06-20 05:16:36 +00:00
Todd C. Miller
79810c01e0 removed cats of ioctl to int since they didn't shut up -Wall 1996-06-20 04:45:39 +00:00
Todd C. Miller
5fc1d4b79c explicately cast ioctl() to int since it it not always declared 1996-06-20 04:43:25 +00:00
Todd C. Miller
08470fd767 added declarations for yyparse() and yylex() 1996-06-20 04:41:55 +00:00
Todd C. Miller
2f49ee3160 fixed an occurence of '==' -> '=' 1996-06-20 04:27:49 +00:00
Todd C. Miller
b57aab8cdb added check for netgroup.h 1996-06-20 04:22:05 +00:00
Todd C. Miller
2f7e9de285 fixed 2 compiler warnings 1996-06-20 04:20:13 +00:00
Todd C. Miller
399cddc8e6 SHELL_IF_NO_ARGS caused core dump since NewArg[cv] weren't being
initialized
1996-06-20 04:08:57 +00:00
Todd C. Miller
b512f62ba3 fixed a typo 1996-06-19 17:53:14 +00:00
Todd C. Miller
a35441d43f fixed a formatting thingie 1996-06-17 16:19:04 +00:00
Todd C. Miller
8b66b61169 fixed -u support with multiple user lists on a line 1996-06-17 16:16:11 +00:00