project/odhcpd.git
2025-10-25 David Härdemandhcpv4: dhcpv4_assign() - explain address assignment
2025-10-25 Paul Donalddhcpv6: send timezone only when client requests
2025-10-22 Paul Donalddhcpv4: bump problem scenario up to warn
2025-10-22 Álvaro Fernández... config: properly set log level from uci
2025-10-22 Paul Donalddhcpv6: RFC4833 timezones
2025-10-22 Matthias Rieglerdhcpv6-ia: respect prefix assigned to interface (>...
2025-10-22 David Härdemanodhcpd: improve odhcpd_urandom()
2025-10-21 Paul Donaldconfig: fix erroneous clamp message if clamp value...
2025-10-21 David Härdemandhcpv4: bail earlier on release/decline
2025-10-21 David Härdemandhcpv4: don't hardcode options array length
2025-10-21 David Härdemandhcpv4: shrink struct dhcpv4_message
2025-10-21 David Härdemandhcpv4: use iovec for forcereconf messages, fix hash
2025-10-21 David Härdemandhcpv4: fix padding of iovec message in dhcpv4_handle_msg()
2025-10-21 David Härdemandhcpv4: some minor cleanups post-iovec
2025-10-21 David Härdemandhcpv4: use iovec for forcerenew opts
2025-10-21 David Härdemandhcpv4: use iovec for router and DNS server
2025-10-21 David Härdemandhcpv4: use iovec for DNS search and MTU
2025-10-21 David Härdemandhcpv4: use iovec for netmask/hostname/broadcast
2025-10-21 David Härdemandhcpv4: use iovec for leasetime/renew/rebind
2025-10-21 David Härdemandhcpv4: introduce a reply_opts array
2025-10-21 David Härdemandhcpv4: use iovec for DNR
2025-10-21 David Härdemandhcpv4: use iovec for NTP
2025-10-21 David Härdemandhcpv4: use iovec for message and serverid
2025-10-21 David Härdemandhcpv4: reorder some more variables in dhcpv4_handle_msg()
2025-10-21 David Härdemandhcpv4: remove one more variable from dhcpv4_handle_msg()
2025-10-21 David Härdemandhcpv4: move dest handling from dhcpv4_handle_msg()
2025-10-21 David Härdemandhcpv4: don't copy reqopts around
2025-10-21 David Härdemandhcpv4: more refactoring of dhcpv4_handle_msg()
2025-10-21 David Härdemandhcpv4: clarify variable names in dhcpv4_handle_msg()
2025-10-21 David Härdemandhcpv4: some more cleanups to dhcpv4_handle_msg()
2025-10-21 David Härdemandhcpv4: preparations for iovec usage
2025-10-21 David Härdemanodhcdp: use a more suitable clock
2025-10-19 Paul Donalddhcpv6: change dhcpv6 message type check in relay
2025-10-19 Paul Donalddhcpv6: move dhcpv6 message type check for early exit
2025-10-19 David Härdemanodhcpd: add a simple build script
2025-10-18 Álvaro Fernández... github: improve CI
2025-10-18 David Härdemanodhcpd: shrink binary size by creating a logging function
2025-10-18 David Härdemanodhcpd: support stderr logging
2025-10-18 David Härdemanodhcpd: add log helpers
2025-10-13 Paul Donaldconfig: cap dhcpv6_pd_min_len to max instead of only...
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
next