summaryrefslogtreecommitdiff
path: root/server/bootp.c
Commit message (Expand)AuthorAgeFilesLines
* Don't try to respond to packets if we can't figure where they came from; add ...Ted Lemon1996-08-271-22/+27
* Ensure that bootp packets are at least BOOTP_MIN_LEN bytes longTed Lemon1996-06-241-1/+2
* More informative syslog report on BOOTREPLYTed Lemon1996-06-121-2/+2
* Release DHCP lease before assigning it to BOOTP client, so as to avoid unnece...Ted Lemon1996-06-111-1/+12
* Allow DHCP leases to be assigned to the same client via Dynamic BOOTPTed Lemon1996-06-041-6/+4
* Print a little more info on where BOOTREQUESTs are coming from and where BOOT...Ted Lemon1996-06-011-5/+14
* Update call to find_leaseTed Lemon1996-05-231-1/+1
* Don't assume we know of the network from which a packet came.Ted Lemon1996-05-221-4/+9
* Move packet location code out of dispatchTed Lemon1996-05-221-4/+10
* dynamic bootp; fallback network; siaddr taken from server_identifier globalTed Lemon1996-05-221-39/+114
* Change SIN_LEN to SA_LEN; fix copyrightsTed Lemon1996-05-191-2/+2
* Add support for hardware unicast; use send_packet instead of sendto; get inte...Ted Lemon1996-05-121-4/+9
* Various user-provided patchesTed Lemon1996-03-161-2/+5
* Add support for BOOTP Vendor Extensions and BOOTP Relay agentsTed Lemon1996-03-061-47/+61
* Fixed many option bugs; added client for testingTed Lemon1996-02-071-1/+2
* More portable internet addresses; fix endian bug; fix parser bugsTed Lemon1996-02-061-1/+1
* DHCP Server DaemonTed Lemon1995-11-291-0/+147