1. f37019e Support for App Id handling in EDNS0 payload by Tarun Kundu · 2 years, 4 months ago
  2. 545712c Patch to Cradlepoint Current by Kyle Swenson · 3 years, 1 month ago
  3. ea28d0e Scale the DNS random scket pool on the value of dns-forward-max. by Simon Kelley · 3 years, 9 months ago
  4. 4a8c098 Change the method of allocation of random source ports for DNS. by Simon Kelley · 3 years, 9 months ago
  5. 74d4fcd Use random source ports where possible if source addresses/interfaces in use. by Simon Kelley · 3 years, 9 months ago
  6. c8e8f5c Bump copyright notices for 2021. Happy New Year! by Simon Kelley · 3 years, 11 months ago
  7. e75069f Tidy initialisation in hash_questions.c by Simon Kelley · 3 years, 11 months ago
  8. e2cb655 Thorough clean-up following 8270648da1eae77db381b848a47d79b85c206e29. by Simon Kelley · 4 years, 6 months ago
  9. 8270648 Fix memory corruption on EAGAIN return from pipe during TCP requests. by Frank · 4 years, 6 months ago
  10. 951a221 Compare address and interface index for allowed interface by Petr Mensik · 5 years ago
  11. 913fa15 Convert failure of setsockopt(..., SOL_NETLINK, NETLINK_NO_ENOBUFS, ...) into warning. by Simon Kelley · 4 years, 8 months ago
  12. ba26d34 [PATCH] src/dnsmasq.c: Labeled a lonely #endif by Geert Stappers · 4 years, 8 months ago
  13. 8caf3d7 Fix rare problem allocating frec for DNSSEC. by Simon Kelley · 4 years, 8 months ago
  14. 0506a5e Handle old kernels that don't do NETLINK_NO_ENOBUFS. by Simon Kelley · 4 years, 9 months ago
  15. 70c50ef suppress non linux network unused var warnings by Kevin Darbyshire-Bryant · 4 years, 9 months ago
  16. 0541a1a Factor out closing all file descriptors for later optimisation. by Simon Kelley · 4 years, 10 months ago
  17. 7747658 Fix problem with netlink socket and TCP DNS. by Simon Kelley · 4 years, 10 months ago
  18. 2ac4cf0 Tweaks to TFTP. by Simon Kelley · 5 years ago
  19. 2a8710a Update copyrights to 2020. by Simon Kelley · 5 years ago
  20. 66f6265 Add --tftp-single-port option. by Simon Kelley · 5 years ago
  21. defd6b1 Fix 90d7c6b97dbae2c913e7bb7af9c6c0f874493092 CAP_NET_RAW, not CAP_NET_ADMIN. by Simon Kelley · 5 years ago
  22. 90d7c6b Keep suitable capabilities if we may bind server sockets to interface or port. by Simon Kelley · 5 years ago
  23. ae7a3b9 DNSSEC: implement RFC-4036 para 5.3.3. rules on TTL values. by Simon Kelley · 5 years ago
  24. a2b8220 Improved UBus supported by Jan Willem Janssen · 6 years ago
  25. 5fc639c Don't retry close() syscalls after an EINTR errors. by Simon Kelley · 6 years ago
  26. 305ffb5 Improve kernel-capability manipulation code under Linux. by Simon Kelley · 6 years ago
  27. 5b99eae Cache SRV records. by Simon Kelley · 6 years ago
  28. cc921df Remove nested struct/union in cache records and all_addr. by Simon Kelley · 6 years ago
  29. 48d12f1 Remove the NO_FORK compile-time option, and support for uclinux. by Simon Kelley · 6 years ago
  30. ee87504 Remove ability to compile without IPv6 support. by Simon Kelley · 6 years ago
  31. a799ca0 Impove cache behaviour for TCP connections. by Simon Kelley · 6 years ago
  32. 53792c9 fix typo by Martin Schiller · 6 years ago
  33. 0893347 Make interface spec optional in --auth-server. by Simon Kelley · 6 years ago
  34. 397c050 Handle case of --auth-zone but no --auth-server. by Simon Kelley · 6 years ago
  35. 9d6fd17 dnsmasq.c fix OPT_UBUS option usage by Kevin Darbyshire-Bryant · 6 years ago
  36. 8dcdb33 Add --enable-ubus option. by Julian Kornberger · 6 years ago
  37. caf4d57 Add OpenWRT ubus patch by Julian Kornberger · 6 years ago
  38. 3b6eb19 Log DNSSEC trust anchors at startup. by Simon Kelley · 6 years ago
  39. 1f1873a Log warning on very large cachesize config, instead of truncating it. by Simon Kelley · 7 years ago
  40. 6b17335 Add packet-dump debugging facility. by Simon Kelley · 7 years ago
  41. a691853 Change default for dnssec-check-unsigned. by Simon Kelley · 7 years ago
  42. 4f7bb57 Fix deletion of dhcp-options from inotify dynamic files. by Simon Kelley · 7 years ago
  43. e7a4af8 Compiler warning fixes. by Simon Kelley · 7 years ago
  44. 6b54d69 Make failure to chown() pidfile a warning. by Simon Kelley · 7 years ago
  45. 246a31c Change ownership of pid file, to keep systemd happy. by Simon Kelley · 7 years ago
  46. 83e4b73 Remove confusion between --user and --script-user. by Simon Kelley · 7 years ago
  47. baf553d Default min-port to 1024 to avoid reserved ports. by Simon Kelley · 7 years ago
  48. 3c973ad Use SIGINT (instead of overloading SIGHUP) to turn on DNSSEC time validation. by Simon Kelley · 7 years ago
  49. d1ced3a Update copyrights to 2018. by Simon Kelley · 7 years ago
  50. 373e917 Fix a6004d7f17687ac2455f724d0b57098c413f128d to cope with >256 RRs in answer section. by Simon Kelley · 7 years ago
  51. 075366a Open inotify socket only when used. by Petr Menšík · 7 years ago
  52. a6004d7 Fix caching logic for validated answers. by Simon Kelley · 7 years ago
  53. 50ca855 Bump year in copyrights. by Simon Kelley · 7 years ago
  54. 4583dd9 Replace obsolete utime() usage with utimes(). by Vladislav Grishenko · 8 years ago
  55. c77fb9d Capture and log STDOUT and STDERR output from dhcp-script. by Petr Menšík · 8 years ago
  56. 503c609 --dhcp-reply-delay option to workaround PXE client bugs. by Floris Bos · 8 years ago
  57. ad59f27 Fix man page re interface labels and add warning when used badly. by Petr Menšík · 8 years ago
  58. 730c674 Comprehensive spelling/typo fixes. by Josh Soref · 8 years ago
  59. 0ef1334 Tweak start-up logging by Simon Kelley · 8 years ago
  60. c8328ec Bump auth zone serial when reloading /etc/hosts and friends. by Simon Kelley · 8 years ago
  61. 06093a9 Fix problem with --dnssec-timestamp by Kevin Darbyshire-Bryant · 8 years ago
  62. f7cf749 Check return code from open() by Simon Kelley · 9 years ago
  63. 1e50512 Final form of configuration for EDNS0 MAC-address code. by Simon Kelley · 9 years ago
  64. 926332a Add --max-port config option. by Hans Dedecker · 9 years ago
  65. a63b8b8 DNSSEC: Handle non-root trust anchors, and check we have a root trust anchor. by Simon Kelley · 9 years ago
  66. b633de9 Fix FTBFS when scripts excluded at compilation time. by Simon Kelley · 9 years ago
  67. c49778d Update copyright notices. Happy new year! by Simon Kelley · 9 years ago
  68. 53a9173 Handle building with script support enabled and DHCP disabled. by Simon Kelley · 9 years ago
  69. 97b1d25 Correct logic for when to start helper. by Simon Kelley · 9 years ago
  70. 33702ab First complete version of DNS-client-id EDNS0 and ARP tracking code. by Simon Kelley · 9 years ago
  71. d3a8b39 More EDNS0 packet-size tweaks. by Simon Kelley · 9 years ago
  72. 63ec5d1 Fix new poll() code for helper pipe. Removed CPU-spin. by Simon Kelley · 9 years ago
  73. 34b5d19 Update DNSSEC timestamp file on process TERM. by Kevin Darbyshire-Bryant · 9 years ago
  74. b842bc9 Use poll() instead of select() to remove limits on open file descriptors. by Simon Kelley · 9 years ago
  75. f6d6956 Test for overflowing platform FD_SET size. by Simon Kelley · 9 years ago
  76. 5e95a55 Avoid hanngs in DHCP ping code when system time goes backwards. by Simon Kelley · 9 years ago
  77. cbe379a Handle domain names with '.' or /000 within labels. by Simon Kelley · 10 years ago
  78. b4c0f09 Fix (srk induced) crash in new tftp_no_fail code. by Stefan Tomanek · 10 years ago
  79. 7aa970e Whitespace fixes. by Stefan Tomanek · 10 years ago
  80. 30d0879 add --tftp-no-fail to ignore missing tftp root by Stefan Tomanek · 10 years ago
  81. ff841eb Fix boilerplate code for re-running system calls on EINTR and EAGAIN etc. by Simon Kelley · 10 years ago
  82. 360f251 Tweak DNSSEC timestamp code to create file later, removing need to chown it. by Simon Kelley · 10 years ago
  83. 9003b50 Fix last commit to not crash if uid changing not configured. by Simon Kelley · 10 years ago
  84. f6e62e2 Add --dnssec-timestamp option and facility. by Simon Kelley · 10 years ago
  85. 28b879a Fix trivial memory leaks to quieten valgrind. by Chen Wei · 10 years ago
  86. aff3396 Update copyrights for dawn of 2015. by Simon Kelley · 10 years ago
  87. 70d1873 Expand inotify code to dhcp-hostsdir, dhcp-optsdir and hostsdir. by Simon Kelley · 10 years ago
  88. 0491805 Allow inotify to be disabled at compile time on Linux. by Simon Kelley · 10 years ago
  89. 5f4dc5c Add --dhcp-hostsdir config option. by Simon Kelley · 10 years ago
  90. 25cf5e3 Add --log-queries=extra option for more complete logging. by Simon Kelley · 10 years ago
  91. 800c5cc Remove floor on EDNS0 packet size with DNSSEC. by Simon Kelley · 10 years ago
  92. 193de4a Use inotify instead of polling on Linux. by Simon Kelley · 10 years ago
  93. b5ea1cc Add --dns-loop-detect feature. by Simon Kelley · 10 years ago
  94. 47a9516 Use event system to re-send query on new route. Tidies module boundaries. by Simon Kelley · 10 years ago
  95. a0358e5 Handle async notification of address changes using the event system. by Simon Kelley · 11 years ago
  96. e98bd52 Add --dnssec-no-timecheck by Simon Kelley · 11 years ago
  97. 1a9a348 Set --local-service in Debian package startup. by Simon Kelley · 11 years ago
  98. 5107ace NSEC3 validation. First pass. by Simon Kelley · 11 years ago
  99. 7b1eae4 Add --servers-file option. by Simon Kelley · 11 years ago
  100. ee41586 Use DS records as trust anchors, not DNSKEYs. by Simon Kelley · 11 years ago