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-22 | delete prototypes for functions that don't exist | Kevin Steves |
2006-12-18 | remove statement for send parameter: "except that the client can | Kevin Steves |
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-17 | fix comment | Kevin Steves |
2006-12-16 | make /sbin/dhclient-script consistent with other paths; ok henning@ | Kevin Steves |
2006-12-15 | KNF | Kevin Steves |
2006-12-15 | typo in comment | Kevin Steves |
2006-11-27 | correct comment | Kevin Steves |
2006-11-27 | Recognize when we are sending to a unicast destination IP address and | Kevin Steves |
2006-11-27 | remove invalid comment | Kevin Steves |
2006-11-22 | sync dhclient and dhcpd parse.c areas where we can. | Kevin Steves |
2006-11-22 | fix some warning messages and comments in parse_date(); ok henning@ | Kevin Steves |
2006-11-21 | remove spurious ; after bracket, no binary change | Kevin Steves |
2006-11-21 | remove unused #defines, no binary change; ok henning@ | Kevin Steves |
2006-11-21 | re-order includes and eliminate duplicates, no binary change; ok henning@ | 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 | 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 |
2006-06-16 | always change the working directory of the priv child to the root | Reyk Floeter |
2006-06-03 | Use ifconfig delete/alias conforming with the man page. | Marco Pfatschbacher |
2006-06-02 | backoff-cutoff defaults to 15 seconds; ok henning@ | Kevin Steves |
2006-06-01 | '-alias' is deprecated. Use 'delete' in ifconfig statements. | Kenneth R Westerback |
2006-06-01 | Don't treat the addition of a dhclient.conf 'alias{}' address as an | Kenneth R Westerback |
2006-05-31 | clarify link-timeout default as seconds; ok jmc@ | Kevin Steves |
2006-05-31 | Fix 'special value 0 requests that dhclient not wait for a link state | Kevin Steves |
2006-05-15 | whitespace cleanup | Felix Kronlage |
2006-05-09 | new sentence, new line; | Jason McIntyre |
2006-05-09 | spelling | Theo de Raadt |
2006-05-08 | add 'link-timeout n' seconds option to grammer, from fkr@hazardous.org | Theo de Raadt |
2006-04-20 | adjust comments as to what keywords are legal; from fkr | Theo de Raadt |
2006-04-18 | cleanup keyword lookup for the lexer, and remove keywords not valid in | Theo de Raadt |
2006-03-06 | convert permanent privilege revocation to use setresuid/setresgid; | Damien Miller |
2006-02-01 | NTP is described by RFC 1305, not 1035; | Jason McIntyre |
2005-11-26 | enable the bpf filter-drop option in dhclient | Reyk Floeter |
2005-10-26 | put the 100% right r1.79 back in, that is still as right as it was the first | Henning Brauer |
2005-10-07 | Don't display errno message when errno isn't set. | Pedro Martelletto |
2005-09-30 | deploy .An -nosplit; ok jmc | Jared Yanovich |
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-22 | Fix problems with some Linksys DHCP servers (and probably others) by | Kenneth R Westerback |
2005-08-08 | re-add write() error check in buf_close(). ok henning@ | Moritz Jodeit |