summaryrefslogtreecommitdiff
path: root/client/dhclient.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'BETA_5_0'.BETA_5_0cvs2git1996-08-291-402/+0
* Remove unused variableTed Lemon1996-08-291-2/+1
* Add new externals otherwise defined by conflexTed Lemon1996-08-281-2/+3
* Changed names of tline and tlposTed Lemon1996-08-271-2/+2
* Delete unused automatic variablesTed Lemon1996-06-041-9/+0
* Don't do setlogmask on 4.2BSD systems; lose -a processing junk; lose debuggin...Ted Lemon1996-06-011-18/+1
* Add tlname variable so errwarn.c doesn't bring in parserTed Lemon1996-05-231-0/+1
* Change log_facility to log_priotiryTed Lemon1996-05-231-1/+1
* Supply Requested Address from ciaddr; reflect server identifierTed Lemon1996-05-221-5/+17
* Rewrite to actually be a dhcp clientTed Lemon1996-05-221-218/+324
* declare default and max lease timesTed Lemon1996-05-171-0/+3
* Add HAVE_SIN_LEN testTed Lemon1996-03-061-0/+2
* Reverse forking arrangement; send packets to broadcast addressTed Lemon1996-02-291-3/+5
* Major rewriteTed Lemon1996-02-261-152/+166
* Incremental changes to support DHCP protocolTed Lemon1996-02-211-2/+5
* Fix bootp address initializationTed Lemon1996-02-211-28/+16
* Use broadcast addressTed Lemon1996-02-211-1/+1
* Intermediate changes to support actual DHCP protocol engineTed Lemon1996-02-211-5/+45
* *** empty log message ***Ted Lemon1996-02-111-33/+161
* Fixed many option bugs; added client for testingTed Lemon1996-02-071-0/+129