summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'BETA_4_4'.BETA_4_4cvs2git1996-06-1147-13602/+0
* 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
* New DHCP draftTed Lemon1996-05-241-481/+369
* Use int instead of long for u_int32_t, since both are now 32 bits, but long m...Ted Lemon1996-05-232-4/+4
* Alpha OSF/1 doesn't normally have <sys/bitypes.h>Ted Lemon1996-05-232-2/+18
* Make sure uid_lease is initialized somewhere; use ciaddr to find lease if Req...Ted Lemon1996-05-232-0/+8
* Add tlname variable to store pointer to name of file being parsedTed Lemon1996-05-236-8/+12
* Add tlname variable so errwarn.c doesn't bring in parserTed Lemon1996-05-232-0/+2
* Add tlname variable to store pointer to name of file being parsed; let parse_...Ted Lemon1996-05-232-26/+28
* Use /usr/ucb/install on SlowlarisTed Lemon1996-05-231-0/+2
* Add more libraries to Solaris listTed Lemon1996-05-231-1/+1
* use installbsd on osf/1Ted Lemon1996-05-231-1/+2
* alphaosf1 should be alphaosfTed Lemon1996-05-231-2/+2
* Change log_facility to log_priotiryTed Lemon1996-05-232-2/+2