2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-28 12:57:42 +00:00

303 Commits

Author SHA1 Message Date
Ted Lemon
de8d6db15d Missing argument to printf 1996-06-12 23:49:07 +00:00
Ted Lemon
bd38ac0631 Fix off-by-one error on option expansion allocation 1996-06-12 04:08:11 +00:00
Ted Lemon
ef8d159b32 Notice and log dfree() on null pointer 1996-06-12 04:07:41 +00:00
Ted Lemon
7021977321 Don't free comp -> uid if comp == lease 1996-06-12 04:05:23 +00:00
Ted Lemon
d99452d1a0 Work around FreeBSD BPF bug 1996-06-11 08:30:41 +00:00
Ted Lemon
a0aee5f011 Report failure in the event of a lease conflict; notice if lease database rewrite fails 1996-06-11 08:14:28 +00:00
Ted Lemon
0fe8b9ccd3 Delete unused automatic variables 1996-06-04 19:12:36 +00:00
Ted Lemon
eebea44806 Delete unused automatic variables 1996-06-04 19:04:16 +00:00
Ted Lemon
8def161873 Change parse specification for dhcp-class-identifier option; don't use a period in ieee802.3-encapsulation option name 1996-06-01 00:30:02 +00:00
Ted Lemon
0c0a1dae01 Always terminate dump buffer 1996-05-28 18:15:22 +00:00
Ted Lemon
98c46e722b Fix dump_subnets 1996-05-25 18:38:02 +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
7459d08685 Remember address of last interface so that we can delete the next one if necessary; don't drop packets from unknown networks 1996-05-23 02:32:02 +00:00
Ted Lemon
7aff09472e Don't copy address for comparison 1996-05-22 11:31:19 +00:00
Ted Lemon
b09c7d6311 Fix type of poll timeout 1996-05-22 11:30:39 +00:00
Ted Lemon
b081aeafc9 Add checksum debugging; disable UDP checksums 1996-05-22 11:23:46 +00:00
Ted Lemon
229b6208c5 Put back filter for server port 1996-05-22 10:15:15 +00:00
Ted Lemon
accc789408 move do_packet to dispatch; move network locator into seperate function 1996-05-22 09:31:24 +00:00
Ted Lemon
da4b9831e8 Don't search the attached network if there isn't one. 1996-05-22 08:15:18 +00:00
Ted Lemon
939327b9b5 Don't print interface network name if there's no network structure 1996-05-22 08:14:59 +00:00
Ted Lemon
54d9cf28ee Add a few keywords; fix case botch 1996-05-22 08:05:19 +00:00
Ted Lemon
82f360eb76 Shared network support; dynamic BOOTP support 1996-05-22 07:40:52 +00:00
Ted Lemon
cf9a3ddd74 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:34:28 +00:00
Ted Lemon
65bf41da72 Add DEBUG_EVAL for tree evaluation debugging 1996-05-22 07:31:09 +00:00
Ted Lemon
0a5d686085 update interface configure banner; add from addr to send_packet 1996-05-22 07:30:19 +00:00
Ted Lemon
f2e2f2500b Add function to dump hash tables 1996-05-22 07:28:42 +00:00
Ted Lemon
b400da0a56 add from addr to assemble_udp_ip_header; don't filter on incoming IP address (doesn't work well if interface has aliases) 1996-05-22 07:28:23 +00:00
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
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
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
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
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
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
c41e81e4f6 Use distributed Berkeley networking headers 1996-05-19 23:55:07 +00:00
Ted Lemon
f6123fabc8 Fix copyrights 1996-05-19 23:53:44 +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
d48783033b getc() returns int, not char 1996-05-17 23:09:54 +00:00
Ted Lemon
67cf2a75a0 Update copyright 1996-05-17 07:42:05 +00:00
Ted Lemon
73fd57182e Fix up 64-bit faux pas 1996-05-17 01:08:52 +00:00
Ted Lemon
409503846d Add support for broken old 4.2BSD syslog 1996-05-17 00:28:58 +00:00
Ted Lemon
48142f2385 Fix pointer type incompatibilities 1996-05-16 23:56:03 +00:00
Ted Lemon
019f8a12eb Fix up pointer types; add support for Alpha OSF/1 pfilt, which is only slightly different 1996-05-16 23:55:04 +00:00
Ted Lemon
e76970d349 Fix up pointer type incompatibilities 1996-05-16 23:13:59 +00:00
Ted Lemon
9029cbeea8 Fix up ethernet address struct-vs-array bug 1996-05-16 23:13:07 +00:00