1. 41aa488 Making retransmit timer configurable for RA by Tarun Kundu · 2 years, 6 months ago
  2. 024baf1 Making reachable time and hop limit configurable for RA by Tarun Kundu · 2 years, 7 months ago
  3. 9d23807 Enable specifying valid_lifetime in dhcp-range by Kyle Swenson · 3 years, 1 month ago
  4. ba77fe8 Add edns-restrict option to dnsmasq by Kyle Swenson · 3 years, 2 months ago
  5. 545712c Patch to Cradlepoint Current by Kyle Swenson · 3 years, 2 months ago
  6. f61afcf Tidy error logging in 961daf8f921503457d1f539f79b3a2def7d479e2 by Simon Kelley · 3 years, 9 months ago
  7. 961daf8 Handle resource exhaustion of struct frec_src same as struct frec. by Simon Kelley · 3 years, 9 months ago
  8. 64a16cb Combine queries for the same DNS name if close in time. by Simon Kelley · 3 years, 9 months ago
  9. ea6b0b2 Subtly change behaviour on repeated DNS query. by Simon Kelley · 3 years, 9 months ago
  10. dfb1f7c TFTP tweak. by Simon Kelley · 3 years, 10 months ago
  11. b5d1b20 Fix spacing in translatable strings. by Matthias Andree · 3 years, 10 months ago
  12. 26b5c40 Replace ad-hoc libnettle version detecion with MIN_VERSION macro. by Simon Kelley · 3 years, 10 months ago
  13. 0b3ecf7 Enable DNSSEC compilation on nettle 2.7.1 by Petr Menšík · 3 years, 10 months ago
  14. 8f9bd61 Correct missing SERV_DO_DNSSEC flag, add new spot by Petr Menšík · 3 years, 10 months ago
  15. ea28d0e Scale the DNS random scket pool on the value of dns-forward-max. by Simon Kelley · 3 years, 10 months ago
  16. 4a8c098 Change the method of allocation of random source ports for DNS. by Simon Kelley · 3 years, 10 months ago
  17. ffa4628 Fix thinko in 51f7bc924cbcdeb09cbb83249b70c121d1ffa31e by 黎醒聪 · 3 years, 10 months ago
  18. e10a923 Move repeated test pattern to server_test_type by Petr Menšík · 3 years, 10 months ago
  19. 51f7bc9 Create common function for forward dump, log and send by Petr Menšík · 3 years, 10 months ago
  20. 6c0bf79 Reduce few repetitions in forward code by Petr Menšík · 3 years, 10 months ago
  21. 1de6bbc Fix FTBS on FreeBSD due to Linux-specific optimisation of if_nametoindex() by Simon Kelley · 3 years, 10 months ago
  22. 023ace8 Merge branch 'random-port' by Simon Kelley · 3 years, 10 months ago
  23. 74d4fcd Use random source ports where possible if source addresses/interfaces in use. by Simon Kelley · 3 years, 10 months ago
  24. 9eaa91b Teach --bogus-nxdomain and --ignore-address to take a subnet argument. by Simon Kelley · 3 years, 10 months ago
  25. 484bd75 tftp warning fix. by Petr Menšík · 3 years, 10 months ago
  26. 4c30e96 Only log changes to DNS listeners when --log-debug is set. by Simon Kelley · 3 years, 10 months ago
  27. b260d22 Add --log-debug option and MS_DEBUG flag to my_syslog(). by Simon Kelley · 3 years, 10 months ago
  28. b7cf754 Add --dynamic-host option. by Simon Kelley · 3 years, 10 months ago
  29. a8c1474 Obtain MTU of interface only when it would be used by Petr Menšík · 3 years, 10 months ago
  30. 8b8a414 Move flags to recvmsg function in netlink by Petr Menšík · 3 years, 10 months ago
  31. 9e14748 Always use <poll.h> by Simon Kelley · 3 years, 10 months ago
  32. 4c0aecc Correct occasional --bind-dynamic synchronization break by Petr Menšík · 3 years, 10 months ago
  33. e7c0d7b dhcp-host selection fix for v4/v6. by Simon Kelley · 3 years, 11 months ago
  34. 305cb79 Simplify preceding fix. by Simon Kelley · 3 years, 11 months ago
  35. 141a26f Fix problem with DNS retries in 2.83/2.84. by Simon Kelley · 3 years, 11 months ago
  36. 2029501 Fix possible free-memory ref in e75069f79aa6b8a61034a9a4db9b6265b8be8ae4 by Simon Kelley · 4 years ago
  37. c8e8f5c Bump copyright notices for 2021. Happy New Year! by Simon Kelley · 4 years ago
  38. a69b017 Change HAVE_NETTLEHASH compile-time to HAVE_CRYPTOHASH. by Simon Kelley · 4 years ago
  39. e75069f Tidy initialisation in hash_questions.c by Simon Kelley · 4 years ago
  40. 3f535da Fix for 12af2b171de0d678d98583e2190789e544440e02 by Simon Kelley · 4 years ago
  41. 8ebdc36 Optimise sort_rrset for the case where the RR type no canonicalisation. by Simon Kelley · 4 years ago
  42. 12af2b1 Fix to 75e2f0aec33e58ef5b8d4d107d821c215a52827c by Simon Kelley · 4 years ago
  43. 04490bf Move fd into frec_src, fixes 15b60ddf935a531269bb8c68198de012a4967156 by Simon Kelley · 4 years ago
  44. cc0b448 Update to new struct frec fields in conntrack code. by Simon Kelley · 4 years ago
  45. 503f68d Fix warning message logic. by Simon Kelley · 4 years ago
  46. 6a6e06f Small cleanups in frec_src datastucture handling. by Simon Kelley · 4 years, 1 month ago
  47. 2024f97 Support hash function from nettle (only) by Petr Menšík · 4 years, 2 months ago
  48. 25e63f1 Handle caching with EDNS options better. by Simon Kelley · 4 years, 2 months ago
  49. 15b60dd Handle multiple identical near simultaneous DNS queries better. by Simon Kelley · 4 years, 2 months ago
  50. 8244611 Add missing check for NULL return from allocate_rfd(). by Simon Kelley · 4 years, 2 months ago
  51. 1eb6ced Fix DNS reply when asking for DNSSEC and a validated CNAME is already cached. by Simon Kelley · 4 years, 2 months ago
  52. 059aded Optimse RR digest calculation in DNSSEC. by Simon Kelley · 4 years, 2 months ago
  53. 2d76586 Use SHA-256 to provide security against DNS cache poisoning. by Simon Kelley · 4 years, 2 months ago
  54. 257ac0c Check destination of DNS UDP query replies. by Simon Kelley · 4 years, 2 months ago
  55. 4e96a4b Fix remote buffer overflow CERT VU#434904 by Simon Kelley · 4 years, 2 months ago
  56. a2a7e04 Use the values of --min-port and --max-port in TCP connections. by Simon Kelley · 4 years, 1 month ago
  57. 4ded962 pxe: support pxe clients with custom vendor-class by Wang Shanker · 4 years, 1 month ago
  58. 4d85e40 Change default lease time for DHCPv6 to one day. by Simon Kelley · 4 years, 6 months ago
  59. 7e194a0 Apply floor of 60s to TTL of DNSKEY and DS records in cache. by Simon Kelley · 4 years, 6 months ago
  60. e2cb655 Thorough clean-up following 8270648da1eae77db381b848a47d79b85c206e29. by Simon Kelley · 4 years, 7 months ago
  61. 8270648 Fix memory corruption on EAGAIN return from pipe during TCP requests. by Frank · 4 years, 7 months ago
  62. 619000a Suppress logging of listen addresses during startup. by Simon Kelley · 4 years, 9 months ago
  63. 1c1b925 Remove duplicate address family from listener by Petr Menšík · 5 years ago
  64. 49bdf1e Handle listening on duplicate addresses by Petr Menšík · 5 years ago
  65. 60a3ae1 Cleanup interfaces no longer available by Petr Mensik · 6 years ago
  66. 951a221 Compare address and interface index for allowed interface by Petr Mensik · 6 years ago
  67. 51cdd1a Explicitly mark address port not used by Petr Mensik · 6 years ago
  68. 66adee8 Log listening on new interfaces by Petr Mensik · 6 years ago
  69. 4890bcd Workaround for reported recvmsg() ignoring MSG_PEEK. by Simon Kelley · 4 years, 9 months ago
  70. 8baf583 Allow IPv6 addresses ofthe form [::ffff:1.2.3.4] in --dhcp-option. by Simon Kelley · 4 years, 9 months ago
  71. 913fa15 Convert failure of setsockopt(..., SOL_NETLINK, NETLINK_NO_ENOBUFS, ...) into warning. by Simon Kelley · 4 years, 9 months ago
  72. ba26d34 [PATCH] src/dnsmasq.c: Labeled a lonely #endif by Geert Stappers · 4 years, 9 months ago
  73. 532246f Tweak to DNSSEC logging. by Simon Kelley · 4 years, 9 months ago
  74. 8caf3d7 Fix rare problem allocating frec for DNSSEC. by Simon Kelley · 4 years, 9 months ago
  75. d162bee Allow overriding of ubus service name. by Oldřich Jedlička · 4 years, 10 months ago
  76. b43585c Fix nameserver list in auth mode. by Simon Kelley · 4 years, 10 months ago
  77. 3f60ecd Fixed resource leak on ubus_init failure. by Oldřich Jedlička · 4 years, 10 months ago
  78. 0506a5e Handle old kernels that don't do NETLINK_NO_ENOBUFS. by Simon Kelley · 4 years, 10 months ago
  79. e7ee1aa Extend stop-dns-rebind to reject IPv6 LL and ULA addresses. by Dominik DL6ER · 4 years, 10 months ago
  80. 1627d57 Set NETLINK_NO_ENOBUFS in netlink socket, to avoid POLLERR returns. by Simon Kelley · 4 years, 10 months ago
  81. 46bdfe6 Fix error in IPv6 prefix calculation. by Petr Menšík · 4 years, 10 months ago
  82. dded78b Add DHCPv6 ntp-server (56) option handling. by Vladislav Grishenko · 4 years, 10 months ago
  83. b594e8d rfc3315: fix incorrect logical '&&' warning by Kevin Darbyshire-Bryant · 4 years, 10 months ago
  84. 70c50ef suppress non linux network unused var warnings by Kevin Darbyshire-Bryant · 4 years, 10 months ago
  85. ea3c60a Diverge error handling between *BSD and Linux. by Brad Smith · 4 years, 10 months ago
  86. fc19399 Fix compiler warning. by Simon Kelley · 4 years, 10 months ago
  87. 980b14f Compiler warning. by Simon Kelley · 4 years, 10 months ago
  88. 1df73fe Remove compiler warnings in IPv6 checksum code in dump.c by Simon Kelley · 4 years, 10 months ago
  89. c125c1d Update decline address handling in DHCPv6 for new multi-address world. by Simon Kelley · 4 years, 10 months ago
  90. e39c484 Fix parameters to setsockopt() for TCP_FASTOPEN. by Matthias Andree · 4 years, 10 months ago
  91. 02df000 Trivial formatting fix. by Simon Kelley · 4 years, 10 months ago
  92. b2ed691 Ignore routes in non-main tables by Donald Sharp · 4 years, 10 months ago
  93. 8d6d573 option.c: fix NO_DHCP6 build error by Kevin Darbyshire-Bryant · 4 years, 10 months ago
  94. 48755eb Optimise closing file descriptors. by Simon Kelley · 4 years, 10 months ago
  95. 0541a1a Factor out closing all file descriptors for later optimisation. by Simon Kelley · 4 years, 10 months ago
  96. a7d19e9 Support ECC-GOST DNSSEC signature algorithm. by Simon Kelley · 4 years, 11 months ago
  97. ec1cc45 Add support for ED448 DNSSEC signature verification. by Simon Kelley · 4 years, 11 months ago
  98. ee64582 Add --script-on-renewal option. by Simon Kelley · 4 years, 11 months ago
  99. 425e240 Remove DSA signature verification from DNSSEC, as specified in RFC 8624. by Simon Kelley · 4 years, 11 months ago
  100. a9b022a Allow empty server spec in --rev-server, to match --server. by Simon Kelley · 5 years ago