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
2 days
config: drop misleading const from option-parsing input strings
HEAD
master
Hauke Mehrtens
10 days
odhcp6c: fix handling of RFC6603 Prefix Exclude Option
Mark H. Spatz
2026-06-03
example: write all DNS servers to resolv.conf
Hauke Mehrtens
2026-06-03
odhcp6c: do not treat DHCPv6 option type 0 as end-of-list
Hauke Mehrtens
2026-06-03
dhcpv6: enforce monotonic replay counter on Reconfigure RKAP
Hauke Mehrtens
2026-06-03
dhcpv6: reject Reconfigure with malformed or duplicate Message option
Hauke Mehrtens
2026-06-03
dhcpv6: require known SERVERID when validating Reconfigure
Hauke Mehrtens
2026-06-03
ra: clear captive-portal state when router signals unrestricted URI
Hauke Mehrtens
2026-06-03
odhcp6c: remove pidfile on exit
Hauke Mehrtens
2026-06-03
ubus: don't leak an open table on malformed S46 rule/bind in s46_to_blob
Hauke Mehrtens
2026-06-03
ubus: walk entries correctly and don't leak an open table in entry_to_blob
Hauke Mehrtens
2026-06-03
script: walk entries with odhcp6c_next_entry in entry_to_env
Hauke Mehrtens
2026-06-03
odhcp6c: bound the address length when parsing the -P argument
Hauke Mehrtens
2026-06-03
all: fix inverted captive-portal URI equality check (RFC 8910 §3)
Hauke Mehrtens
2026-06-03
ubus: avoid out-of-bounds read when serializing captive-portal URI
Hauke Mehrtens
2026-06-03
script: handle fork() failure when launching state script
Hauke Mehrtens
2026-06-03
config: stop mutating caller-supplied buffers in send-options parser
Hauke Mehrtens
2026-06-03
ubus: clear cached object type id on disconnect
Hauke Mehrtens
2026-06-03
dhcpv6: avoid signed-shift undefined behaviour in IAID derivation
Hauke Mehrtens
2026-06-03
odhcp6c: skip malformed /proc/net/if_inet6 entries
Hauke Mehrtens
2026-06-03
odhcp6c: refuse to follow symlinks when writing pidfile
Hauke Mehrtens
2026-06-03
script: handle allocation failures in env helpers
Hauke Mehrtens
2026-06-03
ubus: validate element type when parsing reconfigure_dhcp opt_send
Hauke Mehrtens
2026-06-03
dhcpv6: ensure hostname buffer is NUL-terminated for dn_comp
Hauke Mehrtens
2026-06-03
odhcp6c: propagate allocation failure from insert_state
Hauke Mehrtens
2026-06-03
odhcp6c: drop stale hash_ifname() declaration
Hauke Mehrtens
2026-06-03
script: avoid kill(0) when SIGCHLD races script_call
Hauke Mehrtens
2026-06-03
script: fix string_to_env writing garbage and reading past input
Hauke Mehrtens
2026-06-03
ra: fix OOB read on captive-portal option comparison
Hauke Mehrtens
2026-06-03
dhcpv6: fix OOB read and 1-byte heap overflow on captive-portal option
Hauke Mehrtens
2026-06-03
dhcpv6: fix out-of-bounds end pointer when parsing IA in Advertise
Hauke Mehrtens
2026-06-03
dhcpv6: use host-order option length in Authentication validation
Hauke Mehrtens
2026-06-03
dhcpv6: fix inverted Authentication option validation in Reply
Hauke Mehrtens
2026-06-03
ra: skip malformed options instead of aborting RA processing
Hauke Mehrtens
2026-01-25
dhcpv6: add config for strict RFC7550
Álvaro Fernández Rojas
2026-01-24
dhcpv6: replace hash_ifname() with MD5 implementation
Álvaro Fernández Rojas
2025-12-29
dhcpv6: omit IA_NA on Request
Álvaro Fernández Rojas
2025-12-29
dhcpv6: dhcpv6_send: convert whitespaces to tabs
Álvaro Fernández Rojas
2025-12-28
ra: convert if block to switch
Paul Donald
2025-12-28
odhcp6c: do cleanup at exit
Paul Donald
2025-12-28
config: fix potential memory leaks in error paths
Paul Donald
2025-12-22
all: add log helpers
Paul Donald
2025-12-22
dhcpv6: clarifying comments
Paul Donald
2025-12-22
dhcpv6: offload FQDN construction to init_dhcpv6
Paul Donald
2025-12-22
dhcpv6: migrate dhcpv6_response_is_valid to switch case
Paul Donald
2025-12-18
dhcpv6: use stable IAID for IA_NA
Paul Donald
2025-12-18
odhcp6c: avoid clearing CLIENT_ID
Álvaro Fernández Rojas
2025-12-17
dhcpv6: fix NA/PD=try when NA/PD aren't provided
Álvaro Fernández Rojas
2025-12-17
odhcp6c: fix "-S" usage
Álvaro Fernández Rojas
2025-12-17
odhcp6c: reset res variable on INIT state
Alvaro Fernandez Rojas
[next]