Commit Graph

961 Commits

Author SHA1 Message Date
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
Todd C. Miller
9b176c01ec SPW_AUTH -> SPW_SECUREWARE 1995-07-17 18:30:32 +00:00
Todd C. Miller
8a13a1ce61 GLOBAL_NO_AUTH_ENT -> GLOBAL_NO_SPW_ENT 1995-07-17 18:29:47 +00:00
Todd C. Miller
db9e499072 AUTH -> SECUREWARE 1995-07-17 18:29:37 +00:00
Todd C. Miller
56dcb83602 SPW_AUTH -> SPW_SECUREWARE 1995-07-17 18:29:26 +00:00
Todd C. Miller
69f73dca3a now uses SHADOW_TYPE to make shadow pw support more readable
and modular.  It's a start...
1995-07-17 04:22:38 +00:00
Todd C. Miller
19e032b9ad added autodetection of shadow passwords 1995-07-17 04:21:17 +00:00
Todd C. Miller
8e002084a2 now uses SHADOW_TYPE define 1995-07-17 04:20:57 +00:00
Todd C. Miller
f4f8eac020 added SHADOW_TYPE which replaces SUNOS4 & __svr4__ defines 1995-07-17 04:19:52 +00:00
Todd C. Miller
17a7c74d56 added SUDO_CHECK_SHADOW 1995-07-17 04:19:42 +00:00
Todd C. Miller
59dcca855c define SVR4 for ISC
define BROKEN_SYSLOG for hpux
took out test for memmove() since we dno longer use it...
1995-07-12 21:09:04 +00:00
Todd C. Miller
676ca1e9f0 updated 1995-07-12 21:08:54 +00:00
Todd C. Miller
aac8b5fc95 added BROKEN_SYSLOG support 1995-07-12 21:05:47 +00:00
Todd C. Miller
0df6a284b0 added BROKEN_SYSLOG 1995-07-12 21:05:37 +00:00
Todd C. Miller
b5ea3c824e now only bitch it timestamp > time_now + 2 * timeout
to allow for a machine udpating its time from a server
1995-07-12 21:04:42 +00:00
Todd C. Miller
82cb03da29 added 2 security notes
updated Nieusma's email addr
1995-07-12 21:04:15 +00:00
Todd C. Miller
9bde08229f changed a memmove() to memcpy() since we don't have to worry about
overlapping segments.
1995-07-12 18:18:41 +00:00
Todd C. Miller
63893680de cleanup up the loop when interfaces are groped in so that it is
readable
1995-07-11 19:41:52 +00:00