summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Pull up half of 1.61: reclaim abandoned leases.Ted Lemon1998-05-181-1/+10
* Don't initialize dns in 2.0Ted Lemon1997-12-061-4/+1
* NAK if a client requests an address that we own but can't give to it.Ted Lemon1997-12-061-1/+8
* If we're responding to a BOOTP request, hunt for a lease that's applicable - ...Ted Lemon1997-12-021-6/+12
* Copy the hardware address into the static lease structure so that it can be u...Ted Lemon1997-12-021-13/+21
* Create database with mode 0664 & ~umask, not 0666 & ~umask.Ted Lemon1997-12-021-3/+8
* If we find more than one lease for the same client on the same network, give ...Ted Lemon1997-12-021-2/+21
* Fix DHCPRELEASE handling to conform to specTed Lemon1997-11-291-11/+29
* Always print two digits for day and month in leases.Ted Lemon1997-11-291-3/+3
* new catted man pagesTed Lemon1997-11-222-782/+320
* Add dhcpd.leases man page. Globalize sed scripts on man pages.Ted Lemon1997-11-221-5/+13
* catted man page for nroff-less systemsTed Lemon1997-11-221-0/+66
* DHCP lease database descriptionTed Lemon1997-11-221-0/+82
* Move dhcp option documentation to dhcp-options(5)Ted Lemon1997-11-221-409/+15
* Fix up referencesTed Lemon1997-10-291-2/+1
* Fix up handling of hostnameTed Lemon1997-10-271-2/+7
* Fix up handling of hostnameTed Lemon1997-10-271-2/+2
* Don't ping static leases - there's no persistent structure for them!NetBSD_1_3_AlphaTed Lemon1997-10-201-2/+2
* Use local quiet flag and also set global quiet_interface_discovery flag with ...Ted Lemon1997-10-201-4/+5
* Document -q flagTed Lemon1997-10-201-0/+9
* Rearrange startup code so as to print everything before daemonizing; Don't sp...Ted Lemon1997-10-201-33/+41
* Put hostname in quotesTed Lemon1997-10-071-2/+2
* Pass flag to cons_options indicating whether this is BOOTP or DHCP. Change ...Ted Lemon1997-09-161-15/+41
* Pass flag to cons_options indicating that this is a BOOTP packetTed Lemon1997-09-161-2/+2
* parse_string eats the semicolonDHCP-970609Ted Lemon1997-06-101-3/+2
* Don't trust client to provide a valid hostname. Be lenient in parsing client...Ted Lemon1997-06-102-9/+11
* Adjust call to find_leaseTed Lemon1997-06-081-2/+2
* Only store through ours if it's nonzeroTed Lemon1997-06-081-2/+2
* Make it a warning rather than an error if resolv.conf is missing.Ted Lemon1997-06-081-45/+45
* Fix variable declaration omissionTed Lemon1997-06-081-1/+2
* If the lease we want to give the client is different than the one it's asking...Ted Lemon1997-06-081-13/+37
* Always write out two digits for single-byte quantities in arraysTed Lemon1997-06-081-3/+3
* Add a note about why the server doesn't restart with SIGTERMTed Lemon1997-06-061-0/+8
* cftest wasn't being initializedTed Lemon1997-06-031-2/+2
* Use a different bit for hostname than for client-hostnameTed Lemon1997-06-031-2/+2
* Make name-servers option ien116-name-serversTed Lemon1997-06-022-115/+115
* Add cftest flag which just tests config file but doesn't actually run.Ted Lemon1997-06-021-1/+13
* Cygwin32 compatibility. Initialize DNSTed Lemon1997-05-091-1/+8
* Fix bug introduced into dhcprequest processing. Fix core dump differently. ...Ted Lemon1997-05-091-21/+71
* Write out client_hostname and hostname values when writing out a leaseTed Lemon1997-05-091-1/+17
* Move parse_host_name to parse.c. Add support for recording client-supplied ...Ted Lemon1997-05-091-56/+22
* Check for BOOTREQUEST moved hereTed Lemon1997-05-091-1/+4
* fooDHCP-970328Ted Lemon1997-03-292-7/+7
* Fix up a few typos and pastosTed Lemon1997-03-292-4/+5
* Fix install dependenciesTed Lemon1997-03-291-1/+1
* Record the time of the db_startup rewrite of the lease file so that we don't ...Ted Lemon1997-03-061-3/+4
* Put parentheses around & operationsTed Lemon1997-03-061-3/+4
* If a lease has been abandoned, don't find it.Ted Lemon1997-03-061-4/+8
* Support abandoned keyword in leasesTed Lemon1997-03-062-2/+14
* Start up icmp protocol; handle ICMP EchoReplies and also handle non-replies.Ted Lemon1997-03-061-1/+50