Age | Commit message (Expand) | Author |
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 |