Commit Graph

142 Commits

Author SHA1 Message Date
Todd C. Miller
f767453fd8 added rmenv() to remove stuff from environ. can now uses execvp()
OR execve() becuase of this.
1994-02-16 18:35:52 +00:00
Todd C. Miller
d2bed77ff8 now uses execvp() OR execve() 1994-02-16 18:35:31 +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
5bbf149cb6 now ignore EPERM 1994-02-16 17:53:18 +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
df71654d9d updated 1994-02-16 04:52:50 +00:00
Todd C. Miller
7e7f273f7f took out Envp 1994-02-16 04:40:10 +00:00
Todd C. Miller
ad0c600416 Initial revision 1994-02-14 17:28:00 +00:00
Todd C. Miller
283f726be5 added SECURE_PATH 1994-02-10 19:31:03 +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
f2f8b0fe99 added sample.sudoers note 1994-02-10 18:50:34 +00:00
Todd C. Miller
98b29f37f0 Initial revision 1994-02-10 18:47:04 +00:00
Todd C. Miller
e3763dbc9b fixed typo 1994-02-09 19:54:44 +00:00
Todd C. Miller
c06006ed3e took out SAVED_UID garbage 1994-02-09 04:06:13 +00:00
Todd C. Miller
abf158a3ec mentioned HAL 1994-02-09 03:55:12 +00:00
Todd C. Miller
4b82432a5d added HAL line 1994-02-09 03:50:56 +00:00
Todd C. Miller
03d3b4729e added HAL insults 1994-02-09 03:48:58 +00:00
Todd C. Miller
3146d8b652 updated 1994-02-09 03:48:37 +00:00
Todd C. Miller
828bb5cec9 more verbose error if mailer not found 1994-02-09 03:02:57 +00:00
Todd C. Miller
2062d2e45f now do getpwent as root for soem shadow password systems (bsdi) 1994-02-09 03:02:32 +00:00
Todd C. Miller
32880e3dbe took out SAVED_UID garbade 1994-02-08 18:22:28 +00:00
Todd C. Miller
e52637f9a6 took out SAVED_UID garbage since it don't work 1994-02-08 18:21:33 +00:00
Todd C. Miller
6cebcce048 updated 1994-02-06 22:43:15 +00:00
Todd C. Miller
4379df16eb added a missing space :-) 1994-02-06 22:40:58 +00:00
Todd C. Miller
4928e8b997 took out multimax cruft 1994-02-06 00:48:23 +00:00
Todd C. Miller
4113d0697b minor update 1994-02-06 00:30:26 +00:00
Todd C. Miller
4b6e7e4a5b finished 1994-02-06 00:30:13 +00:00
Todd C. Miller
273de60031 fixed a typo + indentation 1994-02-06 00:19:45 +00:00
Todd C. Miller
e44792a094 took outumoved some defines to the config file
,.
,.
1994-02-05 23:43:52 +00:00
Todd C. Miller
39e4212219 Initial revision 1994-02-05 20:17:46 +00:00
Todd C. Miller
33361a227b did #6 1994-02-05 20:17:37 +00:00
Todd C. Miller
894a7bd0f8 added HAS_SAVED_UID 1994-02-05 20:16:57 +00:00
Todd C. Miller
4d7ae0eb28 put back AIX cruft 1994-02-05 20:16:36 +00:00
Todd C. Miller
9195775b94 aix changes 1994-02-03 05:44:46 +00:00
Todd C. Miller
7de8d09af0 updated 1994-02-02 06:31:07 +00:00
Todd C. Miller
6419115045 now is only root when abs necesary 1994-02-02 06:30:34 +00:00
Todd C. Miller
188c9c7438 added missing %s\n 1994-02-02 03:21:06 +00:00
Todd C. Miller
24ab11e96a Initial revision 1994-01-31 07:06:46 +00:00
Todd C. Miller
6085563fc1 updated 1994-01-31 06:59:42 +00:00
Todd C. Miller
b949042dec updated 1994-01-31 06:58:37 +00:00
Todd C. Miller
b4638d4550 now removed _RLD_* for alphas 1994-01-31 06:56:01 +00:00
Todd C. Miller
d091a46f43 updated for new config scheme 1994-01-31 06:50:45 +00:00
Todd C. Miller
7a96a43a54 more verbose eror messages 1994-01-31 00:42:26 +00:00
Todd C. Miller
814b02fb2b now have solaris 1994-01-27 19:08:48 +00:00
Todd C. Miller
8279684663 define __svr4__ for SOLARIS 1994-01-27 19:07:34 +00:00
Todd C. Miller
a58183855f added svr4 junk for shadow pws for solaris 2.x 1994-01-27 19:07:10 +00:00
Todd C. Miller
9fe5184668 took out setuid(0) and setreuid(udi) garbage. Its not needed since
we start out setuid with the correct perms.
1994-01-27 18:19:28 +00:00
Todd C. Miller
5b566c24c6 now use setreuid() 1994-01-27 00:52:18 +00:00