summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2021-02-07Only probe for DNS64 presence when we know that we can talk to the slaacdFlorian Obser
2021-02-07Free X509_STOREs in ca_shutdown().tobhe
2021-02-07Fix address leaks in expand_flows().tobhe
2021-02-06Revert delayed opening of trust anchor file. The code was somewhatFlorian Obser
2021-02-04Rename 'struct group' to 'struct dh_group' for more clarity andtobhe
2021-02-04EC_POINT_get_affine_coordinates_GFp() and EC_POINT_get_affine_coordinates_GF2m()tobhe
2021-02-04Upgrade to OpenSSL 1.1 compatible crypto API. Add additionaltobhe
2021-02-03unbreak getline() conversion in disklabelChristian Weisgerber
2021-02-02dhclient(8): fork_privchld, take_charge, propose_release: poll(2) -> ppoll(2)cheloha
2021-02-02replace fgetln(3) with getline(3) in disklabelChristian Weisgerber
2021-02-01change "demote counter" / "demote count" to "demotion counter", ok deraadtStuart Henderson
2021-02-01Take flows into consideration for policy lookup as initiator.tobhe
2021-02-01dhclient(8): default_route_index(): poll(2) -> ppoll(2)cheloha
2021-02-01Whitespacetobhe
2021-02-01Switch dispatch loop to ppoll() and protocol timeouts to struct timespec.Kenneth R Westerback
2021-02-01change route-to so it sends packets to IPs instead of interfaces.David Gwynne
2021-01-31Ignore addresses that are not 0/32 (dynamic) in ikev2_cp_fixaddr()tobhe
2021-01-31Don't leak flows if ikev2_cp_fixflow() fails.tobhe
2021-01-31Make progress when stepping through rdns proposals even when skippingFlorian Obser
2021-01-31replace fgetln(3) with getline(3) in fdiskChristian Weisgerber
2021-01-31fix mistaken operator precedence in a pointer dereference in disklabelChristian Weisgerber
2021-01-30Don't print an empty line at the end of `route sourceaddr`Daniel Jakots
2021-01-30Make editing GPT easier/safer by defaulting offet to beginning of largestKenneth R Westerback
2021-01-30document that sizes in fdisk can be input and printed in terabytesChristian Weisgerber
2021-01-30Re-try to open DNSSEC trust anchor file if /var is not mounted yet.Florian Obser
2021-01-29Add proper padding for pfkey messages. Use ROUNDUP() for auth andtobhe
2021-01-29Some libunbound configuration changes can change the quality of aFlorian Obser
2021-01-29Don't filter by address family on the route socket.Florian Obser
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