1. 12e3b2e Moved origin/cp-main to upstream v2.90 version by Tarun Kundu · 4 months ago
  2. c8e8f5c Bump copyright notices for 2021. Happy New Year! by Simon Kelley · 3 years, 10 months ago
  3. b43585c Fix nameserver list in auth mode. by Simon Kelley · 4 years, 8 months ago
  4. 2a8710a Update copyrights to 2020. by Simon Kelley · 5 years ago
  5. dc6a57f Always force AD bit to zero in authoritative DNS answers. by Simon Kelley · 5 years ago
  6. 5b99eae Cache SRV records. by Simon Kelley · 6 years ago
  7. cc921df Remove nested struct/union in cache records and all_addr. by Simon Kelley · 6 years ago
  8. ee87504 Remove ability to compile without IPv6 support. by Simon Kelley · 6 years ago
  9. b758b67 Improve logging of RRs from --dns-rr. by Simon Kelley · 6 years ago
  10. b6f926f Don't return NXDOMAIN to empty non-terminals. by Simon Kelley · 6 years ago
  11. 090856c Allow zone transfer in authoritative mode whenever auth-peer is specified. by Simon Kelley · 7 years ago
  12. d1ced3a Update copyrights to 2018. by Simon Kelley · 7 years ago
  13. 63437ff Fix CVE-2017-13704, which resulted in a crash on a large DNS query. by Simon Kelley · 7 years ago
  14. cbd29e5 Printf related fixes. by Rosen Penev · 7 years ago
  15. 50ca855 Bump year in copyrights. by Simon Kelley · 7 years ago
  16. 62f9c0d Fix CNAME wildcard in auth-mode. by Simon Kelley · 8 years ago
  17. 730c674 Comprehensive spelling/typo fixes. by Josh Soref · 8 years ago
  18. b637d78 Allow wildcard CNAME records in authoritative zones. by Simon Kelley · 8 years ago
  19. 094bfae auth-zone: allow to exclude ip addresses from answer. by Mathias Kresin · 8 years ago
  20. fa78573 Zero packet buffers before building output, to reduce risk of information leakage. by Simon Kelley · 8 years ago
  21. c7f3bd2 Replace incoming EDNS0_OPTION_NOMDEVICEID and EDNS0_OPTION_NOMCPEID options. by Simon Kelley · 9 years ago
  22. c49778d Update copyright notices. Happy new year! by Simon Kelley · 9 years ago
  23. fa14bec Major tidy up of EDNS0 handling and computation/use of udp packet size. by Simon Kelley · 9 years ago
  24. 78c6184 Auth: correct replies to NS and SOA in .arpa zones. by Simon Kelley · 10 years ago
  25. 38440b2 Fix crash in auth code with odd configuration. by Simon Kelley · 10 years ago
  26. aff3396 Update copyrights for dawn of 2015. by Simon Kelley · 10 years ago
  27. 3934155 Cope with multiple interfaces with the same LL address. by Simon Kelley · 10 years ago
  28. 4766936 Eliminate IPv6 privacy addresses from --interface-name answers. by Simon Kelley · 10 years ago
  29. 10cfc0d Fix length->netmask conversions to avoid undefined behaviour. by Richard Genoud · 10 years ago
  30. 1006860 Fix NXDOMAIN RCODE in auth PTR replies. by Simon Kelley · 11 years ago
  31. c47e3ba Update copyright for 2014. by Simon Kelley · 11 years ago
  32. c50f25a Allow empty subnet list in --auth-zone by Simon Kelley · 11 years ago
  33. 587ad4f Fix crash introduced in 376d48c7f187cd3c3e941929a4cd5e9c9903fc89 by Simon Kelley · 11 years ago
  34. 376d48c Allow interface name to specify subnets in --auth-zone. by Simon Kelley · 11 years ago
  35. 6008bdb Fix botch in determining if auth query is local. by Simon Kelley · 11 years ago
  36. 93bafe6 Fix CNAME botch in auth code, also set RA flag for local queries. by Simon Kelley · 11 years ago
  37. 8ab91e9 Get NXDOMAIN right on non-A/AAAA query for name known via interface-name. by Simon Kelley · 11 years ago
  38. 5731050 Get NXDOMAIN right for local queries to auth zones. by Simon Kelley · 11 years ago
  39. fb63dd1 Handle two interface-names, different interface, same name. by Simon Kelley · 11 years ago
  40. 5f8002f Restore NS and SOA records to local auth queries. by Simon Kelley · 11 years ago
  41. 19b1689 Don't filter by subnet when handling local queries for auth-zones. by Simon Kelley · 11 years ago
  42. b485ed9 Always answer queries for authoritative zones locally, never forward. by Simon Kelley · 11 years ago
  43. 921360c Add constructor-noauth: keyword by Simon Kelley · 12 years ago
  44. baa80ae Remove limit in prefix length in --auth-zone. by Simon Kelley · 12 years ago
  45. 115ac3e Generalise --interface-name to cope with IPv6 addresses. by Simon Kelley · 12 years ago
  46. 4c985da Indentation. by Simon Kelley · 12 years ago
  47. aa67fe7 Catch NULL pointer deref if qdcount == 0 by Simon Kelley · 12 years ago
  48. bb2509f Typo in filter_constructed_dhcp() by Simon Kelley · 12 years ago
  49. 6174435 Change copyright messages to include 2013. by Simon Kelley · 12 years ago
  50. c6cb740 Don't do AXFR unless auth-sec-servers is set. by Simon Kelley · 12 years ago
  51. 355736f Fix auth-DNS filtering problems with contructed ranges. by Simon Kelley · 12 years ago
  52. 60225f4 Allow constructed prefixes in auth zones. by Simon Kelley · 12 years ago
  53. 4820dce Make authoritative stuff a compile-time option. by Simon Kelley · 12 years ago
  54. f8abe0c Fix crash in auth code for queries where class != C_IN by Simon Kelley · 12 years ago
  55. 4967876 Zone-transfer peer restriction option. by Simon Kelley · 12 years ago
  56. e1ff419 Complete AXFR support by Simon Kelley · 12 years ago
  57. b75e936 First cut at zone transfer. by Simon Kelley · 12 years ago
  58. aa79235 zero arcount. by Simon Kelley · 12 years ago
  59. 45dd1fe Correct NS and SOA records in auth mode for PTR queries. by Simon Kelley · 12 years ago
  60. 5c0bd5b CNAME auth support. by Simon Kelley · 12 years ago
  61. 86e3b9a Post-test fixes. by Simon Kelley · 12 years ago
  62. 8273ea5 Add MX support. by Simon Kelley · 12 years ago
  63. 4f7b304 Initial code to do authoritative DNS. by Simon Kelley · 12 years ago