Age | Commit message (Expand) | Author |
2014-05-05 | Zap trailing whitespace. Started by pointed comments from andre@. | Kenneth R Westerback |
2014-02-18 | Do not create the default dhcp-client-identifier if an empty string | Kenneth R Westerback |
2014-02-09 | Don't use imsg_flush(), roll a local flush_unpriv_ibuf() that loops | Kenneth R Westerback |
2013-12-08 | Reduce in_addr memcpy() dances by simply using assignments where the source | Kenneth R Westerback |
2013-12-06 | Having stopped pretending we handle anything but ethernet packets, | Kenneth R Westerback |
2013-12-05 | Use destination size as size of memcpy(). Use <in_addr> rather than | Kenneth R Westerback |
2013-12-04 | More memcpy() stylistic repairs and size checks. | Kenneth R Westerback |
2013-11-16 | Fix msgbuf_write() usage. | Kenneth R Westerback |
2013-11-11 | Shuffle function prototypes and extern declarations around to | Kenneth R Westerback |
2013-07-06 | Zap leading whitespace. | Kenneth R Westerback |
2013-07-05 | Zap trailing whitespace. | Kenneth R Westerback |
2013-05-10 | Fix subnet check. Check our rdomain against the rdomains of the other | Kenneth R Westerback |
2013-05-02 | Bunch of comment/whitespace cleanup. Eliminate some misleading or | Kenneth R Westerback |
2013-04-05 | Nuke parameter to do_packet() not used since 2006. From dhill. | Kenneth R Westerback |
2013-03-22 | Ignore client-identifier option in leases from a server. They're not supposed | Kenneth R Westerback |
2013-02-18 | Rework log messages to be more useful. Rename | Kenneth R Westerback |
2013-02-17 | Using the value SIGQUIT to cause the dispatch loops to exit produced | Kenneth R Westerback |
2013-02-17 | Suppress some pointless debugging message: | Kenneth R Westerback |
2013-02-14 | When an interface generates an RTM_IFINFO message, it may be as the | Kenneth R Westerback |
2013-02-13 | Restore previous behaviour of not cleaning up in response to SIGTERM. | Kenneth R Westerback |
2013-01-18 | Change a bunch of error()'s to warning()'s in the dispatch loop. | Kenneth R Westerback |
2012-12-29 | Make HUP to either one of the processes cause a restart that will | Kenneth R Westerback |
2012-12-04 | Eliminate hand-rolled pseudo-strerror() %m strangeness by replacing | Kenneth R Westerback |
2012-11-24 | Don't segfault if no subnet-mask is provided, or is marked 'ignore' | Kenneth R Westerback |
2012-11-23 | Use the libutil imsg framework rather than a hand-rolled local | Kenneth R Westerback |
2012-11-08 | Remove confusing extra address abstraction 'struct iaddr'. Just use | Kenneth R Westerback |
2012-11-07 | Use memset() consistently rather than tossing in a few bzero()'s. | Kenneth R Westerback |
2012-11-07 | Use memcpy() consistently rather than tossing in a few bcopy()'s. | Kenneth R Westerback |
2012-11-04 | Properly clear the UP flag while forcing the interface down/up | Stefan Sperling |
2012-11-02 | Watch the non-privileged end of the pipe to the privileged child | Kenneth R Westerback |
2012-10-30 | Nuke dhclient-script and dhclient.conf 'script' directive. Do all | Kenneth R Westerback |
2012-10-11 | Remove the new (as of r1.56) line of code which updates ifi->linkstat in | Stuart Henderson |
2012-09-18 | Don't accept leases that offer a subnet that is already configured | Kenneth R Westerback |
2012-09-17 | De-obfuscate and update reality correspondance of some comments. | Kenneth R Westerback |
2012-09-01 | Nuke a static global I can't get my head around - interfaces_invalidated. | Kenneth R Westerback |
2012-08-26 | Junk global cur_time, and use time(NULL) or local variables where | Kenneth R Westerback |
2012-08-18 | Update global cur_time after exiting poll() and before calling the | Kenneth R Westerback |
2012-07-26 | Make interface_status() assume that a link is up when IFM_AVALID | Kenneth R Westerback |
2012-07-09 | Terminate with extreme prejudice the multiple timeout queuing | Kenneth R Westerback |
2012-06-24 | Nuke interface_link_status() (check media status only) and use | Kenneth R Westerback |
2012-06-22 | Two 'ioctl() < 0' -> 'ioctl() == -1'. guenther@ says they're odd. | Kenneth R Westerback |
2010-10-23 | make sure an interface is registered before we start using it | Peter Hessler |
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-02 | Have dhclient obey the interface's rdomain, instead of doing routes on | Peter Hessler |
2009-11-26 | Silence dhclient by immediately exiting if the interface doesn't exist | Kenneth R Westerback |
2009-06-06 | Nuke debug() unless DEBUG is defined. Elminates debug output from | Kenneth R Westerback |
2009-02-19 | '(ifi->linkstat && ifi && ifi->rfdesc != -1)' is flawed. Swap the | Kenneth R Westerback |
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 |