Commit Graph

1626 Commits

Author SHA1 Message Date
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
Todd C. Miller
5a32554c06 fixed off by one error in allocation NewArgv 1996-05-28 00:02:30 +00:00
Todd C. Miller
9ec0715a31 in sudoers, 'command ""' now means command with no args 1996-05-28 00:01:53 +00:00
Todd C. Miller
275314dbdd added check for fnmatch(3) and fnmatch.h 1996-05-28 00:01:30 +00:00
Todd C. Miller
b9f8e76bdc added HAVE_FNMATCH 1996-05-28 00:01:17 +00:00
Todd C. Miller
49d0b999fd replaced wildcat.* with fnmatch.* 1996-05-28 00:00:40 +00:00
Todd C. Miller
0713be74a6 now uses fnmatch() 1996-05-28 00:00:17 +00:00
Todd C. Miller
a062a35c7e now uses fnmatch() instead of wildmat
a trailing star (*) by itself now matches multiple args
added support for wildcards in the pathname  in sudoers
1996-05-27 23:38:46 +00:00
Todd C. Miller
63e1abb3dd now includes compat.h and config.h 1996-05-25 23:23:32 +00:00
Todd C. Miller
4f7d758d5d added HAVE_FNMATCH_H 1996-05-25 22:09:55 +00:00
Todd C. Miller
0dfc086d4b now checks for alloca() (if needed by bison or dce) and links with
-lPW if it contains alloca() and libv and compiler do not.
1996-05-25 22:07:46 +00:00
Todd C. Miller
af01309582 Initial revision 1996-05-25 22:03:22 +00:00
Todd C. Miller
afe3f2749a now fixes mode on sudoers if set to 0400 to aid in upgrade 1996-04-29 02:38:36 +00:00
Todd C. Miller
94687786ed fixed pod2man usage 1996-04-28 21:44:04 +00:00
Todd C. Miller
cc766e7001 ++version 1996-04-28 21:40:19 +00:00
Todd C. Miller
8263fc99d5 runas_user is now initialized to "root" 1996-04-28 21:20:29 +00:00
Todd C. Miller
5f7eaa954a removed PERM_FULL_ROOT 1996-04-28 21:20:01 +00:00