Commit Graph

939 Commits

Author SHA1 Message Date
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
Todd C. Miller
17b7225c7d ++version 1995-07-11 18:52:21 +00:00
Todd C. Miller
8d2e68cbb2 annotated 124-126 1995-07-09 22:17:12 +00:00
Todd C. Miller
14ec8cc12b fixed permissions check on /tmp/.odus 1995-07-07 20:06:03 +00:00
Todd C. Miller
77577c970c fixed some comments 1995-07-06 23:35:09 +00:00
Todd C. Miller
fc15f54aa4 now checks owner & mode of timedir
also checks for bogus dates on timestamp file
1995-07-06 18:49:24 +00:00
Todd C. Miller
5681ddef01 updated TIMEOUT info 1995-07-06 18:49:15 +00:00
Todd C. Miller
05bea6375c added BAD_STAMPDIR and BAD_STAMPFILE 1995-07-06 18:48:14 +00:00
Todd C. Miller
c76d6d4e2b added definition of S_IRWXU 1995-07-06 18:47:52 +00:00
Todd C. Miller
edee3fe6d0 updated 1995-07-06 18:47:47 +00:00
Todd C. Miller
ba502e7deb added #ifdef to make it compile on strange arches 1995-07-03 18:16:16 +00:00
Todd C. Miller
0c39d1e666 fixed check for fulkl void impl. 1995-07-02 22:13:15 +00:00
Todd C. Miller
2370801240 added mssing "static" 1995-07-02 13:56:28 +00:00
Todd C. Miller
001cbba283 replaced #elif with #else #if constructs for ancient C compilers 1995-07-02 00:41:33 +00:00
Todd C. Miller
8923092f72 updated irix c2 & kerb5 info 1995-07-02 00:18:24 +00:00
Todd C. Miller
a5424b506f added shadow pw support for irix 1995-07-02 00:15:19 +00:00
Todd C. Miller
9e232c80a3 updated 1995-07-01 20:07:44 +00:00
Todd C. Miller
372332a8ee last changes for sudo 1.3.3 1995-07-01 20:07:32 +00:00
Todd C. Miller
f6f708d9c6 now calls SUDO_SOCK_SA_LEN 1995-07-01 20:04:39 +00:00
Todd C. Miller
05543559e1 added HAVE_SA_LEN 1995-07-01 20:04:35 +00:00
Todd C. Miller
16768b25a2 added SUDO_SOCK_SA_LEN 1995-07-01 20:04:28 +00:00
Todd C. Miller
3a0993f0e5 now works with ip implementations that use sa_len in sockaddr 1995-07-01 19:49:17 +00:00
Todd C. Miller
27f0a04379 added note about buggy AIX compiler 1995-07-01 18:26:27 +00:00