Age | Commit message (Expand) | Author |
2010-10-23 | make sure an interface is registered before we start using it | Peter Hessler |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-07-02 | garbage collect an unused function; ok claudio | Theo de Raadt |
2010-06-02 | Have dhclient obey the interface's rdomain, instead of doing routes on | Peter Hessler |
2009-11-26 | Silence dhclient by immediately exiting if the interface doesn't exist | Kenneth R Westerback |
2009-06-06 | Nuke debug() unless DEBUG is defined. Elminates debug output from | Kenneth R Westerback |
2009-02-19 | '(ifi->linkstat && ifi && ifi->rfdesc != -1)' is flawed. Swap the | Kenneth R Westerback |
2008-05-26 | If an interface has no link at startup, try to force it up, and then | Theo de Raadt |
2008-05-09 | - don't give up when the link is not available on startup: dhclient | Reyk Floeter |
2007-11-12 | dont spew debug output when the SIOCGIFMEDIA ioctl errors with ENOTTY. | David Gwynne |
2007-02-14 | use errwarn functions vs. syslog(); ok henning@ krw@ | Kevin Steves |
2007-01-27 | We only poll on the bpf fd and the routing socket fd. No need for | Kenneth R Westerback |
2007-01-11 | Since bootp_packet_handler is always set to do_packet before we | Kenneth R Westerback |
2007-01-04 | Another round of cleanup. There is only one instance of struct | Kenneth R Westerback |
2006-12-26 | Our dhclient only handles one interface. Simplify code by using the | Kenneth R Westerback |
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 |
2005-05-24 | no more 'ifconfig $if 0.0.0.0 up' only 'ifconfig $if up' since dhclient | Todd T. Fries |
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 |
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 |
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 |
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 |
2004-02-24 | discover_interfaces doesn't run in multiple modes any more - kill unreachable | Henning Brauer |
2004-02-24 | remove ill-advised interface discovery-scan, and require an interface to be | Henning Brauer |
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 |
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 |
2004-02-10 | at startup, before sending several DHCPDISCOVER and waiting ages for answers, | Henning Brauer |
2004-02-07 | whitespace police | Henning Brauer |
2004-02-07 | more style fixes from Emil Mikulic <emikulic@dmr.ath.cx> | Henning Brauer |
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 |
2004-01-26 | -we don't use SIOCGIFCONF any more, we use getifaddrs(). update comment. | Henning Brauer |
2004-01-18 | this is where dhclient will start surgery | Theo de Raadt |