Commit Graph

1626 Commits

Author SHA1 Message Date
Todd C. Miller
9347d2299c added missing cast 1996-08-18 16:50:20 +00:00
Todd C. Miller
10d3642497 sets $HOME to pw_dir of runas user 1996-08-18 00:37:00 +00:00
Todd C. Miller
3d560a9481 document $HOME change 1996-08-18 00:02:28 +00:00
Todd C. Miller
3750144587 fixed up some wording 1996-08-17 23:43:41 +00:00
Todd C. Miller
35825133a7 ++version 1996-08-17 23:25:40 +00:00
Todd C. Miller
daa856faa9 ++version 1996-08-17 23:21:24 +00:00
Todd C. Miller
062e3de7af ++version 1996-08-17 23:19:33 +00:00
Todd C. Miller
76d7bf617a name nad type changes 1996-08-17 23:18:08 +00:00
Todd C. Miller
7eea86a4cc now works with new sudo 1996-08-17 23:17:23 +00:00
Todd C. Miller
be3b37d153 fixed some XXX 1996-08-17 23:07:29 +00:00
Todd C. Miller
f0d121ea24 some variable name changes + comment headers for functions. 1996-08-17 22:52:42 +00:00
Todd C. Miller
bd228048bf added extra paren's to make compilers happy 1996-08-17 22:41:36 +00:00
Todd C. Miller
7c3b772076 *** empty log message *** 1996-08-17 22:34:04 +00:00
Todd C. Miller
7d272a7ff0 now uses init_parser()
if not in sudoers and tries "list" or "validate" scold but don't
be nasty.
1996-08-17 22:30:48 +00:00
Todd C. Miller
ed452695f5 now can use upper case login names 1996-08-17 22:29:37 +00:00
Todd C. Miller
d10ba268d8 now uses init_parser() 1996-08-17 22:29:04 +00:00
Todd C. Miller
6ea54d1657 updated 1996-08-17 22:28:45 +00:00
Todd C. Miller
69aa118493 added info about PASSWORD_TIMEOUT 1996-08-17 22:28:29 +00:00
Todd C. Miller
60d9d742d7 Initial revision 1996-08-17 22:28:07 +00:00
Todd C. Miller
df08f782bf fixed a bug
,
1996-08-17 22:27:58 +00:00
Todd C. Miller
5436bf7c8f now dynamically allocates memory for the stacks -- no more overflows! 1996-08-17 22:27:29 +00:00
Todd C. Miller
37069572fc -l now explands command aliases 1996-08-17 22:26:52 +00:00
Todd C. Miller
bb29f00234 hacks to expand command aliases for `sudo -l' 1996-08-17 17:22:55 +00:00
Todd C. Miller
6da9b067a1 remove $ENV and $BASH_ENV (dangerous in ksh, posix sh, and bash) 1996-08-17 17:22:13 +00:00
Todd C. Miller
c3991cf7e7 added struct command_alias 1996-08-17 17:22:02 +00:00
Todd C. Miller
0de439852b fixed a bug 1996-08-17 17:20:19 +00:00
Todd C. Miller
76d219d87a in compar() key should be first arg 1996-08-17 17:15:37 +00:00
Todd C. Miller
50c058e5f1 fixed some bugs 1996-08-15 19:48:31 +00:00
Todd C. Miller
0f643f7a47 can now deal with upcase HOST and USER names 1996-08-15 19:47:58 +00:00
Todd C. Miller
085fbf8222 don't yell too loudly at non-sudoers if they do "sudo -l" 1996-08-15 19:47:01 +00:00
Todd C. Miller
740d2166e0 fixed thinko 1996-08-15 19:46:45 +00:00
Todd C. Miller
8c35fa2ec6 fix comment 1996-08-15 19:46:04 +00:00
Todd C. Miller
4fb2f4ca9a added support for new `sudo -l' stuff 1996-08-09 22:07:51 +00:00
Todd C. Miller
236019c889 now uses list_matches() 1996-08-09 22:06:53 +00:00
Todd C. Miller
8d4d6aebfc added struct sudo_match 1996-08-09 22:06:40 +00:00
Todd C. Miller
f85cd6de22 now more -lgnumalloc 1996-08-09 21:37:08 +00:00
Todd C. Miller
8db0946c71 added more paths for chown and whoami 1996-08-01 17:12:46 +00:00
Todd C. Miller
8e1ce2143c typo 1996-07-31 14:41:28 +00:00
Todd C. Miller
73ef239034 fixed DUNIX check for shadow pw 1996-07-30 17:45:44 +00:00
Todd C. Miller
bdfd25e871 now only turn off echo if it is already on. this fixes a race
when you use sudo in a pipelin
1996-07-30 17:41:59 +00:00
Todd C. Miller
9e058b7c26 updated 1996-07-30 16:53:18 +00:00
Todd C. Miller
5126cd2392 changed "test -z $foo && do_this" to if; then construct 1996-07-30 02:29:58 +00:00
Todd C. Miller
731bf90ae5 added missing defines of SHADOW_TYPE 1996-07-29 02:47:06 +00:00
Todd C. Miller
fb89ade3e0 protect AUTH_CRYPT_OLDCRYPT and AUTH_CRYPT_C1CRYPT since they
are only in dunix 4.x
1996-07-26 18:10:42 +00:00
Todd C. Miller
b7670208d2 added AUTH_CRYPT_C1CRYPT support 1996-07-26 18:09:00 +00:00
Todd C. Miller
89784f6556 no longer return VALIDATE_NOT_OK if there was a runas that didn't
match.  Now we can have runas stuff on more than one line.
1996-07-26 17:23:40 +00:00
Todd C. Miller
e7999949e4 use SHADOW_TYPE instead of HAVE_C2_SECURITY 1996-07-26 03:46:42 +00:00
Todd C. Miller
b543114b06 got rid of HAVE_C2_SECURITY
SHADOW_TYPE is always defined to something
1996-07-26 03:45:27 +00:00
Todd C. Miller
69b1a0b423 removed HAVE_C2_SECURITY
added SPW_BSD
1996-07-26 03:45:08 +00:00
Todd C. Miller
f9d2f89231 use SHADOW_TYPE instead of HAVE_C2_SECURITY 1996-07-26 03:44:48 +00:00