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