Commit Graph

761 Commits

Author SHA1 Message Date
Todd C. Miller
27b183432b 1024 -> BUFSIZ 1995-04-10 19:07:54 +00:00
Todd C. Miller
6cb2afdadc void * -> VOID *
naliases and nslots are now size_t to appease lsearch on 64-bit machines
1995-04-10 19:05:07 +00:00
Todd C. Miller
ef44ca921f did a bunch of things and added a bunch :-) 1995-04-09 23:30:59 +00:00
Todd C. Miller
5e3afabe4a updated 1995-04-09 23:30:24 +00:00
Todd C. Miller
83c9206185 closer to BSD manpage style 1995-04-09 23:24:08 +00:00
Todd C. Miller
40b035adc2 closer to standard BSD man format 1995-04-09 23:15:57 +00:00
Todd C. Miller
f08ab58ba8 added RCS id 1995-04-09 22:58:55 +00:00
Todd C. Miller
cdaae28efd removed crufty #defines that are no longer used 1995-04-09 21:35:00 +00:00
Todd C. Miller
620997189d fixed a bug 1995-04-09 21:13:04 +00:00
Todd C. Miller
ba0bce3a6b updated based on sudo changes 1995-04-09 21:12:34 +00:00
Todd C. Miller
557d431e24 now allow ALL keyword in User_Aliases
now allow ALL keyword as well as a NAME or ALIAS
1995-04-09 21:11:46 +00:00
Todd C. Miller
a23cda72e9 updated 1995-04-09 21:11:26 +00:00
Todd C. Miller
0869c2a39a now sets SUDO_COMMAND and SUDO_GID envariables. 1995-04-09 21:04:57 +00:00
Todd C. Miller
588891cf3e fixed bug with full void impl check 1995-04-09 19:24:20 +00:00
Todd C. Miller
a6923398df fixed User_Alias supoprt 1995-04-09 03:11:06 +00:00
Todd C. Miller
dfcb0eb6ec added stubs for User_Alias support 1995-04-09 02:27:40 +00:00
Todd C. Miller
050ca432ac now sets removes # bogus interfaces from num_interfaces 1995-04-09 02:27:05 +00:00
Todd C. Miller
166d2b78ba added User_Alias support 1995-04-09 02:26:17 +00:00
Todd C. Miller
ea57effc3a removed extraneous TODO 1995-04-08 01:10:00 +00:00
Todd C. Miller
36fec1269b ntwk_matches -> addr_matches 1995-04-07 23:48:23 +00:00
Todd C. Miller
c9a574adc1 ntwk_matches -> addr_matches 1995-04-07 19:38:50 +00:00
Todd C. Miller
521f2f6acc ntwk_matches -> addr_matches
now use inet_addr() not inet_network() (which expects octet boundaries)
fixes for OSF (sizeof(int) != sizeof(long))
1995-04-07 19:37:33 +00:00
Todd C. Miller
aa03cdc831 took out debugging info 1995-04-07 19:08:17 +00:00
Todd C. Miller
d00426b55b OS was being set to unknown before non-uname based host checks. This
caused no checks to happen since $OS was not zero-length.
1995-04-07 03:45:35 +00:00
Todd C. Miller
ec1c2e69e2 fixed loading of interfaces struct
still has debugging info in though
1995-04-07 03:30:53 +00:00
Todd C. Miller
e27349c62c fixed typo 1995-04-07 02:23:19 +00:00
Todd C. Miller
a7d2490f1a ++version 1995-04-06 20:17:08 +00:00
Todd C. Miller
32a5ff4f9a ++ 1995-04-06 20:16:56 +00:00
Todd C. Miller
1441214145 removed extraneous extern decl of "top 1995-04-06 20:16:01 +00:00
Todd C. Miller
4e6307fdcd now zeros "top" 1995-04-06 20:14:08 +00:00
Todd C. Miller
cd3a5bd098 removed parser_cleanup (no need for it now) 1995-04-06 20:13:51 +00:00
Todd C. Miller
f2b3adaa4d now calls reset_aliases() directly 1995-04-06 20:13:35 +00:00
Todd C. Miller
f12862c691 added a sentence to SECURE_PATH description 1995-04-04 22:21:41 +00:00
Todd C. Miller
6e45d61aa8 fixed my stupid bug where I used NAMLEN on something I wanted to
just get the name from.  argh.
1995-04-04 22:17:11 +00:00
Todd C. Miller
285bc82b3b fixed argument order of memmove() that i hosed when converting from
bcopy().  arghh.
1995-04-03 20:58:56 +00:00
Todd C. Miller
1259d84446 finally fixed DISTFILES line 1995-04-03 19:33:29 +00:00
Todd C. Miller
e94d4c878f tabs -> spaces 1995-04-03 19:21:47 +00:00
Todd C. Miller
d3ebf91900 added missing files to DISTFILES 1995-04-03 19:15:02 +00:00
Todd C. Miller
20fe8172c8 SUPPORTED -> RUNSON 1995-04-03 18:50:56 +00:00
Todd C. Miller
8a4a51a4b6 updated 1995-04-01 08:12:27 +00:00
Todd C. Miller
25dbadf297 updated for pl5b1 release 1995-04-01 06:54:08 +00:00
Todd C. Miller
012deffa17 updated 1995-04-01 06:53:59 +00:00
Todd C. Miller
f650082b1d fixed bug where if you hit return at first sudo prompt it would
still log as a failure
1995-04-01 06:52:50 +00:00
Todd C. Miller
d6a68fe4a0 updated 1995-04-01 06:29:00 +00:00
Todd C. Miller
af82bb25a1 better test for bogus void * implementation 1995-04-01 06:25:11 +00:00
Todd C. Miller
c1e520bbcf added PASSWORDS_NOT_CORRECT 1995-04-01 01:33:11 +00:00
Todd C. Miller
5bc17e9f8f added PASSWORDS_NOT_CORRECT stuff] 1995-04-01 01:32:51 +00:00
Todd C. Miller
11e4148896 added PASSWORDS_NOT_CORRECT 1995-04-01 01:30:01 +00:00
Todd C. Miller
735be1c0bd moved pathnames.h 1995-04-01 00:16:41 +00:00
Todd C. Miller
911605896d removed some unused vars and fixed up uid2str 1995-04-01 00:16:02 +00:00