Commit Graph

4626 Commits

Author SHA1 Message Date
Todd C. Miller
07111800e0 added 2 suggestions 1994-08-31 23:52:59 +00:00
Todd C. Miller
eca5865065 removed README.v1.3.1 and added VERSION stuff 1994-08-31 23:33:40 +00:00
Todd C. Miller
0368a035b0 pl1 1994-08-31 22:48:03 +00:00
Todd C. Miller
7f8aa5d8cf 1.3.1final 1994-08-30 22:31:34 +00:00
Todd C. Miller
3e474aef28 added HISTORY 1994-08-30 22:30:46 +00:00
Todd C. Miller
de6a7d9e21 mention HISTPRY file 1994-08-30 22:30:37 +00:00
Todd C. Miller
6174554533 use sizeof instead of a constant in 1 place 1994-08-30 22:30:17 +00:00
Todd C. Miller
b7df10fe28 added unistd.h 1994-08-30 22:30:00 +00:00
Todd C. Miller
e5de10d25a added unistd.h 1994-08-30 22:29:48 +00:00
Todd C. Miller
bdb249e470 udpated 1994-08-30 22:27:56 +00:00
Todd C. Miller
6004a8cd4a Initial revision 1994-08-30 22:15:36 +00:00
Todd C. Miller
cd3d369b90 ++ 1994-08-17 16:45:55 +00:00
Todd C. Miller
02f0a29db2 updated 1994-08-17 16:39:19 +00:00
Todd C. Miller
109d54f916 added unistd.h include 1994-08-17 16:36:31 +00:00
Todd C. Miller
23c2416e0a added sys/time.h for AIX 1994-08-16 19:46:08 +00:00
Todd C. Miller
79a42a836c added check for -lsocket and sys/sockio.h 1994-08-15 01:22:12 +00:00
Todd C. Miller
ca91330000 took out libshadow check and added in sys/sockio.h check 1994-08-15 01:21:47 +00:00
Todd C. Miller
98ca6de0d0 now include sockio.h instead of ioctl.h if it exists
"sudo -" now gets a better error message
1994-08-15 01:21:02 +00:00
Todd C. Miller
19c13f4fae now has a dir and subnet entry 1994-08-15 00:47:48 +00:00
Todd C. Miller
51ebc0b2bf removed if_ether.h 1994-08-13 22:15:43 +00:00
Todd C. Miller
8245f195d9 added an item 1994-08-13 21:16:28 +00:00
Todd C. Miller
e047d29e12 added network and ip addresses to man page 1994-08-13 21:15:52 +00:00
Todd C. Miller
20f8b1911a no error if can't get interfaces or netmask since networking may not be in
the kernel.
1994-08-13 21:09:05 +00:00
Todd C. Miller
e9114229c3 nwo check for interfaces == NULL 1994-08-13 21:08:53 +00:00
Todd C. Miller
971a69bb26 fixed a bug that caused directory specs in a Cmnd_Alias to fail if the
last entry in the spec failed (ie: it was only looking at the last entry).
CLeaned things up by adding the cmndcmp() function--all neat & tidy
1994-08-13 01:22:10 +00:00
Todd C. Miller
c3be7c93c4 added one 1994-08-13 01:21:49 +00:00
Todd C. Miller
6e337ed509 now do two passes to skip bogus interfaces (lo0, etc) 1994-08-12 03:42:27 +00:00
Todd C. Miller
5a766f63ac added include of netinet/in.h 1994-08-12 02:00:39 +00:00
Todd C. Miller
835b10be21 added ninclude of netinet/in.h 1994-08-12 01:58:58 +00:00
Todd C. Miller
380be0c4c8 added include of netinet/in.h 1994-08-12 01:58:03 +00:00
Todd C. Miller
787a7254bf ++ 1994-08-12 01:57:19 +00:00
Todd C. Miller
b8cc728d95 added interfaces global 1994-08-12 01:57:03 +00:00
Todd C. Miller
2b0794bb08 now uses new interfaces global 1994-08-12 01:56:47 +00:00
Todd C. Miller
669ecb8a29 now ip addresses are gleaned fw/o dns 1994-08-12 01:56:22 +00:00
Todd C. Miller
49673e12cb added load_ip_addrs() to load the ip_addrs global var 1994-08-10 23:21:47 +00:00
Todd C. Miller
3fa8477a1c added hostcmp() to compare hostnames, ip addrs, and network addrs 1994-08-10 23:21:22 +00:00
Todd C. Miller
2d67de5008 added ip_addrs def
added load_ip_addrs prototype
1994-08-10 23:20:48 +00:00
Todd C. Miller
701f67f7d7 updated 1994-08-08 20:03:40 +00:00
Todd C. Miller
c7b944fc9c removed multiple entries in DISTFILES 1994-08-08 19:57:16 +00:00
Todd C. Miller
1823b57238 ansified the !STDC_HEADERS decls 1994-08-08 17:05:35 +00:00
Todd C. Miller
aaefd1c3a1 don't do malloc decl if gnuc 1994-08-08 17:05:22 +00:00
Todd C. Miller
880ca64066 can't use getopt(3) since it munges args to the command to be run as root
don't do malloc decl if gnuc
1994-08-08 17:04:19 +00:00
Todd C. Miller
e54f35e718 ansi-fied !STDC_HEADER function prottypes 1994-08-08 04:41:20 +00:00
Todd C. Miller
72cf5123b5 added missing paren 1994-08-08 04:27:34 +00:00
Todd C. Miller
cf91591b62 added putenv.c to DISTFILES 1994-08-08 04:23:32 +00:00
Todd C. Miller
495749c328 added params to func decls when STDC_HEADERS is not defined
now can count on putenv() being there
1994-08-08 04:08:43 +00:00
Todd C. Miller
b20e86de96 took out errno decl since sudo.h does it for us
fixed up a next cc warning
added params to func decls when STDC_HEADERS is not defined
1994-08-08 04:08:00 +00:00
Todd C. Miller
65a4afee48 took out environ extern
added local declaratio of putenv() if local version is needed
1994-08-08 04:07:00 +00:00
Todd C. Miller
38b6d5f1df added params to func decls when STDC_HEADERS is not defined 1994-08-08 04:06:48 +00:00
Todd C. Miller
a3bbe79d68 added memcpy check
check to see that ansi vs bsd macros are ntot already defiend before
defining (ie: avoid redefinition)
1994-08-08 04:04:40 +00:00