summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'BETA_4_5'.BETA_4_5cvs2git1996-06-1248-13744/+0
* 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 rew...Ted Lemon1996-06-112-2/+6
* Periodically rewrite the lease databaseTed Lemon1996-06-112-0/+38
* Release DHCP lease before assigning it to BOOTP client, so as to avoid unnece...Ted Lemon1996-06-112-2/+24
* 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 peri...Ted Lemon1996-06-012-4/+4
* 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 docume...Ted Lemon1996-06-012-842/+942
* 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
* Make packet messages say where the packet came from and where it's going.Ted Lemon1996-06-012-26/+70
* Don't do setlogmask on 4.2BSD systems; lose -a processing junk; lose debuggin...Ted Lemon1996-06-012-36/+2
* Add X code to option parser to handle data that might be ASCII text or colon-...Ted Lemon1996-06-012-0/+68
* Warn BSD-derivative users about move of dhcpd.leases from /etc to /var/dbTed Lemon1996-06-011-0/+15
* Print a little more info on where BOOTREQUESTs are coming from and where BOOT...Ted Lemon1996-06-012-10/+28
* Make man pages on more platforms now. Also, hack man pages to reflect actua...Ted Lemon1996-06-011-5/+18
* Lose bogus -a processing; display startup bannerTed Lemon1996-05-312-34/+14
* Don't use setlogmask() on 4.2BSD syslog machinesTed Lemon1996-05-282-0/+4
* Handle DHCPREQUEST properly when no SERVER_IDENTIFIER has been supplied; put ...Ted Lemon1996-05-282-58/+56
* Always terminate dump bufferTed Lemon1996-05-282-0/+4
* Fix dump_subnetsTed Lemon1996-05-252-18/+22
* Fix an uninitialized pointer bugTed Lemon1996-05-252-2/+6
* Add some code to convince foolish compilers variables have been initializedTed Lemon1996-05-252-0/+14
* a shared network might have no dynamically allocatable leases, so check for n...Ted Lemon1996-05-242-2/+2