Commit Graph

1450 Commits

Author SHA1 Message Date
Todd C. Miller
8a177073ef now uses flat arg string 1996-07-22 19:30:42 +00:00
Todd C. Miller
27d484f3f0 added cmnd_args def 1996-07-22 19:29:53 +00:00
Todd C. Miller
bd641284ae now sets cmnd_args global 1996-07-22 18:30:51 +00:00
Todd C. Miller
cfcbda54f0 cmnd_args is now exported from sudo.[ch] 1996-07-22 18:30:31 +00:00
Todd C. Miller
d2173d0291 can't rely on cmnd_matches as much as I thought -- added some $$
stuff back in to prevent namespace pollution problems.
1996-07-21 22:41:21 +00:00
Todd C. Miller
0b37772296 Simplified parse rules wrt runas and NOPASSWD (more consistent). 1996-07-21 22:01:07 +00:00
Todd C. Miller
10e0e119ae NOPASSWD may now have blanks before the ':'
'(' only starts a 'runas' if in the initial state to avoid
collision with command args
1996-07-20 04:45:22 +00:00
Todd C. Miller
bf505a8526 added checks for specific shadow passwd schemes 1996-07-20 04:23:08 +00:00
Todd C. Miller
d2bbb49897 added routines to check for specific shadow passwd types 1996-07-20 04:18:52 +00:00
Todd C. Miller
0f31b85efd added support for ncr boxen 1996-07-18 22:27:10 +00:00
Todd C. Miller
25e15d666a added support for detecting ncr boxen 1996-07-18 22:26:50 +00:00
Todd C. Miller
fd134afec7 added sinix support 1996-07-16 18:57:10 +00:00
Todd C. Miller
2298f95f1c added info about "config.cache from other other" error. 1996-07-14 02:29:59 +00:00
Todd C. Miller
aebf2b71d9 now makes sure you don't have a config.cache file from another OS 1996-07-14 02:22:53 +00:00
Todd C. Miller
5de06090ee now sets $LIBS when needed to configure links with libs when
doing tests
hpux10 now uses SPW_SECUREWARE for C2
added check for bigcrypt(3) if SPW_SECUREWARE
1996-07-14 01:36:23 +00:00
Todd C. Miller
967ae180e5 fixed typo 1996-07-14 01:30:03 +00:00
Todd C. Miller
015c901511 now include stuff for SPW_SECUREWARE to get AUTH_MAX_PASSWD_LENGTH 1996-07-14 01:05:23 +00:00
Todd C. Miller
cc4420658e no more SPW_HPUX10 1996-07-14 01:05:00 +00:00
Todd C. Miller
c4ceabc702 no more SPW_HPUX10
added HAVE_BIGCRYPT
1996-07-14 01:04:43 +00:00
Todd C. Miller
88cfad174e now uses AUTH_MAX_PASSWD_LENGTH if SPW_SECUREWARE 1996-07-14 01:04:26 +00:00
Todd C. Miller
c6b64b90a2 SPW_SECUREWARE now uses bigcrypt 1996-07-14 01:04:05 +00:00
Todd C. Miller
50f80d4b0a fixed 2 syntax errors 1996-07-13 22:24:38 +00:00
Todd C. Miller
cde7623796 root may now run ALL as ALL 1996-07-13 22:24:28 +00:00
Todd C. Miller
ed9227dfd7 fixed a typo/thinko that broke BSD's with sa_len 1996-07-12 00:59:06 +00:00
Todd C. Miller
e79f19be35 updated AFS support 1996-07-08 20:08:33 +00:00
Todd C. Miller
19469d2036 added entry about /usr/ucb/cc 1996-07-08 20:07:45 +00:00
Todd C. Miller
cefe4d66c9 prep no longer holds gcc binaries 1996-07-08 20:06:42 +00:00
Todd C. Miller
90eda2cb97 updated AFS note 1996-07-08 19:48:49 +00:00
Todd C. Miller
c6b4aca908 added @AFS_LIBS@ 1996-07-08 19:43:01 +00:00
Todd C. Miller
e518e10e02 AFS allows long passwords 1996-07-08 19:33:29 +00:00
Todd C. Miller
5a616c40c5 fixed -u user support 1996-07-08 18:16:45 +00:00
Todd C. Miller
54d39940b3 sudo -v now groks VALIDATE_OK_NOPASS 1996-07-08 18:16:21 +00:00
Todd C. Miller
bae4e50e00 fixed no_passwd vs. runas_matched 1996-07-08 17:30:39 +00:00
Todd C. Miller
d0d972fa0a took out stuff about NFS-mounting since it is no longer an issue 1996-07-08 14:30:30 +00:00
Todd C. Miller
728bc783e8 added --with-libraries > --with-libpath --with-incpath 1996-07-08 14:30:17 +00:00
Todd C. Miller
11f5b77880 was setting runas_matches to -1 in wrong place 1996-07-08 14:21:18 +00:00
Todd C. Miller
33383c49e5 removed usersec.h which is not present in new AFS versions 1996-07-08 13:58:25 +00:00
Todd C. Miller
a27847e1ba now deals with timeout <= 0 1996-07-08 13:55:43 +00:00
Todd C. Miller
bf55f57bd4 updated 1996-07-08 13:51:18 +00:00
Todd C. Miller
32581d8a9f BSD/OS >= 2.0 now uses shlicc instead of just gcc 1996-07-08 04:04:40 +00:00
Todd C. Miller
633b6d2c35 fixed backwards compatibility with sudo 1.4 sudoers mode
for root readable/writable filesystems
1996-07-08 02:30:25 +00:00
Todd C. Miller
7a5a50b75e now gives INSTALL -c flag 1996-07-08 00:49:02 +00:00
Todd C. Miller
fb8c99d83c slightly simpler initialization of no_passwd and runas_matches 1996-07-08 00:34:13 +00:00
Todd C. Miller
064589670f added -u username support 1996-07-08 00:33:07 +00:00
Todd C. Miller
a74cdaf8d6 improved --with-libraries support 1996-07-08 00:32:30 +00:00
Todd C. Miller
5b4a489963 added --with-incpath, --with-libpath, --with-libraries 1996-07-07 20:27:30 +00:00
Todd C. Miller
f52c2aa2ed now initializes some fields that weren't getting set to -1
pretty gross -- need a rewrite.
1996-07-07 20:01:38 +00:00
Todd C. Miller
6d7e5a3091 removed emacs'isms 1996-06-26 03:19:27 +00:00
Todd C. Miller
380e37c3cd no longer add -lPW to *_LIBS since we include alloca.c 1996-06-26 02:29:17 +00:00
Todd C. Miller
1775cd1680 added HAVE_ALLOCA_H 1996-06-26 02:29:04 +00:00