Age | Commit message (Expand) | Author |
2019-11-06 | Rename "asr" to "stub" in user visible parts. | Florian Obser |
2019-11-06 | No need to write resolv.conf after deciding to get a new lease, | Kenneth R Westerback |
2019-11-06 | Correct the logic deciding when to write resolv.conf. | Kenneth R Westerback |
2019-11-05 | trailing whitespace | Florian Obser |
2019-11-05 | Remove unused struct members, DNS proposals will be handled | Florian Obser |
2019-11-03 | When we are talking to an upstream nameserver we should not refuse to | Florian Obser |
2019-11-03 | *** empty log message *** | Otto Moerbeek |
2019-11-02 | unused global | Florian Obser |
2019-11-02 | When we are behind a captive portal we very likely need to use the asr | Florian Obser |
2019-10-31 | Constrain and correct the routes being deleted when applying a new | Kenneth R Westerback |
2019-10-31 | With the asr fallback we can skip the service port up & down dance, | Florian Obser |
2019-10-31 | Add asr resolver type which completely bypasses libunbound and uses the | Florian Obser |
2019-10-29 | mobileip is going to the attic | David Gwynne |
2019-10-27 | Print interface index and name for RTM_NEWADDR, RTM_DELADDR and | Kenneth R Westerback |
2019-10-25 | Forgot to add '\30AUTOONF4" to ifnetflags[]. | Kenneth R Westerback |
2019-10-24 | Fix ifconfig(8) compiler warnings regarding variable "name" reuse. | Alexander Bluhm |
2019-10-21 | Optionally log blocked queries when using the block list. | Florian Obser |
2019-10-19 | Plug mem leak when the list of dhcp resolvers didn't change. ok florian@ | Otto Moerbeek |
2019-10-18 | Plug mem leak in error path; ok florian@ who also spotted the rad case | Otto Moerbeek |
2019-10-18 | Another case of using yacc effectively to avoid repeating code; ok florian@ | Otto Moerbeek |
2019-10-18 | Reafctor forwarder clause to avoid having to write out the same code | Otto Moerbeek |
2019-10-17 | Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX. | Todd C. Miller |
2019-10-17 | Fix some compiler warings in ifconfig(8). Move all prototypes and | Alexander Bluhm |
2019-10-12 | handle version.bind / version.server | Florian Obser |
2019-10-12 | Carry the answer in the pending_query struct. Makes it clearer who is | Florian Obser |
2019-10-12 | Be more strict with which queries to accept. Modeled after | Florian Obser |
2019-10-12 | Don't hand parse the query, libunbound has query_info_parse() for that. | Florian Obser |
2019-10-08 | Make sure struct pending_query is fully initialized by using calloc. | Florian Obser |
2019-10-06 | Eek, check overflow with destination size, not source | Florian Obser |
2019-10-03 | Fix CVE-2019-16866 | Florian Obser |
2019-09-30 | Introduce defines for DNSSEC validation states. | Florian Obser |
2019-09-29 | Fix histogram code to do an inclusive check for the upper bound to | Otto Moerbeek |
2019-09-29 | annoying trailing whitespaces | Florian Obser |
2019-09-26 | Use SPI_SA() instead of __func__ in all logging calls. Use log_info | tobhe |
2019-09-26 | Fix leaks by cleaning up after configuration parser. | tobhe |
2019-09-25 | Do not leak cur_ns in case of malformed lease file. | Florian Obser |
2019-09-25 | Be more robust when dealing with malformed lease files. | Florian Obser |
2019-09-22 | Let sysctl(1) work in single-user mode. Same diff applied by florian@ | Kenneth R Westerback |
2019-09-20 | Document the output of 'ifconfig scan' in client mode. | Stefan Sperling |
2019-09-12 | Update to libunbound 1.9.3 | Florian Obser |
2019-09-06 | More Version 1 AT&T UNIX history. | Ingo Schwarze |
2019-09-03 | It's perfectly normal for the SIOCGIFFLAGS and SIOCGIFXFLAGS to fail | Florian Obser |
2019-09-02 | More correction of section 3 layout. directory->opendir, fts->fts_open, | Theo de Raadt |
2019-09-02 | Make net80211 expose reasons for association failures to userland and have | Stefan Sperling |
2019-08-31 | The algorithm creating the routing addresses in route(8) and arp(6) | Alexander Bluhm |
2019-08-30 | mop up for the pcap.3 rename; | Jason McIntyre |
2019-08-30 | Remove configured IPv6 addresses remaining when slaacd(8) detects a | pamela |
2019-08-30 | whitespace, found while pondering improvements to sffdump | Theo de Raadt |
2019-08-29 | The kernel uses rtm_addrs as a bit field for addresses that are | Alexander Bluhm |
2019-08-29 | Remove redundant ikev2_msg_valid_ike_sa() call. | tobhe |