summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Only supply prototypes where appropriateTed Lemon1997-02-261-3/+3
* Remove if_enable()Ted Lemon1997-02-263-78/+3
* Move some more parameters aroundTed Lemon1997-02-221-153/+0
* Distributed MakefileTed Lemon1997-02-221-0/+218
* Add DISCOVER_RELAY stateTed Lemon1997-02-221-2/+3
* Don't name dhcpd - this is used by dhclient and dhcrelay as wellTed Lemon1997-02-221-2/+2
* Add support for alias declarationTed Lemon1997-02-221-2/+4
* Fix up select version of dispatch to take parse argumentTed Lemon1997-02-221-2/+3
* dispatch() now takes an argument indicating whether to decode the packet or j...Ted Lemon1997-02-221-10/+16
* pretty_print_options now optionally seperates array elements with comma, and ...Ted Lemon1997-02-222-6/+11
* error() now logs a message simply indicating that it is exiting.Ted Lemon1997-02-221-1/+6
* Add some new tokensTed Lemon1997-02-221-7/+32
* Seperate array elements with commas when pretty-printingTed Lemon1997-02-191-5/+7
* Restructure to allow interface reinitializationTed Lemon1997-02-195-81/+174
* Add support for timeouts; add support for scanning interfaces before they hav...Ted Lemon1997-02-181-30/+160
* Use local_port and remote_port instead of server_port and server_port + 1Ted Lemon1997-02-185-12/+12
* Add DHCP client tokensTed Lemon1997-02-181-1/+27
* Change calling conventions for cons_options so that DHCP client doesn't have ...Ted Lemon1997-02-181-21/+22
* Move common parsing functions into a seperate file, so the DHCP client and se...Ted Lemon1997-02-181-0/+568
* Initial merge of Poger dhclient and linux hacksTed Lemon1997-01-024-19/+136
* Fix bug in classing codeTed Lemon1996-12-311-2/+2
* replace ARPHRD with HTYPETed Lemon1996-11-081-2/+2
* Don't try to supersede static leasesTed Lemon1996-11-081-1/+5
* Log messages to stderr, not stdout.Ted Lemon1996-11-081-15/+15
* discover_interfaces() needs to behave differently for client and serverTed Lemon1996-09-111-4/+5
* dmalloc already zeros allocated memoryTed Lemon1996-09-111-2/+1
* Add unknown options to end of option priority listTed Lemon1996-09-111-1/+19
* buf doesn't need to be staticTed Lemon1996-09-111-2/+2
* Notice if client is NUL-terminating strings, and if it is, NUL-terminate them...Ted Lemon1996-09-111-6/+25
* Fix stupid oversight in hash_delete - thanks to Jon Grubbs for finding thisTed Lemon1996-09-091-1/+2
* Add use-host-decl-names keywordTed Lemon1996-09-091-1/+3
* Fix printf warningsTed Lemon1996-09-051-3/+4
* Fix up a couple of places where ic_timeout wasn't initialized in strioctl str...Ted Lemon1996-09-051-1/+3
* Fix opening comment; require a subnet decl for every interface; remove warnin...Ted Lemon1996-09-051-6/+8
* All unnamed options now take the X format, which means either an ASCII string...Ted Lemon1996-09-041-193/+193
* Put uio.h include within ifdefTed Lemon1996-09-041-2/+3
* Don't do syslog() when DEBUG is definedTed Lemon1996-09-021-1/+11
* Don't attach to unconfigured interfacesTed Lemon1996-09-021-4/+4
* Improve error messagesTed Lemon1996-09-022-11/+15
* Remove dead local varsTed Lemon1996-08-301-1/+3
* Notice and complain about conflicting subnetsTed Lemon1996-08-301-3/+27
* Fix erroneous hash search; use get-lease-hostnames parameterTed Lemon1996-08-291-14/+27
* Add get-lease-hostnames parameterTed Lemon1996-08-291-1/+3
* Don't proceed if errors are found in dhcpd.confTed Lemon1996-08-292-2/+7
* Rename ATOM to NAMETed Lemon1996-08-291-8/+8
* Move tlname into group with other externsTed Lemon1996-08-281-2/+3
* Put hostname in default reply listTed Lemon1996-08-281-1/+2
* Look up hostnames for lease IP addresses on startupTed Lemon1996-08-281-1/+16
* Don't malloc space for hash nameTed Lemon1996-08-281-10/+2
* If log_perror is nonzero, print to stderr as well as logging; no more DEBUG i...Ted Lemon1996-08-281-29/+49