Age | Commit message (Expand) | Author |
2015-02-17 | remove svn-only file | Stuart Henderson |
2015-02-17 | merge conflicts | Stuart Henderson |
2015-02-17 | Update to unbound 1.5.2rc1, ok brad@ | Stuart Henderson |
2015-02-17 | remove "EXAMPLE" section containing a minimal example unbound.conf; the sample | Stuart Henderson |
2015-02-17 | Fix library ordering on the link line for the sake of static arches. It's, in | Miod Vallat |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2015-02-17 | Fix garbage in error message; ok yasuoka@ | Miod Vallat |
2015-02-16 | some fixes from max fillinger, tweaked a little by myself; | Jason McIntyre |
2015-02-16 | Don't use greater-equal/less-equal symbols where "<="/">=" are intended. | Anthony J. Bentley |
2015-02-16 | Fix example, syntax is "constraint from www.example.com" (with "from"). | Reyk Floeter |
2015-02-15 | Document the tls protocols option. | Joel Sing |
2015-02-15 | -i option, so that even pkg_info is not needed. | Marc Espie |
2015-02-14 | Call tls_config_set_protocols(TLS_PROTOCOLS_ALL) also if the hostname | Alexander Bluhm |
2015-02-13 | When too many -a requests on the syslogd command line cannot be | Alexander Bluhm |
2015-02-12 | Allow constraints URL without leading path (eg. "https://www.openbsd.org"). | Reyk Floeter |
2015-02-12 | add missing .Pa macros; patch from Theo Buehler <theo at math dot ethz dot ch> | Ingo Schwarze |
2015-02-12 | Rename escape_uri() to url_encode() because it is the opposite of | Reyk Floeter |
2015-02-12 | Allow TLS protocols to be specified via a "tls protocols" configuration | Joel Sing |
2015-02-12 | Change TLS_PROTOCOLS_DEFAULT to be TLSv1.2 only. Add a TLS_PROTOCOLS_ALL | Joel Sing |
2015-02-12 | Use ntpd's deferred DNS resolving for constraints as well. This | Reyk Floeter |
2015-02-12 | ber_printf_elements should return NULL if any of its parts fail. | Martin Pelikan |
2015-02-11 | show if we are using a transport security mechanism other than "none" | Peter Hessler |
2015-02-11 | More http status codes. | Florian Obser |
2015-02-11 | Replace base 10 strtol with strtonum. | Florian Obser |
2015-02-11 | Use sizeof(u_short) in the first check since there are RT messages that | Claudio Jeker |
2015-02-11 | Use sizeof(u_short) in the first check since there are RT messages that | Claudio Jeker |
2015-02-11 | initialize a variable in case "goto done" makes us compare it | Martin Pelikan |
2015-02-11 | Remove dead code (IMSG_HOST_DNS has been moved from the parent to | Reyk Floeter |
2015-02-11 | YPPROC_XFR will trigger a crash, even if using it doesn't make sense. | Martin Pelikan |
2015-02-11 | use reallocarray; ok doug | Theo de Raadt |
2015-02-11 | Merge in a commit from upstream.. | Brad Smith |
2015-02-10 | Be less chatty on constraint errors. | Reyk Floeter |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2015-02-10 | Keep track of the last time we scanned the leases to find expired | Kenneth R Westerback |
2015-02-10 | pounce on a reallocarray opportunity before tedu | Theo de Raadt |
2015-02-10 | Merge in a commit from upstream.. | Brad Smith |
2015-02-10 | Merge in a commit from upstream.. | Brad Smith |
2015-02-10 | tweak previous; | Jason McIntyre |
2015-02-10 | Oops, I accidently reverted the two previous commits in syslog.conf.5. | Alexander Bluhm |
2015-02-10 | Make error check consistent in all recvfrom(2) callbacks. | Alexander Bluhm |
2015-02-10 | Fix typo in previous commit. | Alexander Bluhm |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2015-02-10 | Document that RFC 5905 (ie. NTP protocol) has a limit which will be | Theo de Raadt |
2015-02-10 | spacing | Reyk Floeter |
2015-02-10 | After successfully getting a constraint from an HTTPS server, there is | Reyk Floeter |
2015-02-10 | Don't show the subseconds when displaying the constraint offset. | Reyk Floeter |
2015-02-10 | Fix -d output of smaller than 64 bit values on big-endian systems. | Miod Vallat |
2015-02-10 | Remove a lie that "snmpd does not fully work yet". It works like a charm. | Reyk Floeter |
2015-02-10 | Specifying the port is non-optional for (non-TLS) syslog over TCP, ok bluhm@ | Stuart Henderson |
2015-02-10 | redo the tolower/string conversion, but retain itsabbr which is strangely | Ted Unangst |