summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Sync style with the existing _packed & _unused macrosVladislav Grishenko2016-01-312-2/+2
* Use more conventional way for the alignmentVladislav Grishenko2016-01-312-5/+10
* Merge pull request #44 from bwhacks/alignment-fixesSteven Barth2016-01-315-19/+44
|\
| * 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-283-2/+6
| * Add padding between odhcp6c_entry structures to ensure 32-bit alignmentBen Hutchings2016-01-284-11/+23
* | Merge pull request #43 from bwhacks/security-fixesSteven Barth2016-01-292-5/+5
|\ \ | |/ |/|
| * Fix end pointer passed from dhcpv6_handle_reply() to dhcpv6_parse_ia()Ben Hutchings2016-01-281-1/+1
| * Fix regression in entry_to_env()Ben Hutchings2016-01-281-4/+4
* | Fix iteration after expiring a list entryBen Hutchings2016-01-281-2/+6
* | Fix script environment variable setting for empty listsBen Hutchings2016-01-281-4/+12
|/
* 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
* Change odhcp6c_insert_state to return a success/failure indicatorBen Hutchings2016-01-282-3/+5
* Fix possible stack buffer overflow in s46_to_env when copying IPv6 prefixesBen Hutchings2016-01-281-3/+6
* Fix off-by-one in buffer length in int_to_envBen Hutchings2016-01-281-1/+1
* Fix potential buffer overflow in entry_to_envBen Hutchings2016-01-281-9/+18
* Avoid copying buffer after dn_expand() failsBen Hutchings2016-01-281-3/+4
* script: Launch script with correct action if last script call is terminatedHans Dedecker2016-01-261-1/+3
* odhcp6c: sync and accumulate RA & DHCPv6 events correctlySteven Barth2015-07-273-54/+93
* 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-092-3/+1
* Fix LW4over6 parameter handlingSteven Barth2015-05-161-4/+6
* Avoid of waiting for Advertise in stateless-only modeVladislav Grishenko2015-04-253-8/+23
* Fixup INF_MAX_RT for RFC 3315 as wellSteven Barth2015-04-201-1/+1
* Fix SOL_MAX_RT default value to match RFC 3315Steven Barth2015-04-202-2/+2
* ra: avoid saving an empty search domain entrySteven Barth2015-04-151-7/+10
* scan-code fixesSteven Barth2015-04-143-133/+132
* Improve handling of DNS search domainsSteven Barth2015-04-135-64/+120
* Fix odhcp6c_find_entrySteven Barth2015-04-122-3/+2
* Remove obsolete prefix class supportSteven Barth2015-04-125-34/+4
* Sanitize RA values lessSteven Barth2015-04-101-1/+1
* Pass ICMP configuration to user-space instead of directly applying itSteven Barth2015-04-103-25/+55
* script: don't resolve AFTR since DNS won't be applied yet anywaySteven Barth2015-04-091-25/+0
* properly handle return codesJohn Crispin2015-03-303-6/+8
* ra: use proper struct msghdr initializer to fix build error on muslFelix Fietkau2015-03-291-2/+9
* make route metric more compatible with linux defaultsSteven Barth2015-03-251-2/+2
* Get rid of getifaddrs for interface ID detectionSteven Barth2015-03-111-26/+9
* 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
* Minor help string clarification for client-IDJan Janak2014-12-311-1/+1
* Avoid sending empty DHCPv6 release messagesSteven Barth2014-12-101-0/+2
* Don't apply excess filter to DHCPv6 and unify odhcp6c_update_entrySteven Barth2014-12-104-17/+12
* More compatibility with non RFC-compliant serversSteven Barth2014-11-301-2/+13
* Cleanup pidfile-gernerationSteven Barth2014-11-281-10/+6