Age | Commit message (Expand) | Author |
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 |
2017-09-14 | Strive to rationalize fatal[x]() usage and | Kenneth R Westerback |
2017-09-09 | Tweak extract_classless_route() to return unsigned int | Kenneth R Westerback |
2017-09-08 | Tweak route_in_rtstatic() to return the position of the | Kenneth R Westerback |
2017-08-31 | Don't delete v4 routes that are going to be | Kenneth R Westerback |
2017-08-29 | Add a utility function extract_classless_route() and | Kenneth R Westerback |
2017-08-26 | Since we no longer try to uniquely label routes added | Kenneth R Westerback |
2017-08-26 | Remove inadvertantly included param names in | Kenneth R Westerback |
2017-08-26 | Change currently unused populate_rti_info() with | Kenneth R Westerback |
2017-08-18 | Truncating a file and then deciding not to change its | Kenneth R Westerback |
2017-08-14 | Try for consistency in sizeof() usage. | Kenneth R Westerback |
2017-08-12 | Stop trying to outfox the routing table | Kenneth R Westerback |
2017-08-10 | Add IMSG_SET_RESOLV_CONF and keep the cached contents | Kenneth R Westerback |
2017-08-09 | Stop obsessively flushing the imsg connection. Just | Kenneth R Westerback |
2017-08-08 | Rename resolv_conf_priority() to default_route_index() to | Kenneth R Westerback |
2017-08-08 | KNF some long lines. | Kenneth R Westerback |
2017-08-06 | Simplify logic seeking/checking the interface over | Kenneth R Westerback |
2017-08-05 | Factor out get_routes() to do the sysctl() dance | Kenneth R Westerback |
2017-08-05 | Bring route creation into line with what route(8) does. In | Kenneth R Westerback |
2017-08-05 | Don't delete the address/netmask that is about to be | Kenneth R Westerback |
2017-08-04 | Do not attempt to parse zero'd input buffer after | Kenneth R Westerback |
2017-08-03 | Whitespace. | Kenneth R Westerback |
2017-08-03 | Flush static (RTF_STATIC) routes and not just | Kenneth R Westerback |
2017-08-02 | Delete duplicated switch {} case: block. | Kenneth R Westerback |
2017-07-30 | Use effective_proposal data to build resolv.conf contents. | Kenneth R Westerback |
2017-07-30 | Use effective_proposal data to set mtu and address. | Kenneth R Westerback |
2017-07-29 | Default routes supplied via DHO_CLASSLESS[_MS]_STATIC_ROUTES | Kenneth R Westerback |
2017-07-27 | Kill extra whitespace that snuck in. | Kenneth R Westerback |
2017-07-27 | Fold add_direct_route(), add_default_route() and | Kenneth R Westerback |
2017-07-26 | Fix add_default_route() so -iface routes are actually | Kenneth R Westerback |
2017-07-24 | Throw DHO_STATIC_ROUTES to the floor! Roughly! Ensure | Kenneth R Westerback |
2017-07-24 | Shuffle some declarations and functions into the only | Kenneth R Westerback |
2017-07-24 | Move invocations of flush_routes() and delete_addresses() from | Kenneth R Westerback |
2017-07-24 | Unify ROUNDUP macros for parsing route messages. | friehm |
2017-07-23 | Cease pretending to support option 33 (classFULL static routes). They | Kenneth R Westerback |