Age | Commit message (Expand) | Author |
2006-12-28 | please lint | Theo de Raadt |
2006-12-28 | parenthesis not needed here; consistent with usage in other areas. | Kevin Steves |
2006-12-28 | small knf (extra space, newline) | Kevin Steves |
2006-12-28 | no extra "\n" in note(); ok krw@ henning@ | Kevin Steves |
2006-12-27 | Since we only have the single global struct interface_info, we | Kenneth R Westerback |
2006-12-26 | Our dhclient only handles one interface. Simplify code by using the | Kenneth R Westerback |
2006-12-26 | There must be no alias address set, so check ifi->client->alias | Moritz Jodeit |
2006-12-18 | this is clearer and consistent with other areas; ok henning@ | Kevin Steves |
2006-12-17 | remove ASSERT_STATE() macro which is a NOOP, no binary change; ok henning@ | Kevin Steves |
2006-12-15 | KNF | Kevin Steves |
2006-11-27 | correct comment | Kevin Steves |
2006-09-24 | No point in checking for a NULL ifi after we've used it. Plus ifi is | Kenneth R Westerback |
2006-08-31 | adjust link detection further: if no link, bring interface up and check | Theo de Raadt |
2006-08-29 | some net if devices do not media negotiate (for link) until brought up. | Theo de Raadt |
2006-06-16 | always change the working directory of the priv child to the root | Reyk Floeter |
2006-06-01 | Don't treat the addition of a dhclient.conf 'alias{}' address as an | Kenneth R Westerback |
2006-05-31 | Fix 'special value 0 requests that dhclient not wait for a link state | Kevin Steves |
2006-05-08 | add 'link-timeout n' seconds option to grammer, from fkr@hazardous.org | Theo de Raadt |
2006-03-06 | convert permanent privilege revocation to use setresuid/setresgid; | Damien Miller |
2005-10-26 | put the 100% right r1.79 back in, that is still as right as it was the first | Henning Brauer |
2005-08-27 | backout unapproved diff | Theo de Raadt |
2005-08-25 | when we get an invalid hostname in an option, bitching a moaning is ok, | Henning Brauer |
2005-08-07 | Simplify code by calling error() from inside buf_* functions rather | Kenneth R Westerback |
2005-08-02 | Rip out code dealing with multiple/nested interfaces. Each instance of | Kenneth R Westerback |
2005-07-16 | Eliminate unnecessary 'code' field from struct option. Make | Kenneth R Westerback |
2005-07-13 | minor knf | Theo de Raadt |
2005-07-13 | Repair/rationalize option handling to ensure valid option section is | Kenneth R Westerback |
2005-07-09 | Clean out a few more unused/uninitialized variables. | Kenneth R Westerback |
2005-07-08 | Eliminate unused code and associated parameters. | Kenneth R Westerback |
2005-07-07 | Eliminate unused code and associated parameter. | Kenneth R Westerback |
2005-07-07 | Eliminate tree_cache structure in favour of option_data. Eliminate | Kenneth R Westerback |
2005-07-07 | Expunge two unused fields (buf_size, timeout) in tree_cache structure. | Kenneth R Westerback |
2005-05-29 | robustness against malformed snames. | marius eriksen |
2005-04-08 | protect read() on rtsock against interruptions by signal, foudn with djm | Henning Brauer |
2005-04-02 | spacing | Theo de Raadt |
2005-04-02 | fix indentation both, michael knudsen | Henning Brauer |
2005-04-02 | allow _ in hostnames, but complain since this is not legal, but there is | Henning Brauer |
2005-02-06 | "no link .got link" => "no link .... got link". i.e. always display | Kenneth R Westerback |
2004-12-05 | extend window of "ignoring route messages on the socket" for 10 seconds | Theo de Raadt |
2004-11-25 | Ignore 0.0.0.0 in RTM_NEWADDR messages as these messages are generated by | Claudio Jeker |
2004-09-15 | use ftello() instead of ftell() where better | Theo de Raadt |
2004-09-15 | no \n in error() calls and minor KNF, from Moritz Jodeit <moritz@jodeit.org> | Henning Brauer |
2004-08-30 | Avoid spinning if the server gives us a bogus zero lease time, by | Otto Moerbeek |
2004-07-07 | make the shell script execution window 3 seconds. i really need to find | Theo de Raadt |
2004-06-23 | better dead detect window code; still crap | Theo de Raadt |
2004-06-22 | horrid horrid horrid. we have a race window where we, ourselves, do an | Theo de Raadt |
2004-06-22 | do not exit on RTM_DELADDR, dhclient can cause this itself under some rare | Henning Brauer |
2004-06-03 | fall back to "nobody" when the _dhcp user is not available, theo bob ok | Henning Brauer |
2004-05-13 | when trying to rewrite the lease file, and if the lease file is already | Henning Brauer |
2004-05-08 | unbreak | Henning Brauer |