Age | Commit message (Expand) | Author |
2020-12-10 | Simplify '-i' handling, failing immediately during command line parsing | Kenneth R Westerback |
2020-12-06 | Oops. Missed chunk in previous. | Kenneth R Westerback |
2020-12-06 | fatal() immediately whem parsing command line option '-c' reveals a non-existant | Kenneth R Westerback |
2020-12-01 | Extract another couple of chunks from main() into helper functions, | Kenneth R Westerback |
2020-11-27 | Shuffle code relating to initializing the physical interface and the | Kenneth R Westerback |
2020-11-25 | When processing proposed static routes (inc. default route) ignore | Kenneth R Westerback |
2020-11-21 | No need to update ifi->state just before setting quit to TERMINATE. | Kenneth R Westerback |
2020-11-21 | No need to update resolv.conf when renewing a lease does not result in any | Kenneth R Westerback |
2020-11-21 | When REBOOT'ing it is necessary to apply_defaults() to the recorded | Kenneth R Westerback |
2020-11-20 | The default lease rebind time is 7 * (expiry/8), not 8 * (expiry/7). | Kenneth R Westerback |
2020-11-19 | Avoid spurious resolv.conf updates when | Kenneth R Westerback |
2020-11-18 | Recognize get_link_ifa() failure (a.k.a. "invalid interface") as a fatal error | Kenneth R Westerback |
2020-11-18 | No need to call get_hw_address() from interface_state() since the | Kenneth R Westerback |
2020-11-18 | Tweak debug messages around resolv.conf updating. | Kenneth R Westerback |
2020-11-06 | Remove the -L option. A debugging tool that is no longer required. | Kenneth R Westerback |
2020-11-06 | Add some debug output showing the exact network configuration | Kenneth R Westerback |
2020-07-31 | Ensure DECLINE messages always contain the address from the OFFER. | Kenneth R Westerback |
2020-07-17 | 'seonds' -> 'seconds'. | Kenneth R Westerback |
2020-07-07 | Revert r1.121 and rewrite merge_option_data() to achieve same effect | Kenneth R Westerback |
2020-06-03 | Simplify logic in add_route(), eliminating pointless code duplication and | Kenneth R Westerback |
2020-05-28 | A few stray 'ifa' overloadings. | Kenneth R Westerback |
2020-05-28 | Reduce 'ifa' overloading by renaming some parameters 'address'. | Kenneth R Westerback |
2020-05-28 | Reduce 'ifa' overloading by renaming proposal field from 'ifa' to | Kenneth R Westerback |
2020-05-26 | Wrap some overly long lines. | Kenneth R Westerback |
2020-05-26 | Nuke a superflous local array in release_lease(). | Kenneth R Westerback |
2020-05-21 | Rename various parameters and variables to eliminate misleading | Kenneth R Westerback |
2020-05-21 | extract_classless_route() -> extract_route() as there is only the one route | Kenneth R Westerback |
2020-05-21 | Rename route_in_rtstatic() to route_pos() to more clearly reflect its | Kenneth R Westerback |
2020-05-20 | Remove no longer necessary RTLEN. | Kenneth R Westerback |
2020-05-20 | Fix typo in comment. | Kenneth R Westerback |
2020-05-20 | Rename proposal{} fields rtstatic_len, rtsearch_len and rtdns_len to | Kenneth R Westerback |
2020-05-20 | Replace fixed 128-byte fields for search domains, static routes and | Kenneth R Westerback |
2020-05-19 | Eliminate imsg_propose{}, imsg_revoke{} and imsg_tell_unwind{} as | Kenneth R Westerback |
2020-05-15 | Shuffle and tweak code in lease_as_proposal() to allocate the proposal | Kenneth R Westerback |
2020-05-15 | Fix domain-search option processing. Testing one value and then using | Kenneth R Westerback |
2020-05-15 | Be more careful in extracting the uint16_t value of interface-mtu, and | Kenneth R Westerback |
2020-05-14 | Massage merge_option_data() to be more careful when dealing with 'D' | Kenneth R Westerback |
2020-05-13 | Repair 'domain-search' parsing broken in r1.191. | Kenneth R Westerback |
2020-05-13 | We don't count a terminating NUL in the length of option data. | Kenneth R Westerback |
2020-05-13 | Nuke a variable that is always set to 0. | Kenneth R Westerback |
2020-05-13 | No need to memcpy() into a string created by strdup(). | Kenneth R Westerback |
2020-05-09 | Shuffle and clarify logic creating the contents of resolv.conf. | Kenneth R Westerback |
2020-05-08 | Nuke unneeded 'inits' field in struct proposal. 'mtu' being 0 is enough of a ... | Kenneth R Westerback |
2020-05-08 | Nuke 'set but never used' addrs field in struct proposal. | Kenneth R Westerback |
2020-04-27 | If the DHCP server disappears between OFFER'ing and ACK'ing a lease, | Kenneth R Westerback |
2020-04-26 | Tighten up NAK handling. Inform unwind when the active lease is | Kenneth R Westerback |
2020-04-24 | Stray whitespace. | Kenneth R Westerback |
2020-04-21 | Send broadcast packets to INADDR_BROADCAST, not INADDR_ANY. | Kenneth R Westerback |
2020-04-09 | No need to check for NULL before free(). | Kenneth R Westerback |
2020-02-10 | briefly mention /etc/examples/ in the FILES section of all the | Ingo Schwarze |