Age | Commit message (Expand) | Author |
2004-05-04 | zap some spaces | Theo de Raadt |
2004-05-04 | privilege seperate dhclient. | Henning Brauer |
2004-04-18 | zap comment; han@mijncomputer.nl | Theo de Raadt |
2004-04-15 | more AUTHORS update; | Jason McIntyre |
2004-04-14 | get rif of the few dmalloc/dfree occurances that were left | Henning Brauer |
2004-04-14 | turns out more is obsolete now | Henning Brauer |
2004-04-14 | prototypes fixup | Henning Brauer |
2004-04-13 | unfortunately we have to wait a little if the nic does not have a link and | Henning Brauer |
2004-04-12 | spacing | Theo de Raadt |
2004-04-12 | simplify, from Han Boetes & pb@, theo ok | Henning Brauer |
2004-04-09 | remove some excess from AUTHORS, and slight update; | Jason McIntyre |
2004-04-08 | sync with reality, mostly from jmc | Henning Brauer |
2004-04-08 | fix usage(), jmc | Henning Brauer |
2004-04-08 | -l can overwrite the path to the leases file, noticed by millert | Henning Brauer |
2004-04-07 | reflect reality. with lots of help from jmc@ | Henning Brauer |
2004-04-07 | remove -D option which had no effect whatsover | Henning Brauer |
2004-04-07 | since we removed all the multiple interfaces crap, we now need a lease | Henning Brauer |
2004-04-07 | fix a logic botch in discover_interfaces that prevented dhclient to see | Henning Brauer |
2004-04-04 | Emil Mikulic pointed out there are two copies of this stuff (thanks!) ... | Jason McIntyre |
2004-03-05 | remove even more goo | Theo de Raadt |
2004-03-02 | more pruning; henning ok | Theo de Raadt |
2004-03-02 | use daemon(3) instead of homebrown gunk | Henning Brauer |
2004-03-02 | zap unused and empty functions and some glorious very much needed comments | Henning Brauer |
2004-03-02 | zap interface flags | Henning Brauer |
2004-03-02 | use arc4random(), markus ok | Henning Brauer |
2004-03-02 | we deal with one interface at a time, so remove the interface list gunk. | Henning Brauer |
2004-03-02 | if our interface vanishes (pcmcia and such), exit. | 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-25 | doesn't quite make sense to have a wrapper to a wrapper to the incredible | Henning Brauer |
2004-02-24 | not used | Henning Brauer |
2004-02-24 | whack unused token ring code and a few empty functions | Henning Brauer |
2004-02-24 | zap more unused crap | Henning Brauer |
2004-02-24 | bye bye | 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 | kill debug crap | Henning Brauer |
2004-02-24 | remove dynamic port gunk | Henning Brauer |
2004-02-24 | cut unreachable code | Henning Brauer |
2004-02-24 | cut more crap - no binary change | Henning Brauer |
2004-02-24 | kill pidfile gunk | Henning Brauer |
2004-02-24 | teach dhclient about another invention of the last century: getopt(3) | Henning Brauer |
2004-02-24 | remove ill-advised interface discovery-scan, and require an interface to be | Henning Brauer |
2004-02-24 | cut debug crap | Henning Brauer |
2004-02-23 | goodbye VOIDPTR | Henning Brauer |
2004-02-23 | scratch the PTRSIZE64 define, the gunk that was using it was in some of the | Henning Brauer |
2004-02-23 | remove time_t related crud; henning ok | Theo de Raadt |