Todd C. Miller
|
fd341dbde4
|
now works correctly with utk parser
|
1995-03-26 06:12:30 +00:00 |
|
Todd C. Miller
|
26a5f0d154
|
Initial revision
|
1995-03-26 05:04:11 +00:00 |
|
Todd C. Miller
|
cc10c0ec02
|
eliminated a compiler warning
|
1995-03-26 04:23:43 +00:00 |
|
Todd C. Miller
|
ba61aad4a4
|
elinated compiler warning
|
1995-03-26 02:56:35 +00:00 |
|
Todd C. Miller
|
aeb609efda
|
added sudo_goodpath()
|
1995-03-26 01:40:37 +00:00 |
|
Todd C. Miller
|
5595c3817b
|
added prototype for sudo_goodpath
|
1995-03-26 01:40:15 +00:00 |
|
Todd C. Miller
|
054c9ce3d8
|
added support for /sys/dir.h
|
1995-03-26 01:39:52 +00:00 |
|
Todd C. Miller
|
094d564e68
|
USE_REALPATH turned off
|
1995-03-26 01:39:38 +00:00 |
|
Todd C. Miller
|
c3ac93caa0
|
added calls to sudo_goodpath()
|
1995-03-26 01:39:14 +00:00 |
|
Todd C. Miller
|
c08ab75445
|
added check for dirent.h
|
1995-03-26 01:39:00 +00:00 |
|
Todd C. Miller
|
c2906f3e91
|
added HAVE_DIRENT_H
|
1995-03-26 01:38:44 +00:00 |
|
Todd C. Miller
|
0ef8b2e01c
|
added in linux shadow pass stuff
|
1995-03-26 00:27:13 +00:00 |
|
Todd C. Miller
|
5b042113ed
|
added back host, user, cmnd, parse_error
|
1995-03-24 19:43:59 +00:00 |
|
Todd C. Miller
|
846f554a46
|
added in utk changes plus some minor cosmetic changes
|
1995-03-24 19:19:14 +00:00 |
|
Todd C. Miller
|
37aafbf098
|
added void casts for printf's
|
1995-03-24 19:18:09 +00:00 |
|
Todd C. Miller
|
b7221f7ab1
|
added a define of USE_REALPATH
|
1995-03-24 19:17:15 +00:00 |
|
Todd C. Miller
|
359e12ece7
|
there is no more visudoers/Makefile
|
1995-03-24 19:17:03 +00:00 |
|
Todd C. Miller
|
dbafc6245e
|
added in utk changes (visudo is now built from the toplevel)
|
1995-03-24 19:16:32 +00:00 |
|
Todd C. Miller
|
35a22d345b
|
added (void) casts to printf's
|
1995-03-24 19:15:43 +00:00 |
|
Todd C. Miller
|
34a6197f42
|
merged in utk changes
|
1995-03-24 03:32:53 +00:00 |
|
Todd C. Miller
|
0759d48099
|
now check to see that what we are trying to run is a file (or a link
to a file, we do a stat(2) so there is no diff)
|
1995-03-23 04:13:11 +00:00 |
|
Todd C. Miller
|
3600186d61
|
updated
|
1995-03-13 20:56:47 +00:00 |
|
Todd C. Miller
|
a3457aaf0c
|
aclocal.m4 -> acsite.m4
make realclean updated for new autoconf
|
1995-03-13 20:56:20 +00:00 |
|
Todd C. Miller
|
e9a79b1370
|
added myself as maintainer
|
1995-03-13 20:11:06 +00:00 |
|
Todd C. Miller
|
b9f7c72dd8
|
changed setegid -> setgid
|
1995-02-17 04:31:06 +00:00 |
|
Todd C. Miller
|
bc207b74c5
|
fixed the test for irix 5.x to skip bad libs
|
1995-02-06 22:43:59 +00:00 |
|
Todd C. Miller
|
312b501f44
|
now initialize OS and OSREV
|
1995-02-06 22:43:42 +00:00 |
|
Todd C. Miller
|
34de494321
|
irix5 changes
|
1995-01-27 01:52:33 +00:00 |
|
Todd C. Miller
|
e70ddc18dc
|
AC_WITH -> AC_ARG_WITH changes
other misc changes for autoconf 2.1 compatibility
|
1995-01-27 01:28:02 +00:00 |
|
Todd C. Miller
|
10b323c364
|
use YY_NEW_FILE, not yyrestart since OSF flex doesn't do the righ
thing wrt yyrestart (grrrr)
|
1995-01-19 00:49:53 +00:00 |
|
Todd C. Miller
|
9a2d606852
|
added visudoers/compat.h to DISTFILES
|
1995-01-16 23:44:20 +00:00 |
|
Todd C. Miller
|
8f18ca32c2
|
fixed an echo
|
1995-01-16 22:01:37 +00:00 |
|
Todd C. Miller
|
ee8a3a4402
|
added ocmnd declaration
adjusted for find_path()'s new parameters
|
1995-01-16 21:36:02 +00:00 |
|
Todd C. Miller
|
7bcb9b4e1e
|
added ocmnd extern
adjusted find_path() prototype
|
1995-01-16 21:35:34 +00:00 |
|
Todd C. Miller
|
44fb090c76
|
cmndcmp() now takes 3 arguments and checks against the qualified as well
as the unqualified pathname.
more code that should use cmndcmp() but did not, now does
|
1995-01-16 21:34:26 +00:00 |
|
Todd C. Miller
|
6091806d4f
|
added to a comment
|
1995-01-16 21:34:08 +00:00 |
|
Todd C. Miller
|
9116e4558f
|
changed to use new find_path() parameter passing
|
1995-01-16 21:33:39 +00:00 |
|
Todd C. Miller
|
4fa8a93f62
|
find_path() now takes 2 copyout parameters (one for the qualified pathname
and one for the unqualified pathname). The third parameter may be NULL.
|
1995-01-16 21:32:30 +00:00 |
|
Todd C. Miller
|
4618404c79
|
no longer munge pathnames.h
|
1995-01-16 21:31:57 +00:00 |
|
Todd C. Miller
|
4c790506ba
|
changed _PATH_* to use _SUDO_PATH_* (which are defined in config.h)
as a result, pathnames.h does not need to be run through configure
and the user can override the configured values easily.
|
1995-01-16 21:30:48 +00:00 |
|
Todd C. Miller
|
bf7b8e1c28
|
added _SUDO_PATH_* entries
|
1995-01-16 21:30:23 +00:00 |
|
Todd C. Miller
|
4c3d48a8b8
|
_PATH* -> _SUDO_PATH_*
|
1995-01-16 21:30:03 +00:00 |
|
Todd C. Miller
|
f351747a4e
|
updated DISTFILES and HDRS
.o's now depend on config.h
|
1995-01-16 21:28:11 +00:00 |
|
Todd C. Miller
|
3eace2625c
|
removed extraneous #endif
|
1995-01-13 17:52:44 +00:00 |
|
Todd C. Miller
|
4fbbe1bb55
|
added SUDO_PROG_MV
|
1995-01-13 17:48:02 +00:00 |
|
Todd C. Miller
|
1bd5b76a6b
|
added SUDO_PROG_MV
added riscos and isc os types
took out -DSHORT_MESSAGE from --with-csops since it is now the default
|
1995-01-13 17:47:01 +00:00 |
|
Todd C. Miller
|
5318438a04
|
move the include of id.h to compat.h
now includes options.h
|
1995-01-13 17:46:21 +00:00 |
|
Todd C. Miller
|
df46f66f65
|
moved compatibility #defines to compat.h
|
1995-01-13 17:45:43 +00:00 |
|
Todd C. Miller
|
fd5039a32a
|
added _PATH_MV
|
1995-01-13 17:45:15 +00:00 |
|
Todd C. Miller
|
3fe8d92024
|
move __P to compat.h
|
1995-01-13 17:43:56 +00:00 |
|