1. e759d42 --host-record support by Simon Kelley · 13 years ago
  2. 40ef23b Move DHCP option stuff to dhcp-common.c by Simon Kelley · 13 years ago
  3. f5e8562 More DHCP-option logging tweaks. by Simon Kelley · 13 years ago
  4. 1567fea Log vendor class for DHCPv6 by Simon Kelley · 13 years ago
  5. daf061c randomise DHCPv6 lease renewal intervals by Simon Kelley · 13 years ago
  6. d0e2c6c decode DHCPv4 T1, T2 and lease-time options better. by Simon Kelley · 13 years ago
  7. 5cfea3d Tidy last commit. by Simon Kelley · 13 years ago
  8. 6c8f21e More useful DHCPv6 packet logging. by Simon Kelley · 13 years ago
  9. 1d0f91c Don't trust the port in the source address of requests. by Simon Kelley · 13 years ago
  10. 2a82db4 Supply zero preference in advertise and reply messages by Simon Kelley · 13 years ago
  11. dd88c17 Add status code containing "success" to all IA_TA and IA_NA by Simon Kelley · 13 years ago
  12. 8b37270 Implement --dhcp-duid by Simon Kelley · 13 years ago
  13. a7cf58c Merge branch 'ra-names' by Simon Kelley · 13 years ago
  14. e25d1a2 Fix prefix-map build code logic. by Simon Kelley · 13 years ago
  15. 70969c1 move #include for Solaris and Apple. by Simon Kelley · 13 years ago
  16. 3803437 tidying by Simon Kelley · 13 years ago
  17. 96fafe2 Fixed typos and tested. by Simon Kelley · 13 years ago
  18. 08456c6 Use getifaddrs to find interfaces on *BSD by Simon Kelley · 13 years ago
  19. bc26f9a Handle firewire and EUI-64 addresses in the SLAAC code. by Simon Kelley · 13 years ago
  20. 6ffeff8 Teach emit_dbus_signal() about IPv6 DHCPv6 leases. by Simon Kelley · 13 years ago
  21. f444cdd Don't waste time calculating EUI-64 when a lease doesn't have a name. by Simon Kelley · 13 years ago
  22. 801ca9a Add ra-names SLAAC-hostnames from DHCPv4 option. by Simon Kelley · 13 years ago
  23. 22b135a Fix paretheses in ADD_RDLEN - it always returned 1 before. by Simon Kelley · 13 years ago
  24. 0f08983 Be more picly about the MAC address we use for DUID-creation. by Simon Kelley · 13 years ago
  25. e3e8634 Fix DUID generation with HAVE_BROKEN_RTC. by Simon Kelley · 13 years ago
  26. 7b6dd88 Fix socklen_t/size_t confusion in radv.c by Simon Kelley · 13 years ago
  27. b7f4020 Fix FTBFS when HAVE_BROKEN_RTC defined. by Simon Kelley · 13 years ago
  28. 552af8b Fix --localise-queries via interface lo bug. by Simon Kelley · 13 years ago
  29. 0010b47 RA configuration tweaks and documentation improvements. by Simon Kelley · 13 years ago
  30. 4b86b65 Substitute local address for [::] DHCPv6 options, like DHCPv4. by Simon Kelley · 13 years ago
  31. 0d5d35d RA lifetimes must be at least 2 hours by Simon Kelley · 13 years ago
  32. 843c96b Make RA without DHCPv6 possible. by Simon Kelley · 13 years ago
  33. 58dc02e Order of fields in DHCPv6 log lines now consistent with DHCPv4 by Simon Kelley · 13 years ago
  34. c239f7d rename header files. by Simon Kelley · 13 years ago
  35. 22d904d Fix RA on *BSD (missing sa_len) by Simon Kelley · 13 years ago
  36. 741c295 Tidy up RA scheduling. by Simon Kelley · 13 years ago
  37. c5379c1 Don't send hoplimit 1 when multicasting RAs by Simon Kelley · 13 years ago
  38. a4a5205 Fix ordering problem in multicast setup. by Simon Kelley · 13 years ago
  39. c5ad4e7 Router Advertisement by Simon Kelley · 13 years ago
  40. 270dc2e Fix wrong fallback address in DHCPv6 by Simon Kelley · 13 years ago
  41. 87b8ecb Fixed code passing tags to helper to work when there are no context tags. by Simon Kelley · 13 years ago
  42. e44ddca Fix hang at startup when DHCPv6 enabled on a complex network by Simon Kelley · 13 years ago
  43. 00e9ad5 Fixes for DHCPv6 tag system. by Simon Kelley · 13 years ago
  44. 57f460d tweak Lua script argument passing and add --dhcp-luascript sectino to manpage. by Simon Kelley · 13 years ago
  45. 6caacac Putative fix to crash in IPv4 DHCP, introduced whilst by Simon Kelley · 13 years ago
  46. 60ac5af Remove extact-MAC address from DUID code. by Simon Kelley · 13 years ago
  47. caa9438 bugs in IPv6 script calling - wrong DUID and lua relay_address by Simon Kelley · 13 years ago
  48. 0793380 Implement dhcp-ignore-names and DNSMASQ_RELAY_ADDRESS for IPv6 by Simon Kelley · 13 years ago
  49. 2307eac Fix code parsing --domain, broken whilst added IPv6 stuff. by Simon Kelley · 13 years ago
  50. 127ea40 Don't build DHCPv6 by default, except when build Debian package. by Simon Kelley · 13 years ago
  51. 6aef600 Correct duid generate on FreeBSD by Simon Kelley · 13 years ago
  52. 98d76a0 Tweaks to fix compilation on FreeBSD. by Simon Kelley · 13 years ago
  53. 6277978 Report correct error if prefix in dhcp-range is less than 64 by Simon Kelley · 13 years ago
  54. c6cc03e Merge branch 'dhcpv6' by Simon Kelley · 13 years ago
  55. 3d7b550 missed DHCP6 conditional compilation. by Simon Kelley · 13 years ago
  56. 751d6f4 Allow the TFP server or boot server in --pxe-service, to by Simon Kelley · 13 years ago
  57. a5c72ab DHCPv6 vendor class option includes an enterprise number. Handle that. by Simon Kelley · 13 years ago
  58. ceae00d lease script should work with IPv6 now. by Simon Kelley · 13 years ago
  59. 3634c54 dhcp-ignore and dhcp-match implemented for DHCPv6 now. by Simon Kelley · 13 years ago
  60. d74942a IPv6 address range parsing for --domain. by Simon Kelley · 13 years ago
  61. 70c5e3e DHCPDECLINE handling, domain handling, more complete address selection. by Simon Kelley · 13 years ago
  62. 4cb1b32 Clean compile, basic DHCPv6 functionality is there. by Simon Kelley · 13 years ago
  63. 3268e90 Make default NO_DHCP6 and remove compiler warning. by Simon Kelley · 13 years ago
  64. e981708 Merge branch 'dhcpv6' by Simon Kelley · 13 years ago
  65. 52b92f4 It compiles and it allocates a lease! No renewals yet. by Simon Kelley · 13 years ago
  66. a276175 Fix problem if dnsmasq is started without the stdin, by Simon Kelley · 13 years ago
  67. 805a113 We don't need to check that a cache record is F_HOST in the by Simon Kelley · 13 years ago
  68. 1ab62ae Further tuning of the fast hostfile reading code. by Simon Kelley · 13 years ago
  69. 915363f Tweaks to hostfile performance work. by Simon Kelley · 13 years ago
  70. 205fafa Improve performance when reading large hostfiles. by Simon Kelley · 13 years ago
  71. be2daf4 Enable DHCPv6 compilation by Simon Kelley · 13 years ago
  72. 8ecfaa4 Tidied up usage strings. by Simon Kelley · 13 years ago
  73. 39bec5f Remove duplicate tags in data supplied to lease script. by Simon Kelley · 13 years ago
  74. 5954608 Updated copyright notices. Happy new year! by Simon Kelley · 13 years ago
  75. a4f04ed Generate version string from git automatically by Simon Kelley · 13 years ago
  76. 00fc082 bump version in config.h by Simon Kelley · 13 years ago
  77. c72daea Accumulated 2.60 changes going into git by Simon Kelley · 13 years ago
  78. 74c95c2 import of dnsmasq-2.59.tar.gz by Simon Kelley · 13 years ago
  79. 7de060b import of dnsmasq-2.58.tar.gz by Simon Kelley · 13 years ago
  80. 572b41e import of dnsmasq-2.57.tar.gz by Simon Kelley · 14 years ago
  81. 28866e9 import of dnsmasq-2.56.tar.gz by Simon Kelley · 14 years ago
  82. c52e189 import of dnsmasq-2.55.tar.gz by Simon Kelley · 15 years ago
  83. 8ef5ada import of dnsmasq-2.53.tar.gz by Simon Kelley · 15 years ago
  84. 316e273 import of dnsmasq-2.52.tar.gz by Simon Kelley · 15 years ago
  85. 1f15b81 import of dnsmasq-2.51.tar.gz by Simon Kelley · 15 years ago
  86. 77e94da import of dnsmasq-2.50.tar.gz by Simon Kelley · 15 years ago
  87. 03a97b6 import of dnsmasq-2.49.tar.gz by Simon Kelley · 16 years ago
  88. 7622fc0 import of dnsmasq-2.48.tar.gz by Simon Kelley · 16 years ago
  89. 73a08a2 import of dnsmasq-2.47.tar.gz by Simon Kelley · 16 years ago
  90. 9009d74 import of dnsmasq-2.46.tar.gz by Simon Kelley · 16 years ago
  91. 1ad24ae import of dnsmasq-2.45.tar.gz by Simon Kelley · 16 years ago
  92. 3927da4 import of dnsmasq-2.44.tar.gz by Simon Kelley · 16 years ago
  93. 1a6bca8 import of dnsmasq-2.43.tar.gz by Simon Kelley · 16 years ago
  94. 9e03894 import of dnsmasq-2.42.tar.gz by Simon Kelley · 17 years ago
  95. 824af85 import of dnsmasq-2.41.tar.gz by Simon Kelley · 17 years ago
  96. 5aabfc7 import of dnsmasq-2.40.tar.gz by Simon Kelley · 17 years ago
  97. f2621c7 import of dnsmasq-2.39.tar.gz by Simon Kelley · 18 years ago
  98. 6b01084 import of dnsmasq-2.38.tar.gz by Simon Kelley · 18 years ago
  99. 1b7ecd1 import of dnsmasq-2.37.tar.gz by Simon Kelley · 18 years ago
  100. 832af0b import of dnsmasq-2.36.tar.gz by Simon Kelley · 18 years ago