Age | Commit message (Expand) | Author |
2020-11-21 | No need to update resolv.conf when renewing a lease does not result in any | 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-20 | Remove no longer necessary RTLEN. | 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-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 |
2019-11-22 | Polish logic talking to unwind. | Kenneth R Westerback |
2019-11-19 | Inform unwind about DNS servers it finds in leases. | Kenneth R Westerback |
2019-02-12 | Restructure code to simplifiy imsg communications, further separating | Kenneth R Westerback |
2019-01-19 | Since dhclient no longer tries to clean up when exiting, there is no | Kenneth R Westerback |
2019-01-19 | IMSG_HUP -> IMSG_RESTART. sendhup() -> sendrestart. | Kenneth R Westerback |
2017-08-31 | Don't delete v4 routes that are going to be | Kenneth R Westerback |
2017-08-13 | Simplify HUP handling now that proper error | 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-08 | Rename resolv_conf_priority() to default_route_index() to | Kenneth R Westerback |
2017-08-05 | Bring route creation into line with what route(8) does. In | Kenneth R Westerback |
2017-07-30 | Use effective_proposal data to build resolv.conf contents. | Kenneth R Westerback |
2017-07-27 | Fold add_direct_route(), add_default_route() and | Kenneth R Westerback |
2017-07-24 | Shuffle some declarations and functions into the only | Kenneth R Westerback |
2017-07-23 | Cease pretending to support option 33 (classFULL static routes). They | Kenneth R Westerback |
2017-07-22 | Rename *_add_address to *_set_address to reflect that the | Kenneth R Westerback |
2017-07-21 | s/set_interface_mtu/set_mtu/g | Kenneth R Westerback |
2017-07-10 | Use ioctlfd/routefd sockets rather than rolling one's own | Kenneth R Westerback |
2017-07-08 | Always use uintNN_t instead of sometimes u_intNN_t | Kenneth R Westerback |
2017-07-07 | dispatch_imsg() only needs to know name and rdomain. | Kenneth R Westerback |
2017-07-01 | Eliminate multiple socket openings/closings and pass | Kenneth R Westerback |
2017-06-28 | Only pass required fields of interface_info to priv_* functions | Kenneth R Westerback |
2017-06-28 | Stop trying to clean up addresses, routes and "-L" file | Kenneth R Westerback |
2017-06-24 | Tweak handling of HUP and new LLADDR. Just use expose and use sighup() | Kenneth R Westerback |
2017-06-24 | Use a local variable rather than a global flag to record | Kenneth R Westerback |
2017-06-23 | Take reyk's imsg resolv.conf improvements of a while ago to their | Kenneth R Westerback |
2017-04-11 | Shuffle route/interface changing functions together into kroute.c. Try to | Kenneth R Westerback |
2017-04-10 | Rework -L logic to use the idiom used in handling the leases file. | Kenneth R Westerback |
2017-03-08 | Shuffle, shuffle, shuffle. | Kenneth R Westerback |
2016-09-02 | Kill 'ifi' global. | Martin Pieuchot |
2016-08-23 | Make the 'ifi' global local to dhclient.c and pass it as an argument to | Martin Pieuchot |
2016-07-20 | Shrink priv_write_file() API so that it does less, and the callers ask | Theo de Raadt |
2016-02-06 | Eliminate #include inside *.h files and include only needed headers in | Kenneth R Westerback |
2015-02-10 | Groundwork for better route support over multiple interfaces by | Kenneth R Westerback |
2015-02-07 | Add support for interface-mtu (option 26). | Kenneth R Westerback |
2015-02-06 | The write_file() privsep interface was too permissive and | Reyk Floeter |
2015-02-06 | matthew@ points out that it's a bad idea to rely on the non-privileged, | Kenneth R Westerback |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2013-12-10 | Oops. Missed file. | Kenneth R Westerback |
2013-06-09 | Make route adding interface more flexible by passing flags to be | Kenneth R Westerback |
2013-06-09 | Re-apply route adding code refactoring -- it wasn't the problem that | Kenneth R Westerback |