summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2019-11-22Treat DNS proposals as replacement of previous proposals from the sameFlorian Obser
2019-11-22 Merge DNS proposals coming from the same interface.Florian Obser
2019-11-22The DNS proposal list can (soon) be empty to signal a withdraw, relaxFlorian Obser
2019-11-22Teach route(8) about RTP_PROPOSAL_UMBClaudio Jeker
2019-11-21 We do not send lifetimes or source in DNS proposals.Florian Obser
2019-11-21output RTM_PROPOSALs more similar to other route messagesFlorian Obser
2019-11-21 Track on which interface nameservers have been learned.Florian Obser
2019-11-21Configure the default route with RTP_NONE so that the kernel assignsFlorian Obser
2019-11-20Form DNS proposals from router advertisements with a router lifetimeFlorian Obser
2019-11-20Check for a too short answer packet in all callback functions becauseFlorian Obser
2019-11-19Print learned forwarders in unwindctl.Florian Obser
2019-11-19Proposals from dhclient are sometimes replacements.Florian Obser
2019-11-19Stop dhcp lease file parsing now that dhclient sends proposals.Florian Obser
2019-11-19Inform unwind about DNS servers it finds in leases.Kenneth R Westerback
2019-11-19Make /usr maximum 6G and grow it faster; ok lots of devsOtto Moerbeek
2019-11-18Enable ESP UDP-encapsulation with '-t' flag.tobhe
2019-11-16Missing comma after RTM_PROPOSAL source.Kenneth R Westerback
2019-11-16When printing RTM_PROPOSAL and unspecified message types, print theKenneth R Westerback
2019-11-16When printing RTM_PROPOSAL messages use "if#" like all the otherKenneth R Westerback
2019-11-16More %d -> %u for unsigned values.Kenneth R Westerback
2019-11-16Whitespace nit.Kenneth R Westerback
2019-11-16rtm_version, rtm_type, rtm_msglen, rtm_index, rtm_priority, ifan_whatKenneth R Westerback
2019-11-16Remove "(void)" casts from the 2 printf() statements thatKenneth R Westerback
2019-11-15IKEv2 message fragments of the same message have the same msg_id. Whentobhe
2019-11-15Fix error handling in ikev2_msg_send.tobhe
2019-11-15Improve readability by using a typedef for the callback type; ok florian@Otto Moerbeek
2019-11-14Do not print misleading error message about permission error forAlexander Bluhm
2019-11-14With the stub resolver we have since some time we can resolve theFlorian Obser
2019-11-14 Checking a resolver that we are already checking can lead to aFlorian Obser
2019-11-14 Since resolve() switched to a callback mechanism all uw_resolver objectsFlorian Obser
2019-11-13Log reason whenever a child SA is freed. This makes it easier totobhe
2019-11-12we might not have a best resolver at allFlorian Obser
2019-11-12do not leak buf or region if either fails to allocateFlorian Obser
2019-11-12fix a formatting warning;Jason McIntyre
2019-11-12Add configuration options to explicitly specify ESN support for child SAs.tobhe
2019-11-12we are not using was_ratelimitedFlorian Obser
2019-11-12Pass in a callback function to resolve() instead of a flag toFlorian Obser
2019-11-12 Error logging is done inside of resolve since it depends on theFlorian Obser
2019-11-12 It is possible to cancel libunbound queries by tracking an id.Florian Obser
2019-11-11Cleanup message retransmission handling with new helper functions.tobhe
2019-11-11Implement DNS proposals to learn nameservers from networkFlorian Obser
2019-11-11 Send DNS proposals on route socket when new nameservers are learnedFlorian Obser
2019-11-10Consistently use _rcctl enable foo_ in examples, it's simpler and lessLandry Breuil
2019-11-10Update wifi-related documentation in ifconfig man page.Stefan Sperling
2019-11-09Add RTP_PROPOSAL_SOLICIT to allow unwind(8) to solicit DNS proposalsFlorian Obser
2019-11-09Mechanically change the forwarder SIMPLEQ to a TAILQ. Needed forFlorian Obser
2019-11-09failure to allocate memory is not an XXXFlorian Obser
2019-11-08 There is at most one Default Router Proposal present per router.Florian Obser
2019-11-08forgot to set proposal idFlorian Obser
2019-11-07 Remove half way implemented address and default route proposals.Florian Obser