Age | Commit message (Expand) | Author |
2019-11-29 | Don't hand-roll TAILQ_CONCAT in a slow way. | Florian Obser |
2019-11-29 | While we learn how the "decaying" histogram works it's helpful to show | Florian Obser |
2019-11-28 | The happy eyeballs code computes a median to assess how well a | Otto Moerbeek |
2019-11-28 | ks_mapblocks is gone | Philip Guenther |
2019-11-28 | Merge host_v{4,6}() into host_ip(), simplify host() | kn |
2019-11-28 | Introduce copy_sockaddrtoipa() and set_ipmask() bits from pfctl | kn |
2019-11-28 | No more example file; ok florian@ | Otto Moerbeek |
2019-11-28 | Move Notify and Certreq payload handlers after the parser. Modify SA state | tobhe |
2019-11-28 | show median RTT in unwindctl status | Florian Obser |
2019-11-28 | Track all elements of a forwarder configuration individually: | Florian Obser |
2019-11-27 | Fix function name in error message (zap trailing s) | kn |
2019-11-27 | use _PATH_ names for unveil if possible | Theo de Raadt |
2019-11-27 | Instead of only considering if a resolving strategy is dead, works or | Florian Obser |
2019-11-27 | Move resolver preference storage to a struct which makes it easier to | Florian Obser |
2019-11-27 | Nuke http captive portal detection; something better is coming. | Florian Obser |
2019-11-26 | Improve previous | kn |
2019-11-26 | Fail on nonexistent config file iff -c is given | kn |
2019-11-25 | simplify histogram code and cut off at < limit, as the histogram display in | Otto Moerbeek |
2019-11-25 | Signal what happened, not what needs doing. | Florian Obser |
2019-11-23 | plug memory leak | Florian Obser |
2019-11-23 | On startup withdraw all proposals for all interfaces by sending an | Florian Obser |
2019-11-23 | An if_index of zero signals to remove all previous proposals from a | Florian Obser |
2019-11-22 | Polish logic talking to unwind. | Kenneth R Westerback |
2019-11-22 | Use a table for unbound options; ok florian@ | Otto Moerbeek |
2019-11-22 | DNS Proposals are treated as replacements in unwind now. | Florian Obser |
2019-11-22 | Treat DNS proposals as replacement of previous proposals from the same | Florian Obser |
2019-11-22 | Merge DNS proposals coming from the same interface. | Florian Obser |
2019-11-22 | The DNS proposal list can (soon) be empty to signal a withdraw, relax | Florian Obser |
2019-11-22 | Teach route(8) about RTP_PROPOSAL_UMB | Claudio Jeker |
2019-11-21 | We do not send lifetimes or source in DNS proposals. | Florian Obser |
2019-11-21 | output RTM_PROPOSALs more similar to other route messages | Florian Obser |
2019-11-21 | Track on which interface nameservers have been learned. | Florian Obser |
2019-11-21 | Configure the default route with RTP_NONE so that the kernel assigns | Florian Obser |
2019-11-20 | Form DNS proposals from router advertisements with a router lifetime | Florian Obser |
2019-11-20 | Check for a too short answer packet in all callback functions because | Florian Obser |
2019-11-19 | Print learned forwarders in unwindctl. | Florian Obser |
2019-11-19 | Proposals from dhclient are sometimes replacements. | Florian Obser |
2019-11-19 | Stop dhcp lease file parsing now that dhclient sends proposals. | Florian Obser |
2019-11-19 | Inform unwind about DNS servers it finds in leases. | Kenneth R Westerback |
2019-11-19 | Make /usr maximum 6G and grow it faster; ok lots of devs | Otto Moerbeek |
2019-11-18 | Enable ESP UDP-encapsulation with '-t' flag. | tobhe |
2019-11-16 | Missing comma after RTM_PROPOSAL source. | Kenneth R Westerback |
2019-11-16 | When printing RTM_PROPOSAL and unspecified message types, print the | Kenneth R Westerback |
2019-11-16 | When printing RTM_PROPOSAL messages use "if#" like all the other | Kenneth R Westerback |
2019-11-16 | More %d -> %u for unsigned values. | Kenneth R Westerback |
2019-11-16 | Whitespace nit. | Kenneth R Westerback |
2019-11-16 | rtm_version, rtm_type, rtm_msglen, rtm_index, rtm_priority, ifan_what | Kenneth R Westerback |
2019-11-16 | Remove "(void)" casts from the 2 printf() statements that | Kenneth R Westerback |
2019-11-15 | IKEv2 message fragments of the same message have the same msg_id. When | tobhe |
2019-11-15 | Fix error handling in ikev2_msg_send. | tobhe |