Age | Commit message (Expand) | Author |
2009-03-31 | claudio has spent too much time with the mbuf macros. | David Gwynne |
2009-03-10 | Add 6-byte MAC address to the log entries for DHCP ACK/NAK/OFFER. | Kenneth R Westerback |
2009-02-01 | Let this compile with gcc2. | Miod Vallat |
2009-01-28 | use claudios new rtsocket filters to restrict which messages on the route | David Gwynne |
2009-01-10 | Use the kernel set ifam_hdrlen so that ABI changes won't cause older | Claudio Jeker |
2008-06-07 | stop spurious "got link" which nooone noticed, but everyone should have; ok krw | Theo de Raadt |
2008-05-26 | If an interface has no link at startup, try to force it up, and then | Theo de Raadt |
2008-05-09 | - don't give up when the link is not available on startup: dhclient | Reyk Floeter |
2008-03-12 | Code was not passing script exit status; fix with macro. | Hugh Graham |
2007-10-16 | sync the synopsis and usage of commands | Igor Sobrado |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-08-14 | make default_lease_time a #define; ok krw@ henning@ | Kevin Steves |
2007-07-18 | eliminate duplicate code to open lease file and just open at | Kevin Steves |
2007-06-02 | safer snprintf construct with more paranoid length calculation | Peter Valchev |
2007-02-25 | No point in using zero'd fields in the parsed options. Use the options | Kenneth R Westerback |
2007-02-25 | remove unused/dangling prototypes and comment reference; | Kevin Steves |
2007-02-13 | move includes only needed in dhclient.c; ok henning@ | Kevin Steves |
2007-02-13 | error check socket() return; ok henning@ | Kevin Steves |
2007-01-29 | Don't malloc memory to store option data in leases, just appropriate | Kenneth R Westerback |
2007-01-27 | We only poll on the bpf fd and the routing socket fd. No need for | Kenneth R Westerback |
2007-01-25 | Cleanup some more code. Eliminate dhcp(), bootp(), parse_options() by | Kenneth R Westerback |
2007-01-16 | More cleanup. Eliminate 'struct packet' by cleverly passing as | Kenneth R Westerback |
2007-01-11 | Since bootp_packet_handler is always set to do_packet before we | Kenneth R Westerback |
2007-01-04 | Eliminate the 'len' parameter from send_packet() since it always | Kenneth R Westerback |
2007-01-04 | Another round of cleanup. There is only one instance of struct | Kenneth R Westerback |
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 |