project/odhcpd.git
2025-10-13 Paul Donaldconfig: clamp dhcpv6_hostid_len instead of only logging...
2025-10-13 Paul Donaldconfig: clamp ra_mtu into 1280-65535 range
2025-10-13 Paul Donaldconfig: cap ra_retranstime and warn instead of only...
2025-10-13 Paul Donaldconfig: cap ra_hoplimit to maximum and warn instead...
2025-10-13 Paul Donaldconfig: cap ra_reachabletime to RFC maximum instead...
2025-10-13 Paul Donaldconfig: drop double size lease times; they are all...
2025-10-13 Paul Donaldrouter: redefine ra_mininterval and ra_maxinterval...
2025-10-13 Paul Donaldconfig: clamp ra_mininterval, ra_maxinterval, ra_lifeti...
2025-10-13 Paul Donaldrouter: refactor calc_ra_lifetime; redefine ra_lifetime...
2025-10-13 Paul Donaldconfig: do MaxRtrAdvInterval init at (ra_maxinterval...
2025-10-13 Paul Donaldrouter: Apply updated values from RFC9096 (updates...
2025-10-13 Paul Donaldrouter: Apply updated values from RFC8319 (updates...
2025-10-13 Paul Donaldconfig: refactor parse_leasetime() - branch amount...
2025-10-12 Álvaro Fernández... github: fix CMAKE_SYSTEM_PROCESSOR copy&paste
2025-10-12 Álvaro Fernández... github: add CI build github-ci
2025-10-10 David Härdemanodhcpd: fix a compilation error
2025-10-09 David Härdemanodhcpd: allow assignments to be reassigned
2025-10-09 David Härdemanodhcpd: support multiple per-client DUIDs
2025-10-09 David Härdemanodhcpd: support assignments on the basis of IAID
2025-10-09 David Härdemanodhcpd: support IAIDs for static DHCPv6 leases
2025-10-09 David Härdemanodhcpd: break up complex matching logic
2025-10-09 David Härdemanodhcpd: document the ubus interface
2025-10-09 David Härdemandhcpv4: generate dbus events on lease expiry
2025-10-09 David Härdemandhcpv4: fix ubus events
2025-10-09 David Härdemanodhcpd: remove mac_len argument to ubus_bcast_dhcp_event()
2025-10-09 David Härdemanodhcpd: fix ubus support flag in help msg
2025-10-09 David Härdemanodhcpd: reduce use of WITH_UBUS defines in code
2025-10-09 Stephen Groatndp: fix macOS IPv6 compatibility by using link-local...
2025-10-07 Álvaro Fernández... router: fix SLAAC on subnets > 64
2025-10-07 David Härdemandhcpv4: simplify dhcpv4_setup_interface()
2025-10-07 David Härdemandhcpv4: make the cookie explicit in struct dhcpv4_message
2025-10-07 David Härdemandhcpv4: simplify dhcpv4_fr_send() a bit
2025-10-07 David Härdemandhcpv4: rename cookie variable
2025-10-07 David Härdemandhcpv4: remove some magic numbers
2025-10-07 David Härdemandhcpv4: update dhcpv4_msg_to_string()
2025-10-07 David Härdemandhcpv4: dhcpv4_fr_rand_delay() fixups
2025-10-07 David Härdemanubus: improve correspondence between DHCPv[46]
2025-10-07 David Härdemanubus: minor correctness fix
2025-10-07 David Härdemanubus: don't expose ipv4leases if not supported
2025-10-07 David Härdemanodhcpd: print compiled-in features in help message
2025-10-03 David Härdemandhcpv4: rename a variable in dhcpv4_assign()
2025-10-03 David Härdemandhcpv4: move the remaining forward declaration
2025-10-03 David Härdemandhcpv4: move find_assignment_by_hwaddr()
2025-10-03 David Härdemandhcpv4: reorder some more functions
2025-10-03 David Härdemandhcpv4: move struct dhcpv4_dnr to header
2025-10-03 David Härdemandhcpv4: move dhcpv4_fr_stop() up
2025-10-03 David Härdemandhcpv4: move dhcpv4_free_assignment()
2025-10-03 David Härdemandhcpv4: replace ip4toa() with inet_ntop()
2025-10-03 David Härdemandhcpv4: move and rename handle_dhcpv4()
2025-10-03 David Härdemandhcpv4: rename handle_addrlist_change()
2025-10-03 David Härdemandhcpv4: rename setup_dhcpv4_addresses()
2025-10-03 David Härdemandhcpv4: reorder more functions
2025-10-03 David Härdemandhcpv4: rename valid_until_cb()
2025-10-03 David Härdemandhcpv4: move dhcpv4_init() to end of dhcpv4.c
2025-10-03 Haoyi Cindp: Allow NS loopback for master iface
2025-10-02 Mark Mentovairouter: log “Sending a RA on lan” at LOG_DEBUG
2025-10-02 David Härdemanodhcpd: update cmake file
2025-10-02 David Härdemanodhcpd: convert README to markdown
2025-10-01 David Härdemanodhcpd: allow the use of an alternative cfg file
2025-10-01 David Härdemanodhcpd: remove confusing #defines
2025-10-01 Álvaro Fernández... odhcpd: improve RFC9096 § 3.5 SLAAC compliance
2025-09-28 David Härdemandhcpv4: allow lease takeover (bugfix)
2025-09-24 David Härdemanodhcpd: bump minimum cmake version
2025-09-18 Aviana Cruzodhcpd: apply RFC9096 recommended lifetimes
2025-09-16 David Härdemanodhcpd: support multiple per-client MAC addresses
2025-08-26 Álvaro Fernández... router: replace ssize_t with size_t
2025-01-19 Hang Zhoudhcpv6: add ipv6 pxe support
2024-12-30 David Härdemanrouter: move pref64 calculations to the config stage
2024-12-30 David Härdemanodhcpd: add a helper function for addr6/prefix parsing
2024-12-30 David Härdemannetlink: fix a memory leak
2024-12-29 David Härdemanodhcpd: make the IPv6 RA DNR lifetime configurable
2024-12-29 David Härdemanodhcpd: add DNR (RFC 9463) support
2024-12-29 David Härdemandhcpv4: store reqopts as uint8_t
2024-05-07 Paul Donaldconfig: set RFC defaults for preferred lifetime
2024-05-07 Paul Donaldrouter: disambiguate and clarify 'no route' messages
2024-05-07 Paul Donaldrouter: rename minvalid to lowest_found_lifetime
2024-05-07 Paul Donaldtreewide: normalize spaces to tabs
2024-05-07 Paul Donaldtreewide: spell-fixes and new comments for extra clarif...
2024-05-07 Paul Donaldrouter: limit prefix preferred_lt to valid_lt in accord...
2024-05-07 Paul Donaldrouter: inherit user-assigned preferred_lifetime
2024-05-07 Paul Donaldtreewide: refactor valid to valid_lt (lifetime)
2024-05-07 Paul Donaldtreewide: refactor pref(erred) to preferred_lt (lifetime)
2023-10-24 Colin Whittakerconfig: make sure timer is not on the timeouts list...
2023-10-23 Kevin Darbyshire... add hostsfile output in addition to statefile
2023-06-24 Ross Vandegriftdhcpv4: improve error when a prefix is too long
2023-06-24 John Kohlodhcpd: add support for dhcpv6_pd_min_len parameter
2023-06-23 Ondřej Caletkarouter: Add PREF64 (RFC 8781) support
2023-04-03 Christian Marangiconfig: use dedicated link local function to check...
2023-04-03 Christian Maranginetlink: add support for getting interface linklocal
2023-04-03 Christian MarangiRevert "config: recheck have_link_local on interface...
2023-04-03 Christian Marangiconfig: fix feature for enabling service only when...
2023-03-24 Christian Marangiconfig: recheck have_link_local on interface reload...
2023-03-22 Christian Marangirouter: skip RA and wait for LINK-LOCAL to be assigned
2023-03-21 Christian Marangiconfig: skip interface setup if interface not IFF_RUNNING
2023-03-21 Stijn TintelRevert "odhcpd: Reduce error messages"
2023-03-14 Peter Naullsodhcpd: Reduce error messages
2023-02-17 stijn@linux... router: always check ra_default
2023-02-17 stijn@linux... router: improve RA logging
2023-02-16 Mikael Magnussondhcpv4: detect noarp interfaces
2022-10-24 Kevin Darbyshire... dhcpv6-ia: make tmp lease file hidden
next