Ted Lemon
|
7ed1888458
|
always zero structures; add new_group and free_group; free network name when freeing shared_network struct
|
1996-08-27 09:31:27 +00:00 |
|
Ted Lemon
|
b304ef6ad9
|
Don't flame about missing interfaces if none were requested
|
1996-07-07 15:53:07 +00:00 |
|
Ted Lemon
|
52d75293ab
|
Don't use the hardware address to unicast if the address length is bogus
|
1996-06-27 19:10:41 +00:00 |
|
Ted Lemon
|
efa253d0db
|
Don't throw away a lease because the requestor didn't give a UID and the lease has one iff the requestor's hardware address matches the lease's hardware address and the lease can be assigned to a Dynamic BOOTp host
|
1996-06-27 19:09:51 +00:00 |
|
Ted Lemon
|
d3f6c8b073
|
Weed out unrequested interfaces if some interfaces were specifically requested; crash and burn if an interface specified on the command line is now found.
|
1996-06-27 19:07:45 +00:00 |
|
Ted Lemon
|
f8141e67df
|
Always save the string containing the token
|
1996-06-27 19:00:44 +00:00 |
|
Ted Lemon
|
db910847a2
|
Fix printf formats
|
1996-06-24 20:36:10 +00:00 |
|
Ted Lemon
|
e9c99838ed
|
Set read bit, not write bit, on fallback interface
|
1996-06-24 20:35:40 +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
|
3b170e0d32
|
Don't free old DNS buffer if there wasn't one
|
1996-06-12 23:51:17 +00:00 |
|
Ted Lemon
|
97accb10bd
|
Option buffer length miscalculated
|
1996-06-12 23:50:44 +00:00 |
|
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 |
|