Age | Commit message (Expand) | Author |
2019-01-29 | Bring macro section in line with other config file man pages. | Florian Obser |
2019-01-29 | Make imsg processing much more paranoid. | Florian Obser |
2019-01-29 | nl in forwarder line is optional, makes the grammar conform more to manual | Otto Moerbeek |
2019-01-29 | We don't need IMSG_SHUTDOWN, we can just close the sockets. | Florian Obser |
2019-01-29 | Add a dedicated sysctl(2) node for witness(4). | Visa Hankala |
2019-01-29 | Reuse copy_satopfaddr() when killing entries | kn |
2019-01-29 | Make -N and -r mutually exclusive | kn |
2019-01-28 | Simplify lookups when killing entries | kn |
2019-01-27 | Implement DNS over TLS (DoT). | Florian Obser |
2019-01-27 | Add ub_ctx_set_tls() to libunbound to enable DNS over TLS on a context. | Florian Obser |
2019-01-27 | unwind(8) traces its ancestry to rad(8) and inherited all of its include | Florian Obser |
2019-01-26 | Rename ACTION_NONE to ACTION_USELEASE. TOK_NOACTION to TOK_USELEASE. | Kenneth R Westerback |
2019-01-26 | Zap trailing space that stuck its head up. | Kenneth R Westerback |
2019-01-26 | Mention that -r does reverse DNS lookups for tables as well | kn |
2019-01-26 | Add 'uselease' statement to allow the disabling of built-in or | Kenneth R Westerback |
2019-01-26 | fix trustanchor path; from Caspar Schutijser. Thanks! | Florian Obser |
2019-01-26 | hook up unwind(8) to the build; OK deraadt | Florian Obser |
2019-01-25 | We are not holding on to a ref to the resolver if ub_resolve_event fails. | Florian Obser |
2019-01-25 | configparser.c gets generated by the build infrastructure even though | Florian Obser |
2019-01-25 | make sure resolver exists before sending detailed info | Florian Obser |
2019-01-25 | typo | Florian Obser |
2019-01-25 | We also need to check the rcode in the wire paket. | Florian Obser |
2019-01-25 | fix dhclient.conf syntax | Florian Obser |
2019-01-25 | pasto; from Caspar Schutijser, thanks! | Florian Obser |
2019-01-25 | The correct spelling is AF_ROUTE; from Caspar Schutijser, thanks! | Florian Obser |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2019-01-24 | Open and close listening sockets on localhost:53 depending on if we can | Florian Obser |
2019-01-24 | fix shift/reduce conflict | Florian Obser |
2019-01-24 | Fix a bunch of shadow and missing prototype compiler warnings. | Florian Obser |
2019-01-24 | Switch to libunbound internals for packet parsing. | Florian Obser |
2019-01-24 | When we switched from the fork based ub_resolve_async() to | Florian Obser |
2019-01-23 | Make route(8) show the same flags in RTM_IFINFO messages as | Kenneth R Westerback |
2019-01-23 | Nuke unused variable. | Kenneth R Westerback |
2019-01-23 | Import unwind(8). | Florian Obser |
2019-01-23 | Import bits from (lib)unbound that we need for unwind(8). | Florian Obser |
2019-01-22 | Don't use dangerous idiom for qsort comparison function; ok deraadt@ | Otto Moerbeek |
2019-01-22 | PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls | Kenneth R Westerback |
2019-01-22 | Simply the logic translating 'egress' into an interface name. | Kenneth R Westerback |
2019-01-21 | Allocate buffer before using it. | Kenneth R Westerback |
2019-01-21 | Typo. "nterface" -> "interface" | Kenneth R Westerback |
2019-01-20 | Don't delay signal(SIGPIPE, SIG_IGN) until go_daemon() does it. First, | Kenneth R Westerback |
2019-01-19 | Since there is no more exec()'ing, there is no need to | 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 | properly error out instead of only printing a warning when some join commands | Peter Hessler |
2019-01-19 | Use mnemonic PFCTL_SHOW_* macros, terminate string with null character | kn |
2019-01-19 | IMSG_HUP -> IMSG_RESTART. sendhup() -> sendrestart. | Kenneth R Westerback |
2019-01-19 | Drop pseudo-signal idiom. Rename INTERNALSIG to TERMINATE. Use RESTART | Kenneth R Westerback |
2019-01-19 | 'quit' no longer holds signals, so strsignal(quit) is both pointless | Kenneth R Westerback |
2019-01-19 | 'quit' is no longer set in a signal handler so it no longer needs to | Kenneth R Westerback |
2019-01-18 | let users automatically use join to connect to any open wifi network. | Peter Hessler |