dhcpv4: fix DHCPv4 hostname handling
[project/odhcpd.git] / src /
2014-01-15 Hans DedeckerDon't rearm rs timer if callback is not set
2014-01-15 Steven BarthExport hostname including domain in hostfile
2014-01-14 sbyxMerge pull request #7 from dedeckeh/bugfixes
2014-01-13 Hans DedeckerFix interface ignore overwrite
2014-01-09 sbyxMerge pull request #6 from dedeckeh/bugfixes
2014-01-09 Hans DedeckerFix ALL_DHCPV6_RELAYS/ALL_DHCPV6_SERVERS membership...
2014-01-07 Steven BarthRename legacy to maindhcp
2014-01-06 Steven Barthdon't run state update script unnecessarily often
2014-01-04 Steven BarthUse 1 socket per interface for DHCPv6
2014-01-03 Steven Barthderive ipv6 static lease from ipv4 if no hostid is...
2014-01-03 Steven BarthUse OpenWrt standard lease format
2014-01-03 Steven BarthLearn routes in NDP-proxy by default
2014-01-03 Steven BarthRemove ula_compat feature
2014-01-03 Steven Barthswitch to libubox md5 implementation
2014-01-03 Steven Barthfix ifindex detection
2014-01-03 Steven BarthDisable debugging by default
2013-12-31 Steven Barthndp: Enable ping6 keep-alive
2013-12-23 Steven BarthReadd fixed ICMPv6 validity check
2013-12-21 Steven BarthRevert "Router Advertisement/Solicitation sanity check"
2013-12-12 Steven BarthRevert "Fix Router Advertisement/Solicitation option...
2013-12-10 Steven BarthMerge branch 'master' of github.com:sbyx/odhcpd
2013-12-10 Steven Barthrouter: don't send O flag when no dhcpv6 is enabled
2013-12-10 sbyxMerge pull request #4 from dedeckeh/master
2013-12-10 Hans DedeckerRouter Advertisement/Solicitation sanity check
2013-12-10 Hans DedeckerFix Router Advertisement/Solicitation option parsing
2013-12-10 Hans DedeckerFix hop limit detection in ancillary data
2013-12-05 sbyxMerge pull request #3 from dedeckeh/master
2013-12-05 Hans DedeckerFix possible SEGFAULT conditions
2013-12-05 Hans DedeckerFix uci odhcpd config parsing
2013-12-04 Steven BarthUpdate class assignment logic
2013-12-04 Steven BarthFix prefix class IA_NA / IA_PD encoding
2013-12-03 Steven BarthFix prefix class logic
2013-12-02 Steven BarthInitial prefix class support
2013-10-23 Steven BarthFix cleanup of interfaces
2013-10-22 Steven BarthDon't accidentally apply settings from foreign interfaces
2013-10-17 Steven Barthignore hnet internal routers
2013-10-16 Steven BarthFix netifd update detection
2013-10-16 Steven BarthLoop until ubus connection succeeds
2013-10-16 Steven BarthMinor fixes
2013-10-15 Steven BarthRewrite reload logic
2013-10-15 Steven BarthHandle reload mechanism
2013-10-15 Steven Barthimprove matching api
2013-10-15 Steven Barthubus: register subscriber
2013-10-15 Steven BarthFix illegal memory access
2013-10-15 Steven BarthIgnore missing ifname from netifd
2013-10-15 Steven BarthFix config retrieval from netifd
2013-10-15 Steven Barthdon't overwrite interface config from netifd
2013-10-15 Steven Barthifname should be l3_device
2013-10-15 Steven BarthFix last commit
2013-10-15 Steven BarthFix ubus message handling again
2013-10-15 Steven BarthFix blobmsg iteration
2013-10-15 Steven BarthFix ubus reload detection
2013-10-15 Steven BarthFix more memory corruption
2013-10-15 Steven BarthFix some more memory issues
2013-10-15 Steven BarthAvoid segfaults when parsing configuration
2013-10-14 Steven BarthFix unsigned / signed conversion
2013-10-14 Steven BarthFix IP TOS
2013-10-14 Steven BarthRemove unsigned / signed warning
2013-10-14 Steven BarthFix config parsing
2013-10-14 Steven BarthFix argument parsing
2013-10-14 Steven BarthFix reload
2013-10-14 Steven BarthVarious fixes
2013-10-14 Steven BarthFix upstream detection
2013-10-14 Steven BarthInitial commit