Commit Graph

888 Commits

Author SHA1 Message Date
Todd C. Miller
f90710c26b updated 1995-04-14 17:56:58 +00:00
Todd C. Miller
b32d8ae6af updated 1995-04-14 17:54:09 +00:00
Todd C. Miller
d06ece9377 updated for beta3 1995-04-13 21:04:33 +00:00
Todd C. Miller
d1136057fe ++version 1995-04-13 18:32:24 +00:00
Todd C. Miller
97fe29dc97 sendmail is now looked for in /usr/ucblib 1995-04-13 17:56:21 +00:00
Todd C. Miller
d562e7ff71 fixed indentation 1995-04-13 17:54:17 +00:00
Todd C. Miller
b4f1460d61 fixed a typo 1995-04-13 17:35:27 +00:00
Todd C. Miller
52b6b6965b updated ISC mods 1995-04-13 17:19:59 +00:00
Todd C. Miller
803fd573b9 added unixware case 1995-04-13 17:19:40 +00:00
Todd C. Miller
c347598343 user_is_exempt is no longer hidden 1995-04-13 17:19:26 +00:00
Todd C. Miller
a82cc716e3 updated 1995-04-13 17:19:19 +00:00
Todd C. Miller
2fada0f81b isc and riscos changes 1995-04-13 17:19:07 +00:00
Todd C. Miller
849adcde27 added NOTE about new interaction of EXEMPTGROUP and SECURE_PATH 1995-04-13 17:18:42 +00:00
Todd C. Miller
029096a2ce fixed a typo and added testsudoers stuff 1995-04-13 17:18:28 +00:00
Todd C. Miller
37eab26629 Initial revision 1995-04-13 16:34:54 +00:00
Todd C. Miller
19e806c2ee applied fixed patch from Chris 1995-04-12 23:31:39 +00:00
Todd C. Miller
84eee62098 fixed a typo 1995-04-11 18:30:02 +00:00
Todd C. Miller
8b380a172b added a set of braces for bison 1995-04-11 18:14:14 +00:00
Todd C. Miller
d70bb866d6 merged in Chris' changes to dekludge the parser. 1995-04-11 18:01:06 +00:00
Todd C. Miller
f200df0029 send_mail() was calling find_path() which is wrong since find_path()
stores cmnd in a static var.  Anyhow, it doesn't make much sense
since MAILER should always be fully qualified
1995-04-11 04:38:34 +00:00
Todd C. Miller
9d82a8dace added User_Alias stuff 1995-04-10 23:51:35 +00:00
Todd C. Miller
aa3186a8eb SUDO_NEXT now looks for /usr/lib/NextStep/software_version 1995-04-10 23:50:38 +00:00
Todd C. Miller
dc01e4b77c added DEC UNIX 3.0 w/ gcc 1995-04-10 23:50:10 +00:00
Todd C. Miller
7ab29f4c75 Exit was being used in places where exit should be used 1995-04-10 23:49:33 +00:00
Todd C. Miller
942182265c added "User alias specification" 1995-04-10 23:44:05 +00:00
Todd C. Miller
a783a139f0 fixed probs caused by making nslots and naliases a size_t 1995-04-10 22:04:34 +00:00
Todd C. Miller
31ed7f4575 added KSR, upped rev to 1.3.1b2 1995-04-10 19:09:26 +00:00
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