Age | Commit message (Expand) | Author |
2015-03-11 | -s is not optional, sadly; | Jason McIntyre |
2015-03-11 | drop setgid kmem. If you want to play with eeprom, you generally | Theo de Raadt |
2015-03-11 | Remove setgid kmem support. As a result, -d and -v will require you to | Theo de Raadt |
2015-03-11 | Point people to local-zone and stub-zone in unbound.conf and explain | Florian Obser |
2015-03-11 | tweak wording; "a value different to 1" -> "...other than 1", from Sevan Janiyan | Stuart Henderson |
2015-03-11 | port the idea of using clock_gettime(CLOCK_MONOTONIC) for measuring | David Gwynne |
2015-03-09 | Make relayd TLSv1.2-only by default. | Reyk Floeter |
2015-03-09 | Document the TLSv1.2-only change. | Reyk Floeter |
2015-03-09 | Make httpd TLSv1.2-only by default. Some older browsers, like IE 10, | Reyk Floeter |
2015-03-09 | make -DSHORTENED the default: don't update unless there is an actual | Marc Espie |
2015-03-08 | Fix crash on unbound-control reload introduced in update to 1.5.2. | Florian Obser |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2015-03-06 | Document how to use anti-spoofing rules to reject spam. | Todd C. Miller |
2015-03-06 | Fix minor manpage bug: it is a server, not a relay. | Reyk Floeter |
2015-03-04 | better error reports if PKG_TMPDIR is not writable, okay millert@ | Marc Espie |
2015-03-02 | Cleanup smtpd.conf(5). | Anthony J. Bentley |
2015-03-02 | remove unused variable | Brent Cook |
2015-03-02 | Extend previous. | Antoine Jacoutot |
2015-03-01 | svc_is_base function didn't catched all base daemons, apparently found | Sebastian Reitenbach |
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley |
2015-02-27 | Do not use the name returned by getlogin() when pw_uid from | Todd C. Miller |
2015-02-25 | Point people at rcctl(8) rather than rc.d(8) in the text displayed when | Stuart Henderson |
2015-02-24 | Mark up filenames with Pa. | Anthony J. Bentley |
2015-02-24 | Explain in a comment that atoi() is safe here. | Alexander Bluhm |
2015-02-23 | Use the rewritten (index file appended) uri as DOCUMENT_URI. | Christopher Zimmermann |
2015-02-23 | Allow to specify CGI variables as macros in redirection strings, eg. | Reyk Floeter |
2015-02-23 | Fix an issues that was found by halex@: we didn't set the return_uri | Reyk Floeter |
2015-02-23 | Add -O0 to the DEBUG example. Figured out while analysing core dumps | Reyk Floeter |
2015-02-23 | Add return_uri to serverconfig_reset() to avoid using garbage from the | Reyk Floeter |
2015-02-22 | Rename tls_config_insecure_noverifyhost() to | Joel Sing |
2015-02-22 | Set the TLS ciphers to "compat" mode, restoring the previous behaviour. | Joel Sing |
2015-02-20 | When syslogd is writing over TLS, the error "SSL3_WRITE_PENDING:bad | Alexander Bluhm |
2015-02-19 | Typo. | Florian Obser |
2015-02-17 | Instead of a relatively complex "stty size | ( read ..." in sysmerge, use | Stuart Henderson |
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 |