router: only send RAs to neighbors if unsolicited
[project/odhcpd.git] / src / dhcpv6-ia.c
2015-05-21 Steven Barthdhcpv6: fix typo
2015-05-13 Steven Barthdhcpv6-pd: ignore /64 on interface
2015-04-20 Steven Barthdhcpv6: don't initialize IA-handing when turning down...
2015-04-20 Steven Barthremove leftover fallout from prefix class support
2015-04-14 Steven BarthFix logic inversion
2015-04-14 Steven BarthFix potential invalid memory access
2015-04-06 Steven Barthdhcpv6: fix handling of infinite lifetimes
2015-03-30 John Crispinproperly handle return codes
2015-03-30 Steven Barthdhcpv6: fix default assignment of non-64
2015-03-30 Steven Barthdhcpv6: prefer ula over other globals
2015-03-29 Steven BarthFix hostname export
2015-03-29 Steven BarthRemove prefix coloring support, refine hybrid managemen...
2015-02-19 Steven BarthMerge pull request #29 from mehlis/rework-dhcpv4_assign
2014-11-06 Steven BarthDHCPv6: enable flash-renumbering hack only for /64...
2014-10-18 Steven Barthdhcpv6: fix calculation of T1 and T2
2014-10-16 Steven Barthdhcpv6: allow flash renumbering in hybrid management...
2014-08-19 Steven BarthFix compilation errors in last commit
2014-08-19 Steven Barthdhcpv6-ia: add logging
2014-08-13 Steven BarthPD: don't consider deprecated assigned prefixes when...
2014-08-08 Steven BarthAdd host-entries for all IPv6 addresses
2014-08-07 Steven Barthsync hostfile more often
2014-07-23 Steven BarthDon't loose routes in managed PD
2014-07-01 sbyxMerge pull request #17 from mar-kolya/master
2014-07-01 Nikolay Martynovleasefile: do not output expired dhcpv6 leases
2014-06-17 Steven Barthuse leaetime as base for T1 and T2 upper bound
2014-06-17 Steven Barthbackup for notonlink
2014-06-17 Steven Barthdhcpv6: send NotOnLink status on global level
2014-04-24 sbyxMerge pull request #13 from dedeckeh/bugfixes
2014-04-23 Hans DedeckerAdd status code ok option in reply to a decline message
2014-04-23 Hans DedeckerDon't return a DHCPv6 reply in response to a confirm...
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