Age | Commit message (Expand) | Author |
2013-02-23 | Attempt a short explanation of the resolv.conf dance. A few other | Kenneth R Westerback |
2013-02-22 | Attempt a short explanation of what happens on start up and when | Kenneth R Westerback |
2013-02-22 | Document signals dhclient currently pays attention to. | Kenneth R Westerback |
2013-02-21 | Use imsg_flush() to force delivery of IMSG_DELETE_ADDRESS to | Kenneth R Westerback |
2013-02-20 | Nuke unused imsg_resolv_conf struct and declaration for non-existant function... | Kenneth R Westerback |
2013-02-19 | Cancel any outstanding protocol timeout when a link goes away. When | Kenneth R Westerback |
2013-02-18 | Don't delete permanent arp cache entries when clearing the arp | 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-17 | Kill a magic number. 0 -> RTP_NONE for priority in constructing routing | Kenneth R Westerback |
2013-02-17 | dhclient-script did 'route -q $rdomain add $new_ip_address 127.0.0.1'. | Kenneth R Westerback |
2013-02-17 | Put the processes in the routing domain of the interface. Tweak | Kenneth R Westerback |
2013-02-16 | Remove accidentally committed debug statement ("Got RTM_IFINFO"). | Kenneth R Westerback |
2013-02-15 | Take more care to use the correct xid, rather than packet garbage. | Kenneth R Westerback |
2013-02-15 | Make code a tad less obscure by using sizeof() actual variable being | Kenneth R Westerback |
2013-02-15 | Even if no one uses it, record the seconds since we started in the | Kenneth R Westerback |
2013-02-15 | Unbreak DISCOVER by initializing xid from correct field. | Kenneth R Westerback |
2013-02-15 | Don't leak routing socket fd if getting the default route fails. | Kenneth R Westerback |
2013-02-14 | When an interface generates an RTM_IFINFO message, it may be as the | Kenneth R Westerback |
2013-02-14 | Don't rely on the packet buffer (client->packet) being preserved between | Kenneth R Westerback |
2013-02-13 | Restore previous behaviour of not cleaning up in response to SIGTERM. | Kenneth R Westerback |
2013-02-09 | As tedu@ pointed out a while ago, it makes little sense to discard | Kenneth R Westerback |
2013-02-09 | get the format of the various options in this file right and, along | Jason McIntyre |
2013-02-03 | Remove unused (a.k.a. always passed NULL) parameter 'data' from | Kenneth R Westerback |
2013-02-03 | Use RTM_GET rather than the sysctl/scan all routes dance to obtain | Kenneth R Westerback |
2013-02-02 | Expunge unused variables and pointless construction of same in | Kenneth R Westerback |
2013-02-02 | Fix resolv.conf magic. Add identifying comment to generated resolv.conf | Kenneth R Westerback |
2013-02-02 | Dereference correct pointer. Fix crash when checking whether resolv.conf | Kenneth R Westerback |
2013-02-01 | do not leak dn if there is no resolv.conf contents; found by llvm | Florian Obser |
2013-02-01 | always initialize cur_time; found by llvm | Florian Obser |
2013-02-01 | do not leak lease in error path; found by llvm | Florian Obser |
2013-02-01 | Increment size of buffer to accomodate terminating NUL *after* using | Kenneth R Westerback |
2013-02-01 | Handle a non-existant resolv.conf.tail without issuing an error | Kenneth R Westerback |
2013-02-01 | Write out resolv.conf only if the default route is under the control | Kenneth R Westerback |
2013-01-27 | Refactor code a bit. Calculate resolv.conf contents once when binding a | Kenneth R Westerback |
2013-01-26 | Oops. Restore "no domain-name, no domain-name-seervers means don't | Kenneth R Westerback |
2013-01-26 | Read /etc/resolv.conf.tail once on startup and save contents for | Kenneth R Westerback |
2013-01-26 | Whitespace tweaks. | Kenneth R Westerback |
2013-01-22 | Whitespace nit. Better error messages. | Kenneth R Westerback |
2013-01-19 | be more explicit about default file locations; ok krw | Jason McIntyre |
2013-01-18 | tweak -L; ok krw | Jason McIntyre |
2013-01-18 | -L before -l; | Jason McIntyre |
2013-01-18 | Change a bunch of error()'s to warning()'s in the dispatch loop. | Kenneth R Westerback |
2013-01-18 | Add command line option '-L' that specifies an optional file into which | Kenneth R Westerback |
2013-01-17 | Try harder to clear out default routes on the interface being | Kenneth R Westerback |
2013-01-16 | Unrevert last reversion. otto@ pointed out that it wasn't asprintf() | Kenneth R Westerback |
2013-01-16 | Revert last. asprintf() breaks something. | Kenneth R Westerback |
2013-01-16 | Use the magic of asprintf() to produce more informative error | Kenneth R Westerback |
2013-01-16 | Don't tell the priviledged process to discard active_addr if there is | Kenneth R Westerback |