Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
that explain us that "if (foo > 255) { error() } " ensures that foo is not bigger than 255 | |||
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 | |
fixes PR3648, test & ok pb | |||
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-25 | doesn't quite make sense to have a wrapper to a wrapper to the incredible | Henning Brauer | |
amount of ~ 20 lines of code in their own file... and another one bites the dust | |||
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 | |
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 | 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 | |
also fix usage() that was a big lie pb sez ok | |||
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-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 | |
files killed in the last hour | |||
2004-02-23 | remove time_t related crud; henning ok | Theo de Raadt | |
2004-02-23 | remove prototypes we don't implement | Henning Brauer | |
2004-02-23 | not used not needed | Henning Brauer | |
2004-02-23 | remove allocation/storage/search code for subnets, shared networks, and | Henning Brauer | |
leases - it is server-only code. | |||
2004-02-23 | -sparc64 is always 64bit on openbsd | Henning Brauer | |
-add amd64 | |||
2004-02-23 | scrap dead code | Henning Brauer | |
2004-02-23 | no token ring | Henning Brauer | |
2004-02-23 | remove a bunch of unused defines | 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-14 | lotsa KNF, no binary change | Henning Brauer | |
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-08 | fix preprocessor syntax; ok henning@ | Christian Weisgerber | |
2004-02-07 | it's a little sad that this beast has only one asprintf, and that one | Henning Brauer | |
just mimics a strdup... so make it a strdup. spotted by theo | |||
2004-02-07 | some pretty. ok henning | Ted Unangst | |
2004-02-07 | shut it up a bit more | Henning Brauer | |
2004-02-07 | zap stupid message | Henning Brauer | |
2004-02-07 | KNF | Henning Brauer | |
2004-02-07 | more KNF From: Emil Mikulic <emikulic@dmr.ath.cx> | Henning Brauer | |
great job. no binary change. | |||
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. |