1. c47e3ba Update copyright for 2014. by Simon Kelley · 11 years ago
  2. f1668d2 New source port for DNSSEC-originated queries. by Simon Kelley · 11 years ago
  3. 7d7b7b3 DNSSEC for TCP queries. by Simon Kelley · 11 years ago
  4. 3ddacb8 Ensure cache is big enough to do DNSSEC. by Simon Kelley · 11 years ago
  5. 60b6806 Rationalise DNS packet-buffer size calculations. by Simon Kelley · 11 years ago
  6. 871417d Handle truncated replies in DNSSEC validation. by Simon Kelley · 11 years ago
  7. 65d1e3b Tweak libraries and make DNSSEC compile optional. by Simon Kelley · 11 years ago
  8. 0fc2f31 First functional DNSSEC - highly alpha. by Simon Kelley · 11 years ago
  9. c3e0b9b backup by Simon Kelley · 11 years ago
  10. 963c380 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  11. 00238fb indentation fix. by Simon Kelley · 11 years ago
  12. 74e6b52 Typo in contributor name. Sorry. by Simon Kelley · 11 years ago
  13. 875b816 Remove unused code. by Simon Kelley · 11 years ago
  14. 76ff440 Ignore ",," in dhcp-host, rather than treating it as ",0," by Simon Kelley · 11 years ago
  15. 8db957d Fix endless loop with some bogu-nxdomain. Another F_CONFIG botch. by Simon Kelley · 11 years ago
  16. 9d63304 Saving progress by Simon Kelley · 11 years ago
  17. a9b5583 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  18. c352dd8 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  19. 3a23715 Commit to allow master merge. by Simon Kelley · 11 years ago
  20. 1ee9be4 Implement dynamic interface discovery on *BSD by Simon Kelley · 11 years ago
  21. 56ad6c9 Bump debian version. by Simon Kelley · 11 years ago
  22. fa04c83 Update Polish translation. by Jan Psota · 11 years ago
  23. 4c82efc Relax rules in prefix length in (IPv6) dhcp-range. by Vladislav Grishenko · 11 years ago
  24. 5f45d6a Update Debian changelog. by Simon Kelley · 11 years ago
  25. 2329bef Check arrival interface of IPv6 requests, even in --bind-interfaces. by Simon Kelley · 11 years ago
  26. 62ab3cc Only set scope_id in addresses to bind() for linklocal addresses. by Simon Kelley · 11 years ago
  27. 71aaa5a Fix previous errno saving fix. by Matthias Andree · 11 years ago
  28. 0861921 Garbage collect listening sockets when their address is deleted. by Simon Kelley · 11 years ago
  29. 3dffbc3 Don't overwrite errno before generating message. by Simon Kelley · 11 years ago
  30. 0d6eb13 Do immediate RA when a prefix goes from old->current. by Simon Kelley · 11 years ago
  31. 50db349 Fix compiler warning. by Vladislav Grishenko · 11 years ago
  32. 3b19596 Fix compiler warnings. by Vladislav Grishenko · 11 years ago
  33. d082faf Fix compiler warning. by Vladislav Grishenko · 11 years ago
  34. 99e8891 Fix compiler warning. by Vladislav Grishenko · 11 years ago
  35. 532066e Add missing malloc() return-code check. by Simon Kelley · 11 years ago
  36. 2543906 Segfault with some CNAMEs. Also memory leak on reload of /etc/hosts. by Simon Kelley · 11 years ago
  37. 241fa9c Remove arc4random, we have a good RNG and it's a portability problem. by Simon Kelley · 11 years ago
  38. e142a83 Merge messages to .po files. by Simon Kelley · 11 years ago
  39. f7029f5 Extend /4 and /6 syntax to --interface-name by Simon Kelley · 11 years ago
  40. c50f25a Allow empty subnet list in --auth-zone by Simon Kelley · 11 years ago
  41. 65c9b48 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  42. f25e6c6 Support /4 and /6 suffixes in interface names in --auth-server by Simon Kelley · 11 years ago
  43. 587ad4f Fix crash introduced in 376d48c7f187cd3c3e941929a4cd5e9c9903fc89 by Simon Kelley · 11 years ago
  44. 4452292 When advertising ONLY deleted IPv6 prefixes, set router lifetime to zero. by Simon Kelley · 11 years ago
  45. e597dba Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  46. dd9d9ce Fix problems when advertising deleted IPv6 prefixes. by Simon Kelley · 11 years ago
  47. 06e54b8 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  48. 32b4e4c Auth-DNS manpage update. by Simon Kelley · 11 years ago
  49. 376d48c Allow interface name to specify subnets in --auth-zone. by Simon Kelley · 11 years ago
  50. 6586e83 Use random address allocation for DHCPv6 temporary addresses. by Simon Kelley · 11 years ago
  51. 3511a92 Fix start-up order for making DHCPv6 DUID by Simon Kelley · 11 years ago
  52. 44de649 Make private functions "static" by Simon Kelley · 11 years ago
  53. 29c122a Fix FTBFS on openBSD-current. by Brad Smith · 11 years ago
  54. 6dbdc97 Fix FTBFS on OS X >=10.7 Need to select a IPv6 sockopt API. by Simon Kelley · 11 years ago
  55. 7b174c2 Fix check for local domains in CNAME case. Fixes d56a604a9600c08d4a863527d549713c07f0186d by Simon Kelley · 11 years ago
  56. 50d7f72 Fix FTBFS on MacOS by Jeremy Lavergne · 11 years ago
  57. 5a4120d Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  58. eec5c1e Fix parsing of synth-domain=domain,addr,addr,prefix by Simon Kelley · 11 years ago
  59. 1f776a4 Update French translation. by Gildas · 11 years ago
  60. 227ddad Fix logic botch in quiet-dhcp option. by Kevin Darbyshire-Bryant · 11 years ago
  61. a9bf81a Message typo. by Gildas · 11 years ago
  62. 6008bdb Fix botch in determining if auth query is local. by Simon Kelley · 11 years ago
  63. 93bafe6 Fix CNAME botch in auth code, also set RA flag for local queries. by Simon Kelley · 11 years ago
  64. 8ab91e9 Get NXDOMAIN right on non-A/AAAA query for name known via interface-name. by Simon Kelley · 11 years ago
  65. 5731050 Get NXDOMAIN right for local queries to auth zones. by Simon Kelley · 11 years ago
  66. fb63dd1 Handle two interface-names, different interface, same name. by Simon Kelley · 11 years ago
  67. 5f8002f Restore NS and SOA records to local auth queries. by Simon Kelley · 11 years ago
  68. 19b1689 Don't filter by subnet when handling local queries for auth-zones. by Simon Kelley · 11 years ago
  69. b485ed9 Always answer queries for authoritative zones locally, never forward. by Simon Kelley · 11 years ago
  70. 53c4c5c Fix crash at startup when dhcp-host with client-ids is present. by René van Dorst · 11 years ago
  71. dc27e14 Warning when using --bind-interfaces and routeable addresses. by Simon Kelley · 11 years ago
  72. 45cca58 Fix caching of dangling CNAMEs. by Simon Kelley · 11 years ago
  73. e136725 Remove RA_INTERVAL from config.h - it's configurable now. by Simon Kelley · 11 years ago
  74. 486479e Check prefix length when contructing DHCP ranges. by Simon Kelley · 11 years ago
  75. 3bb51da Fix d56a604a9600c08d4a863527d549713c07f0186d re ANY queries. by Simon Kelley · 11 years ago
  76. 806cf78 Better defaults for address and lifetime of RDNS option in RA. by Simon Kelley · 11 years ago
  77. 3b3f441 Log SO_BINDTODEVICE use at startup. by Simon Kelley · 11 years ago
  78. 24b5a5d dhcp-host selection fix for v4/v6 by Simon Kelley · 11 years ago
  79. d56a604 CNAMEs can now point to interface names. by Simon Kelley · 11 years ago
  80. 8c0b73d Add --quiet-* options. by Kevin Darbyshire-Bryant · 11 years ago
  81. 6bd3a09 Merge branch 'edns0' by Simon Kelley · 11 years ago
  82. f65b0e5 Add sponsorship details. by Simon Kelley · 11 years ago
  83. 8584c50 Don't do bindtodevice if --interface option not given. by Simon Kelley · 11 years ago
  84. c3edf38 Correct client subnet EDNS0 option number. by Simon Kelley · 11 years ago
  85. c4cd95d Add --ra-param and remove --force-fast-ra by Simon Kelley · 11 years ago
  86. ed4c076 --add-subnet option. by Simon Kelley · 11 years ago
  87. 043c271 Update Spanish translation. by Vic · 11 years ago
  88. d4da20f Unset environment variables to script when we have no value for them. by Simon Kelley · 11 years ago
  89. 903650a Further fixes to DHCP logging. by Simon Kelley · 11 years ago
  90. ef1d742 Fix problem in DHCPv6 vendorclass/userclass matching code. by Tanguy Bouzeloc · 11 years ago
  91. 1d1c795 Tweak tag->debian package version code so rc tags are later than test ones. by Simon Kelley · 11 years ago
  92. 889d8a1 Update Polish translation. by Simon Kelley · 11 years ago
  93. b7f666f Add *.po target to cannonicalise .po files received from translators. by Simon Kelley · 11 years ago
  94. e4e9b34 Cosmetic change to start-up logging of DHCPv6 configuration. by Simon Kelley · 11 years ago
  95. d5c35a5 Merge new messages into .po files. by Simon Kelley · 11 years ago
  96. 2f9fd1d Fix FTBFS when NO_IPV6 defined. by Simon Kelley · 11 years ago
  97. 8f3194f Do multicast interface selection portably for router advertisements. by Simon Kelley · 11 years ago
  98. 10bd292 macscript: create file if it doesn't exist. by Simon Kelley · 11 years ago
  99. 42b44a5 Add contrib/mactable by Simon Kelley · 11 years ago
  100. a810559 daemon->icmp6fd is always valid when doing DHCPv6 now. by Simon Kelley · 11 years ago