summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-17Add class section for unbound, using openfiles-cur=512 ratherStuart Henderson
2015-02-17remove svn-only fileStuart Henderson
2015-02-17merge conflictsStuart Henderson
2015-02-17Update to unbound 1.5.2rc1, ok brad@Stuart Henderson
2015-02-17Put the _unbound user in "unbound" login class; unbound uses setusercontextStuart Henderson
2015-02-17remove "EXAMPLE" section containing a minimal example unbound.conf; the sampleStuart Henderson
2015-02-17Fix library ordering on the link line for the sake of static arches. It's, inMiod Vallat
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
2015-02-17Convert a strcpy() call to strlcpy(); ok millert@ sthen@Miod Vallat
2015-02-17Memory leak in error path. Coverity CID 78822.Miod Vallat
2015-02-17Fix garbage in error message; ok yasuoka@Miod Vallat
2015-02-17shuffle reallocarray arguments around for better overflow checkingTed Unangst
2015-02-17undef tryreallocarray like tryrealloc when done.Ted Unangst
2015-02-17Regression: I broke logging of public key fingerprints in 1.46.Damien Miller
2015-02-16partial backout of:Damien Miller
2015-02-16enable hostkeys unit testsDamien Miller
2015-02-16check string/memory compare arguments aren't NULLDamien Miller
2015-02-16unit tests for hostfile.c code, just hostkeys_foreach so farDamien Miller
2015-02-16Revise hostkeys@openssh.com hostkey learning extension.Damien Miller
2015-02-16Refactor hostkeys_foreach() and dependent codeDamien Miller
2015-02-16after some discussion with henning, document the various log options asJason McIntyre
2015-02-16Include bn.h and err.h from <openssl/...>, not the old <ssl/...> location.Jeremie Courreges-Anglas
2015-02-16some fixes from max fillinger, tweaked a little by myself;Jason McIntyre
2015-02-16clean up post_dt() validation function;Ingo Schwarze
2015-02-16Amend documentation for AI_ADDRCONFIGJeremie Courreges-Anglas
2015-02-16Declare ge25519_base as extern, to prevent it from becoming a common. Gets usMiod Vallat
2015-02-16avoid double vlan-header or vlan-header for non-vlan(4) interfacesMarkus Friedl
2015-02-16sprinkle braces around multi line statementsTed Unangst
2015-02-16pull scopes without conditionals up into enclosing blockTed Unangst
2015-02-16knf indents to give me a fighting chance at differentiating new blocksTed Unangst
2015-02-16Memory leak if copyin() or copyout() fails; found by Maxime VillardMiod Vallat
2015-02-16drop an ansi bomb on the function definitionsTed Unangst
2015-02-16third batch of perlpod(1) to mdoc(7) conversionIngo Schwarze
2015-02-16Replace \*(Lt \*(Le \*(Gt \*(Ge with literal < <= > >= respectively,Christian Weisgerber
2015-02-16Don't use greater-equal/less-equal symbols where "<="/">=" are intended.Anthony J. Bentley
2015-02-16redundant though it may be, recv() is unlikely to be removed in a futureTed Unangst
2015-02-16Delete the -V option. It serves no purpose but keeps confusing people.Ingo Schwarze
2015-02-16allow Arduino Leonardo to attach to umodem(4), from Gregor BestStuart Henderson
2015-02-16syncStuart Henderson
2015-02-16add Arduino Leonardo, from Gregor Best (plus typo+ordering fix)Stuart Henderson
2015-02-16stop deleting the openssl include directory, causing unnecessary rebuilds.Ted Unangst
2015-02-16Clamp width and indent settings to sensible values. Ignore errors for now.Ted Unangst
2015-02-16Fix example, syntax is "constraint from www.example.com" (with "from").Reyk Floeter
2015-02-16The wrong test was marked SKIP_GROFF.Ingo Schwarze
2015-02-16syncJonathan Gray
2015-02-16Add more error checking and free resources in bytestringtest.Doug Hogan
2015-02-16Check if slot is NULL, and if so, drop the connection. For now slotAlexandre Ratchov
2015-02-16add missing protos, fix spacingAlexandre Ratchov
2015-02-16Allow files to be skipped in the poll(2) event loop, in caseAlexandre Ratchov
2015-02-16Use signed integers as offset in the buffer (as aucat does) toAlexandre Ratchov