- 12e3b2e Moved origin/cp-main to upstream v2.90 version by Tarun Kundu · 4 months ago
- 4a8c098 Change the method of allocation of random source ports for DNS. by Simon Kelley · 3 years, 8 months ago
- 1de6bbc Fix FTBS on FreeBSD due to Linux-specific optimisation of if_nametoindex() by Simon Kelley · 3 years, 9 months ago
- 74d4fcd Use random source ports where possible if source addresses/interfaces in use. by Simon Kelley · 3 years, 9 months ago
- 4c30e96 Only log changes to DNS listeners when --log-debug is set. by Simon Kelley · 3 years, 9 months ago
- b7cf754 Add --dynamic-host option. by Simon Kelley · 3 years, 9 months ago
- a8c1474 Obtain MTU of interface only when it would be used by Petr Menšík · 3 years, 9 months ago
- 4c0aecc Correct occasional --bind-dynamic synchronization break by Petr Menšík · 3 years, 9 months ago
- c8e8f5c Bump copyright notices for 2021. Happy New Year! by Simon Kelley · 3 years, 10 months ago
- a2a7e04 Use the values of --min-port and --max-port in TCP connections. by Simon Kelley · 4 years ago
- 619000a Suppress logging of listen addresses during startup. by Simon Kelley · 4 years, 7 months ago
- 1c1b925 Remove duplicate address family from listener by Petr Menšík · 5 years ago
- 49bdf1e Handle listening on duplicate addresses by Petr Menšík · 5 years ago
- 60a3ae1 Cleanup interfaces no longer available by Petr Mensik · 5 years ago
- 951a221 Compare address and interface index for allowed interface by Petr Mensik · 5 years ago
- 51cdd1a Explicitly mark address port not used by Petr Mensik · 5 years ago
- 66adee8 Log listening on new interfaces by Petr Mensik · 5 years ago
- 70c50ef suppress non linux network unused var warnings by Kevin Darbyshire-Bryant · 4 years, 9 months ago
- e39c484 Fix parameters to setsockopt() for TCP_FASTOPEN. by Matthias Andree · 4 years, 9 months ago
- d9603ef Fix the disease, not the symptom in e40d8bef3bbf2fe8e1287663b2c84817066b3434 by Simon Kelley · 4 years, 10 months ago
- e40d8be Do not try to measure length of NULL pointer. This avoids a crash for empty domains in server=//... configurations. by Dominik DL6ER · 4 years, 11 months ago
- 2a8710a Update copyrights to 2020. by Simon Kelley · 5 years ago
- 608aa9f Support TCP fastopen on incoming and outgoing connections. by Simon Kelley · 6 years ago
- 8bd28a8 Small error-message tweak, for clarity. by Simon Kelley · 6 years ago
- cc921df Remove nested struct/union in cache records and all_addr. by Simon Kelley · 6 years ago
- ee87504 Remove ability to compile without IPv6 support. by Simon Kelley · 6 years ago
- 47b45b2 Fix lengths of interface names by Petr Menšík · 6 years ago
- 4441cf7 Fix DNS server fd garbage collection. by Simon Kelley · 7 years ago
- e83915d Set V6ONLY on DNS upstream socket. by Simon Kelley · 7 years ago
- baf553d Default min-port to 1024 to avoid reserved ports. by Simon Kelley · 7 years ago
- d1ced3a Update copyrights to 2018. by Simon Kelley · 7 years ago
- 9d6918d Use IP[V6]_UNICAST_IF socket option instead of SO_BINDTODEVICE for DNS. by Simon Kelley · 7 years ago
- a49c5c2 Fix search_servers() segfault with DNSSEC. by Simon Kelley · 7 years ago
- 50ca855 Bump year in copyrights. by Simon Kelley · 7 years ago
- ad59f27 Fix man page re interface labels and add warning when used badly. by Petr Menšík · 8 years ago
- 3e2496f Decrease the number of individual sites listed in log. by Hannu Nyman · 8 years ago
- 730c674 Comprehensive spelling/typo fixes. by Josh Soref · 8 years ago
- 09b768e Bump TCP connection backlog from 5 to 32. by Simon Kelley · 8 years ago
- 16800ea Fix crash introduced in 2675f2061525bc954be14988d64384b74aa7bf8b by Simon Kelley · 8 years ago
- 2675f20 Handle binding upstream servers to an interface by Beniamino Galvani · 8 years ago
- b970260 Limit number of upstream nameservers when logging configuration. by Simon Kelley · 9 years ago
- 14ffa07 Fix init of per server EDNS UDP packet size. by Simon Kelley · 9 years ago
- 529b030 Tidy code. by Simon Kelley · 9 years ago
- b8ac466 Tidy code. by Simon Kelley · 9 years ago
- 926332a Add --max-port config option. by Hans Dedecker · 9 years ago
- 92be34a Complete work to allow DNSSEC validation with private DNS servers. by Simon Kelley · 9 years ago
- 367341f Disable DNSSEC for server=/domain/.. servers unless trust-anchor provided. by Simon Kelley · 9 years ago
- c49778d Update copyright notices. Happy new year! by Simon Kelley · 9 years ago
- 9cdcfe9 Suggest solution to ENOMEM error with IPv6 multicast. by Simon Kelley · 9 years ago
- a77cec8 Handle UDP packet loss when fragmentation of large packets is broken. by Simon Kelley · 10 years ago
- 979fe86 Make --address=/example.com/ equivalent to --server=/example.com/ by Simon Kelley · 10 years ago
- aff3396 Update copyrights for dawn of 2015. by Simon Kelley · 10 years ago
- 4766936 Eliminate IPv6 privacy addresses from --interface-name answers. by Simon Kelley · 10 years ago
- bd9520b Remove redundant IN6_IS_ADDR_ULA(a) macro defn. by Simon Kelley · 10 years ago
- 40766e5 Check all servers loopiness, when any subset is changed. by Simon Kelley · 10 years ago
- b5ea1cc Add --dns-loop-detect feature. by Simon Kelley · 10 years ago
- 47a9516 Use event system to re-send query on new route. Tidies module boundaries. by Simon Kelley · 10 years ago
- a0358e5 Handle async notification of address changes using the event system. by Simon Kelley · 11 years ago
- 89b12ed OPT_LOCAL_SERVICE needs up-to-date interface list too. by Simon Kelley · 11 years ago
- c8a8048 --local-service. Default protection from DNS amplification attacks. by Simon Kelley · 11 years ago
- 7b1eae4 Add --servers-file option. by Simon Kelley · 11 years ago
- 7bcca00 More server cleanup. by Simon Kelley · 11 years ago
- d68c2ca Cleanup of server reading code, preparation, for dynamic reading from files. by Simon Kelley · 11 years ago
- c47e3ba Update copyright for 2014. by Simon Kelley · 11 years ago
- 1ee9be4 Implement dynamic interface discovery on *BSD by Simon Kelley · 11 years ago
- 2329bef Check arrival interface of IPv6 requests, even in --bind-interfaces. by Simon Kelley · 11 years ago
- 62ab3cc Only set scope_id in addresses to bind() for linklocal addresses. by Simon Kelley · 11 years ago
- 71aaa5a Fix previous errno saving fix. by Matthias Andree · 11 years ago
- 0861921 Garbage collect listening sockets when their address is deleted. by Simon Kelley · 11 years ago
- 3dffbc3 Don't overwrite errno before generating message. by Simon Kelley · 11 years ago
- 3b19596 Fix compiler warnings. by Vladislav Grishenko · 11 years ago
- f7029f5 Extend /4 and /6 syntax to --interface-name by Simon Kelley · 11 years ago
- f25e6c6 Support /4 and /6 suffixes in interface names in --auth-server by Simon Kelley · 11 years ago
- 376d48c Allow interface name to specify subnets in --auth-zone. by Simon Kelley · 11 years ago
- dc27e14 Warning when using --bind-interfaces and routeable addresses. by Simon Kelley · 11 years ago
- 408c368 Remove unused variable warnings when omitting stuff at compile-time. by Vladislav Grishenko · 11 years ago
- 91543f4 Fix FTBFS when various facilities omitted at compile time. by Simon Kelley · 11 years ago
- 89500e3 Support MAC addresses in dhcp-host and dhcp-mac for DHCPv6. by Simon Kelley · 11 years ago
- 397542b Fix bug resulting in tight-loop when new interfaces arrive. by Simon Kelley · 11 years ago
- ff7eea2 Add --dhcp-relay config option. by Simon Kelley · 11 years ago
- 2937f8a Provide independent control over which interfaces get TFTP. by Simon Kelley · 11 years ago
- edf0bde Make --listen-address higher priority than --except-interface. by Simon Kelley · 11 years ago
- 76dd75d Fix hang from new interface-name code, when using TCP. by Simon Kelley · 12 years ago
- 115ac3e Generalise --interface-name to cope with IPv6 addresses. by Simon Kelley · 12 years ago
- 3f2873d Handle IPv4 interface-address labels in Linux. by Simon Kelley · 12 years ago
- 49333cb Allow trailing '*' wildcard in interface names. by Simon Kelley · 12 years ago
- 38365ff Theoretical memory leak fix. by Simon Kelley · 12 years ago
- 6174435 Change copyright messages to include 2013. by Simon Kelley · 12 years ago
- e25db1f Handle wrong interface for locally-routed packets. by Simon Kelley · 12 years ago
- 22ce550 Correct behaviour for TCP queries to allowed address via banned interface. by Simon Kelley · 12 years ago
- 1962446 Join multicast groups only on IPv6 addresses! by Simon Kelley · 12 years ago
- bad7b87 add general flag param to iface_enumerate IPv6 callback by Simon Kelley · 12 years ago
- 5d162f2 Rationalise join_multicast() by Simon Kelley · 12 years ago
- 1f77693 First checkin of interface-address constructor mode for DHCPv6 and RA. by Simon Kelley · 12 years ago
- 429798f Allow addresses as well as interface names in --auth-server. by Simon Kelley · 12 years ago
- 4f7b304 Initial code to do authoritative DNS. by Simon Kelley · 12 years ago
- 5f11b3e Cope with --listen-address for not yet existent addr in bind-dynamic mode. by Simon Kelley · 12 years ago
- 8bc4cec Remove libvirt-inspired but never used access control features. by Simon Kelley · 12 years ago
- 39f1b8e Better logging of socket-creation errors. by Simon Kelley · 12 years ago
- 4ce4f37 Fix un-initialised "used" field in --listen-address structure. by Simon Kelley · 12 years ago