summaryrefslogtreecommitdiff
path: root/dhcp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix signed/unsigned char type mismatchTed Lemon1996-08-291-2/+3
* Add special support for hostname optionTed Lemon1996-08-281-2/+15
* Don't try to respond to packets if we can't figure where they came from; add ...Ted Lemon1996-08-271-46/+110
* Find_lease should not reallocate leases to clients if the UID differsTed Lemon1996-06-271-0/+18
* Ensure that dhcp packets are at least BOOTP_MIN_LEN bytes long when sending t...Ted Lemon1996-06-241-0/+9
* Use standard IP stack to send responses to clients with known IP addressesTed Lemon1996-06-121-0/+9
* Don't unicast to client if broadcast is requestedTed Lemon1996-06-121-3/+5
* Delete unused automatic variablesTed Lemon1996-06-041-1/+0
* Make packet messages say where the packet came from and where it's going.Ted Lemon1996-06-011-13/+35
* Handle DHCPREQUEST properly when no SERVER_IDENTIFIER has been supplied; put ...Ted Lemon1996-05-281-29/+28
* Fix an uninitialized pointer bugTed Lemon1996-05-251-1/+3
* a shared network might have no dynamically allocatable leases, so check for n...Ted Lemon1996-05-241-1/+1
* Make sure uid_lease is initialized somewhere; use ciaddr to find lease if Req...Ted Lemon1996-05-231-0/+4
* Don't assume routed packets are local; fix up dhcp_nak generationTed Lemon1996-05-231-33/+64
* Initialize free host pointerTed Lemon1996-05-221-1/+1
* Make sure there's a host hanging off the lease before dereferencing itTed Lemon1996-05-221-2/+2
* Move packet location code out of dispatchTed Lemon1996-05-221-0/+3
* shared net support; static dhcp address assignment; dynamic bootp supportTed Lemon1996-05-221-205/+421
* Fix copyright; SA_LEN instead of SIN_LEN; formatting consistencyTed Lemon1996-05-201-5/+6
* Dump DHCP request type at LOG_INFO level instead of LOG_DEBUGTed Lemon1996-05-161-20/+20
* fix up char declarations; don't dump packets unless DEBUG_PACKET definedTed Lemon1996-05-161-5/+5
* Add support for hardware unicast; use send_packet instead of sendto; get inte...Ted Lemon1996-05-121-13/+28
* Various user-provided patchesTed Lemon1996-03-161-17/+79
* Add HAVE_SIN_LEN; encase debugging statements in ifdef DEBUG; fix destination...Ted Lemon1996-03-061-3/+6
* Keep a persistent database of leasesTed Lemon1996-03-021-2/+6
* Rearrange debugging dumps; disable them; add support for dhcp message; DHCPDE...Ted Lemon1996-02-291-25/+200
* Always initialize offered_expiry; return after NAKingTed Lemon1996-02-261-4/+7
* Full protocolTed Lemon1996-02-261-101/+267
* Incremental changes to support DHCP protocolTed Lemon1996-02-211-43/+76
* Intermediate changes to support actual DHCP protocol engineTed Lemon1996-02-211-0/+200
* *** empty log message ***Ted Lemon1996-02-111-0/+1
* DHCP Server DaemonTed Lemon1995-11-291-0/+52