2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 13:57:50 +00:00
Commit Graph

2540 Commits

Author SHA1 Message Date
Ted Lemon
f66058f1cd rewrite discover_interfaces to work with multiple addresses per interface and to support a fallback interface 1996-05-22 07:25:47 +00:00
Ted Lemon
f1fd61d3b4 add new tokens; lose LAST_TOKEN 1996-05-22 07:24:15 +00:00
Ted Lemon
6b651c9649 Test samples for dynamic bootp, shared networks, et cetera 1996-05-22 07:23:45 +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
7a049f2ccd shared net support; static dhcp address assignment; dynamic bootp support 1996-05-22 07:21:50 +00:00
Ted Lemon
bd11271c37 dynamic bootp support 1996-05-22 07:18:37 +00:00
Ted Lemon
1f814ff24f shared network support; dynamic bootp support; BOOTP sname support; add warning on lease file syntax error; can't warn on duplicate option code anymore 1996-05-22 07:18:11 +00:00
Ted Lemon
f1c1b29607 update interface configure banner; add from addr to send_packet; don't filter on incoming IP address (doesn't work well if interface has aliases) 1996-05-22 07:15:40 +00:00
Ted Lemon
cfb326fdcf dynamic bootp; fallback network; siaddr taken from server_identifier global 1996-05-22 07:14:13 +00:00
Ted Lemon
092ce692f6 allocators for shared networks 1996-05-22 07:12:51 +00:00
Ted Lemon
a2f303cd26 Update copyright 1996-05-20 20:22:47 +00:00
Ted Lemon
8c816ebb79 Trivial configurer 1996-05-20 20:18:47 +00:00
Ted Lemon
934dda688a Fix up CFLAGS; fix bogus comment; list both PROGS 1996-05-20 20:18:21 +00:00
Ted Lemon
fc7afcec7a new drafts 1996-05-20 01:18:36 +00:00
Ted Lemon
7d549ad0dc obsolete 1996-05-20 01:15:10 +00:00
Ted Lemon
8f0cad8427 Obsolete 1996-05-20 01:14:26 +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
e9776a952a Fix copyright 1996-05-20 00:29:43 +00:00
Ted Lemon
b1eb9ec33e Fix copyright; don't connect to broadcast address 1996-05-20 00:28:08 +00:00
Ted Lemon
886f6a983f Use distributed Berkeley headers; therefore lose ethernet header portability macros; use PACKET_ASSEMBLY and PACKET_DECODING defines to limit compilation 1996-05-20 00:25:35 +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
4a97f5b8fb Use distributed Berkeley network headers 1996-05-20 00:12:54 +00:00
Ted Lemon
efc12bbc8f Fix copyright 1996-05-20 00:11:03 +00:00
Ted Lemon
0d88a8be37 SA_LEN instead of SIN_LEN 1996-05-20 00:10:34 +00:00
Ted Lemon
597e1211b4 Fix up prototypes for convert.c 1996-05-20 00:08:47 +00:00
Ted Lemon
20581a0b07 Fix copyright; SA_LEN instead of SIN_LEN; formatting consistency 1996-05-20 00:04:24 +00:00
Ted Lemon
a5ab762b84 Fix copyright; use intN_t types instead of actual C type names, which may be wrong 1996-05-20 00:00:48 +00:00
Ted Lemon
c4f1fbb096 Fix copyrights; fix typos; take out TM_GMT garbage 1996-05-19 23:57:22 +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
c41e81e4f6 Use distributed Berkeley networking headers 1996-05-19 23:55:07 +00:00
Ted Lemon
ea46559112 Change SIN_LEN to SA_LEN; fix copyrights 1996-05-19 23:54:24 +00:00
Ted Lemon
f6123fabc8 Fix copyrights 1996-05-19 23:53:44 +00:00
Ted Lemon
94e3334ce0 Makefile is now generated from Makefile.dist 1996-05-19 23:53:07 +00:00
Ted Lemon
8fdfeffecd error() returns void; declare all variables as extern 1996-05-17 23:29:07 +00:00
Ted Lemon
30b185f29c declare error function as void 1996-05-17 23:26:32 +00:00
Ted Lemon
6185d99424 initialize option pointers after allocating a new class structure 1996-05-17 23:20:23 +00:00
Ted Lemon
4a0d788a26 declare default and max lease times 1996-05-17 23:18:54 +00:00
Ted Lemon
9375101b4a Preinitialize static lease structure to avoid accidentally shadowing values across lease statements; allow text strings as Unique Identifiers; zero-length Unique Identifiers generate warning, but do not cause code to fail 1996-05-17 23:12:09 +00:00