2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-28 21:07:43 +00:00

185 Commits

Author SHA1 Message Date
Ted Lemon
ab370123d5 Add/fix prototypes; new LOG_FACILITY option defaults to LOG_DAEMON; move common declaration info into group structure; add constants for types of statements 1996-08-27 09:46:28 +00:00
Ted Lemon
7f91dcfb6b Add flags to interface_info structure 1996-06-27 19:06:04 +00:00
Ted Lemon
f4835c5832 Add BOOTP_MIN_LEN constant representing minimum length of BOOTP packet 1996-06-24 20:33:28 +00:00
Ted Lemon
c5568eb50a Add code to read and discard incoming packets on fallback socket 1996-06-12 23:52:38 +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
6211627d95 Use extern keyword when declaring externs 1996-06-04 19:11:13 +00:00
Ted Lemon
5c324ed20d Define INLINE as an empty string if ANSI but not GNU 1996-06-04 19:02:26 +00:00
Ted Lemon
ad49f0940f Store dhcpd.leases file in /var/db 1996-06-01 00:30:39 +00:00
Ted Lemon
80ba033e2b Don't redefine _PATH_DHCPD_CONF or _PATH_DHCPD_DB 1996-06-01 00:29:14 +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
ee9d710a5a Add tlname variable to store pointer to name of file being parsed 1996-05-23 22:21:12 +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
03807c84a0 Fix protos for find_lease and mockup_lease 1996-05-23 02:31:07 +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
abe9a34392 move do_packet to dispatch 1996-05-22 09:30:47 +00:00
Ted Lemon
f4e348de94 Add test for EOF token 1996-05-22 08:07:11 +00:00
Ted Lemon
89eb0af498 Site configuration file 1996-05-22 07:37:16 +00:00
Ted Lemon
b7c4d8d502 Add support for fallback interface 1996-05-22 07:27:28 +00:00
Ted Lemon
f1fd61d3b4 add new tokens; lose LAST_TOKEN 1996-05-22 07:24:15 +00:00
Ted Lemon
c626ae6955 fix up prototypes; change structures to support shared networks, dynamic bootp, multiple addresses per interface 1996-05-22 07:23:16 +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
Ted Lemon
f57d2a5150 Fix copyright; lose old modemd time defs; lose BROKEN_TM_GMT; fix SNPRINTF compat; define basic integer types; lose __USE_BSD, which tickles a header incompatibility 1996-05-20 00:39:25 +00:00
Ted Lemon
dc7ee01d1f Fix copyright, INADDR_LOOPBACK; lose useless modemd time macros; SIN_LEN becomes SA_LEN 1996-05-20 00:37:54 +00:00
Ted Lemon
bc858d06ac Unfix INADDR_LOOPBACK 1996-05-20 00:36:47 +00:00
Ted Lemon
32ec8d4539 Fix copyright; fix INADDR_LOOPBACK; SIN_LEN becomes SA_LEN; lose useless modemd time macros 1996-05-20 00:34:56 +00:00
Ted Lemon
e5c3316957 Fix copyright; lose useless modemd time macros 1996-05-20 00:33:51 +00:00
Ted Lemon
ced16631d5 SCO ODT 3.0 config file 1996-05-20 00:33:02 +00:00
Ted Lemon
94e8f4406b Packet header declarations as defined in 4.4BSD 1996-05-20 00:31:24 +00:00
Ted Lemon
af0ef3636b Fix copyright; add porting comments; add SCO support; lose etherhdr compatibility since we're distributing headers now; add PACKET_ASSEMBLY and PACKET_DECODING macros 1996-05-20 00:20:37 +00:00
Ted Lemon
efc12bbc8f Fix copyright 1996-05-20 00:11:03 +00:00
Ted Lemon
597e1211b4 Fix up prototypes for convert.c 1996-05-20 00:08:47 +00:00
Ted Lemon
86461900f0 Fix copyright; INLINE is a GNU C construct, not ANSI; SCO defines __STDC__ even though it's not even remotely STD, so ignore __STDC__ if BROKEN_ANSI defined 1996-05-19 23:56:17 +00:00
Ted Lemon
8fdfeffecd error() returns void; declare all variables as extern 1996-05-17 23:29:07 +00:00
Ted Lemon
73fd57182e Fix up 64-bit faux pas 1996-05-17 01:08:52 +00:00
Ted Lemon
a8513aef86 Clean up comments 1996-05-17 01:07:52 +00:00
Ted Lemon
3060073a8f Fix ultrix.h so it works without a hacked Ultrix system 1996-05-17 00:29:29 +00:00
Ted Lemon
409503846d Add support for broken old 4.2BSD syslog 1996-05-17 00:28:58 +00:00
Ted Lemon
b610e24a96 Configuration information for Alpha/OSF1 1996-05-16 23:56:17 +00:00
Ted Lemon
58a4aa848d Add support for Alpha/OSF1; add default format for sprintfing BPF device name 1996-05-16 23:55:42 +00:00
Ted Lemon
58f7243dba Add jmp_buf prototype declaration macro 1996-05-16 23:14:44 +00:00
Ted Lemon
b1af589d57 Add solaris dependencies 1996-05-16 23:12:28 +00:00