Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move control_state and ctl_conns to control.c, it's not needed | 2021-01-19 | 1 | -13/+2 | |
| | | | | | | elsewhere and unbreaks -fno-common. Inspired by claudio Problem reported by mortimer | ||||
* | Import unwind(8). | 2019-01-23 | 1 | -0/+34 | |
unwind(8) is a hybrid validating stub & recursive resolver. It actively observes the local net to decide how to best resolve names. It can chose to recurse on it's own or talk to dhcp provided forwardes or statically defined forwarders in the config file. The intention is to be able to run it on localhost on every machine. "toss it in man" deraadt@ |