summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2021-01-28A new resolver can be created while we currently run a check with theFlorian Obser
2021-01-28Extern privsep_process. Fixes compilation with -fno-common.mortimer
2021-01-28Extern transport_list. Fixed compilation with -fno-common.mortimer
2021-01-27Determine available address families (and monitor when this changes)Florian Obser
2021-01-27shuffle externs (and definitions) around to satisfy -fno-commonTheo de Raadt
2021-01-26Add support for RSA-PSS PKCS1 signatures. Don't enable them bytobhe
2021-01-26Some config changes require a restart of all resolvers even DEAD ones;Florian Obser
2021-01-25Revert local diff now that we no longer use syslog logging inFlorian Obser
2021-01-25Disable logging to syslog for libunbound. We are not getting anythingFlorian Obser
2021-01-24hmac-sha2-384 and hmac-sha2-512 are enabled by default.tobhe
2021-01-24Implement DNS64 synthesis.Florian Obser
2021-01-24Add missing __KAME__ markers.Florian Obser
2021-01-23Fix typos.tobhe
2021-01-23Move resolv_conf string generation for ASR to function; makesFlorian Obser
2021-01-23Don't just blindly upgrade to VALIDATING if we see a SECURE answer.Florian Obser
2021-01-21Handle NO_PROPOSAL_CHOSEN for CREATE_CHILD_SA.tobhe
2021-01-21Add support for INVALID_KE_PAYLOAD in CREATE_CHILD_SAtobhe
2021-01-21Rearrange variables in dump / restore to handle -fno-common.mortimer
2021-01-20Make sure to enforce matching dstid as initiator. Use policy lookuptobhe
2021-01-19Make imsg event structs static to fix -fno-common.Florian Obser
2021-01-19Move control_state and ctl_conns to control.c, it's not neededFlorian Obser
2021-01-19Prevent more yacc clashes; fixes -fno-common.Florian Obser
2021-01-19Reduce scope of routesock unbreaking -fno-common.Florian Obser
2021-01-19No need for a global uw_process; unbreaks -fno-common.Florian Obser
2021-01-19Make imsg event structs static to fix -fno-common.Florian Obser
2021-01-19Move control_state and ctl_conns to control.c, it's not neededFlorian Obser
2021-01-19No need for a global slaacd_process; unbreaks -fno-common.Florian Obser
2021-01-18Remove c++ comment that snuck in and remove useless debug output.Florian Obser
2021-01-18Sync SA configuration payload to new SA after IKE SA rekeying.tobhe
2021-01-17umb(4) sets a default interface priority too; mention it hereStuart Henderson
2021-01-17Mark up locations of KAME hack with #ifdef __KAME__ so that we canFlorian Obser
2021-01-16Oops, fix previous.Florian Obser
2021-01-16Only recover the KAME embedded scope if the sin6_scope_id is notFlorian Obser
2021-01-16Only recover the scope_id if it was not set. This way this code worksClaudio Jeker
2021-01-16Only recover the KAME embedded scope if the sin6_scope_id filed isClaudio Jeker
2021-01-13kernel, sysctl(8): remove dead variable: tickadjcheloha
2021-01-13Temporary addresses are preferred for 1 day and valid for 2.Florian Obser
2021-01-12Implement listening on 53/TCPFlorian Obser
2021-01-12Rewrite query parsing and answer formatting using libunbound providedFlorian Obser
2021-01-12Sometimes a user ID was logged in pflog(4) although the logopt ofAlexander Bluhm
2021-01-06do not call log_addr() when the address is NULLanton
2021-01-02add three missing .Dv macros,Ingo Schwarze
2020-12-30getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-12-29getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-12-29getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-12-29If we manage to send all "count" flood pings before receiving allFlorian Obser
2020-12-28Add back keyword "any" to match any IP address, which actually workstobhe
2020-12-28Add support for kern.video.record.Marcus Glocker
2020-12-27Fix "any" and "dynamic" keywords for flows and add proper IPv6 support.tobhe
2020-12-26Update default preference listkn