Commit Graph

978 Commits

Author SHA1 Message Date
Todd C. Miller
fee6ecbf07 fixed loading of cmnd_args (was including command name too) 1995-08-14 03:35:43 +00:00
Todd C. Miller
bf3ef98bae fixed a core dump due to incorrect if construct 1995-08-14 03:34:36 +00:00
Todd C. Miller
f1bd62ffb7 only add -lsun is irix < 5
don't look for -lnsl or -lsocket if irix
1995-08-13 04:33:39 +00:00
Todd C. Miller
aa87fbdeb1 fixed check for ISC 1995-08-13 04:33:08 +00:00
Todd C. Miller
f82ab3e8c0 now sets cmnd_args used by log_error() and that will be used
by the parse to check against command args
1995-08-13 04:32:19 +00:00
Todd C. Miller
c4286fc592 added cmnd_args 1995-08-13 04:32:05 +00:00
Todd C. Miller
f912e0d989 now dynamically allocate logline since we can guess at its
size
1995-08-13 04:31:41 +00:00
Todd C. Miller
8163d81ab0 cleaned up a bunch of unnecesary #ifdef's
eliminated a buffer
remove "register" since the compiler knows more than I do
now do a "basename" of the tty
1995-08-05 17:52:10 +00:00
Todd C. Miller
ba2059342c ++version 1995-07-31 22:20:03 +00:00
Todd C. Miller
78d3d79acc added shell extern
changed MODE_* to be bit masks to allow for several options together
1995-07-31 02:37:47 +00:00
Todd C. Miller
8219db9617 added -s (shell) option
made MODE_* masks so we can do bitwise & and | to see if multiple
flags are set.
1995-07-31 02:36:43 +00:00
Todd C. Miller
68cdc96fff added securid support 1995-07-31 02:01:38 +00:00
Todd C. Miller
b42c06bb1f removed a bunch of unnecesary strncpy()'s and replaced with strcat() 1995-07-30 18:38:19 +00:00
Todd C. Miller
8e3717b14b ++version 1995-07-29 21:17:16 +00:00
Todd C. Miller
15f6c5ef57 fixed free() of an uninitialized pointer (yuck) 1995-07-27 10:52:58 +00:00
Todd C. Miller
5d8c7fe688 added netgr_matches 1995-07-27 02:00:21 +00:00
Todd C. Miller
178e4a3c10 cleaned up netgr_matches 1995-07-27 01:29:59 +00:00
Todd C. Miller
d08b4b9f1e updated for 1.3.4 1995-07-26 04:26:41 +00:00
Todd C. Miller
34b242a230 now installs sudoers.man -- really should clean this up though. 1995-07-25 01:51:04 +00:00
Todd C. Miller
81a36b2d1d added sudoers.cat and sudoers.man 1995-07-25 01:18:00 +00:00
Todd C. Miller
5245392ea5 pulled out stuff on the sudoers file format into a separate man
page
1995-07-25 01:15:15 +00:00
Todd C. Miller
bcfd0d604e Initial revision 1995-07-25 01:14:49 +00:00
Todd C. Miller
3b623d1da5 fixed up my email address 1995-07-25 01:04:05 +00:00
Todd C. Miller
c0435b95d6 added checks for innetgr and getdomainname 1995-07-25 00:03:20 +00:00
Todd C. Miller
99464ee08b added dummy netgr_matches function 1995-07-25 00:02:05 +00:00
Todd C. Miller
1b9251bea2 added netgr_matches 1995-07-25 00:01:47 +00:00
Todd C. Miller
ad2662ed8d added NETGROUP support 1995-07-25 00:01:34 +00:00
Todd C. Miller
fc5299a5b8 added HAVE_INNETGR & HAVE_GETDOMAINNAME 1995-07-25 00:01:11 +00:00
Todd C. Miller
dd9a165145 rewrote clean_env() that has rm_env() builtin 1995-07-24 22:07:56 +00:00
Todd C. Miller
4d96a21812 now cast uid to long in sprintf 1995-07-23 23:58:15 +00:00
Todd C. Miller
cfed883f62 added _INSULTS suffix to HAL & GOONS
end
1995-07-23 23:58:02 +00:00
Todd C. Miller
52a3360e36 added _INSULTS suffix to HAL & GOONS 1995-07-23 23:57:00 +00:00
Todd C. Miller
7b931ceaaf converted to new scheme of insult "unions"
end
1995-07-23 23:35:14 +00:00
Todd C. Miller
e70f526da5 now uses MAX_UID_T_LEN 1995-07-23 21:48:30 +00:00
Todd C. Miller
2ff580d88a added SUDO_UID_T_LEN
!l
1995-07-23 21:48:17 +00:00
Todd C. Miller
316e214687 added MAX_UID_T_LEN 1995-07-23 21:48:04 +00:00
Todd C. Miller
b6f9d1d1ad now use MAX_UID_T_LEN 1995-07-23 21:47:51 +00:00
Todd C. Miller
6cda67389b added check for max len of uid_t
fixed sco vs. isc check
1995-07-23 21:47:20 +00:00
Todd C. Miller
93347870a7 corrected version 1995-07-19 23:05:44 +00:00
Todd C. Miller
09a11bf6de added sco support 1995-07-19 21:29:58 +00:00
Todd C. Miller
1f0c48184e hack to check for sco 1995-07-19 21:29:49 +00:00
Todd C. Miller
9c631578e2 removed #include <net/route.h> since it was hosing some OS's 1995-07-19 01:27:53 +00:00
Todd C. Miller
964e5aae93 fixed prreadlink() prototype 1995-07-18 17:35:56 +00:00
Todd C. Miller
f6037dabcd added parens in #if's 1995-07-18 03:54:24 +00:00
Todd C. Miller
568aeeec72 added SPW_ prefix 1995-07-18 03:53:56 +00:00
Todd C. Miller
a03c27ecbc moved SPW_* to config.h.in 1995-07-18 03:20:44 +00:00
Todd C. Miller
6555548e42 added a set of parens 1995-07-18 03:19:56 +00:00
Todd C. Miller
b53bdfe499 added SPW_* 1995-07-18 03:19:31 +00:00
Todd C. Miller
5e8d163cd1 added SPW_*
reordered error codes
1995-07-18 02:50:16 +00:00
Todd C. Miller
415172f627 moved SPW_* to sudo.h 1995-07-18 02:49:56 +00:00