1. e4807d8 Fix breakage of --host-record parsing. by Simon Kelley · 12 years ago
  2. 35239a3 Tweak dhcp-config sanity checking. by Simon Kelley · 12 years ago
  3. 0d28af8 Set tag "DHCPv6" for v6 transactions. by Simon Kelley · 12 years ago
  4. 42698cb Log ignored DHCPv6 information-requests. by Simon Kelley · 12 years ago
  5. 1d86041 Add --max-cache-ttl option. by Simon Kelley · 12 years ago
  6. 289a253 Fix build with later Lua libraries. by Simon Kelley · 12 years ago
  7. faafb3f Add SetServersEX method in DBus interface. by Simon Kelley · 12 years ago
  8. 2b127a1 Flag DHCP or DHCPv6 in starup logging. by Simon Kelley · 12 years ago
  9. dfb23b3 Don't report spurious netlink errors. by Simon Kelley · 12 years ago
  10. b269221 Address allocation tweaking - lease outside dhcp-range but in subnet. by Simon Kelley · 12 years ago
  11. 8b46061 Fix DHCPv6 address allocation for some pathalogical cases. by Simon Kelley · 12 years ago
  12. 4d0f5b4 Fix BOOTP option processing. by Simon Kelley · 12 years ago
  13. 79cfefd Make pid-file creation immune to symlink attack. by Simon Kelley · 12 years ago
  14. 0c0d479 Tidy buffer use in DHCP startup logging. by Simon Kelley · 12 years ago
  15. 12d71ed Finesse the check for /etc/hosts names which conflict with DHCP names. by Simon Kelley · 12 years ago
  16. 9fed0f7 Further tweaks to DHCP FQDN option. by Simon Kelley · 12 years ago
  17. 2e34ac1 Handle DHCP FQDN option with all flags zero and --dhcp-client-update by Simon Kelley · 12 years ago
  18. 5f11b3e Cope with --listen-address for not yet existent addr in bind-dynamic mode. by Simon Kelley · 12 years ago
  19. 3169daa Fix TFTP access control, broken earlier in release. by Simon Kelley · 12 years ago
  20. fd05f12 Set prefix on-link bit in RAs by Simon Kelley · 12 years ago
  21. ad09427 Alternate DBus service name via --enable-dbus by Simon Kelley · 12 years ago
  22. c740e4f Fix FTBFS when -DNO_DHCP - thanks Sung Pae. by Simon Kelley · 12 years ago
  23. 132255b OpenBSD build fix. by Simon Kelley · 12 years ago
  24. 4224321 "w" multiplier in lease times. by Simon Kelley · 12 years ago
  25. 23245c0 RFC 4242 support. by Simon Kelley · 12 years ago
  26. 611ebc5 Fix broken caching of CNAME chains. by Simon Kelley · 12 years ago
  27. 9b40cbf Fix FTBFS when TFTP disabled. by Simon Kelley · 12 years ago
  28. c4a7f90 Config parsing error-handling update. by Simon Kelley · 12 years ago
  29. 9609bae Merge branch 'access_control' by Simon Kelley · 12 years ago
  30. 395eb71 Better log message when dhcp hosts|opts file cannot be read. by Simon Kelley · 12 years ago
  31. 8bc4cec Remove libvirt-inspired but never used access control features. by Simon Kelley · 12 years ago
  32. 55d290a Handle pid-file location in Android. by Simon Kelley · 12 years ago
  33. e17b4b3 Fix build-failure with -DNO_DHCP6. by Simon Kelley · 12 years ago
  34. 236e072 Typo in BSD-only code. by Simon Kelley · 12 years ago
  35. 2b5bae9 Fall back from --bind-dynamic to --bind-interfaces in BSD, rather than quitting. by Simon Kelley · 12 years ago
  36. 39f1b8e Better logging of socket-creation errors. by Simon Kelley · 12 years ago
  37. af576b5 Tidy up - no functional change. by Simon Kelley · 12 years ago
  38. 54dd393 Add --bind-dynamic by Simon Kelley · 12 years ago
  39. 4ce4f37 Fix un-initialised "used" field in --listen-address structure. by Simon Kelley · 13 years ago
  40. 8b3ae2f Check tftp-root exists and is accessible at startup. by Simon Kelley · 13 years ago
  41. ed55cb6 Correct listener logic when no TFTP and no-interface listen address. by Simon Kelley · 13 years ago
  42. 078a630 Do duplicate dhcp-host address check in --test mode. by Simon Kelley · 13 years ago
  43. 5ae34bf Fix RA when interface has more than one address on the same network. by Simon Kelley · 13 years ago
  44. 51931b8 Fix access control when DHCPv6 but no RA in use. by Simon Kelley · 13 years ago
  45. 9f7f3b1 Add --dns-rr option. by Simon Kelley · 13 years ago
  46. 8767cee Make libvirt-style access control work when only doing RA. by Simon Kelley · 13 years ago
  47. 18c63ef Fix non-response to router-solicitations when by Simon Kelley · 13 years ago
  48. c64b7f6 Fix is_same_net6 - bugged if prefix length not divisible by 8. by Simon Kelley · 13 years ago
  49. 919dd7c Fixed missing periodic-ras in some configurations. by Simon Kelley · 13 years ago
  50. f632e56 Cope with router-solicit packets without valid source address. by Simon Kelley · 13 years ago
  51. 2021c66 code-size tweak by Simon Kelley · 13 years ago
  52. 7f61b3a Small SLAAC optimisation. by Simon Kelley · 13 years ago
  53. a9ab732 reconfirm SLAAC addresses when DHCPv4 leases go though INIT_REBOOT state. by Simon Kelley · 13 years ago
  54. 11263a4 isprint cast. by Simon Kelley · 13 years ago
  55. 231d061 Tidy TXT record sanitising by Simon Kelley · 13 years ago
  56. cdbee9a Find room to store key-id and digest-type in DS records. by Simon Kelley · 13 years ago
  57. 7b4ad2e Teach cache to store DS and DNSKEY records by Simon Kelley · 13 years ago
  58. 0436360 Fix tftp-over-IPv4 regression on OpenBSD. by Simon Kelley · 13 years ago
  59. dcffad2 Ensure that the DBus DhcpLeaseUpdated events are generated. by Simon Kelley · 13 years ago
  60. 6a69ab5 Fix error-handling problem in TFTP server. by Simon Kelley · 13 years ago
  61. 61ce600 --tftp-lowercase option. by Simon Kelley · 13 years ago
  62. 7a14dfe Tidy previous commit. by Simon Kelley · 13 years ago
  63. 42fb815 Sanitise filenames logged by TFTP by Simon Kelley · 13 years ago
  64. 6f13e53 Tidy up malloc-failure handling. by Simon Kelley · 13 years ago
  65. d1c759c Answer CNAME queries correctly. by Simon Kelley · 13 years ago
  66. 9380ba7 Set SO_BINDTODEVICE on DHCP sockets when doing DHCP on one interface by Simon Kelley · 13 years ago
  67. 1023dcb Don't cache DNS data from non-recursive nameservers. by Simon Kelley · 13 years ago
  68. 50303b1 Remove redundant send_from logging code. by Simon Kelley · 13 years ago
  69. 89382ba Tweak sending ICMP6 echo requests for slaac. by Simon Kelley · 13 years ago
  70. a813111 Fix bug in tag-matching logic with negated tags. by Simon Kelley · 13 years ago
  71. 18f0fb0 RDNSS and DNSSL data in router advertisements. by Simon Kelley · 13 years ago
  72. 05e92e5 More RA flag evolution. by Simon Kelley · 13 years ago
  73. 4723d49 Set managed RA flag always when doing DHCP. by Simon Kelley · 13 years ago
  74. fbbc145 Fix off-by-one in DHCPv6 FQDN option decoding. by Simon Kelley · 13 years ago
  75. 5ef3327 Tidying radv by Simon Kelley · 13 years ago
  76. 1e02a85 radv.c tidying. by Simon Kelley · 13 years ago
  77. 0e88d53 Fix preprocessor checks, IP_TOS -> IPV6_TCLASS by Simon Kelley · 13 years ago
  78. c825754 "deprecated" lease-time keyword for IPv6 by Simon Kelley · 13 years ago
  79. 2240704 DHCP start-up logging tweak by Simon Kelley · 13 years ago
  80. da632e7 Comment typo. by Simon Kelley · 13 years ago
  81. 30cd966 More flexible RA configuration. by Simon Kelley · 13 years ago
  82. 7dbe981 tweak ra timer code to avoid missing events. by Simon Kelley · 13 years ago
  83. 5d71d83 Listen on ICMP6 file decriptor even when on ra-only only in use. by Simon Kelley · 13 years ago
  84. 4b028ad Merge branch 'bind' by Simon Kelley · 13 years ago
  85. 7d2b5c9 Fix crash in DHCPINFORM without valid --dhcp-range. by Simon Kelley · 13 years ago
  86. 29689cf Handle errors when sending ICMP6 pings better. by Simon Kelley · 13 years ago
  87. 52d4abf Make --listen-address work for all 127.0.0.0/8 addresses. by Simon Kelley · 13 years ago
  88. a953096 Send "FTP transfer complete" events to the DHCP lease script. by Simon Kelley · 13 years ago
  89. 884a6df RA managed-bit and use-SLAAC bit tweaks. by Simon Kelley · 13 years ago
  90. 0068301 Conditional compilation tweak. by Simon Kelley · 13 years ago
  91. 353ae4d Check assumed SLAAC addresses by pinging them. by Simon Kelley · 13 years ago
  92. e759d42 --host-record support by Simon Kelley · 13 years ago
  93. 40ef23b Move DHCP option stuff to dhcp-common.c by Simon Kelley · 13 years ago
  94. f5e8562 More DHCP-option logging tweaks. by Simon Kelley · 13 years ago
  95. 1567fea Log vendor class for DHCPv6 by Simon Kelley · 13 years ago
  96. daf061c randomise DHCPv6 lease renewal intervals by Simon Kelley · 13 years ago
  97. d0e2c6c decode DHCPv4 T1, T2 and lease-time options better. by Simon Kelley · 13 years ago
  98. 5cfea3d Tidy last commit. by Simon Kelley · 13 years ago
  99. 6c8f21e More useful DHCPv6 packet logging. by Simon Kelley · 13 years ago
  100. 1d0f91c Don't trust the port in the source address of requests. by Simon Kelley · 13 years ago