Commit Graph

1401 Commits

Author SHA1 Message Date
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
Todd C. Miller
a23fb9c4f2 unixware needs -lgen 1996-06-17 14:23:16 +00:00
Todd C. Miller
4edc42a9ad updated ftp location 1996-06-17 14:23:01 +00:00
Todd C. Miller
a0d157b761 add net_addr/netmask support 1996-06-17 04:08:43 +00:00
Todd C. Miller
c796e229c1 added net_addr/mask example 1996-06-17 04:07:40 +00:00
Todd C. Miller
f66eb18a5d added support for net_addr/netmask 1996-06-17 04:02:33 +00:00
Todd C. Miller
0ede02bbe4 ^ -> ! 1996-06-16 00:13:24 +00:00
Todd C. Miller
6a06980d2a updated for 1.4.3 1996-06-15 22:12:15 +00:00
Todd C. Miller
891b7c05ad udpated for 1.4.3 1996-06-15 22:12:05 +00:00
Todd C. Miller
5e7c7dfb8a updated 1996-06-15 22:11:56 +00:00
Todd C. Miller
a283979236 updated with examples of new stuff 1996-06-15 22:11:08 +00:00
Todd C. Miller
f64553860e ++version 1996-06-15 22:10:48 +00:00
Todd C. Miller
255e60f65f updated wrt -u and NOPASSWD 1996-06-15 22:01:50 +00:00
Todd C. Miller
3041d65371 updated wrt -u and CAVEATS 1996-06-15 21:58:33 +00:00
Todd C. Miller
319a9ffe51 fixed usage() 1996-06-09 03:15:12 +00:00
Todd C. Miller
99e16a5a25 now use :foo: character classes (makes no diff for generated lexer) 1996-06-09 02:57:51 +00:00
Todd C. Miller
e4743a46c1 fixed LONG_SKEY_PROMPT stuff 1996-06-07 18:33:18 +00:00
Todd C. Miller
f3cdb9aa39 fixed a comment 1996-06-06 19:35:57 +00:00
Todd C. Miller
1a6b10fe83 make more like NetBSD one -- now compiles w/o warnings 1996-06-06 19:03:02 +00:00
Todd C. Miller
e04a2ef6c6 fixed decls of lsearch() 1996-06-06 19:02:51 +00:00
Todd C. Miller
10a84d536b added SPW_HPUX10 1996-06-06 02:20:52 +00:00
Todd C. Miller
ac186f85f1 hpux 10 uses bigcrypt() if C2 1996-06-06 02:20:17 +00:00
Todd C. Miller
6737221aa5 now always uses fnmatch to match args 1996-06-04 23:57:30 +00:00
Todd C. Miller
1e21b9212a back to using stdio instead of raw i/o since that caused some problems 1996-06-04 23:40:39 +00:00
Todd C. Miller
636e5f1df4 now give usage warning if use -l,-v,-k with args 1996-05-29 02:14:32 +00:00
Todd C. Miller
59f71cc274 NewArgc is now set to 1 for -l, -v, -k 1996-05-28 22:22:24 +00:00