Commit Graph

11359 Commits

Author SHA1 Message Date
Todd C. Miller
c87dbc5fd9 support for installing a cat page instead of a man page if no nroff 1994-08-05 21:49:33 +00:00
Todd C. Miller
9007d32f37 now defines HAVE_FLEX
fixed up man stuff so that it looks for nroff to determine whether or
not to install a cat or man page
1994-08-05 21:48:56 +00:00
Todd C. Miller
a05e773b60 added HAVE_FLEX 1994-08-05 21:48:42 +00:00
Todd C. Miller
ee50a4661e not set ret to MODE_RUN initially 1994-08-05 20:14:59 +00:00
Todd C. Miller
494d1c1168 made command (and therefor cmnd dynamically allocated) 1994-08-05 20:12:09 +00:00
Todd C. Miller
d5cd5fac2b did #8 1994-08-05 00:25:02 +00:00
Todd C. Miller
ace8ac2c0e ++ 1994-08-05 00:24:45 +00:00
Todd C. Miller
22fa51dbf5 changed bufs from MAXPATHLEN to MAXPATHLEN+1 1994-08-05 00:24:28 +00:00
Todd C. Miller
a6fe8c86a9 added MODE_
removed validate_only and added remove_timestamp()
1994-08-05 00:24:07 +00:00
Todd C. Miller
70333883c0 usage() now takes an int (exit value)
added parse_args() to parse command line arguments
moved call to find_path() from load_globals to new function load_cmnd()
removed validate_only global -- now use the concept of "modes"
added -h and -k options
1994-08-05 00:22:15 +00:00
Todd C. Miller
a24fdfd081 no longer use global validate_only
now checks for command called "validate"
removed check for non-fully qualified commands since that is
done by find_path
1994-08-05 00:21:04 +00:00
Todd C. Miller
0b185cb71e changed MAXPATHLEN r to MAXPATHLEN+1 1994-08-05 00:20:17 +00:00
Todd C. Miller
3353665bbb fixed off by one error with MAXPATHLEN and fixed a comment 1994-08-05 00:17:47 +00:00
Todd C. Miller
81cf2c5e65 check_timestamp no longer runs reminder(), it is implied in the return val
added remove_timestamp()
1994-08-05 00:17:22 +00:00
Todd C. Miller
e418bfc74b updated 1994-08-05 00:16:17 +00:00
Todd C. Miller
abd71f1a7c fixed on 1994-08-04 20:38:20 +00:00
Todd C. Miller
6259b8270e took out old_errno 1994-08-04 20:38:01 +00:00
Todd C. Miller
3f0fd7c8c7 updated 1994-08-04 20:37:38 +00:00
Todd C. Miller
91970b4182 moved send_mail to after syslog 1994-08-03 16:08:49 +00:00
Todd C. Miller
8161d52f34 now set SUDO_ envariables 1994-08-03 02:41:55 +00:00
Todd C. Miller
c8fa6ac238 ++ 1994-08-01 17:40:58 +00:00
Todd C. Miller
35d838c688 now print error if chdir fails 1994-08-01 17:39:53 +00:00
Todd C. Miller
3c318d8ae4 removed an XXX 1994-08-01 17:39:33 +00:00
Todd C. Miller
17800e3e94 updated 1994-07-26 00:40:06 +00:00
Todd C. Miller
648570a53f no more static binaries for aix 1994-07-26 00:36:54 +00:00
Todd C. Miller
193f01342b fixed typo 1994-07-25 22:37:22 +00:00
Todd C. Miller
46a7d9cd50 took out stuff not needed for sudo
now does be_root/be_user itself
now uses cwd global
1994-07-25 22:33:25 +00:00
Todd C. Miller
691f31353d +=2 1994-07-25 22:32:46 +00:00
Todd C. Miller
2624e7ee72 be_root/be_user is now down in sudo_realpath() 1994-07-25 22:32:30 +00:00
Todd C. Miller
7b70cafbb2 now works with 4.2BSD syslog (blech) 1994-07-25 22:26:33 +00:00
Todd C. Miller
93230e6c29 now use sudo_realpath() 1994-07-25 22:25:58 +00:00
Todd C. Miller
0230d8474c took out realpth() stuff since we now use sudo_realpath() 1994-07-25 22:25:32 +00:00
Todd C. Miller
445a13eebe ultrix enhanced sec 1994-07-25 22:25:15 +00:00
Todd C. Miller
35ae1ba370 added ultrix enhanced sec. 1994-07-25 22:25:00 +00:00
Todd C. Miller
c3f2fa99cc updated 1994-07-25 22:24:53 +00:00
Todd C. Miller
3a61f69925 ultrix enhanced security suport 1994-07-25 22:21:55 +00:00
Todd C. Miller
1f8ffedda0 added sudo_realpath.c 1994-07-25 22:20:12 +00:00
Todd C. Miller
b46f594176 updated 1994-07-25 22:18:47 +00:00
Todd C. Miller
adf4060dec increased passwd len to 24 for c2 security 1994-07-25 18:28:31 +00:00
Todd C. Miller
abf8c06cb6 updated BUGS 1994-07-25 17:17:56 +00:00
Todd C. Miller
6f2b5908c8 now use user global var 1994-07-15 15:49:56 +00:00
Todd C. Miller
c1850dc59c took out -ls 1994-07-15 15:48:41 +00:00
Todd C. Miller
18d1aa1944 added AFS libs 1994-07-14 23:11:06 +00:00
Todd C. Miller
5cd28192b7 user is now a char *
added epasswd
1994-07-14 21:45:01 +00:00
Todd C. Miller
e7bf4f9fe0 added tzset() to load_globals
added epasswd (encrypted password) global
made user dynamically allocated
1994-07-14 21:43:58 +00:00
Todd C. Miller
c61a3f9b7d added tzset test 1994-07-14 21:43:24 +00:00
Todd C. Miller
6da926cb12 added HAVE_TZSET 1994-07-14 21:43:09 +00:00
Todd C. Miller
5d1d53ddb8 cleaned up encrypted passwd grab somewhat 1994-07-14 21:42:32 +00:00
Todd C. Miller
df5ff10a23 fixed AFS typo 1994-07-14 16:34:40 +00:00
Todd C. Miller
8d3e7540f2 added AFS not 1994-07-14 16:34:26 +00:00