summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a message to abandon_lease; ping before sending DHCPREQUEST.Ted Lemon1997-03-061-4/+14
* Remove declaration for relay() - no longer neededTed Lemon1997-03-061-8/+1
* Change calling conventions to dispatch(). Set bootp_packet_handler to do_pa...Ted Lemon1997-03-061-2/+5
* Move a ton of bits from the lease structure into the lease_state structure. ...Ted Lemon1997-03-061-133/+156
* Move some state into the lease structure so that we can test a lease before a...Ted Lemon1997-03-051-193/+243
* Don't check the lease we have for the client until we've verified that the cl...Ted Lemon1997-03-051-11/+12
* Add DHCPLIB to dependsTed Lemon1997-03-051-1/+1
* Move some more parameters aroundTed Lemon1997-02-221-153/+0
* Distributed MakefileTed Lemon1997-02-221-0/+241
* Don't NAK leases from competing serversTed Lemon1997-02-221-4/+4
* Clean up some bugs in the DHCPREQUEST lease codeTed Lemon1997-02-221-6/+13
* Update documentationTed Lemon1997-02-224-195/+292
* Change daemonification code to prolong logging to stderr until dhcpd.conf has...Ted Lemon1997-02-221-16/+19
* Use interface address instead of common server identifier; allow specific cli...Ted Lemon1997-02-221-34/+20
* Add allow and deny keywords; allow or deny bootp service, booting (for known ...Ted Lemon1997-02-221-1/+52
* Add some knobs to control booting; get server identifier from interface; add ...Ted Lemon1997-02-221-6/+50
* Use local_port and remote_port instead of server_portTed Lemon1997-02-191-3/+3
* Use local_port and remote_port instead of server_port and server_port + 1Ted Lemon1997-02-181-7/+11
* Change calling conventions for cons_options so that DHCP client doesn't have ...Ted Lemon1997-02-182-10/+14
* Move common parsing functions into a seperate file, so the DHCP client and se...Ted Lemon1997-02-181-519/+4
* Fix broadcast bugTed Lemon1997-01-031-2/+2
* Fix bug in classing codeTed Lemon1996-12-311-2/+2
* Initialize declaration variableTed Lemon1996-12-311-2/+2
* Fix case where dynamic BOOTP for a known client with no applicable fixed addr...Ted Lemon1996-12-311-3/+4
* replace ARPHRD with HTYPETed Lemon1996-11-081-6/+3
* Return after rejecting unknown BOOTP clientTed Lemon1996-11-081-5/+12
* Remove dynamic bootp conflict checker; parse true booleans correctlyTed Lemon1996-09-131-8/+4
* Update boot-unknown-clients documentationTed Lemon1996-09-122-156/+156
* Allow restricted dynamic bootp for known bootp hostsTed Lemon1996-09-121-11/+12
* Close std{in,out,err} when daemonizingTed Lemon1996-09-121-1/+4
* discover_interfaces() needs to behave differently for client and serverTed Lemon1996-09-111-2/+2
* Don't use server-identifier to initialize next_serverTed Lemon1996-09-111-4/+1