Age | Commit message (Expand) | Author |
2021-03-01 | typo; from Scott Bennett | Theo de Raadt |
2021-02-28 | Rename addr to gateway. | tobhe |
2021-02-28 | Move tick_msg(TICK_WAIT) calls after related log_debug() | Kenneth R Westerback |
2021-02-28 | Reduce non-debug output further by allowing up to the usual 3 second | Kenneth R Westerback |
2021-02-28 | Introduce #defines for exponential backoff, explain where they come | Florian Obser |
2021-02-27 | Restore ability to handle default routes on multiple interfaces, this | Florian Obser |
2021-02-27 | ensure local array is same size as global | Theo de Raadt |
2021-02-27 | Stop checking 'epoch' in get_recorded_lease() and just set it as | Kenneth R Westerback |
2021-02-27 | Set RTF_GATEWAY for host route based on RTM_GET response. | tobhe |
2021-02-27 | While I wrote the initial version of resolvd(8) it diverged so much | Florian Obser |
2021-02-27 | Disentangle log_debug() output from tick_msg() output. | Kenneth R Westerback |
2021-02-27 | Path #defines are traditionally prefixed with _PATH. | Florian Obser |
2021-02-27 | Path #defines are traditionally prefixed with _PATH. | Florian Obser |
2021-02-27 | Path #defines are traditionally prefixed with _PATH. | Florian Obser |
2021-02-27 | Read the lease file into a statically sized buffer and pass it over to | Florian Obser |
2021-02-26 | Set RTF_GATEWAY for flow routes, not for host route. | tobhe |
2021-02-26 | Fix and improve handling of address families in vroute_getcloneroute(). | tobhe |
2021-02-26 | Ignore SIGHUP | kn |
2021-02-26 | Hook up dhcpleased to the build. | Florian Obser |
2021-02-26 | Sort SEE ALSO and fix its punctuation. | Theo Buehler |
2021-02-26 | Import dhcpleased(8) - a dhcp daemon to acquire IPv4 address leases | Florian Obser |
2021-02-26 | remove some unused functions in slaacd | Jonathan Gray |
2021-02-25 | Constify cipher API. | tobhe |
2021-02-25 | Typofix | kn |
2021-02-25 | Fix SMALL build | kn |
2021-02-24 | Use ASN1_STRING_get0_data() instead of the deprecated ASN1_STRING_data(). | tobhe |
2021-02-24 | build resolvd | Theo de Raadt |
2021-02-24 | More accurately describe the DNS proposal sources and reaction by resolvd. | Theo de Raadt |
2021-02-24 | fairly significant rewrite, including: | Theo de Raadt |
2021-02-24 | We need to track the pid of the connecting control connection to be | Florian Obser |
2021-02-24 | Import resold(8), a daemon to rewrite resolv.conf. | Florian Obser |
2021-02-24 | Complete deleting ifi->active before calling write_lease_db(). | Kenneth R Westerback |
2021-02-24 | No need to get time() twice. Just use the already | Kenneth R Westerback |
2021-02-24 | No need to check ifi->active for NULL when looking for duplicate/obsolete | Kenneth R Westerback |
2021-02-24 | Fix annoying typo in a comment. | Kenneth R Westerback |
2021-02-24 | Remove incomplete/incorrect connection with autoconf, clearing ground | Kenneth R Westerback |
2021-02-24 | show AF for DNS proposal messages; ok claudio bluhm | Theo de Raadt |
2021-02-22 | remove unused decode_hw_header() function | Jonathan Gray |
2021-02-22 | Don't pass 'id' as argument to make function signature match similar | tobhe |
2021-02-22 | Switch reboot timing to timespec, the better to handle the | Kenneth R Westerback |
2021-02-21 | Rename struct client_config fields 'timeout', 'link_timeout' and | Kenneth R Westerback |
2021-02-21 | exclamation mark needs escaped too; | Jason McIntyre |
2021-02-21 | No need for state_preboot() to double check timeout being | Kenneth R Westerback |
2021-02-21 | Don't explicitly send address family in IMSG_VROUTE_ADD. The receiving | tobhe |
2021-02-21 | Add ping -g, a concise display format similar to that used by other | Stuart Henderson |
2021-02-20 | Fail on invalid address family. | tobhe |
2021-02-20 | tick_msg("lease", TICK_SUCCESS) in bind_lease() should *not* be | Kenneth R Westerback |
2021-02-20 | zap unneccessary .Pp; | Jason McIntyre |
2021-02-20 | document the monitor flag. | David Gwynne |
2021-02-20 | add support for handling the interface monitor flag | David Gwynne |