summaryrefslogtreecommitdiff
path: root/src/dhcpv6.c
Commit message (Expand)AuthorAgeFilesLines
* Use more conventional way for the alignmentVladislav Grishenko2016-01-311-3/+5
* Merge pull request #44 from bwhacks/alignment-fixesSteven Barth2016-01-311-7/+18
|\
| * Fix alignment of hash buffer in dhcpv6_response_is_validBen Hutchings2016-01-281-1/+2
| * Fix unaligned 32-bit reads from DHCP packetsBen Hutchings2016-01-281-5/+13
| * Fix alignment of buffers in ra_process and dhcpv6_requestBen Hutchings2016-01-281-1/+3
* | Fix end pointer passed from dhcpv6_handle_reply() to dhcpv6_parse_ia()Ben Hutchings2016-01-281-1/+1
|/
* Add missing option length checks in dhcpv6_handle_advertBen Hutchings2016-01-281-2/+4
* Fix potential log forgery via status stringBen Hutchings2016-01-281-6/+13
* Check for unsupported PD exclusion configuration in dhcpv6_parse_iaBen Hutchings2016-01-281-1/+1
* Fix memory leak in dhcpv6_add_server_cand in case odhcp6c_insert_state failsBen Hutchings2016-01-281-1/+5
* Merge branch 'upstream'Vladislav Grishenko2015-07-131-12/+0
|\
| * dhcpv6: remove dead codeSteven Barth2015-07-131-12/+0
* | Avoid solicit for zero-length prefixVladislav Grishenko2015-07-121-4/+8
|/
* dhcpv6: clear CUSTOM_OPTS in a more sane mannerSteven Barth2015-06-091-0/+1
* Avoid of waiting for Advertise in stateless-only modeVladislav Grishenko2015-04-251-5/+19
* scan-code fixesSteven Barth2015-04-141-130/+130
* Improve handling of DNS search domainsSteven Barth2015-04-131-2/+1
* Remove obsolete prefix class supportSteven Barth2015-04-121-22/+1
* Fix handling of DHCPv6 replies containing unrequested IA_NA/IA_PD optionsVladislav Grishenko2015-02-171-0/+4
* set default information refresh time to 86400 as per RFC 4242v1.1Steven Barth2015-01-131-1/+1
* Don't apply excess filter to DHCPv6 and unify odhcp6c_update_entrySteven Barth2014-12-101-2/+2
* More compatibility with non RFC-compliant serversSteven Barth2014-11-301-2/+13
* Be less picky when erroring out due to strange IA status-codesSteven Barth2014-11-281-16/+1
* Fix initial delay of SOLICIT messageSteven Barth2014-11-281-2/+2
* Fix msghdr initialization on muslSteven Barth2014-11-181-3/+5
* Fix parsing empty IA_NA, IA_PD and invalid IA_ADDR optionsVladislav Grishenko2014-10-101-6/+7
* Export DHCPv6 server address to envSteven Barth2014-10-061-9/+16
* Enable softwire-support by defaultv1.0Steven Barth2014-08-251-4/+0
* Also test for correct IA-ID for IA_NASteven Barth2014-08-221-1/+1
* ia_na: use big-endian 1 as IAIDSteven Barth2014-08-221-1/+1
* Filter FQDN as wellSteven Barth2014-05-301-0/+1
* Improve filterSteven Barth2014-05-301-1/+1
* filter DNS-domain from passthruSteven Barth2014-05-231-0/+1
* Add support for DHCPv6 option passthruSteven Barth2014-05-231-10/+33
* Ignore multiple MAP-E instances for now and output DMR / BR for every ruleSteven Barth2014-04-281-1/+4
* Initial support for MAP & LW4O6 provisioningSteven Barth2014-04-281-0/+16
* Fix falloutSteven Barth2014-04-091-0/+2
* Revert "Revert to old behaviour regarding information requests"Steven Barth2014-04-091-4/+1
* Add user-class option in help text and minor clean upHans Dedecker2014-04-031-1/+0
* Correctly clear CERSteven Barth2014-04-011-0/+1
* Don't disable looping (meh)Steven Barth2014-04-011-1/+0
* Add initial support for CER-IDSteven Barth2014-03-301-1/+12
* Fix building with clang 3.4Steven Barth2014-03-181-1/+1
* Fix HMAC-MD5 verify in reconfigureSteven Barth2014-03-111-2/+4
* Reintroduce Reconfigure-Accept in Request-MessageSteven Barth2014-02-171-6/+4
* use enum to specify order and indexes of iov struct.Kaspar Schleiser2014-02-121-22/+39
* Fix fallout from userclass additionSteven Barth2014-02-061-5/+5
* Fix T1, T2 and T3 timer values in case of infinite time valuesHans Dedecker2014-02-051-11/+16
* Add user-class optionSteven Barth2014-02-051-3/+11
* Bump copyright headersSteven Barth2014-01-291-1/+1