index
:
odhcp6c
master
openwrt-19.07
openwrt-24.10
openwrt-25.12
Openwrt DHCPv6 Client
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-01-16
dhcpv6: rework option passthrough logic
Hans Dedecker
2018-01-16
odhcp6c: rework userclass and vendorclass command handling
Hans Dedecker
2018-01-16
odhcp6c: add -x opt:val support
Hans Dedecker
2018-01-13
treewide: update copyrights to 2018
Hans Dedecker
2018-01-13
odhcp6c: let odhcp6c_add_state return a success/failure indication
Hans Dedecker
2018-01-03
Revert "odhcp6c: Replace strerror(errno) with %m"
Hans Dedecker
2018-01-02
odhcp6c: Replace strerror(errno) with %m
Rosen Penev
2017-09-01
ra: align RA update interval with RFC4861 (FS#964)
Hans Dedecker
2017-03-22
dhcpv6: rebind capability support in reconfigure message (rfc6644)
Hans Dedecker
2017-03-22
dhcpv6: respect renew end point when handling reconfigure message
Hans Dedecker
2017-03-22
dhcpv6: calculate T1, T2 and T3 in a more sane manner
Hans Dedecker
2017-03-21
md5: use libubox md5 library as local implementation
Hans Dedecker
2017-03-18
dhcpv6: don't return renew msg in case of invalid msg type in reconfigure msg
Hans Dedecker
2017-03-17
treewide: align coding style
Hans Dedecker
2017-03-16
CMakeLists: don't enable libubox md5 implementation by default
Hans Dedecker
2017-02-21
dhcpv6: use PRIu64 print macro
Hans Dedecker
2017-02-08
odhcp6c: fix possible stack corruption when parsing proc if_inet6
Hans Dedecker
2017-01-30
dhcpv6: fix white space error
Hans Dedecker
2017-01-30
dhcpv6: trigger restart of DHCPv6 state machine when not receiving statefull options
Hans Dedecker
2017-01-27
update README
Hans Dedecker
2017-01-27
dhcpv6: server unicast option support
Hans Dedecker
2017-01-03
Add option to ignore default lifetime for RDNSS records
Matthias Schiffer
2016-11-06
Merge pull request #50 from sartura/libubox_md5_reuse
Luka Perkov
2016-10-26
odhcp6c: reuse md5 from libubox
Hrvoje Varga
2016-02-08
Merge pull request #45 from themiron/master
Steven Barth
2016-01-31
Sync style with the existing _packed & _unused macros
Vladislav Grishenko
2016-01-31
Use more conventional way for the alignment
Vladislav Grishenko
2016-01-31
Merge pull request #44 from bwhacks/alignment-fixes
Steven Barth
2016-01-29
Merge pull request #43 from bwhacks/security-fixes
Steven Barth
2016-01-28
Fix end pointer passed from dhcpv6_handle_reply() to dhcpv6_parse_ia()
Ben Hutchings
2016-01-28
Fix regression in entry_to_env()
Ben Hutchings
2016-01-28
Merge pull request #42 from bwhacks/logic-fixes
Steven Barth
2016-01-28
Merge pull request #41 from bwhacks/security-fixes
Steven Barth
2016-01-28
Fix alignment of hash buffer in dhcpv6_response_is_valid
Ben Hutchings
2016-01-28
Fix unaligned 32-bit reads from DHCP packets
Ben Hutchings
2016-01-28
Fix alignment of buffers in ra_process and dhcpv6_request
Ben Hutchings
2016-01-28
Add padding between odhcp6c_entry structures to ensure 32-bit alignment
Ben Hutchings
2016-01-28
Fix iteration after expiring a list entry
Ben Hutchings
2016-01-28
Fix script environment variable setting for empty lists
Ben Hutchings
2016-01-28
Add missing option length checks in dhcpv6_handle_advert
Ben Hutchings
2016-01-28
Fix potential log forgery via status string
Ben Hutchings
2016-01-28
Check for unsupported PD exclusion configuration in dhcpv6_parse_ia
Ben Hutchings
2016-01-28
Fix memory leak in dhcpv6_add_server_cand in case odhcp6c_insert_state fails
Ben Hutchings
2016-01-28
Change odhcp6c_insert_state to return a success/failure indicator
Ben Hutchings
2016-01-28
Fix possible stack buffer overflow in s46_to_env when copying IPv6 prefixes
Ben Hutchings
2016-01-28
Fix off-by-one in buffer length in int_to_env
Ben Hutchings
2016-01-28
Fix potential buffer overflow in entry_to_env
Ben Hutchings
2016-01-28
Avoid copying buffer after dn_expand() fails
Ben Hutchings
2016-01-26
Merge pull request #40 from dedeckeh/bugfixes
Steven Barth
2016-01-26
script: Launch script with correct action if last script call is terminated
Hans Dedecker
[next]