project/odhcp6c.git
2025-11-03 Nicolas BESNARDreconfigure: implement DHCP reconfiguration
2025-11-03 Nicolas BESNARDdhcpv6: implement statistics for DHCPv6
2025-11-03 Nicolas BESNARDubus: implement UBus method to get state data immediately
2025-11-03 Nicolas BESNARDubus: emit UBus event on DHCP state changes
2025-11-03 Nicolas BESNARDubus: connect to UBus backend
2025-11-03 Nicolas BESNARDodhcp6c: implement asynchronous handling for DHCPv6...
2025-11-03 Nicolas BESNARDodhcp6c: enable Non-Blocking DHCPv6 Socket
2025-11-03 Nicolas BESNARDdhcpv6: refactor dhcp_request Function
2025-11-03 Nicolas BESNARDdhcpv6: add t1 and t2 transmission
2025-11-03 Nicolas BESNARDdscp: add option to set dscp value
2025-11-03 Nicolas BESNARDdhcpv6: fix wrong retransmission of DHCPv6 Solicit
2025-11-03 Álvaro Fernández... odhcp6c: add a simple build script
2025-11-03 Álvaro Fernández... cmake: make libubox mandatory
2025-11-03 Álvaro Fernández... cmake: drop EXT_PREFIX_CLASS
2025-11-03 Paul Donaldcmake: disable pedantic
2025-11-03 Álvaro Fernández... github: fix CI apt dependencies
2025-10-21 Bert Goemansodhcp6c: set server address from Information-request...
2025-10-21 David Härdemandhcpv6: use a per-interface IAID for IA_NA requests
2025-10-19 Álvaro Fernández... github: improve CI
2025-10-19 Paul Donalddhcpv6: Check status code for IA_ADDR operations
2025-10-19 Luke Dellerdhcpv6: Add error checking to handle renew failure...
2025-10-19 Paul Donalddhcpv6: dhcpv6_parse_ia refactor to switch case
2025-10-19 xuxbodhcp6c: fix deamon raw buffer inc
2025-10-17 Paul Donalddhcpv6c: fix illegal DHCPV6_OPT_FQDN
2025-10-14 Gasper Stukeljscript: don't ignore RA with zero router lifetime
2025-10-14 Alin Nastacodhcp6c: sync and accumulate RA & DHCPv6 events as...
2025-10-14 Álvaro Fernández... odhcp6c: update cmake file
2025-10-13 Álvaro Fernández... github: add CI build
2025-10-03 Christian MarangiCMakeLists: update cmake minimum required version to...
2025-02-06 Juan Orti AlcaineUse GNUInstallDirs macros
2024-12-08 Richard Pattersonodhcp6c: Do not request S46 OROs by default
2024-09-25 Vladislav Grishenkoodhcp6c: allow to request specific ipv6 prefix
2023-04-22 pacienodhcp6c: add -K option to set packet kernel priority
2022-08-01 viktor.iarmoladhcpv6: add option to ignore stateless advertise
2022-07-13 Dávid Benkoodhcp6c: fix IA discard when T1 > 0 and T2 = 0
2021-12-05 Hans DedeckerRevert "dhcpv6: add a minimum valid lifetime for IA_PD...
2021-12-05 Alin Nastacdhcpv6: add support for null IA_PD valid lifetime
2021-11-06 Alin Nastacdhcpv6: add a minimum valid lifetime for IA_PD updates
2021-07-17 Guilherme Janczakodhcp6c: use strpbrk to provide get_sep_pos
2021-04-03 Hans Dedeckercmake: enable extra compiler checks
2021-01-10 Hans Dedeckerra: fix routing loop on point to point links
2021-01-07 Hans Dedeckerra: align ifindex resolving
2020-12-26 Hans Dedeckerdhcpv6: fix displaying IA info
2020-12-26 Hans Dedeckerdhcpv6: display status code as a string
2020-12-08 Hans Dedeckerdhcpv6: harden reconfigure logic
2020-12-08 Hans Dedeckerdhcpv6: rework DHCPv6 message to string implementation
2020-12-07 Hans Dedeckerdhcpv6: fix regression
2020-12-07 Hans Dedeckerdhcpv6: improve syslog tracing
2020-12-03 Hans Dedeckerdhcpv6: only refresh timers when reconfigure is valid
2020-12-03 Hans Dedeckerdhcpv6: fix printing identity association id
2020-12-01 Hans Dedeckerdhcpv6: avoid sending continuous renew/rebind messages
2020-11-29 Hans Dedeckerdhcpv6: add extra syslog info traces
2020-10-17 Alin Nastacodhcp6c_find_entry: exclude priority from the list...
2020-03-28 Hans Dedeckerra: fix sending router solicitations
2020-03-26 Rosen Penevodhcp6c: fix compilation with musl 1.2.0
2019-09-06 Hans Dedeckerdhcpv6: sanitize oro options
2019-01-11 Hans Dedeckerodhcp6c: align further with RFC8415
2019-01-11 Hans Dedeckerdhcpv6: avoid parsing unncessary IAs
2019-01-11 Hans Dedeckerdhcpv6: set cnt to correct IOV enum
2019-01-11 Hans Dedeckerdhcpv6: get rid of request_prefix
2019-01-10 Hans Dedeckerdhcpv6: sanitize option request list
2018-07-13 Adrian Friedliodhcp6c: add option to ignore Server Unicast option
2018-06-20 Hans Dedeckerodhcp6c: remove len check in option parsing handle
2018-06-11 Hans Dedeckerodhcp6c: add support for user string options
2018-04-29 Hans Dedeckerra: always trigger update in case of RA parameter change
2018-04-21 Hans Dedeckerdhcpv6: fix strncpy bounds
2018-04-05 Hans Dedeckerscript: fix possible negative delay
2018-04-05 Hans Dedeckerdhcpv6: always trigger script update in case of IA...
2018-04-02 Hans Dedeckerra: rework route information option handling
2018-03-31 Hans Dedeckerodhcp6c: improve code readibility
2018-03-31 Hans Dedeckertreewide: improve error handling
2018-03-27 Hans Dedeckerdhcpv6: initialize ifreq struct
2018-03-27 Hans Dedeckerra: handle socket fail creation
2018-03-27 Hans Dedeckerodhcp6c: fix file pointer leakage
2018-01-16 Hans Dedeckerdhcpv6: rework option passthrough logic
2018-01-16 Hans Dedeckerodhcp6c: rework userclass and vendorclass command handling
2018-01-16 Hans Dedeckerodhcp6c: add -x opt:val support
2018-01-13 Hans Dedeckertreewide: update copyrights to 2018
2018-01-13 Hans Dedeckerodhcp6c: let odhcp6c_add_state return a success/failure...
2018-01-03 Hans DedeckerRevert "odhcp6c: Replace strerror(errno) with %m"
2018-01-02 Rosen Penevodhcp6c: Replace strerror(errno) with %m
2017-09-01 Hans Dedeckerra: align RA update interval with RFC4861 (FS#964)
2017-03-22 Hans Dedeckerdhcpv6: rebind capability support in reconfigure messag...
2017-03-22 Hans Dedeckerdhcpv6: respect renew end point when handling reconfigu...
2017-03-22 Hans Dedeckerdhcpv6: calculate T1, T2 and T3 in a more sane manner
2017-03-21 Hans Dedeckermd5: use libubox md5 library as local implementation
2017-03-18 Hans Dedeckerdhcpv6: don't return renew msg in case of invalid msg...
2017-03-17 Hans Dedeckertreewide: align coding style
2017-03-16 Hans DedeckerCMakeLists: don't enable libubox md5 implementation...
2017-02-21 Hans Dedeckerdhcpv6: use PRIu64 print macro
2017-02-08 Hans Dedeckerodhcp6c: fix possible stack corruption when parsing...
2017-01-30 Hans Dedeckerdhcpv6: fix white space error
2017-01-30 Hans Dedeckerdhcpv6: trigger restart of DHCPv6 state machine when...
2017-01-27 Hans Dedeckerupdate README
2017-01-27 Hans Dedeckerdhcpv6: server unicast option support
2017-01-03 Matthias SchifferAdd option to ignore default lifetime for RDNSS records
2016-11-06 Luka PerkovMerge pull request #50 from sartura/libubox_md5_reuse
2016-10-26 Hrvoje Vargaodhcp6c: reuse md5 from libubox
2016-02-08 Steven BarthMerge pull request #45 from themiron/master
2016-01-31 Vladislav GrishenkoSync style with the existing _packed & _unused macros
next