Age | Commit message (Expand) | Author |
2021-03-28 | Now that the real time and monotonic time streams don't | Kenneth R Westerback |
2021-03-04 | Add sys/queue.h to the include list since imsg.h needs it. Currently | Claudio Jeker |
2021-02-24 | Remove incomplete/incorrect connection with autoconf, clearing ground | Kenneth R Westerback |
2021-02-01 | dhclient(8): default_route_index(): poll(2) -> ppoll(2) | cheloha |
2020-11-25 | When processing proposed static routes (inc. default route) ignore | 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-19 | Avoid spurious resolv.conf updates when | Kenneth R Westerback |
2020-11-18 | Tweak debug messages around resolv.conf updating. | Kenneth R Westerback |
2020-11-06 | Add some debug output showing the exact network configuration | 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-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 | Be more careful in extracting the uint16_t value of interface-mtu, and | 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 |
2019-11-22 | Polish logic talking to unwind. | Kenneth R Westerback |
2019-11-22 | DNS Proposals are treated as replacements in unwind now. | Florian Obser |
2019-11-19 | Inform unwind about DNS servers it finds in leases. | Kenneth R Westerback |
2019-11-06 | Correct the logic deciding when to write resolv.conf. | Kenneth R Westerback |
2019-10-31 | Constrain and correct the routes being deleted when applying a new | Kenneth R Westerback |
2019-08-01 | Don't leak resolv.conf contents. | Kenneth R Westerback |
2019-07-30 | Use AUTOCONF4 flag. Set the flag on startup. But if the flag is | Kenneth R Westerback |
2019-07-26 | Whitespace tweak, fold long line. | Kenneth R Westerback |
2019-06-30 | getifaddrs() returns -1. | Kenneth R Westerback |
2019-05-17 | Don't put dhclient into a loop when interface-mtu is present | Kenneth R Westerback |
2019-05-10 | Make it possible to switch between wireless and physical interfacs | Sebastian Benoit |
2019-02-23 | Correct comment on delete_addresses() return value. | Kenneth R Westerback |
2019-02-23 | Restore pre-a2k19 behaviour of clearing out all existing addresses | Kenneth R Westerback |
2019-02-12 | Restructure code to simplifiy imsg communications, further separating | Kenneth R Westerback |
2019-01-26 | Zap trailing space that stuck its head up. | Kenneth R Westerback |
2019-01-10 | "AF_* values are *almost* always the correct choice, particularly with | Kenneth R Westerback |
2018-06-13 | Add a cloning direct route to the default route gateway when the | Kenneth R Westerback |
2018-02-06 | Flip -q (be quiet) into -v (be noisy), making terseness the default | Kenneth R Westerback |
2017-10-23 | Use 'for (;;)' instead of a mix of "while (1) {}" and | Kenneth R Westerback |
2017-09-20 | Tweak, shorten, use more consistant verbiage. | Kenneth R Westerback |
2017-09-20 | Make log messages more informative by using the | Kenneth R Westerback |
2017-09-20 | Use consistant simple verbiage when SIOC* ioctl's fail. | Kenneth R Westerback |
2017-09-20 | Wrong captilization, long lines. | Kenneth R Westerback |
2017-09-17 | Create global 'log_procname' and set it to '<ifname>' or | Kenneth R Westerback |
2017-09-15 | Use a poll() loop when trying read the default route from | Kenneth R Westerback |