summaryrefslogtreecommitdiff
path: root/sbin/dhclient/dhcpd.h
AgeCommit message (Expand)Author
2006-11-27Recognize when we are sending to a unicast destination IP address andKevin Steves
2006-11-27remove invalid commentKevin Steves
2006-11-21remove unused #defines, no binary change; ok henning@Kevin Steves
2006-11-21re-order includes and eliminate duplicates, no binary change; ok henning@Kevin Steves
2006-08-29some net if devices do not media negotiate (for link) until brought up.Theo de Raadt
2006-05-08add 'link-timeout n' seconds option to grammer, from fkr@hazardous.orgTheo de Raadt
2005-08-05remove duplicate privsep prototypes and put allMoritz Jodeit
2005-08-02Rip out code dealing with multiple/nested interfaces. Each instance ofKenneth R Westerback
2005-07-17Insist on correct hardware addresses in dhclient.conf andKenneth R Westerback
2005-07-16Rejig struct string_list to use char array rather than char pointer, andKenneth R Westerback
2005-07-16Eliminate unnecessary 'code' field from struct option. MakeKenneth R Westerback
2005-07-13Repair/rationalize option handling to ensure valid option section isKenneth R Westerback
2005-07-11Expunge unused hashing code and variables.Kenneth R Westerback
2005-07-09Clean out a few more unused/uninitialized variables.Kenneth R Westerback
2005-07-09Clean out a few more unused/uninitialized variables.Kenneth R Westerback
2005-07-09Since we never add more than the default dhcp_universe, expunge theKenneth R Westerback
2005-07-08More dead and moribund code removal/cleanup. This time unused parametersKenneth R Westerback
2005-07-08Eliminate unused code and associated parameters.Kenneth R Westerback
2005-07-07Eliminate unused code and associated parameter.Kenneth R Westerback
2005-07-07Eliminate tree_cache structure in favour of option_data. EliminateKenneth R Westerback
2004-05-06remove more unused codeTheo de Raadt
2004-05-04do not overload libc function names causing linker troublesMichael Shalayeff
2004-05-04remove things not used, spotted by lint mostly; ok henningTheo de Raadt
2004-05-04more shrink and lint fixes; henning okTheo de Raadt
2004-05-04privilege seperate dhclient.Henning Brauer
2004-04-14get rif of the few dmalloc/dfree occurances that were leftHenning Brauer
2004-04-14turns out more is obsolete nowHenning Brauer
2004-03-05remove even more gooTheo de Raadt
2004-03-02more pruning; henning okTheo de Raadt
2004-03-02zap interface flagsHenning Brauer
2004-03-02we deal with one interface at a time, so remove the interface list gunk.Henning Brauer
2004-03-02remove dummy_interfaces and fallback_interface gunkHenning Brauer
2004-03-02our interface discovery is so quiet now (nonexistant) that we don't need aHenning Brauer
2004-03-02since we're dealing with one interface and not quite a few ones we can giveHenning Brauer
2004-02-25doesn't quite make sense to have a wrapper to a wrapper to the incredibleHenning Brauer
2004-02-24whack unused token ring code and a few empty functionsHenning Brauer
2004-02-24zap more unused crapHenning Brauer
2004-02-24get rid of tons of structs we never use, a lot of new_someotherjunk functionsHenning Brauer
2004-02-24discover_interfaces doesn't run in multiple modes any more - kill unreachableHenning Brauer
2004-02-24remove dynamic port gunkHenning Brauer
2004-02-24cut unreachable codeHenning Brauer
2004-02-24cut more crap - no binary changeHenning Brauer
2004-02-24kill pidfile gunkHenning Brauer
2004-02-23goodbye VOIDPTRHenning Brauer
2004-02-23remove time_t related crud; henning okTheo de Raadt
2004-02-23remove prototypes we don't implementHenning Brauer
2004-02-23remove allocation/storage/search code for subnets, shared networks, andHenning Brauer
2004-02-23dhclient always uses bpf on openbsd no matter what, it works, and we don'tHenning Brauer
2004-02-10at startup, before sending several DHCPDISCOVER and waiting ages for answers,Henning Brauer
2004-02-07more KNF From: Emil Mikulic <emikulic@dmr.ath.cx>Henning Brauer