2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-24 10:58:13 +00:00

74 Commits

Author SHA1 Message Date
Ted Lemon
d46749b15d Check to see if INADDR_LOOPBACK is defined. 1998-04-09 04:36:45 +00:00
Ted Lemon
58dfdef0ea Fix copyright 1998-04-09 04:36:25 +00:00
Ted Lemon
af5662874e Only include linux/ files when compiling on Linux 1.x. 1998-03-16 06:16:30 +00:00
Ted Lemon
49e228037f Use DLPI, not sockets. Also, since we're using rand instead of random, use srand instead of srandom. 1998-03-15 21:00:44 +00:00
Ted Lemon
9572f5b8d2 Define ssize_t and NEED_INET_ATON. 1997-12-17 21:42:18 +00:00
Ted Lemon
3eb52994e1 If AF_LINK is defined, need to include if_dl.h 1997-11-29 07:53:12 +00:00
Ted Lemon
095a79940d Override default value for _PATH_DHCRELAY_PID 1997-11-22 07:52:43 +00:00
Ted Lemon
1276d9e50f NeXTstep configuration 1997-09-17 00:22:18 +00:00
Ted Lemon
e24ff9833b Add HAVE_MKSTEMP flag 1997-09-16 18:17:16 +00:00
Ted Lemon
2e37b959b5 SunOS 4.1 doesn't define ssize_t 1997-06-10 05:50:22 +00:00
Ted Lemon
40eb4a5c1c Define u_int64_t so we can do a safe case from a 64-bit pointer to an int. 1997-06-03 02:12:43 +00:00
Ted Lemon
7e1cdd2503 Need definition for struct timeval. 1997-06-03 01:40:24 +00:00
Ted Lemon
8c2d5bb0d4 Define alias_names_permuted: Solaris has similar lossage to Linux WRT per-interface address aliases. 1997-06-02 23:25:48 +00:00
Ted Lemon
fac85c55de Don't use polling on SunOS4 - it seems to tweak an O.S. Bug. 1997-06-02 23:25:04 +00:00
Ted Lemon
31ea5c11f5 Cygwin32 definitions 1997-05-09 08:19:38 +00:00
Ted Lemon
c988b62624 Lose BROKEN_FREEBSD_CF by default 1997-05-09 08:18:37 +00:00
Ted Lemon
e6ba52d44f Define PTRSIZE_64BIT on alpha 1997-03-31 23:35:57 +00:00
Ted Lemon
eebefd1be0 Solaris needs inet_aton and faked-up endian.h 1997-03-29 10:39:11 +00:00
Ted Lemon
62d7dca5af SunOS needs inet_aton 1997-03-29 10:38:38 +00:00
Ted Lemon
913d202166 Don't include netdevice.h - it causes compilation problems 1997-03-29 03:19:54 +00:00
Ted Lemon
b968c68a5b Add a couple more fussy defines to work around Linux weirdnesses 1997-03-29 00:08:40 +00:00
Ted Lemon
2f26c2dcbc Add UPF support 1997-03-05 06:16:07 +00:00
Ted Lemon
2fe35fcf41 Oops - poll() isn't implemented in NetBSD-1.2... 1997-02-22 11:01:10 +00:00
Ted Lemon
fab1248b37 select(2) has been deprecated in favor of poll(2). 1997-02-19 10:51:10 +00:00
Ted Lemon
d432c972a6 Add definitions for DHCP Client data files 1997-02-18 14:34:14 +00:00
Ted Lemon
469cf3a4b5 Initial merge of Poger dhclient and linux hacks 1997-01-02 12:00:19 +00:00
Ted Lemon
0b5d360d4b replace ARPHRD with HTYPE 1996-11-08 20:09:41 +00:00
Ted Lemon
911af7a5cb Don't redefine _PATH_DHCPD_xxx 1996-09-11 06:36:57 +00:00
Ted Lemon
5448eba39d Linux portability hacks 1996-09-11 06:36:41 +00:00
Ted Lemon
3e7cd8c1ff Support for Sun compiler on Solaris 1996-09-11 05:53:58 +00:00
Ted Lemon
149f9e221e Apply some changes Christoph asked for 1996-09-05 23:57:56 +00:00
Ted Lemon
185419ca8a strncasecmp takes *three* arguments... 1996-09-02 21:18:00 +00:00
Ted Lemon
7824cf449a Changes requested by Brian Stecher 1996-08-30 23:37:55 +00:00
Ted Lemon
971170f798 qnx configuration 1996-08-29 08:37:06 +00:00
Ted Lemon
9bd1bbac28 Add support for weird linux aliased interface names 1996-08-27 09:56:21 +00:00
Ted Lemon
74bbacb845 Add hp-ux support 1996-06-12 04:06:16 +00:00
Ted Lemon
d99452d1a0 Work around FreeBSD BPF bug 1996-06-11 08:30:41 +00:00
Ted Lemon
ad49f0940f Store dhcpd.leases file in /var/db 1996-06-01 00:30:39 +00:00
Ted Lemon
c73856ba81 Use int instead of long for u_int32_t, since both are now 32 bits, but long might become 64 bits in a later UltraSPARC release 1996-05-23 22:24:48 +00:00
Ted Lemon
49156c479b Alpha OSF/1 doesn't normally have <sys/bitypes.h> 1996-05-23 22:23:43 +00:00
Ted Lemon
78b31f4e90 Check for __BIT_TYPES_DEFINED__ before trying to define them. 1996-05-23 02:37:28 +00:00
Ted Lemon
3823ccf22d Use #defines instead of typedefs 1996-05-22 11:32:59 +00:00
Ted Lemon
760e1ee351 bitypes.h not standard - define basic integer types explicitly; use poll() instead of select() (experiment) 1996-05-22 11:32:39 +00:00
Ted Lemon
c02ad844e5 Add endian.h defs 1996-05-22 11:31:47 +00:00
Ted Lemon
5154f57438 Fix INADDR_LOOPBACK 1996-05-20 00:44:15 +00:00
Ted Lemon
dcdb97924e Sample config file for new port 1996-05-20 00:43:58 +00:00
Ted Lemon
75da92bffa Fix copyrights; fix INADDR_LOOPBACK; define more basic int types; lose bogus time defs; define SYSLOG_4_2 1996-05-20 00:42:55 +00:00
Ted Lemon
18323ead13 Fix copyrights; lose ether_hdr compat; use bitypes.h; lose bogus time defs; lose BROKEN_TM_GMT 1996-05-20 00:41:55 +00:00
Ted Lemon
9930d1df92 Fix copyrights; lose ether_hdr compat; define more basic int types; lose bogus time defs 1996-05-20 00:40:59 +00:00
Ted Lemon
8eb4771e3c Fix copyright; lose old modemd time defs; SIN_LEN becomes SA_LEN 1996-05-20 00:40:13 +00:00