Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-24 | Merge pull request #13 from dedeckeh/bugfixes | sbyx | |
Bugfixes | |||
2014-04-23 | Add status code ok option in reply to a decline message | Hans 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-23 | Don'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-09 | config: use correct defaults if interface is not in UCI | Steven Barth | |
2014-04-06 | odhcpd: managed PD wait for 250ms initial period | Steven Barth | |
2014-04-03 | Make clang happy | Steven Barth | |
2014-04-01 | Keep managed PD for at least 150 seconds | Steven Barth | |
2014-04-01 | Wait at least 15 seconds for managed PD to be acknowledged | Steven Barth | |
2014-04-01 | don't kill of managed PD too early | Steven Barth | |
2014-04-01 | Complete managed PD/CER-ID support | Steven Barth | |
2014-03-24 | Managed PD: initial support | Steven Barth | |
2014-03-20 | ubus: convert to async calls | Steven Barth | |
2014-03-20 | ubus: use safe iterator | Steven Barth | |
2014-03-20 | ubus: don't redeclare variable c | Steven Barth | |
2014-03-20 | Don't segfault when there is no IPv6 support | Steven Barth | |
2014-03-11 | Fix HMAC-MD5 in DHCPv6-reconfigure (thx rsmarples) | Steven Barth | |
2014-02-25 | config: more static ndp fixes | Steven Barth | |
2014-02-25 | Fix parsing of static ndp entries | Hans Dedecker | |
2014-02-24 | Don't announce :: as DNS | Steven Barth | |
2014-02-24 | Fix DNS-server and routes announced in RA for certain prefix cases | Steven Barth | |
2014-02-21 | Fix wrong address pool being advertised | Steven Barth | |
2014-02-19 | Replace IN6_ARE_ADDR_EQUAL by memcmp to avoid unaligneds | Steven Barth | |
2014-02-18 | Avoid some bloat | Steven Barth | |
2014-02-17 | Add support for (managed) prefixes of length 65-96 | Steven Barth | |
2014-02-17 | Dynamically calculate RA intervals when prefix lifetimes are short | Steven Barth | |
2014-02-05 | Fix homenet filter | Steven Barth | |
2014-02-01 | Change homenet detection to User-Class | Steven Barth | |
2014-01-23 | Merge pull request #9 from dedeckeh/bugfixes | sbyx | |
Fix ra_management and ndproxy_routing config overwrite | |||
2014-01-23 | Fix ra_management and ndproxy_routing config overwrite | Hans Dedecker | |
Set default values for the ra_management and ndproxy_routing config parameters if no attributes are present and overwrite is to true. | |||
2014-01-23 | Merge remote branch 'upstream/master' into bugfixes | Hans Dedecker | |
2014-01-23 | Merge remote branch 'upstream/master' into bugfixes | Hans Dedecker | |
2014-01-18 | Fix another memory corruption | Steven Barth | |
2014-01-18 | Fix memory corruption when reloading static leases | Steven Barth | |
2014-01-17 | Don't enable relay master if no slaves are present | Steven Barth | |
2014-01-17 | Fix logging verbosity | Steven Barth | |
2014-01-17 | Use hybrid management mode by default | Steven Barth | |
2014-01-17 | Fix a segfault in state-script handling | Steven Barth | |
2014-01-17 | Fix prefix detection for hybrid mode | Steven Barth | |
2014-01-16 | Merge pull request #8 from dedeckeh/bugfixes | sbyx | |
Don't rearm RS timer if callback is not set | |||
2014-01-16 | Merge remote branch 'upstream/master' into bugfixes | Hans Dedecker | |
2014-01-15 | Don't rearm rs timer if callback is not set | Hans Dedecker | |
2014-01-15 | Export hostname including domain in hostfile | Steven Barth | |
2014-01-14 | Merge pull request #7 from dedeckeh/bugfixes | sbyx | |
Fix interface ignore overwrite | |||
2014-01-13 | Fix interface ignore overwrite | Hans Dedecker | |
Don't overwrite interface ignore uci parameter when resolving ifindex. Don't put interface in use when ifindex is unknown as interface cannot be setup and needs to be closed. | |||
2014-01-09 | Merge pull request #6 from dedeckeh/bugfixes | sbyx | |
Fix ALL_DHCPV6_RELAYS/ALL_DHCPV6_SERVERS membership subscription | |||
2014-01-09 | Fix ALL_DHCPV6_RELAYS/ALL_DHCPV6_SERVERS membership subscription | Hans Dedecker | |
2014-01-07 | Rename legacy to maindhcp | Steven Barth | |
2014-01-06 | don't run state update script unnecessarily often | Steven Barth | |
2014-01-04 | Use 1 socket per interface for DHCPv6 | Steven Barth | |
2014-01-03 | derive ipv6 static lease from ipv4 if no hostid is given | Steven Barth | |