Commit Graph

1508 Commits

Author SHA1 Message Date
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
Todd C. Miller
f5da2ecd9e SHADOW_TYPE is always defined so just against its value 1996-07-26 03:44:13 +00:00
Todd C. Miller
f13ef276c5 added SUDO_CHECK_SHADOW_DUNIX 1996-07-26 03:44:04 +00:00
Todd C. Miller
c809dd70ca * -> ?* in one example
added another instance of (runas)
and one of NOPASSWD:
1996-07-25 22:47:50 +00:00
Todd C. Miller
7fea014bce added back check for config.cache from other host type 1996-07-24 17:02:18 +00:00
Todd C. Miller
c5752f7b68 removed an instance of \" 1996-07-24 16:49:43 +00:00
Todd C. Miller
2db4117238 added an example 1996-07-24 16:49:18 +00:00
Todd C. Miller
48a1af2dc0 updated wrt new wildcard matching 1996-07-24 16:44:13 +00:00
Todd C. Miller
f089b9ae6c new check for shadow passwords if we don't know anything 1996-07-24 14:28:33 +00:00
Todd C. Miller
228a2ffa79 new SUDO_CHECK_SHADOW_GENERIC 1996-07-24 14:28:22 +00:00
Todd C. Miller
f25c6bb6b0 added back check for -lsocket (oops) 1996-07-24 06:19:16 +00:00
Todd C. Miller
73c39341f2 better (working) check for shadow passwd type if we know to
use C2.
1996-07-24 06:16:23 +00:00
Todd C. Miller
db9dddd2a9 now uses AC_CANONICAL_HOST to figure out os type 1996-07-24 05:59:28 +00:00
Todd C. Miller
859753c600 added config.{guess,sub} 1996-07-24 05:59:02 +00:00
Todd C. Miller
36b9dafdfe removed unused stuff to figure out os type 1996-07-24 05:58:32 +00:00
Todd C. Miller
a656b61237 added openbsd 1996-07-24 02:58:07 +00:00
Todd C. Miller
216889be98 Initial revision 1996-07-24 02:54:46 +00:00
Todd C. Miller
d588e771e5 Initial revision 1996-07-24 02:40:06 +00:00
Todd C. Miller
09c9f7ed92 don't call fnmatch() with FNM_PATHNAME flag unless it can only
be a pathname.
need to check against sudoers_args even if user_args is nil
1996-07-24 01:18:55 +00:00