Commit Graph

268 Commits

Author SHA1 Message Date
Todd C. Miller
37966f0dae added entries for new errors 1995-03-30 04:45:57 +00:00
Todd C. Miller
40fbed9036 removed ocmnd 1995-03-26 06:33:05 +00:00
Todd C. Miller
8de40d1c3c no more sudo_realpath() and find_path() changed params 1995-03-26 06:19:48 +00:00
Todd C. Miller
5595c3817b added prototype for sudo_goodpath 1995-03-26 01:40:15 +00:00
Todd C. Miller
34a6197f42 merged in utk changes 1995-03-24 03:32:53 +00:00
Todd C. Miller
7bcb9b4e1e added ocmnd extern
adjusted find_path() prototype
1995-01-16 21:35:34 +00:00
Todd C. Miller
df46f66f65 moved compatibility #defines to compat.h 1995-01-13 17:45:43 +00:00
Todd C. Miller
08207310c0 pull user-configurable stuff out and put in options.h 1995-01-12 00:11:27 +00:00
Todd C. Miller
25f7b5cf1c changed PASSWORD_TIMEOUT to minutes 1995-01-11 16:02:47 +00:00
Todd C. Miller
34abdbe9a6 added set_perms() support
added SUDOERS_OWNER so can have non-root own sudoers file
added exempt group support
added isc support
1994-11-10 00:47:51 +00:00
Todd C. Miller
7b434f97f2 fixed typo
added set_perms support
added skey support
added seteuid()/setegid() emulation for AIX
1994-11-08 01:39:43 +00:00
Todd C. Miller
2ff6056d9c added MODE_LIST 1994-09-20 18:44:41 +00:00
Todd C. Miller
525954e1b2 changed sudo-bugs.cs.colorado.edu -> sudo-bugs@cs.colorado.ed 1994-09-02 19:54:28 +00:00
Todd C. Miller
b8cc728d95 added interfaces global 1994-08-12 01:57:03 +00:00
Todd C. Miller
2d67de5008 added ip_addrs def
added load_ip_addrs prototype
1994-08-10 23:20:48 +00:00
Todd C. Miller
65a4afee48 took out environ extern
added local declaratio of putenv() if local version is needed
1994-08-08 04:07:00 +00:00
Todd C. Miller
8d28843959 rm'd s realp[ath
added sudo_realpath and sudo_setenv
1994-08-06 23:19:27 +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
7b70cafbb2 now works with 4.2BSD syslog (blech) 1994-07-25 22:26:33 +00:00
Todd C. Miller
5cd28192b7 user is now a char *
added epasswd
1994-07-14 21:45:01 +00:00
Todd C. Miller
c80d59a51f added BOTH_LOGS 1994-07-14 16:12:45 +00:00
Todd C. Miller
de673c3fe8 removed AFS stuff :-) 1994-07-14 15:21:06 +00:00
Todd C. Miller
624a46cd1c added AFS 1994-07-14 15:17:32 +00:00
Todd C. Miller
2b12703ae1 use __hpux not hpux
convex c2 stuff
1994-07-07 00:08:38 +00:00
Todd C. Miller
c2c72c6e73 move __P to config.h 1994-06-07 21:40:35 +00:00
Todd C. Miller
c49ded5fdc added PASSWORD_TIMEOUT + prototypes for new functions 1994-06-06 00:04:27 +00:00
Todd C. Miller
71cba15592 added validate_only stuff 1994-06-02 19:41:33 +00:00
Todd C. Miller
e3021f03c1 added EXEC macro 1994-05-29 22:37:13 +00:00
Todd C. Miller
6767aaea0a SHORT_MESSAGE is now the default 1994-05-29 19:25:08 +00:00
Todd C. Miller
c38d9bb31a added prototyppes 1994-05-28 19:13:44 +00:00
Todd C. Miller
76d8f8314f prevent multiple inclusion 1994-05-25 01:25:40 +00:00
Todd C. Miller
e67d74fd54 added cwd and fixed stupid core dump that makes no sense. sigh. 1994-05-24 20:18:57 +00:00
Todd C. Miller
813b5043dd took out getdtablesize() emulation for HP-UX (no longer needed) 1994-05-24 16:03:40 +00:00
Todd C. Miller
9c8379f84c no longer define yyval & yylval since yacc does it 1994-03-12 22:42:32 +00:00
Todd C. Miller
6a83afd8e2 udpated version 1994-03-12 18:55:39 +00:00
Todd C. Miller
e5bcdc9156 now works with configure 1994-03-12 18:37:40 +00:00
Todd C. Miller
3ea5d93113 changed to work with configure 1994-03-10 06:43:06 +00:00
Todd C. Miller
eea6d47b7f execve -> execv 1994-02-28 05:27:51 +00:00
Todd C. Miller
708d387ce7 added UMASK and mode_t declaration 1994-02-28 04:11:46 +00:00
Todd C. Miller
33f8a9573e added MAXLOGFILELEN 1994-02-28 01:36:38 +00:00
Todd C. Miller
aeaf49a058 MAXLOGLEN & MAXSYSLOGLEN are now different (as they should be) 1994-02-27 22:18:51 +00:00
Todd C. Miller
d0621cb553 added USE_EXECVE 1994-02-16 18:31:43 +00:00
Todd C. Miller
8f341c3822 added environ 1994-02-16 18:27:46 +00:00
Todd C. Miller
a2f434a5bd moved some func decls out of sudo.h and into sudo.c as statics
/.
1994-02-16 04:52:57 +00:00
Todd C. Miller
7e7f273f7f took out Envp 1994-02-16 04:40:10 +00:00
Todd C. Miller
de6ad83aeb added SECURE_PATH 1994-02-10 19:30:00 +00:00
Todd C. Miller
80d7989b06 added SECURE_PATH 1994-02-10 19:05:10 +00:00
Todd C. Miller
4b82432a5d added HAL line 1994-02-09 03:50:56 +00:00
Todd C. Miller
32880e3dbe took out SAVED_UID garbade 1994-02-08 18:22:28 +00:00
Todd C. Miller
4928e8b997 took out multimax cruft 1994-02-06 00:48:23 +00:00