summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2019-12-20Try to bind to port 53 before opening the control socket.Florian Obser
2019-12-19The previous fix for creating isakmpd(8) IKE pcap file, weakenedAlexander Bluhm
2019-12-19Spell "mount point" as other man pages do, with a space.Anthony J. Bentley
2019-12-18Workaround unbound github issue #99.Florian Obser
2019-12-18Update to libunbound 1.9.6Florian Obser
2019-12-18Implement unwindctl status memory to show chache memory usage.Florian Obser
2019-12-18Rework unified cache handling to be able to unify key and neg caches.Florian Obser
2019-12-18Use neg and key cache from the passed in environment if initialized so thatFlorian Obser
2019-12-17Use correct size when zeroing out dinode.Todd C. Miller
2019-12-17Reject leases that do not provide a subnet mask for the address beingKenneth R Westerback
2019-12-15Make this fit in 80 cols.Florian Obser
2019-12-15semarie diagnosed a what appeared to be a 'large backwards memcpy' of anTheo de Raadt
2019-12-15Allow more outgoing ports, the default 16 is pretty tight for theOtto Moerbeek
2019-12-14Be less aggressive pre-allocating memory; ok florian@Otto Moerbeek
2019-12-14Simplify resolve_done.Florian Obser
2019-12-14No use to create resolvers we know are going to be dead; ok florian@Otto Moerbeek
2019-12-13Don't try dead resolvers; ok florian@Otto Moerbeek
2019-12-13print type as type and not as rcodeOtto Moerbeek
2019-12-13Revert two files committed by accidentOtto Moerbeek
2019-12-13Avoid leaks by using the _buf versions of sldns_wire2str_* functions.Otto Moerbeek
2019-12-12Avoid optimizing empty rulesetskn
2019-12-12Only create (and check) resolvers listed in preferences.Florian Obser
2019-12-11Plug leaks related to running queue maintenance. ok florian@Otto Moerbeek
2019-12-10If a file or directory component does not exists, realpath(3) returnsAlexander Bluhm
2019-12-10We can receive a delete and free an SA that is referenced in sa_nextr.tobhe
2019-12-10Plug two mem leaks in udp_receive() and zap unneeded allocations;Otto Moerbeek
2019-12-10Similar to doubting NXDOMAIN when we just switched networks we alsoFlorian Obser
2019-12-08Limit advertised UDP payload size to 1232 bytes to prevent PMTU /Florian Obser
2019-12-08More compact two column format for first section of status display; useOtto Moerbeek
2019-12-08Turn opportunistic DoT into their own strategies.Florian Obser
2019-12-06Log why an answer is bogus.Florian Obser
2019-12-06Use the middle of the histogram bar in the median computationsOtto Moerbeek
2019-12-06Stop fiddling with openlog / closelog in libunbound. unwind handlesFlorian Obser
2019-12-05be less verbose in debug logging; ok florian@Otto Moerbeek
2019-12-05Tell a little bit how "preference" works these days; ok florian@Otto Moerbeek
2019-12-05Remove clause #3 from mrg@NetBSD license.Martin Pieuchot
2019-12-04When we detect that a resolver strategy is not validating because theFlorian Obser
2019-12-04Use NI_MAXHOST like everywhere else instead of a wrong number.Florian Obser
2019-12-04If we see a validated result, we can (must!) assume the resolver isOtto Moerbeek
2019-12-03Cleanup query logging.Florian Obser
2019-12-03Cleanup check_resolver_done() debug logging.Florian Obser
2019-12-03Add one more debug level and enable very detailed libunbound loggingFlorian Obser
2019-12-03No need to store "why_bogus" with the resolver, we are no longerFlorian Obser
2019-12-03Remove useless log_debug() calls.Florian Obser
2019-12-03No more status subcommands; ok florian@Otto Moerbeek
2019-12-03Correctly represent flows as traffic selectors as described in RFC 7296. Thistobhe
2019-12-02Save the computed median to avoid having it to compute it all the time;Otto Moerbeek
2019-12-02Use a unified cache in all libunbound based resolvers.Florian Obser
2019-12-02increment refcount before doing the call to resolve(); ok florian@Otto Moerbeek
2019-12-02Add an "all" mode for status and a much more compact and readable histogramOtto Moerbeek