odhcpd: managed PD wait for 250ms initial period
[project/odhcpd.git] / src / dhcpv6-ia.c
2014-04-06 Steven Barthodhcpd: managed PD wait for 250ms initial period
2014-04-03 Steven BarthMake clang happy
2014-04-01 Steven BarthKeep managed PD for at least 150 seconds
2014-04-01 Steven BarthWait at least 15 seconds for managed PD to be acknowledged
2014-04-01 Steven Barthdon't kill of managed PD too early
2014-04-01 Steven BarthComplete managed PD/CER-ID support
2014-03-24 Steven BarthManaged PD: initial support
2014-03-11 Steven BarthFix HMAC-MD5 in DHCPv6-reconfigure (thx rsmarples)
2014-02-19 Steven BarthReplace IN6_ARE_ADDR_EQUAL by memcmp to avoid unaligneds
2014-02-17 Steven BarthAdd support for (managed) prefixes of length 65-96
2014-01-23 Hans DedeckerMerge remote branch 'upstream/master' into bugfixes
2014-01-23 Hans DedeckerMerge remote branch 'upstream/master' into bugfixes
2014-01-18 Steven BarthFix another memory corruption
2014-01-17 Steven BarthFix a segfault in state-script handling
2014-01-16 Hans DedeckerMerge remote branch 'upstream/master' into bugfixes
2014-01-15 Steven BarthExport hostname including domain in hostfile
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 BarthRemove ula_compat feature
2014-01-03 Steven Barthswitch to libubox md5 implementation
2013-12-10 Steven BarthMerge branch 'master' of github.com:sbyx/odhcpd
2013-12-05 sbyxMerge pull request #3 from dedeckeh/master
2013-12-05 Hans DedeckerFix possible SEGFAULT conditions
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-14 Steven BarthRemove unsigned / signed warning
2013-10-14 Steven BarthInitial commit