summaryrefslogtreecommitdiff
path: root/sbin/unwind/parse.y
AgeCommit message (Expand)Author
2021-10-22config_new_empty() should give us a completely empty config, letFlorian Obser
2021-10-15Don't declare variables as "unsigned char *" that are passed toChristian Weisgerber
2021-08-31Say autoconf not dhcpKlemens Nanni
2021-07-25We store a list of resolver strategies in order of their preference inFlorian Obser
2021-02-27Path #defines are traditionally prefixed with _PATH.Florian Obser
2020-11-09Use RB_FOREACH_SAFE instead of handrolling itTheo Buehler
2020-11-09Check for and handle duplicates on RB_INSERTTheo Buehler
2019-12-08Turn opportunistic DoT into their own strategies.Florian Obser
2019-12-01Allow forcing specific domains to be resolved by specific resolvers;Otto Moerbeek
2019-11-28Track all elements of a forwarder configuration individually:Florian Obser
2019-11-27Move resolver preference storage to a struct which makes it easier toFlorian Obser
2019-11-27Nuke http captive portal detection; something better is coming.Florian Obser
2019-11-26Improve previouskn
2019-11-26Fail on nonexistent config file iff -c is givenkn
2019-11-09Mechanically change the forwarder SIMPLEQ to a TAILQ. Needed forFlorian Obser
2019-11-06Rename "asr" to "stub" in user visible parts.Florian Obser
2019-11-03*** empty log message ***Otto Moerbeek
2019-10-31Add asr resolver type which completely bypasses libunbound and uses theFlorian Obser
2019-10-21Optionally log blocked queries when using the block list.Florian Obser
2019-10-18Plug mem leak in error path; ok florian@ who also spotted the rad caseOtto Moerbeek
2019-10-18Another case of using yacc effectively to avoid repeating code; ok florian@Otto Moerbeek
2019-10-18Reafctor forwarder clause to avoid having to write out the same codeOtto Moerbeek
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-05-13Remove strict mode for now, it is in the way.Florian Obser
2019-05-10 Implement DNS block lists. If unwind is queried for a domainFlorian Obser
2019-04-03Default to port 853 if DoT is used; pointed out by teduFlorian Obser
2019-04-02Add a config option to specify the preference of name servers.Florian Obser
2019-04-01Implement "Authentication Domain Names" configuration as per RFC 8310Florian Obser
2019-03-01Due to the way we build libunbound inside of unwind .o files collide inFlorian Obser