Age | Commit message (Expand) | Author |
2015-01-06 | Make httpd return "404 not found" if an intermediate component of a requested | Stefan Sperling |
2015-01-06 | I missed one goto abort instead of free(line). | Reyk Floeter |
2015-01-06 | Simplify special vars argument checking; invalidating some bogus constructs | Antoine Jacoutot |
2015-01-06 | Only open a socket once for each unique "listen on" statement. This | Reyk Floeter |
2015-01-06 | Instead of calling free(line) in each error case, call it once in fail:. | Reyk Floeter |
2015-01-06 | Return "400 Bad Request" instead of "500 Internal Server Error" for | Reyk Floeter |
2015-01-06 | While on death-row, 'rcctl status' still is still allowed for now -- so | Antoine Jacoutot |
2015-01-06 | Sync with new rcctl usage. Will get some much needed love within the next | Antoine Jacoutot |
2015-01-06 | Rename some internal variables (flag and flags is way too error-prone): | Antoine Jacoutot |
2015-01-06 | Major rcctl(8) rewrite to simplify it and add new features. It can now | Antoine Jacoutot |
2015-01-06 | move the message parser init earlier to avoid a possible use after free in | Gilles Chehade |
2015-01-06 | fix whitespace and indentation, by Kyle Milz | Gilles Chehade |
2015-01-05 | some third-party mda require a prepended From separator line, so remove the | Gilles Chehade |
2015-01-05 | a few tweaks to match the old script better (for now) | Marc Espie |
2015-01-05 | zap file which is unused and already removed upstream | Stuart Henderson |
2015-01-05 | use new ub_conf_dir to set the directory for keys and certificates | Stuart Henderson |
2015-01-05 | regen | Stuart Henderson |
2015-01-05 | provide a new ub_conf_dir variable, to be used in unbound-control-setup | Stuart Henderson |
2015-01-05 | When building the package path for the new fw_update, only use | Stuart Henderson |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2015-01-05 | Be more specific: path is a component of the URI/URL, so use "path" | Reyk Floeter |
2015-01-04 | add new url stripping option: | Christopher Zimmermann |
2015-01-04 | remove extra scaffolding that's actually NOT in the committed copy of | Marc Espie |
2015-01-04 | same semantics as old program | Marc Espie |
2015-01-04 | cleaner logic, fix things so that fw_update -da makes sense | Marc Espie |
2015-01-04 | tweak the ntogo messages slightly so that they work better in all situations | Marc Espie |
2015-01-04 | too many todo. Use unambiguous names, since they're not the same operation | Marc Espie |
2015-01-04 | use MAXIMUM as the canonical local MAX macro. | Brent Cook |
2015-01-04 | rename sockaddr_un variables from 'sun' to the more common 'sa'. | Brent Cook |
2015-01-04 | don't rely on sys/param.h having a MAX macro. | Brent Cook |
2015-01-04 | Remove the unused dns_pid variable. | Brent Cook |
2015-01-04 | removed unused libevent header and structures in ntpd.h | Brent Cook |
2015-01-04 | Add a missing include for time.h to get the definitions of clock_gettime and ... | Brent Cook |
2015-01-03 | Reset tls key and cert to NULL when duplicating a server - avoids a | Reyk Floeter |
2015-01-03 | make it able to install quirks from normal path (with normal key) and | Marc Espie |
2015-01-03 | Tweak previous - add a missing free in the error path. | Reyk Floeter |
2015-01-03 | Support alias names and multiple listen statements per server block. | Reyk Floeter |
2015-01-02 | Bump config flags field to 32bits. Makes room for future changes - | Reyk Floeter |
2015-01-02 | PFS stands for Perfect Forward Secrecy. | Igor Sobrado |
2015-01-02 | Use SIMPLEQ for syslogd filed list instead of manual list operations. | Alexander Bluhm |
2015-01-02 | When syslogd was sending via TCP, there was file descriptor leak | Alexander Bluhm |
2015-01-01 | "The logging of errors SHOULD be restricted to conflicting information | Florian Obser |
2015-01-01 | KNF; no binary change | Florian Obser |
2015-01-01 | Merge error page changes from httpd: send Content-Length:, change | Reyk Floeter |
2015-01-01 | Use the recommended HTML5 doctype in error pages. | Reyk Floeter |
2015-01-01 | Use the HTML5 doctype for error and auto index pages because it is | Reyk Floeter |
2015-01-01 | Drop redundant FUNCS_ONLY. | Antoine Jacoutot |
2015-01-01 | Remove an unnecessary freeaddrinfo() call, since errx() would free all | Lawrence Teo |
2014-12-31 | Implement sending syslog messages over TCP streams. | Alexander Bluhm |
2014-12-31 | Mention previously missing '/etc/apm/hibernate' action | David Coppa |