Commit Graph

1086 Commits

Author SHA1 Message Date
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
Todd C. Miller
13b5f7de94 added a caveat to FQDN section 1995-09-15 23:18:14 +00:00
Todd C. Miller
32204d9651 more $srcdir support for install targets 1995-09-13 23:48:57 +00:00
Todd C. Miller
211361a5f0 don't include malloc.h if we include stdlib.h 1995-09-13 21:17:06 +00:00
Todd C. Miller
8a8926d92c local search.h now lives in emul 1995-09-13 01:44:35 +00:00
Todd C. Miller
5a27e8bba3 local utime.h now lives in emul dir 1995-09-13 01:41:55 +00:00
Todd C. Miller
23c122966b local search.h now lives in emul 1995-09-13 01:41:32 +00:00
Todd C. Miller
c036298677 added support for building in other than the sourcedir 1995-09-13 01:38:34 +00:00
Todd C. Miller
6024339b83 annotated CSOPS_INSULTS option 1995-09-10 18:01:34 +00:00
Todd C. Miller
592e985310 updated shadow passwords blurb 1995-09-10 17:56:19 +00:00
Todd C. Miller
dff189d000 if SHELL_IF_NO_ARGS is set, "sudo -- foo" now runs a shell
and passes along foo as the arguments
1995-09-10 01:00:24 +00:00
Todd C. Miller
ec56686b89 collapsed pathname and dir sections into one -- its now less expensive 1995-09-09 22:52:57 +00:00
Todd C. Miller
08a934797c fixed spacing
quoting [,:\\=] now works correctly
append() and fill() now take args to make the above work
1995-09-09 22:34:40 +00:00
Todd C. Miller
cc1ab5b5b6 fixed a typo that caused commands with no tty on fd 0 but a tty
on fd 1 to erroneously have "none" as their tty
1995-09-09 00:51:49 +00:00
Todd C. Miller
63cfcdca9d timestampfile is now a global static
removed decl of timestampfile in remove_timestamp since we can just
use the global one
1995-09-04 19:35:04 +00:00