1. baf553d Default min-port to 1024 to avoid reserved ports. by Simon Kelley · 7 years ago
  2. 3bd4c47 Remove limit on length of command-line options. by Neil Jerram · 7 years ago
  3. 22cd860 Allow more than one --bridge-interface option to refer to an interface. by Simon Kelley · 7 years ago
  4. d1ced3a Update copyrights to 2018. by Simon Kelley · 7 years ago
  5. 30858e3 Spaces in CNAME options break parsing. by Simon Kelley · 7 years ago
  6. 0549c73 Security fix, CVE-2017-14491 DNS heap buffer overflow. by Simon Kelley · 7 years ago
  7. cbd29e5 Printf related fixes. by Rosen Penev · 7 years ago
  8. 50ca855 Bump year in copyrights. by Simon Kelley · 7 years ago
  9. 5614413 Fix a couple of crashes on malformed config files. by Simon Kelley · 8 years ago
  10. 6ec5f5c Extend --ra-param mtu: field to allow an interface name. by Vladislav Grishenko · 8 years ago
  11. 005c46d Add mtu facility to --ra-param. by David Flamand · 8 years ago
  12. 503c609 --dhcp-reply-delay option to workaround PXE client bugs. by Floris Bos · 8 years ago
  13. 60704f5 Add support for unique TFTP root per MAC. by Floris Bos · 8 years ago
  14. 4e7694d Allow binding to both source address and interface in server specs. by Kristian Evensen · 8 years ago
  15. dc99058 Improve error checking for --rev-server. by Olivier Gayot · 8 years ago
  16. 916959c Fix rev-server with /32 prefix. by Olivier Gayot · 8 years ago
  17. 13dee6f Compilation warning fixes. by Simon Kelley · 8 years ago
  18. 730c674 Comprehensive spelling/typo fixes. by Josh Soref · 8 years ago
  19. 903df07 Detect and error loops in --cname configuration. by Simon Kelley · 8 years ago
  20. 3ebe62d Merge branch 'master' of ssh://thekelleys.org.uk/var/cache/git/dnsmasq by Simon Kelley · 8 years ago
  21. a1d973f Allow multiple CNAMEs in a single --cname= option. by Simon Kelley · 8 years ago
  22. 7ac9ae1 Compile time option NO_ID by Kevin Darbyshire-Bryant · 8 years ago
  23. 3c0c111 Improve --address and --ipset docs, fix --help output by Peter Wu · 8 years ago
  24. 094bfae auth-zone: allow to exclude ip addresses from answer. by Mathias Kresin · 8 years ago
  25. 68bea10 Fix error in PXE arch names and add ARM32 and ARM64. by Simon Kelley · 9 years ago
  26. 09217a1 Add --help to manpage . by Simon Kelley · 9 years ago
  27. 14ffa07 Fix init of per server EDNS UDP packet size. by Simon Kelley · 9 years ago
  28. a2bc254 Check return-code of inet_pton when parsing DHCPv4 options. by Simon Kelley · 9 years ago
  29. 4caa86d Tidy. by Simon Kelley · 9 years ago
  30. fa79466 Tighten syntax checking for dhcp-range and clarify man page. by Simon Kelley · 9 years ago
  31. 407a1f3 Tidy parsing code. by Simon Kelley · 9 years ago
  32. 7aa3f9a format fix. by Simon Kelley · 9 years ago
  33. c7f3bd2 Replace incoming EDNS0_OPTION_NOMDEVICEID and EDNS0_OPTION_NOMCPEID options. by Simon Kelley · 9 years ago
  34. 22fe2fd Fix --add-subnet when returning empty or default subnet. by Simon Kelley · 9 years ago
  35. bec366b Add --tftp-mtu option. by Simon Kelley · 9 years ago
  36. 832e47b Add --dhcp-ttl option. by Simon Kelley · 9 years ago
  37. df3d54f Add TTL parameter to --host-record and --cname. by Simon Kelley · 9 years ago
  38. 22c0f4f Fix previous commit. by Simon Kelley · 9 years ago
  39. 9e4cf47 Add --add-mac=text option. by Simon Kelley · 9 years ago
  40. 1e50512 Final form of configuration for EDNS0 MAC-address code. by Simon Kelley · 9 years ago
  41. 926332a Add --max-port config option. by Hans Dedecker · 9 years ago
  42. c49778d Update copyright notices. Happy new year! by Simon Kelley · 9 years ago
  43. 33702ab First complete version of DNS-client-id EDNS0 and ARP tracking code. by Simon Kelley · 9 years ago
  44. 0007ee9 Fix crash at start up with conf-dir=/path,* by Simon Kelley · 9 years ago
  45. a7369be Enhance --add-subnet to allow arbitary subnet addresses. by Ed Bardsley · 9 years ago
  46. 90cb222 --conf-file should read no file, not try and read the default file. by Simon Kelley · 9 years ago
  47. 2fd5bc9 Allow router advertisements to have the "off-link" bit set. by Neil Jerram · 9 years ago
  48. a77cec8 Handle UDP packet loss when fragmentation of large packets is broken. by Simon Kelley · 10 years ago
  49. 30d0879 add --tftp-no-fail to ignore missing tftp root by Stefan Tomanek · 10 years ago
  50. 979fe86 Make --address=/example.com/ equivalent to --server=/example.com/ by Simon Kelley · 10 years ago
  51. f6e62e2 Add --dnssec-timestamp option and facility. by Simon Kelley · 10 years ago
  52. 28b879a Fix trivial memory leaks to quieten valgrind. by Chen Wei · 10 years ago
  53. f9c8637 Extra logging for inotify code. by Simon Kelley · 10 years ago
  54. aff3396 Update copyrights for dawn of 2015. by Simon Kelley · 10 years ago
  55. 70d1873 Expand inotify code to dhcp-hostsdir, dhcp-optsdir and hostsdir. by Simon Kelley · 10 years ago
  56. 5f4dc5c Add --dhcp-hostsdir config option. by Simon Kelley · 10 years ago
  57. 28de387 Add --min-cache-ttl option. by RinSatsuki · 10 years ago
  58. 25cf5e3 Add --log-queries=extra option for more complete logging. by Simon Kelley · 10 years ago
  59. 32fc6db Add --ignore-address option. by Glen Huang · 10 years ago
  60. 3ad3f3b Fix breakage of --domain=<domain>,<subnet>,local by Simon Kelley · 10 years ago
  61. 00cd9d5 crash at startup when an empty suffix is supplied to --conf-dir by Simon Kelley · 10 years ago
  62. 3e1551a Extend --conf-dir to allow filtering on file suffixes. by Simon Kelley · 10 years ago
  63. b5ea1cc Add --dns-loop-detect feature. by Simon Kelley · 10 years ago
  64. 7ea3d3f ra-advrouter mode for RFC-3775 mobile IPv6 support. by Simon Kelley · 11 years ago
  65. e98bd52 Add --dnssec-no-timecheck by Simon Kelley · 11 years ago
  66. fec216d Cache stats availble in CHAOS .bind domain. by Simon Kelley · 11 years ago
  67. 19c51cf Tidy and fix cache->uid handling. by Simon Kelley · 11 years ago
  68. c8a8048 --local-service. Default protection from DNS amplification attacks. by Simon Kelley · 11 years ago
  69. 00a5b5d Check that unsigned replies come from unsigned zones if --dnssec-check-unsigned set. by Simon Kelley · 11 years ago
  70. 7b1eae4 Add --servers-file option. by Simon Kelley · 11 years ago
  71. d68c2ca Cleanup of server reading code, preparation, for dynamic reading from files. by Simon Kelley · 11 years ago
  72. de73a49 --rev-server option. Syntactic sugar for PTR queries. by Simon Kelley · 11 years ago
  73. ee41586 Use DS records as trust anchors, not DNSKEYs. by Simon Kelley · 11 years ago
  74. edc231b Compiler warning. by Simon Kelley · 11 years ago
  75. 7d23a66 Remove --dnssec-permissive, pointless if we don't set CD upstream. by Simon Kelley · 11 years ago
  76. cbf13a2 Class specifier in --dnskey, instead of hardwiring C_IN. by Simon Kelley · 11 years ago
  77. 5b3bf92 --dnssec-debug by Simon Kelley · 11 years ago
  78. a25720a protocol handling for DNSSEC by Simon Kelley · 11 years ago
  79. 86bec2d Swap crypto library from openSSL to nettle. by Simon Kelley · 11 years ago
  80. c47e3ba Update copyright for 2014. by Simon Kelley · 11 years ago
  81. 0fc2f31 First functional DNSSEC - highly alpha. by Simon Kelley · 11 years ago
  82. 963c380 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  83. 76ff440 Ignore ",," in dhcp-host, rather than treating it as ",0," by Simon Kelley · 11 years ago
  84. c352dd8 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  85. 3a23715 Commit to allow master merge. by Simon Kelley · 11 years ago
  86. d082faf Fix compiler warning. by Vladislav Grishenko · 11 years ago
  87. f7029f5 Extend /4 and /6 syntax to --interface-name by Simon Kelley · 11 years ago
  88. 65c9b48 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  89. f25e6c6 Support /4 and /6 suffixes in interface names in --auth-server by Simon Kelley · 11 years ago
  90. 06e54b8 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  91. 376d48c Allow interface name to specify subnets in --auth-zone. by Simon Kelley · 11 years ago
  92. 5a4120d Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  93. eec5c1e Fix parsing of synth-domain=domain,addr,addr,prefix by Simon Kelley · 11 years ago
  94. a9bf81a Message typo. by Gildas · 11 years ago
  95. 8c0b73d Add --quiet-* options. by Kevin Darbyshire-Bryant · 11 years ago
  96. 6bd3a09 Merge branch 'edns0' by Simon Kelley · 11 years ago
  97. c4cd95d Add --ra-param and remove --force-fast-ra by Simon Kelley · 11 years ago
  98. ed4c076 --add-subnet option. by Simon Kelley · 11 years ago
  99. f373a15 Ommit option-parsing code with NO_AUTH. by Simon Kelley · 11 years ago
  100. 89500e3 Support MAC addresses in dhcp-host and dhcp-mac for DHCPv6. by Simon Kelley · 11 years ago