Age | Commit message (Expand) | Author |
2010-10-23 | make sure an interface is registered before we start using it | Peter Hessler |
2010-10-15 | Add and ignore DHCP option 66/0x42 TFTP server name. | Jonathan Gray |
2010-10-08 | use the right capitalization in the Nd strings. | Igor Sobrado |
2010-09-24 | Make it possible to use "dhclient egress" to refetch a lease without | Claudio Jeker |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-07-02 | garbage collect an unused function; ok claudio | Theo de Raadt |
2010-06-26 | malloc/strlcpy -> strdup. Apparently I forgot to commit this one with | Kenneth R Westerback |
2010-06-26 | Whitespace. | Kenneth R Westerback |
2010-06-02 | Have dhclient obey the interface's rdomain, instead of doing routes on | Peter Hessler |
2010-04-04 | Add some ipv6 hooks the isc code expects for dhcpv6. | Jonathan Gray |
2010-03-25 | be more strict in check_option(). | Kevin Steves |
2009-11-26 | Silence dhclient by immediately exiting if the interface doesn't exist | Kenneth R Westerback |
2009-11-12 | Make sure we have enough space for the trailing \0 on prepend/append | Jonathan Gray |
2009-07-19 | use addr_eq() where we can; ok krw@ | Kevin Steves |
2009-06-12 | state_panic() tries the active then other valid leases by setting the | Kevin Steves |
2009-06-06 | Nuke debug() unless DEBUG is defined. Elminates debug output from | Kenneth R Westerback |
2009-06-03 | Use the new powerful route flush to clean up the mess. With this multiple | Claudio Jeker |
2009-06-03 | remove unneeded ARGSUSED; ok krw@ henning@ | Kevin Steves |
2009-05-27 | add missing else; from ISC. | Kevin Steves |
2009-05-25 | log the reason before we die in routehandler(); ok krw@ henning@ | Kevin Steves |
2009-05-20 | Do not fall back to using nobody if _user is missing, but | Thordur I. Bjornsson |
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-19 | '(ifi->linkstat && ifi && ifi->rfdesc != -1)' is flawed. Swap the | 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-24 | improve indentation without wasting space on the install media; | Igor Sobrado |
2009-01-24 | Improve comment about resolv.conf creation. Prodded by sobrado@. | Kenneth R Westerback |
2009-01-10 | Use the kernel set ifam_hdrlen so that ABI changes won't cause older | Claudio Jeker |
2008-10-05 | - talk about the "client configuration script" consistenly | Jason McIntyre |
2008-10-05 | Oops. Missed one typo jmc@ spotted. | Kenneth R Westerback |
2008-10-05 | Clarify discussion of option modifiers. They only affect values passed | Kenneth R Westerback |
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-11-12 | dont spew debug output when the SIOCGIFMEDIA ioctl errors with ENOTTY. | David Gwynne |
2007-10-16 | sync the synopsis and usage of commands | Igor Sobrado |
2007-10-16 | "script" does not belong in the lease declaration section; | Jason McIntyre |
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-08-11 | Kill a couple of 'echo' statements that can never produce visible | Kenneth R Westerback |
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-05-31 | fix a funny memory miscalculation bug in options parsing | Peter Valchev |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-03-02 | caret missing, From: "Matthew R. Dempsky" <mrd@alkemio.org> | Henning Brauer |
2007-03-02 | and the second use of the spaces array might overflow too, in another | Henning Brauer |
2007-03-02 | If a syntax error is found past 80 columns, parse_warn accessed memory | Henning Brauer |
2007-02-25 | No point in using zero'd fields in the parsed options. Use the options | Kenneth R Westerback |