Age | Commit message (Expand) | Author |
2015-02-17 | Add class section for unbound, using openfiles-cur=512 rather | 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 | Put the _unbound user in "unbound" login class; unbound uses setusercontext | 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 | Convert a strcpy() call to strlcpy(); ok millert@ sthen@ | Miod Vallat |
2015-02-17 | Memory leak in error path. Coverity CID 78822. | Miod Vallat |
2015-02-17 | Fix garbage in error message; ok yasuoka@ | Miod Vallat |
2015-02-17 | shuffle reallocarray arguments around for better overflow checking | Ted Unangst |
2015-02-17 | undef tryreallocarray like tryrealloc when done. | Ted Unangst |
2015-02-17 | Regression: I broke logging of public key fingerprints in 1.46. | Damien Miller |
2015-02-16 | partial backout of: | Damien Miller |
2015-02-16 | enable hostkeys unit tests | Damien Miller |
2015-02-16 | check string/memory compare arguments aren't NULL | Damien Miller |
2015-02-16 | unit tests for hostfile.c code, just hostkeys_foreach so far | Damien Miller |
2015-02-16 | Revise hostkeys@openssh.com hostkey learning extension. | Damien Miller |
2015-02-16 | Refactor hostkeys_foreach() and dependent code | Damien Miller |
2015-02-16 | after some discussion with henning, document the various log options as | Jason McIntyre |
2015-02-16 | Include bn.h and err.h from <openssl/...>, not the old <ssl/...> location. | Jeremie Courreges-Anglas |
2015-02-16 | some fixes from max fillinger, tweaked a little by myself; | Jason McIntyre |
2015-02-16 | clean up post_dt() validation function; | Ingo Schwarze |
2015-02-16 | Amend documentation for AI_ADDRCONFIG | Jeremie Courreges-Anglas |
2015-02-16 | Declare ge25519_base as extern, to prevent it from becoming a common. Gets us | Miod Vallat |
2015-02-16 | avoid double vlan-header or vlan-header for non-vlan(4) interfaces | Markus Friedl |
2015-02-16 | sprinkle braces around multi line statements | Ted Unangst |
2015-02-16 | pull scopes without conditionals up into enclosing block | Ted Unangst |
2015-02-16 | knf indents to give me a fighting chance at differentiating new blocks | Ted Unangst |
2015-02-16 | Memory leak if copyin() or copyout() fails; found by Maxime Villard | Miod Vallat |
2015-02-16 | drop an ansi bomb on the function definitions | Ted Unangst |
2015-02-16 | third batch of perlpod(1) to mdoc(7) conversion | Ingo Schwarze |
2015-02-16 | Replace \*(Lt \*(Le \*(Gt \*(Ge with literal < <= > >= respectively, | Christian Weisgerber |
2015-02-16 | Don't use greater-equal/less-equal symbols where "<="/">=" are intended. | Anthony J. Bentley |
2015-02-16 | redundant though it may be, recv() is unlikely to be removed in a future | Ted Unangst |
2015-02-16 | Delete the -V option. It serves no purpose but keeps confusing people. | Ingo Schwarze |
2015-02-16 | allow Arduino Leonardo to attach to umodem(4), from Gregor Best | Stuart Henderson |
2015-02-16 | sync | Stuart Henderson |
2015-02-16 | add Arduino Leonardo, from Gregor Best (plus typo+ordering fix) | Stuart Henderson |
2015-02-16 | stop deleting the openssl include directory, causing unnecessary rebuilds. | Ted Unangst |
2015-02-16 | Clamp width and indent settings to sensible values. Ignore errors for now. | Ted Unangst |
2015-02-16 | Fix example, syntax is "constraint from www.example.com" (with "from"). | Reyk Floeter |
2015-02-16 | The wrong test was marked SKIP_GROFF. | Ingo Schwarze |
2015-02-16 | sync | Jonathan Gray |
2015-02-16 | Add more error checking and free resources in bytestringtest. | Doug Hogan |
2015-02-16 | Check if slot is NULL, and if so, drop the connection. For now slot | Alexandre Ratchov |
2015-02-16 | add missing protos, fix spacing | Alexandre Ratchov |
2015-02-16 | Allow files to be skipped in the poll(2) event loop, in case | Alexandre Ratchov |
2015-02-16 | Use signed integers as offset in the buffer (as aucat does) to | Alexandre Ratchov |