summaryrefslogtreecommitdiffhomepage
path: root/src/dhcpv6-ia.c
AgeCommit message (Collapse)Author
2014-06-17dhcpv6: send NotOnLink status on global levelSteven Barth
2014-04-23Add status code ok option in reply to a decline messageHans Dedecker
RFC3315 Section 18.2.7 states a status code OK needs to be returned by the server : After all the addresses have been processed, the server generates a Reply message and includes a Status Code option with the value Success, a Server Identifier option with the server's DUID, and a Client Identifier option with the client's DUID.
2014-04-23Don't return a DHCPv6 reply in response to a confirm without address(es)Hans Dedecker
RFC3315 Section 18.2.2 states no reply must returned by the server in case no address(es) are present : If the server is unable to perform this test (for example, the server does not have information about prefixes on the link to which the client is connected), or there were no addresses in any of the IAs sent by the client, the server MUST NOT send a reply to the client.
2014-04-06odhcpd: managed PD wait for 250ms initial periodSteven Barth
2014-04-03Make clang happySteven Barth
2014-04-01Keep managed PD for at least 150 secondsSteven Barth
2014-04-01Wait at least 15 seconds for managed PD to be acknowledgedSteven Barth
2014-04-01don't kill of managed PD too earlySteven Barth
2014-04-01Complete managed PD/CER-ID supportSteven Barth
2014-03-24Managed PD: initial supportSteven Barth
2014-03-11Fix HMAC-MD5 in DHCPv6-reconfigure (thx rsmarples)Steven Barth
2014-02-19Replace IN6_ARE_ADDR_EQUAL by memcmp to avoid unalignedsSteven Barth
2014-02-17Add support for (managed) prefixes of length 65-96Steven Barth
2014-01-18Fix another memory corruptionSteven Barth
2014-01-17Fix a segfault in state-script handlingSteven Barth
2014-01-15Export hostname including domain in hostfileSteven Barth
2014-01-06don't run state update script unnecessarily oftenSteven Barth
2014-01-04Use 1 socket per interface for DHCPv6Steven Barth
2014-01-03derive ipv6 static lease from ipv4 if no hostid is givenSteven Barth
2014-01-03Remove ula_compat featureSteven Barth
2014-01-03switch to libubox md5 implementationSteven Barth
2013-12-05Fix possible SEGFAULT conditionsHans Dedecker
2013-12-04Update class assignment logicSteven Barth
2013-12-04Fix prefix class IA_NA / IA_PD encodingSteven Barth
2013-12-03Fix prefix class logicSteven Barth
2013-12-02Initial prefix class supportSteven Barth
2013-10-14Remove unsigned / signed warningSteven Barth
2013-10-14Initial commitSteven Barth