summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'DHCP_970226'.DHCP_970226cvs2git1997-02-2616-6179/+0
* Only supply prototypes where appropriateTed Lemon1997-02-262-6/+6
* Use medium passed to us, not necessarily the one attached to the client statu...Ted Lemon1997-02-261-3/+2
* Remove if_enable()Ted Lemon1997-02-263-78/+3
* Move some more parameters aroundTed Lemon1997-02-225-618/+5
* Add SCRIPT config parameterTed Lemon1997-02-221-2/+2
* Install client scriptTed Lemon1997-02-221-0/+6
* Add DHCP Client SCRIPT configuration infoTed Lemon1997-02-221-0/+2
* DHCP Client script for NetBSDTed Lemon1997-02-221-0/+117
* Sample dhcp client configuration fileTed Lemon1997-02-221-0/+31
* Isolate configuration information from MakefilesTed Lemon1997-02-221-3/+4
* Localize makefile configTed Lemon1997-02-222-155/+186
* Distributed MakefileTed Lemon1997-02-224-0/+936
* Make it a bit more informativeTed Lemon1997-02-221-13/+19
* Moved to common/Ted Lemon1997-02-221-234/+0
* Hack makefiles in all the subdirectories...Ted Lemon1997-02-221-41/+4
* Make subdirsTed Lemon1997-02-221-167/+29
* No longer neededTed Lemon1997-02-222-1385/+0
* moved to relay/Ted Lemon1997-02-221-132/+0
* moved to server/Ted Lemon1997-02-221-330/+0
* moved to client/Ted Lemon1997-02-221-198/+0
* Moved to server/Ted Lemon1997-02-221-1344/+0
* moved to client/Ted Lemon1997-02-225-2807/+0
* Moved to relay/Ted Lemon1997-02-222-423/+0
* Moved to server/Ted Lemon1997-02-229-5263/+0
* moved to common/Ted Lemon1997-02-2216-6301/+0
* moved to include/cf/Ted Lemon1997-02-2212-1440/+0
* Moved to include/Ted Lemon1997-02-229-1627/+0
* Ignore messages generated by dhcp relay agents (including self); send replies...Ted Lemon1997-02-222-30/+68
* Add DISCOVER_RELAY stateTed Lemon1997-02-222-4/+6
* Don't name dhcpd - this is used by dhclient and dhcrelay as wellTed Lemon1997-02-222-4/+4
* Add support for alias declarationTed Lemon1997-02-2210-20/+78
* Don't NAK leases from competing serversTed Lemon1997-02-222-8/+8
* Oops - poll() isn't implemented in NetBSD-1.2...Ted Lemon1997-02-222-6/+0
* Fix up select version of dispatch to take parse argumentTed Lemon1997-02-222-4/+6
* Clean up some bugs in the DHCPREQUEST lease codeTed Lemon1997-02-222-12/+26
* Add new man page targetsTed Lemon1997-02-221-2/+22
* Update documentationTed Lemon1997-02-228-390/+584
* new man pagesTed Lemon1997-02-222-0/+132
* New manual pagesTed Lemon1997-02-2210-0/+1358
* DHCP Relay AgentTed Lemon1997-02-222-0/+562
* New prototypes; structure adjustmentsTed Lemon1997-02-222-22/+48
* Change daemonification code to prolong logging to stderr until dhcpd.conf has...Ted Lemon1997-02-222-32/+38
* Use interface address instead of common server identifier; allow specific cli...Ted Lemon1997-02-222-68/+40
* Add media selection for interface cards that support more than one kind of ne...Ted Lemon1997-02-222-72/+228
* Add allow and deny keywords; allow or deny bootp service, booting (for known ...Ted Lemon1997-02-222-2/+104
* Add support for passing arbitrary options to server and for providing default...Ted Lemon1997-02-222-36/+134
* Add some knobs to control booting; get server identifier from interface; add ...Ted Lemon1997-02-222-12/+100
* dispatch() now takes an argument indicating whether to decode the packet or j...Ted Lemon1997-02-222-20/+32
* pretty_print_options now optionally seperates array elements with comma, and ...Ted Lemon1997-02-224-12/+22