Commit Graph

1450 Commits

Author SHA1 Message Date
Todd C. Miller
7dba81c21d DCE & KERB support 1995-11-20 03:30:46 +00:00
Todd C. Miller
ef7f00e9bd first stab at dce support 1995-11-20 03:30:30 +00:00
Todd C. Miller
0a6a0021d6 now smells like sudo 1995-11-20 03:24:09 +00:00
Todd C. Miller
84fd90f7a9 Initial revision 1995-11-20 03:11:56 +00:00
Todd C. Miller
ac12f043f2 skey'd sudo now works w/ normal password as well 1995-11-20 02:36:05 +00:00
Todd C. Miller
9de4fd5450 updated version number 1995-11-19 23:37:15 +00:00
Todd C. Miller
6e4cb31d46 updated to reflect version change 1995-11-19 23:32:52 +00:00
Todd C. Miller
6de61de5f8 --with options now line up
++version
1995-11-19 23:27:51 +00:00
Todd C. Miller
5675d703fc removed unecesary S/Key stuff 1995-11-19 23:26:10 +00:00
Todd C. Miller
ac8c65d156 fixed S/Key support 1995-11-19 23:25:51 +00:00
Todd C. Miller
baae3457a7 -I stuff now goes in CPPFLAGS 1995-11-19 23:24:09 +00:00
Todd C. Miller
53ae703b75 fixed SKey support 1995-11-19 23:23:46 +00:00
Todd C. Miller
402ce291c6 updated version 1995-11-19 20:23:40 +00:00
Todd C. Miller
3251001be4 fixed description of EXEMPTGROUP 1995-11-19 18:59:36 +00:00
Todd C. Miller
e3f95518c2 more people use _RLD_ than just alphas... 1995-11-19 15:47:50 +00:00
Todd C. Miller
5eb9954c21 replaced $man_prefix with $mandir 1995-11-19 02:35:38 +00:00
Todd C. Miller
cec2ef6569 fixed a typo 1995-11-19 02:30:48 +00:00
Todd C. Miller
db2cf11f50 now use more GNU'ish dir names 1995-11-19 02:28:04 +00:00
Todd C. Miller
db7b85cb5a now set *dir correctly (can override from command line) 1995-11-19 02:27:39 +00:00
Todd C. Miller
621d42205c now deal with situations where we getwd() fails 1995-11-19 00:17:31 +00:00
Todd C. Miller
7147ee96cf added etc_dir, bin_dir, sbin_dir 1995-11-17 05:37:25 +00:00
Todd C. Miller
e0898a0db1 added sbin_dir 1995-11-17 05:37:16 +00:00
Todd C. Miller
e8ec31de05 now ship a flex-generated lex.yy.c 1995-11-17 02:28:58 +00:00
Todd C. Miller
4e3a663878 now sets _PATH_SUDO_SUDOERS, _PATH_SUDO_STMP, SUDOERS_OWNER 1995-11-17 02:09:55 +00:00
Todd C. Miller
fe45fd70c9 _PATH_SUDO_SUDOERS & _PATH_SUDO_STMP are now overridden via Makefile 1995-11-17 02:06:25 +00:00
Todd C. Miller
6b339fda9f no more error for redefining SUDOERS_OWNER 1995-11-17 02:05:59 +00:00
Todd C. Miller
f98507d068 expanded SUDOERS_OWNER section 1995-11-17 02:05:49 +00:00
Todd C. Miller
5d8180011d now warn if chown(2) failed 1995-11-16 08:05:44 +00:00
Todd C. Miller
15d1cc7a62 better default warning for NO_SUDOERS_FILE 1995-11-16 07:55:19 +00:00
Todd C. Miller
6475d4378e added missing set_perms()
no more cryptic message if the sudoers file is zero length,
now just give a parse error
1995-11-16 07:54:33 +00:00
Todd C. Miller
d725ba8a5c better diagnostics if NO_SUDOERS_FILE 1995-11-16 07:42:12 +00:00
Todd C. Miller
8285802f24 check_sudoers() now catches sudoers files that are not readable
(but are stat'able).
1995-11-16 07:41:35 +00:00
Todd C. Miller
d05eae98b4 now add -D__STDC__ for convex cc (not gcc) 1995-11-13 06:12:19 +00:00
Todd C. Miller
910e9c09fd MAN_PREFIX -> man_prefix
now sets prefix and exec_prefix
1995-11-13 05:52:24 +00:00
Todd C. Miller
4bdbf190fd now uses exec_prefix & prefix from configure 1995-11-13 05:52:08 +00:00
Todd C. Miller
96be725f35 options.h is now <> instead of "" so shadow build trees can
have a custom copy of options.h
1995-11-13 05:16:38 +00:00
Todd C. Miller
7f847219c8 user_is_exempt() is no longer a hack, it now uses getgrnam() 1995-11-13 05:15:37 +00:00
Todd C. Miller
fed5c96f79 EXEMPTGROUP is now "sudo" 1995-11-13 04:56:20 +00:00
Todd C. Miller
e8b3cb7010 MAN_POSTINSTALL now contains a leading space 1995-11-13 03:25:48 +00:00
Todd C. Miller
8f90254de7 removed leading tab if @MAN_POSTINSTALL@ not defined
now removes testsudoers in clean:
1995-11-13 03:25:07 +00:00
Todd C. Miller
6a6099ebbc includes pwd.h to get _PASSWD_LEN definition 1995-11-13 03:24:37 +00:00
Todd C. Miller
3003b4109d unset the KRB_CONF envariable if using kerberos so we don't get
spoofed into using a bogus server
1995-10-30 20:51:18 +00:00
Todd C. Miller
a14ba7447d now explicately initialize match[] tp be FALSE 1995-09-29 21:50:21 +00:00
Todd C. Miller
5d691e1c47 removed unused variable
now passes -Wall
1995-09-23 20:48:48 +00:00
Todd C. Miller
4571b88d54 yyerror and dumpaliases are now void's
now passes -Wall
1995-09-23 20:48:16 +00:00
Todd C. Miller
0fb7a2ee36 added prototype for yyerror 1995-09-23 20:48:04 +00:00
Todd C. Miller
02036880ce now passes -Wall 1995-09-23 20:47:54 +00:00
Todd C. Miller
f0ac53072c rmeoved unused cruft
now passes -Wall
1995-09-23 20:47:31 +00:00
Todd C. Miller
87fbfbc192 fixed headers that moved to emul dir 1995-09-23 20:46:43 +00:00
Todd C. Miller
4b3c1201e6 fixed deref of nil pointer if no args 1995-09-23 16:05:40 +00:00