1. edc231b Compiler warning. by Simon Kelley · 11 years ago
  2. 7d23a66 Remove --dnssec-permissive, pointless if we don't set CD upstream. by Simon Kelley · 11 years ago
  3. cbf13a2 Class specifier in --dnskey, instead of hardwiring C_IN. by Simon Kelley · 11 years ago
  4. 5b3bf92 --dnssec-debug by Simon Kelley · 11 years ago
  5. a25720a protocol handling for DNSSEC by Simon Kelley · 11 years ago
  6. 86bec2d Swap crypto library from openSSL to nettle. by Simon Kelley · 11 years ago
  7. c47e3ba Update copyright for 2014. by Simon Kelley · 11 years ago
  8. 0fc2f31 First functional DNSSEC - highly alpha. by Simon Kelley · 11 years ago
  9. 963c380 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  10. 76ff440 Ignore ",," in dhcp-host, rather than treating it as ",0," by Simon Kelley · 11 years ago
  11. c352dd8 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  12. 3a23715 Commit to allow master merge. by Simon Kelley · 11 years ago
  13. d082faf Fix compiler warning. by Vladislav Grishenko · 11 years ago
  14. f7029f5 Extend /4 and /6 syntax to --interface-name by Simon Kelley · 11 years ago
  15. 65c9b48 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  16. f25e6c6 Support /4 and /6 suffixes in interface names in --auth-server by Simon Kelley · 11 years ago
  17. 06e54b8 Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  18. 376d48c Allow interface name to specify subnets in --auth-zone. by Simon Kelley · 11 years ago
  19. 5a4120d Merge branch 'master' into dnssec by Simon Kelley · 11 years ago
  20. eec5c1e Fix parsing of synth-domain=domain,addr,addr,prefix by Simon Kelley · 11 years ago
  21. a9bf81a Message typo. by Gildas · 11 years ago
  22. 8c0b73d Add --quiet-* options. by Kevin Darbyshire-Bryant · 11 years ago
  23. 6bd3a09 Merge branch 'edns0' by Simon Kelley · 11 years ago
  24. c4cd95d Add --ra-param and remove --force-fast-ra by Simon Kelley · 11 years ago
  25. ed4c076 --add-subnet option. by Simon Kelley · 11 years ago
  26. f373a15 Ommit option-parsing code with NO_AUTH. by Simon Kelley · 11 years ago
  27. 89500e3 Support MAC addresses in dhcp-host and dhcp-mac for DHCPv6. by Simon Kelley · 11 years ago
  28. 0c38719 Don't crash with empty tag: in dhcp-range. by Simon Kelley · 11 years ago
  29. ff7eea2 Add --dhcp-relay config option. by Simon Kelley · 11 years ago
  30. 687bac2 Tidy rebase by Simon Kelley · 12 years ago
  31. 7dbe193 Add run-time options to activate dnssec validation. by Giovanni Bajo · 13 years ago
  32. 237724c Rename existing DNSSEC macros into DNSSEC_PROXY. by Giovanni Bajo · 13 years ago
  33. 6692a1a Fix dhcp-range sanity checking. by Simon Kelley · 11 years ago
  34. 5c72bb9 Silence compiler warning. by Simon Kelley · 11 years ago
  35. 6640919 Sanity check for dhcp-range template. by Simon Kelley · 11 years ago
  36. 2937f8a Provide independent control over which interfaces get TFTP. by Simon Kelley · 11 years ago
  37. 8d03046 Add --force-fast-ra option. by Simon Kelley · 11 years ago
  38. 921360c Add constructor-noauth: keyword by Simon Kelley · 12 years ago
  39. baa80ae Remove limit in prefix length in --auth-zone. by Simon Kelley · 12 years ago
  40. 3e8ed78 Fix option parsing for --dhcp-host. by Simon Kelley · 12 years ago
  41. 115ac3e Generalise --interface-name to cope with IPv6 addresses. by Simon Kelley · 12 years ago
  42. ddd9a6b replace inet_addr with inet_pton() in src/option.c by Simon Kelley · 12 years ago
  43. b5a7ff4 Check length of synth-domain prefix. by Simon Kelley · 12 years ago
  44. 48fd1c4 Allow option prefix in --synth-domain. by Simon Kelley · 12 years ago
  45. 2bb73af Add --synth-domain by Simon Kelley · 12 years ago
  46. bd08ae6 Allow option number zero in encapsulated DHCP options. by Simon Kelley · 12 years ago
  47. d9ee9c0 Better error check on options parsing. by Simon Kelley · 12 years ago
  48. 49333cb Allow trailing '*' wildcard in interface names. by Simon Kelley · 12 years ago
  49. c630924 Experimental support for DHCPv6 prefix-class option. by Simon Kelley · 12 years ago
  50. c796107 Don't erroneously reject some option names in --dhcp-match by Simon Kelley · 12 years ago
  51. 13d86c7 Add --ipset option. by Jason A. Donenfeld · 12 years ago
  52. 54dae55 Fix previous commit. by Simon Kelley · 12 years ago
  53. aa608c8 Fix wrong syntax check. by Simon Kelley · 12 years ago
  54. 4dc9c65 Memory leak. by Simon Kelley · 12 years ago
  55. 39595cf Fix memory leak. by Simon Kelley · 12 years ago
  56. 6174435 Change copyright messages to include 2013. by Simon Kelley · 12 years ago
  57. 3039310 Wildcard IPv6 addresses in --dhcp-host, for constructed ranges. by Simon Kelley · 12 years ago
  58. 333b2ce Documentation updates for auth-DNS and constructed dhcp ranges. by Simon Kelley · 12 years ago
  59. 771287b Wildcards in dhcp-range constructors by Simon Kelley · 12 years ago
  60. 1e14cc0 Make it legal to have no subnet in --auth-zone, may be contructed instead. by Simon Kelley · 12 years ago
  61. be37986 Better error checking in DHCPv6 dhcp-range option parsing. by Simon Kelley · 12 years ago
  62. 8445f5d Fix initialisation order. by Simon Kelley · 12 years ago
  63. 1f77693 First checkin of interface-address constructor mode for DHCPv6 and RA. by Simon Kelley · 12 years ago
  64. 429798f Allow addresses as well as interface names in --auth-server. by Simon Kelley · 12 years ago
  65. b5a8dd1 Fix FTBFS with NO_DHCP. by Simon Kelley · 12 years ago
  66. 4967876 Zone-transfer peer restriction option. by Simon Kelley · 12 years ago
  67. e1ff419 Complete AXFR support by Simon Kelley · 12 years ago
  68. 45dd1fe Correct NS and SOA records in auth mode for PTR queries. by Simon Kelley · 12 years ago
  69. 86e3b9a Post-test fixes. by Simon Kelley · 12 years ago
  70. 4f7b304 Initial code to do authoritative DNS. by Simon Kelley · 12 years ago
  71. 819ff4d Wildcard IPv6 dhcp-range. by Simon Kelley · 12 years ago
  72. e4807d8 Fix breakage of --host-record parsing. by Simon Kelley · 12 years ago
  73. 1d86041 Add --max-cache-ttl option. by Simon Kelley · 12 years ago
  74. faafb3f Add SetServersEX method in DBus interface. by Simon Kelley · 12 years ago
  75. ad09427 Alternate DBus service name via --enable-dbus by Simon Kelley · 12 years ago
  76. c740e4f Fix FTBFS when -DNO_DHCP - thanks Sung Pae. by Simon Kelley · 12 years ago
  77. 4224321 "w" multiplier in lease times. by Simon Kelley · 12 years ago
  78. 23245c0 RFC 4242 support. by Simon Kelley · 12 years ago
  79. 611ebc5 Fix broken caching of CNAME chains. by Simon Kelley · 12 years ago
  80. c4a7f90 Config parsing error-handling update. by Simon Kelley · 13 years ago
  81. 9609bae Merge branch 'access_control' by Simon Kelley · 13 years ago
  82. 395eb71 Better log message when dhcp hosts|opts file cannot be read. by Simon Kelley · 13 years ago
  83. 8bc4cec Remove libvirt-inspired but never used access control features. by Simon Kelley · 13 years ago
  84. 2b5bae9 Fall back from --bind-dynamic to --bind-interfaces in BSD, rather than quitting. by Simon Kelley · 13 years ago
  85. 54dd393 Add --bind-dynamic by Simon Kelley · 13 years ago
  86. 4ce4f37 Fix un-initialised "used" field in --listen-address structure. by Simon Kelley · 13 years ago
  87. 8b3ae2f Check tftp-root exists and is accessible at startup. by Simon Kelley · 13 years ago
  88. 078a630 Do duplicate dhcp-host address check in --test mode. by Simon Kelley · 13 years ago
  89. 51931b8 Fix access control when DHCPv6 but no RA in use. by Simon Kelley · 13 years ago
  90. 9f7f3b1 Add --dns-rr option. by Simon Kelley · 13 years ago
  91. 61ce600 --tftp-lowercase option. by Simon Kelley · 13 years ago
  92. 18f0fb0 RDNSS and DNSSL data in router advertisements. by Simon Kelley · 13 years ago
  93. c825754 "deprecated" lease-time keyword for IPv6 by Simon Kelley · 13 years ago
  94. 30cd966 More flexible RA configuration. by Simon Kelley · 13 years ago
  95. e759d42 --host-record support by Simon Kelley · 13 years ago
  96. 40ef23b Move DHCP option stuff to dhcp-common.c by Simon Kelley · 13 years ago
  97. f5e8562 More DHCP-option logging tweaks. by Simon Kelley · 13 years ago
  98. d0e2c6c decode DHCPv4 T1, T2 and lease-time options better. by Simon Kelley · 13 years ago
  99. 6c8f21e More useful DHCPv6 packet logging. by Simon Kelley · 13 years ago
  100. 2a82db4 Supply zero preference in advertise and reply messages by Simon Kelley · 13 years ago