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 |
|
Todd C. Miller
|
47f7ef9f3f
|
now sets sudoers to correct group if mode is 0400
|
1996-05-28 16:50:34 +00:00 |
|
Todd C. Miller
|
e577aafd13
|
updated to version used by inn and bind
|
1996-05-28 16:02:54 +00:00 |
|
Todd C. Miller
|
1af4421463
|
now uses -lgnumalloc if it exists
|
1996-05-28 04:08:14 +00:00 |
|
Todd C. Miller
|
4520d3c664
|
"make install" now sets uid/gid and mode on sudoers if it exists
|
1996-05-28 04:02:08 +00:00 |
|
Todd C. Miller
|
afbddeebec
|
rmeoved debugging statements
|
1996-05-28 04:01:49 +00:00 |
|
Todd C. Miller
|
2ed1645b9c
|
added a missing free()
|
1996-05-28 04:00:32 +00:00 |
|
Todd C. Miller
|
2c1b963a21
|
now uses user_gid instead of getegid (which was wrong anyway)
to set SUDO_GID
Now sets command line args in SUDO_COMMAND envariabled
(logging.c depends on args being in the environment)
|
1996-05-28 03:58:17 +00:00 |
|
Todd C. Miller
|
95fd02c9f6
|
now uses SUDO_COMMAND envariable to get command args
rather than building it up again.
|
1996-05-28 03:57:33 +00:00 |
|
Todd C. Miller
|
d1c239718c
|
now uses user_gid
|
1996-05-28 02:42:57 +00:00 |
|