summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'BETA_4_6'.BETA_4_6cvs2git1996-06-2748-13813/+0
|
* Don't use the hardware address to unicast if the address length is bogusTed Lemon1996-06-272-2/+2
|
* Don't throw away a lease because the requestor didn't give a UID and the ↵Ted Lemon1996-06-272-4/+16
| | | | 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
* Weed out unrequested interfaces if some interfaces were specifically ↵Ted Lemon1996-06-272-2/+20
| | | | requested; crash and burn if an interface specified on the command line is now found.
* Add flags to interface_info structureTed Lemon1996-06-272-0/+4
|
* Allow interfaces to be specified on the command lineTed Lemon1996-06-272-2/+28
|
* Find_lease should not reallocate leases to clients if the UID differsTed Lemon1996-06-272-0/+36
|
* allow hardware addresses tobe up to 16 bytes independent of the hardware typeTed Lemon1996-06-272-10/+42
|
* Always save the string containing the tokenTed Lemon1996-06-272-12/+0
|
* Fix printf formatsTed Lemon1996-06-242-4/+4
|
* Set read bit, not write bit, on fallback interfaceTed Lemon1996-06-242-2/+0
|
* Add BOOTP_MIN_LEN constant representing minimum length of BOOTP packetTed Lemon1996-06-242-0/+4
|
* Ensure that dhcp packets are at least BOOTP_MIN_LEN bytes long when sending ↵Ted Lemon1996-06-242-0/+18
| | | | through gateways
* Change printf formats to not assume longs and ints are the same sizeTed Lemon1996-06-242-10/+10
|
* Ensure that bootp packets are at least BOOTP_MIN_LEN bytes longTed Lemon1996-06-242-2/+4
|
* More informative syslog report on BOOTREPLYTed Lemon1996-06-122-4/+4
|
* Add code to read and discard incoming packets on fallback socketTed Lemon1996-06-126-2/+82
|
* Don't free old DNS buffer if there wasn't oneTed Lemon1996-06-122-2/+4
|
* Option buffer length miscalculatedTed Lemon1996-06-122-2/+2
|
* Use standard IP stack to send responses to clients with known IP addressesTed Lemon1996-06-122-0/+18
|
* Missing argument to printfTed Lemon1996-06-122-2/+2
|
* Fix off-by-one error on option expansion allocationTed Lemon1996-06-122-2/+6
|
* Notice and log dfree() on null pointerTed Lemon1996-06-122-0/+8
|
* Fix a couple of off-by-one malloc errorsTed Lemon1996-06-122-4/+4
|
* Add hp-ux supportTed Lemon1996-06-125-0/+167
|
* Don't free comp -> uid if comp == leaseTed Lemon1996-06-122-16/+20
|
* Don't unicast to client if broadcast is requestedTed Lemon1996-06-122-6/+10
|
* Work around FreeBSD BPF bugTed Lemon1996-06-114-0/+12
|
* Report failure in the event of a lease conflict; notice if lease database ↵Ted Lemon1996-06-112-2/+6
| | | | rewrite fails
* Periodically rewrite the lease databaseTed Lemon1996-06-112-0/+38
|
* Release DHCP lease before assigning it to BOOTP client, so as to avoid ↵Ted Lemon1996-06-112-2/+24
| | | | unnecessary lease conflict behaviour.
* Fix ANSI string botch, allocate space for NUL on ASCII stringTed Lemon1996-06-102-4/+4
|
* Delete unused automatic variables; don't put copyright string in ifdef lintTed Lemon1996-06-042-20/+4
|
* Allow DHCP leases to be assigned to the same client via Dynamic BOOTPTed Lemon1996-06-042-12/+8
|
* Delete unused automatic variablesTed Lemon1996-06-048-42/+0
|
* Use extern keyword when declaring externsTed Lemon1996-06-042-2/+2
|
* Update documentationTed Lemon1996-06-044-474/+538
|
* Delete unused automatic variablesTed Lemon1996-06-048-26/+0
|
* Define INLINE as an empty string if ANSI but not GNUTed Lemon1996-06-042-0/+4
|
* Initialize shared_network interfaceTed Lemon1996-06-012-0/+4
|
* Reinstate fill after exampleTed Lemon1996-06-012-0/+2
|
* Newly generated from dhcpd.conf.5Ted Lemon1996-06-012-896/+500
|
* Store dhcpd.leases file in /var/dbTed Lemon1996-06-016-0/+6
|
* Change parse specification for dhcp-class-identifier option; don't use a ↵Ted Lemon1996-06-012-4/+4
| | | | period in ieee802.3-encapsulation option name
* Don't redefine _PATH_DHCPD_CONF or _PATH_DHCPD_DBTed Lemon1996-06-012-0/+4
|
* Newly generated from dhcpd.conf.5Ted Lemon1996-06-012-588/+1430
|
* Use old-style man page macros; document dhcp-client-identifier; expand ↵Ted Lemon1996-06-012-842/+942
| | | | documentation of host declaration and fixed-address clause
* Newly generated from dhcpd.8Ted Lemon1996-06-012-304/+468
|
* Print version number + copyright banner on startupTed Lemon1996-06-012-4/+4
|
* Use old-style man page macrosTed Lemon1996-06-012-222/+158
|