1. 115ac3e Generalise --interface-name to cope with IPv6 addresses. by Simon Kelley · 12 years ago
  2. cfcad42 Fix failure to start with ENOTSOCK by Simon Kelley · 12 years ago
  3. 3f2873d Handle IPv4 interface-address labels in Linux. by Simon Kelley · 12 years ago
  4. ab915f8 Only use ourselves as default DNS server for RA if we're doing DNS. by Simon Kelley · 12 years ago
  5. ddd9a6b replace inet_addr with inet_pton() in src/option.c by Simon Kelley · 12 years ago
  6. 7abb69b Tighten checks in legal_hostname(). by Simon Kelley · 12 years ago
  7. d5052fb Fix FTBFS in ipset.c with old kernel headers. by Simon Kelley · 12 years ago
  8. b5a7ff4 Check length of synth-domain prefix. by Simon Kelley · 12 years ago
  9. 48fd1c4 Allow option prefix in --synth-domain. by Simon Kelley · 12 years ago
  10. 2bb73af Add --synth-domain by Simon Kelley · 12 years ago
  11. 86e92f9 --dhcp-match et al now work with BOOTP as well as DHCP. by Simon Kelley · 12 years ago
  12. 1c10b9d Note that dhcp_lease_time and dhcp_release only work for IPv4. by Simon Kelley · 12 years ago
  13. a66d36e Manpage typos. by Tomas Hozza · 12 years ago
  14. aa63a21 Fix regression in dhcp_lease_time utility. by Simon Kelley · 12 years ago
  15. 797a7af Fix crash on SERVFAIL when --conntrack in use. by Giacomo Tazzari · 12 years ago
  16. 4b5ea12 Send TCP DNS messages in one write() call. Stops TCP stream fragmenting. by Simon Kelley · 12 years ago
  17. 2b6390f Bump Debian version number. by Simon Kelley · 12 years ago
  18. bd08ae6 Allow option number zero in encapsulated DHCP options. by Simon Kelley · 12 years ago
  19. 4582c0e Fix wrong size in memset() call. by Dave Reisner · 12 years ago
  20. 834f36f Update French translation. by Simon Kelley · 12 years ago
  21. 6f130de Manpage typos. by Simon Kelley · 12 years ago
  22. 3931a7b FAQ typos. by Simon Kelley · 12 years ago
  23. d9ee9c0 Better error check on options parsing. by Simon Kelley · 12 years ago
  24. 0b0a73c Fix crash on exceeding DHCP lease limit. by Simon Kelley · 12 years ago
  25. 81925ab Manpage typos by Simon Kelley · 12 years ago
  26. 9de1aa9 Fix parsing of IAID>MAXINT in leases file. by Simon Kelley · 12 years ago
  27. 6f9aaa9 ->hwaddr_len must be zero always in DHCPv6 leases. by Simon Kelley · 12 years ago
  28. 7e5664b Fix trivial access of un-initialised memory. by Simon Kelley · 12 years ago
  29. 83f28be Manpage typos. by Simon Kelley · 12 years ago
  30. 96c727f Cope with duplicate dhcp-options with tags (last one wins). by Simon Kelley · 12 years ago
  31. 49dc570 Manpage typo. by Simon Kelley · 12 years ago
  32. cd1e04a Polish translation. by Simon Kelley · 12 years ago
  33. 27cb314 Fix endless loop when dhcp-range goes away. by Simon Kelley · 12 years ago
  34. 56a1142 SO_REUSEPORT may be defined, but not supported. by Simon Kelley · 12 years ago
  35. 5b37aa8 Trivial change: 0->NULL for pointer constant. by Simon Kelley · 12 years ago
  36. 8ac9787 Fix lease time calculation when using DHCPv6 relay. by Simon Kelley · 12 years ago
  37. 9f9bd08 Merged messages. by Simon Kelley · 12 years ago
  38. 4c985da Indentation. by Simon Kelley · 12 years ago
  39. 3d77c04 Typos in CHANGELOG by Simon Kelley · 12 years ago
  40. 3ddad24 Compile-in IPSET by default. by Simon Kelley · 12 years ago
  41. 6e37ab5 Send prefix-class in DHCPREPLY as well as DHCPADVERTISE. by Simon Kelley · 12 years ago
  42. a1a79ed Bugfix for latest DHCPv6 update. by Simon Kelley · 12 years ago
  43. 49333cb Allow trailing '*' wildcard in interface names. by Simon Kelley · 12 years ago
  44. de92b47 Make wildcard-configured addresses work on multiple networks. by Simon Kelley · 12 years ago
  45. 0f128eb Clarifications for DNS-auth in man-page. by Simon Kelley · 12 years ago
  46. c630924 Experimental support for DHCPv6 prefix-class option. by Simon Kelley · 12 years ago
  47. ff59fc8 Split out context-marking from add_address. by Simon Kelley · 12 years ago
  48. 52a1ae7 Another logic problem in refactor. by Simon Kelley · 12 years ago
  49. 3a654c5 Respect difference between no IA_{TN}A and no IA_ADDR options. by Simon Kelley · 12 years ago
  50. 2763d4b Fix unused variable warning. by Simon Kelley · 12 years ago
  51. e28836b Fix crash in DHCPv6 renew, introduced in refactor. by Simon Kelley · 12 years ago
  52. a6ebfac Massive refactor of stateful DHCPv6. Lease multiple prefixes per client. by Simon Kelley · 12 years ago
  53. c796107 Don't erroneously reject some option names in --dhcp-match by Simon Kelley · 12 years ago
  54. ab6ede7 Handle EINTR return from sendto() in ipset.c by Simon Kelley · 12 years ago
  55. b3538f1 Add ipset.c to source files list in Android makefile. by Simon Kelley · 12 years ago
  56. 3b323bd IPset support in debian build. by Simon Kelley · 12 years ago
  57. 13d86c7 Add --ipset option. by Jason A. Donenfeld · 12 years ago
  58. 208fb61 Fix wrong DNSMASQ_LEASE_EXPIRES envar when luascript in use also. by Simon Kelley · 12 years ago
  59. 4038ae2 Fix crash in DHCPv6 information-request handler. by Simon Kelley · 12 years ago
  60. dd1721c DHCPv4 relay-agent options exposed to DHCP-script. by Simon Kelley · 12 years ago
  61. a21e27b Support DHCP DNS server option if we're not doing DNS. by Simon Kelley · 12 years ago
  62. b0ff858 Fix FTBFS if HAVE_BROKEN_RTC defined. by Simon Kelley · 12 years ago
  63. 54dae55 Fix previous commit. by Simon Kelley · 12 years ago
  64. 25c4198 Fix use-after-free by Simon Kelley · 12 years ago
  65. 4ead40c Fix use-after-free by Simon Kelley · 12 years ago
  66. 04a0612 Remove dead code. by Simon Kelley · 12 years ago
  67. aa608c8 Fix wrong syntax check. by Simon Kelley · 12 years ago
  68. 38365ff Theoretical memory leak fix. by Simon Kelley · 12 years ago
  69. 9c4270b Fix memory leak. by Simon Kelley · 12 years ago
  70. 46b0665 Don't leak sockets when getsockname fails. by Simon Kelley · 12 years ago
  71. 4dc9c65 Memory leak. by Simon Kelley · 12 years ago
  72. 39595cf Fix memory leak. by Simon Kelley · 12 years ago
  73. ffa3d7d Copy-and-paste error by Simon Kelley · 12 years ago
  74. aa67fe7 Catch NULL pointer deref if qdcount == 0 by Simon Kelley · 12 years ago
  75. bb2509f Typo in filter_constructed_dhcp() by Simon Kelley · 12 years ago
  76. 6174435 Change copyright messages to include 2013. by Simon Kelley · 12 years ago
  77. 095f625 Update manpage for --dhcp-authoritative DHCPv6 behaviour. by Simon Kelley · 12 years ago
  78. e25db1f Handle wrong interface for locally-routed packets. by Simon Kelley · 12 years ago
  79. 79cb46c Man page typos. by Simon Kelley · 12 years ago
  80. 22ce550 Correct behaviour for TCP queries to allowed address via banned interface. by Simon Kelley · 12 years ago
  81. 3039310 Wildcard IPv6 addresses in --dhcp-host, for constructed ranges. by Simon Kelley · 12 years ago
  82. 4593809 Fix last commit. by Simon Kelley · 12 years ago
  83. 21bac1b Check IAID as well as CLID for lease identity. by Simon Kelley · 12 years ago
  84. b1a1b6d Tweak DHCP startup logging. by Simon Kelley · 12 years ago
  85. baeb3ad More IPv6 address allocation fixes. by Simon Kelley · 12 years ago
  86. 39f6a04 Better fix for interfaces without broadcast address on *BSD. by Simon Kelley · 12 years ago
  87. 37c9cce DHCPv6 address allocation - same DUID, two IAIDs by Simon Kelley · 12 years ago
  88. 71c73ac Fix crash on startup on Solaris 11 by Simon Kelley · 12 years ago
  89. c6cb740 Don't do AXFR unless auth-sec-servers is set. by Simon Kelley · 12 years ago
  90. 333b2ce Documentation updates for auth-DNS and constructed dhcp ranges. by Simon Kelley · 12 years ago
  91. b456b9f Linked-list bug in new "use longest prefixes first" code. by Simon Kelley · 12 years ago
  92. 34d0a36 Man page updates by Simon Kelley · 12 years ago
  93. 355736f Fix auth-DNS filtering problems with contructed ranges. by Simon Kelley · 12 years ago
  94. 771287b Wildcards in dhcp-range constructors by Simon Kelley · 12 years ago
  95. dc9476b Use RA_INTERVAL for lifetimes. by Simon Kelley · 12 years ago
  96. 1e14cc0 Make it legal to have no subnet in --auth-zone, may be contructed instead. by Simon Kelley · 12 years ago
  97. 55b548a Add RA_INTERVAL parameter in config.h by Simon Kelley · 12 years ago
  98. 3b43646 Use /proc/sys/net/ipv6/conf/<iface>/mtu for RA advertised MTU. by Simon Kelley · 12 years ago
  99. 3bc0d93 More work on lease and router lifetime calculation. by Simon Kelley · 12 years ago
  100. 60225f4 Allow constructed prefixes in auth zones. by Simon Kelley · 12 years ago