1. 48fd1c4 Allow option prefix in --synth-domain. by Simon Kelley · 12 years ago
  2. 2bb73af Add --synth-domain by Simon Kelley · 12 years ago
  3. bd08ae6 Allow option number zero in encapsulated DHCP options. by Simon Kelley · 12 years ago
  4. 6f9aaa9 ->hwaddr_len must be zero always in DHCPv6 leases. by Simon Kelley · 12 years ago
  5. 49333cb Allow trailing '*' wildcard in interface names. by Simon Kelley · 12 years ago
  6. de92b47 Make wildcard-configured addresses work on multiple networks. by Simon Kelley · 12 years ago
  7. c630924 Experimental support for DHCPv6 prefix-class option. by Simon Kelley · 12 years ago
  8. a6ebfac Massive refactor of stateful DHCPv6. Lease multiple prefixes per client. by Simon Kelley · 12 years ago
  9. 13d86c7 Add --ipset option. by Jason A. Donenfeld · 12 years ago
  10. 6174435 Change copyright messages to include 2013. by Simon Kelley · 12 years ago
  11. e25db1f Handle wrong interface for locally-routed packets. by Simon Kelley · 12 years ago
  12. 22ce550 Correct behaviour for TCP queries to allowed address via banned interface. by Simon Kelley · 12 years ago
  13. 3039310 Wildcard IPv6 addresses in --dhcp-host, for constructed ranges. by Simon Kelley · 12 years ago
  14. 37c9cce DHCPv6 address allocation - same DUID, two IAIDs by Simon Kelley · 12 years ago
  15. 771287b Wildcards in dhcp-range constructors by Simon Kelley · 12 years ago
  16. 3bc0d93 More work on lease and router lifetime calculation. by Simon Kelley · 12 years ago
  17. 0c05024 Check for new SLAAC addresses when we add new prefixes. by Simon Kelley · 12 years ago
  18. ed8b68a Simplify and fix RA lifetime calculation. by Simon Kelley · 12 years ago
  19. bad7b87 add general flag param to iface_enumerate IPv6 callback by Simon Kelley · 12 years ago
  20. 5d162f2 Rationalise join_multicast() by Simon Kelley · 12 years ago
  21. 1b75c1e Per-context control over ra short period. by Simon Kelley · 12 years ago
  22. 1f77693 First checkin of interface-address constructor mode for DHCPv6 and RA. by Simon Kelley · 12 years ago
  23. 4820dce Make authoritative stuff a compile-time option. by Simon Kelley · 12 years ago
  24. 429798f Allow addresses as well as interface names in --auth-server. by Simon Kelley · 12 years ago
  25. 4967876 Zone-transfer peer restriction option. by Simon Kelley · 12 years ago
  26. e1ff419 Complete AXFR support by Simon Kelley · 12 years ago
  27. b75e936 First cut at zone transfer. by Simon Kelley · 12 years ago
  28. 4f7b304 Initial code to do authoritative DNS. by Simon Kelley · 12 years ago
  29. c99df93 Fix compilation warnings. by Simon Kelley · 12 years ago
  30. 1d86041 Add --max-cache-ttl option. by Simon Kelley · 12 years ago
  31. faafb3f Add SetServersEX method in DBus interface. by Simon Kelley · 12 years ago
  32. b269221 Address allocation tweaking - lease outside dhcp-range but in subnet. by Simon Kelley · 12 years ago
  33. 8b46061 Fix DHCPv6 address allocation for some pathalogical cases. by Simon Kelley · 12 years ago
  34. ad09427 Alternate DBus service name via --enable-dbus by Simon Kelley · 12 years ago
  35. 23245c0 RFC 4242 support. by Simon Kelley · 12 years ago
  36. c4a7f90 Config parsing error-handling update. by Simon Kelley · 13 years ago
  37. 8bc4cec Remove libvirt-inspired but never used access control features. by Simon Kelley · 13 years ago
  38. 2b5bae9 Fall back from --bind-dynamic to --bind-interfaces in BSD, rather than quitting. by Simon Kelley · 13 years ago
  39. 54dd393 Add --bind-dynamic by Simon Kelley · 13 years ago
  40. 4ce4f37 Fix un-initialised "used" field in --listen-address structure. by Simon Kelley · 13 years ago
  41. 8b3ae2f Check tftp-root exists and is accessible at startup. by Simon Kelley · 13 years ago
  42. 9f7f3b1 Add --dns-rr option. by Simon Kelley · 13 years ago
  43. a9ab732 reconfirm SLAAC addresses when DHCPv4 leases go though INIT_REBOOT state. by Simon Kelley · 13 years ago
  44. cdbee9a Find room to store key-id and digest-type in DS records. by Simon Kelley · 13 years ago
  45. 7b4ad2e Teach cache to store DS and DNSKEY records by Simon Kelley · 13 years ago
  46. 61ce600 --tftp-lowercase option. by Simon Kelley · 13 years ago
  47. 9380ba7 Set SO_BINDTODEVICE on DHCP sockets when doing DHCP on one interface by Simon Kelley · 13 years ago
  48. 50303b1 Remove redundant send_from logging code. by Simon Kelley · 13 years ago
  49. c825754 "deprecated" lease-time keyword for IPv6 by Simon Kelley · 13 years ago
  50. 30cd966 More flexible RA configuration. by Simon Kelley · 13 years ago
  51. 4b028ad Merge branch 'bind' by Simon Kelley · 13 years ago
  52. 29689cf Handle errors when sending ICMP6 pings better. by Simon Kelley · 13 years ago
  53. 52d4abf Make --listen-address work for all 127.0.0.0/8 addresses. by Simon Kelley · 13 years ago
  54. a953096 Send "FTP transfer complete" events to the DHCP lease script. by Simon Kelley · 13 years ago
  55. 0068301 Conditional compilation tweak. by Simon Kelley · 13 years ago
  56. 353ae4d Check assumed SLAAC addresses by pinging them. by Simon Kelley · 13 years ago
  57. e759d42 --host-record support by Simon Kelley · 13 years ago
  58. 40ef23b Move DHCP option stuff to dhcp-common.c by Simon Kelley · 13 years ago
  59. 1d0f91c Don't trust the port in the source address of requests. by Simon Kelley · 13 years ago
  60. 8b37270 Implement --dhcp-duid by Simon Kelley · 13 years ago
  61. 801ca9a Add ra-names SLAAC-hostnames from DHCPv4 option. by Simon Kelley · 13 years ago
  62. 843c96b Make RA without DHCPv6 possible. by Simon Kelley · 13 years ago
  63. c239f7d rename header files. by Simon Kelley · 13 years ago
  64. 741c295 Tidy up RA scheduling. by Simon Kelley · 13 years ago
  65. c5ad4e7 Router Advertisement by Simon Kelley · 13 years ago
  66. e44ddca Fix hang at startup when DHCPv6 enabled on a complex network by Simon Kelley · 13 years ago
  67. 0793380 Implement dhcp-ignore-names and DNSMASQ_RELAY_ADDRESS for IPv6 by Simon Kelley · 13 years ago
  68. c6cc03e Merge branch 'dhcpv6' by Simon Kelley · 13 years ago
  69. 751d6f4 Allow the TFP server or boot server in --pxe-service, to by Simon Kelley · 13 years ago
  70. a5c72ab DHCPv6 vendor class option includes an enterprise number. Handle that. by Simon Kelley · 13 years ago
  71. ceae00d lease script should work with IPv6 now. by Simon Kelley · 13 years ago
  72. 3634c54 dhcp-ignore and dhcp-match implemented for DHCPv6 now. by Simon Kelley · 13 years ago
  73. d74942a IPv6 address range parsing for --domain. by Simon Kelley · 13 years ago
  74. 70c5e3e DHCPDECLINE handling, domain handling, more complete address selection. by Simon Kelley · 13 years ago
  75. 4cb1b32 Clean compile, basic DHCPv6 functionality is there. by Simon Kelley · 13 years ago
  76. 52b92f4 It compiles and it allocates a lease! No renewals yet. by Simon Kelley · 13 years ago
  77. 5954608 Updated copyright notices. Happy new year! by Simon Kelley · 13 years ago
  78. c72daea Accumulated 2.60 changes going into git by Simon Kelley · 13 years ago
  79. 74c95c2 import of dnsmasq-2.59.tar.gz by Simon Kelley · 13 years ago
  80. 7de060b import of dnsmasq-2.58.tar.gz by Simon Kelley · 13 years ago
  81. 572b41e import of dnsmasq-2.57.tar.gz by Simon Kelley · 14 years ago
  82. 28866e9 import of dnsmasq-2.56.tar.gz by Simon Kelley · 14 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. 7622fc0 import of dnsmasq-2.48.tar.gz by Simon Kelley · 16 years ago
  87. 73a08a2 import of dnsmasq-2.47.tar.gz by Simon Kelley · 16 years ago
  88. 9009d74 import of dnsmasq-2.46.tar.gz by Simon Kelley · 16 years ago
  89. 3927da4 import of dnsmasq-2.44.tar.gz by Simon Kelley · 16 years ago
  90. 1a6bca8 import of dnsmasq-2.43.tar.gz by Simon Kelley · 17 years ago
  91. 9e03894 import of dnsmasq-2.42.tar.gz by Simon Kelley · 17 years ago
  92. 824af85 import of dnsmasq-2.41.tar.gz by Simon Kelley · 17 years ago
  93. 5aabfc7 import of dnsmasq-2.40.tar.gz by Simon Kelley · 17 years ago
  94. f2621c7 import of dnsmasq-2.39.tar.gz by Simon Kelley · 18 years ago
  95. 6b01084 import of dnsmasq-2.38.tar.gz by Simon Kelley · 18 years ago
  96. 1b7ecd1 import of dnsmasq-2.37.tar.gz by Simon Kelley · 18 years ago
  97. 832af0b import of dnsmasq-2.36.tar.gz by Simon Kelley · 18 years ago
  98. 1697269 import of dnsmasq-2.34.tar.gz by Simon Kelley · 18 years ago
  99. 208b65c import of dnsmasq-2.33.tar.gz by Simon Kelley · 18 years ago
  100. 849a835 import of dnsmasq-2.32.tar.gz by Simon Kelley · 19 years ago