Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-29 | snuck in a typo, damnit | Theo de Raadt | |
2006-08-29 | some net if devices do not media negotiate (for link) until brought up. | Theo de Raadt | |
(for some drivers, this is a bug. for others, it is part of how they work) therefore before doing the 10-second link test, we must bring the if up. ok krw, tested marco ckuethe | |||
2005-05-24 | no more 'ifconfig $if 0.0.0.0 up' only 'ifconfig $if up' since dhclient | Todd T. Fries | |
uses bpf exclusively ok deraadt@, henning@, claudio@ | |||
2004-09-21 | spelling fixes; ok jmc@ henning@ | David Krause | |
2004-09-15 | no \n in error() calls and minor KNF, from Moritz Jodeit <moritz@jodeit.org> | Henning Brauer | |
2004-06-22 | handle interface removals in the poll loop. ok henning@ | Can Erkin Acar | |
2004-05-05 | knf | Theo de Raadt | |
2004-05-04 | do not overload libc function names causing linker troubles | Michael Shalayeff | |
2004-05-04 | knf | Theo de Raadt | |
2004-05-04 | remove things not used, spotted by lint mostly; ok henning | Theo de Raadt | |
2004-05-04 | more shrink and lint fixes; henning ok | Theo de Raadt | |
2004-04-07 | fix a logic botch in discover_interfaces that prevented dhclient to see | Henning Brauer | |
any but the first real interface found yesterday evening at RATT when dhclient would not get me a lease on wireless | |||
2004-03-02 | more pruning; henning ok | Theo de Raadt | |
2004-03-02 | we deal with one interface at a time, so remove the interface list gunk. | Henning Brauer | |
2004-03-02 | remove dummy_interfaces and fallback_interface gunk | Henning Brauer | |
2004-03-02 | our interface discovery is so quiet now (nonexistant) that we don't need a | Henning Brauer | |
quiet_interface_discovery flag any more | |||
2004-03-02 | mixing memcpy and bcopy in the same function is highly confusing | Henning Brauer | |
2004-03-02 | since we're dealing with one interface and not quite a few ones we can give | Henning Brauer | |
this one onterface as parameter to discove_interfaces and get rid of quite some of the multiple-interface-discover logic | |||
2004-03-02 | do not record all these interfaces we don't care about | Henning Brauer | |
2004-02-24 | whack unused token ring code and a few empty functions | Henning Brauer | |
2004-02-24 | get rid of tons of structs we never use, a lot of new_someotherjunk functions | Henning Brauer | |
in alloc.c we never call, and a shitload of genius comments like char *script_name; /* name of script */ char *server_name; /* name of server */ etc etc etc... | |||
2004-02-24 | discover_interfaces doesn't run in multiple modes any more - kill unreachable | Henning Brauer | |
code, partitally server-only | |||
2004-02-24 | remove ill-advised interface discovery-scan, and require an interface to be | Henning Brauer | |
always given. theo agrees with removal, pb ok | |||
2004-02-23 | remove time_t related crud; henning ok | Theo de Raadt | |
2004-02-23 | remove allocation/storage/search code for subnets, shared networks, and | Henning Brauer | |
leases - it is server-only code. | |||
2004-02-23 | scrap dead code | Henning Brauer | |
2004-02-23 | dhclient always uses bpf on openbsd no matter what, it works, and we don't | Henning Brauer | |
need to fallback to their raw socket code suddenly dhclient is so fast... pb tested and sez ok | |||
2004-02-10 | at startup, before sending several DHCPDISCOVER and waiting ages for answers, | Henning Brauer | |
check the link state of the interface(s) in question and don't try on intrfaces that for sure have no link. interfaces with unknown linkstates are treated as if they had a link, not all drivers are capable of reporting linkstate upstream, and for some media there is no such thing as a link state. saves quite sme time when booting notebooks configured for dhcp without teh cable inserted... note that this is the not yet active copy of dhclient ok grange@ mcbride@ pb@ naddy@ | |||
2004-02-07 | whitespace police | Henning Brauer | |
2004-02-07 | more style fixes from Emil Mikulic <emikulic@dmr.ath.cx> | Henning Brauer | |
Thank you very much for this excellent work, it helps a lot. binary unchanged. I am still convinced dhclient can be made readable. | |||
2004-02-04 | $OpenBSD$, tedu | Henning Brauer | |
2004-02-04 | 8579 lines of KNF, ANSO and zap-junk diff without the resulting binary | Henning Brauer | |
changing by a single byte. partly from theo | |||
2004-01-26 | -we don't use SIOCGIFCONF any more, we use getifaddrs(). update comment. | Henning Brauer | |
-we don't need the socket any more either; remove. ok deraadt@ | |||
2004-01-18 | this is where dhclient will start surgery | Theo de Raadt | |