project/odhcpd.git
5 days ago Paul Donaldrouter: Modify relayed RA PIO P flag according to inter...
5 days ago Paul Donaldrouter: Modify relayed RA PIO A flags according to...
5 days ago David HärdemanREADME.md: update dhcp ubus events
5 days ago David Härdemanstatefiles: don't write empty hosts files
6 days ago Álvaro Fernández... Revert "statefiles: fix escape sequence for broken...
6 days ago David Härdemanstatefiles: fix stale pio handling for !ubus
6 days ago David Härdemanodhcpd: rename piofolder to piodir
6 days ago David Härdemanstatefiles: use tmpfile functions for pio files
6 days ago David Härdemanstatefiles: rename prefix information functions
6 days ago David Härdemanconfig: move pio json handling to statefiles.c
6 days ago David Härdemanstatefiles: add a dirfd helper function
6 days ago David Härdemanstatefiles: add tmp helper functions
6 days ago Kevin Darbyshire... statefiles: fix escape sequence for broken hostname...
6 days ago David Härdemandhcpv4: don't send zero IPv6-only preferred option
10 days ago Kevin Darbyshire... Revert "dhcpv6-ia: add some noise to the T1 and T2...
10 days ago Kevin Darbyshire... Revert "do not delegate ULA prefixes"
10 days ago Kevin Darbyshire... do not delegate ULA prefixes
10 days ago Kevin Darbyshire... dhcpv6-ia: add some noise to the T1 and T2 periods
11 days ago Álvaro Fernández... router: skip if branch in PIO clear functions
11 days ago Álvaro Fernández... router: optimize duplicated PIO comparison
11 days ago Álvaro Fernández... router: remove duplicated PIOs
11 days ago Álvaro Fernández... router: rename router_clear_ra_pio
13 days ago Álvaro Fernández... router: improve RA PIO search logic
13 days ago George Sapkinformal: fix workflow permissions
2025-12-01 Álvaro Fernández... build: disable static libraries
2025-12-01 David Härdemandhcpv6-ia: fix crash in dhcpv6_free_lease()
2025-12-01 Álvaro Fernández... build: fix BUILD_ARGS
2025-11-30 David Härdemanstatefiles: change ipv4 MAC statefile syntax
2025-11-30 David Härdemanodhcpd: remove OAF_BOUND
2025-11-30 David Härdemandhcpv6: remove OAF_TENTATIVE
2025-11-30 David Härdemanodhcpd: remove OAF_STATIC
2025-11-30 David Härdemanodhcpd: remove OAF_BROKEN_HOSTNAME
2025-11-30 David Härdemanstatefiles: remove hosts entries from statefile
2025-11-28 Álvaro Fernández... build: enable DHCPV4_SUPPORT and UBUS
2025-11-28 Álvaro Fernández... ubus: fix shadow local variable
2025-11-28 Álvaro Fernández... src: fix shadowed local variables
2025-11-28 David Härdemandhcpv6-ia: fix a crash when static lease isn't configured
2025-11-28 David Härdemandhcpv4: support IPv6-only preferred (RFC8925)
2025-11-27 David Härdemandhcpv6-ia: fix realloc bug
2025-11-27 David Härdemannetlink: make it clearer that we're handling realloc...
2025-11-27 David Härdemandhcpv6: handle realloc failure
2025-11-27 David Härdemanconfig: handle realloc failure in piofolder parsing
2025-11-27 David Härdemanconfig: fix realloc() error handling for "dhcpv6_raw...
2025-11-27 David Härdemanconfig: fix realloc() handling for the "upstream" option
2025-11-27 David Härdemanconfig: fix (S)NTP realloc handling
2025-11-27 David Härdemandhcpv4: iface->dhcpv4_router -> iface->dhcpv4_routers
2025-11-27 David Härdemanodhcpd: rename iface->search -> iface->dns_search
2025-11-27 David Härdemanodhcpd: consistent dns naming
2025-11-27 David Härdemandhcpv4: remove iface->dhcpv4_bcast
2025-11-27 David Härdemandhcpv4: remove iface->dhcpv4_mask
2025-11-27 David Härdemandhcpv4: rename iface->dhcpv4_local -> iface->dhcpv4_own_ip
2025-11-27 David Härdemandhcpv4: simplify pool determination
2025-11-27 David Härdemannetlink: add netmask for IPv4
2025-11-27 David Härdemannetlink: variable naming cleanup
2025-11-27 David Härdemandhcpv4: fix no_dynamic_dhcp
2025-11-27 David Härdemanodhcpd: rename iface->addr4 -> iface->oaddrs4
2025-11-27 David Härdemanodhcpd: rename prefix -> prefix_len
2025-11-27 David Härdemanodhcpd: rename union if_addr -> in46_addr
2025-11-27 David Härdemandhcpv4: improve pool var naming
2025-11-23 David Härdemanndp: correctness fix for BPF filter
2025-11-23 David Härdemandhcpv4: add BPF to dhcpv4_setup_interface()
2025-11-23 David Härdemandhcpv4: define val where it is used in dhcpv4_setup_int...
2025-11-23 David Härdemandhcpv4: simplify error handling in dhcpv4_setup_interface()
2025-11-23 David Härdemandhcvp4: use tmp fd in dhcpv4_setup_interface()
2025-11-23 David Härdemandhcpv4: replace ToS precedence
2025-11-23 David Härdemanstatefiles: fix off-by-one-bug
2025-11-18 Paul Donaldall: implement RFC8910 captive portal (CP) option for...
2025-11-18 Paul Donaldall: implement RFC8910 captive portal (CP) option
2025-11-18 Álvaro Fernández... github: ci: add MIPS64, PowerPC64 and RISCV64
2025-11-18 Paul Donaldrouter: Modify relayed RA PIO L and RA M/O flags accord...
2025-11-18 Paul Donalddhcpv6: prevent network loop scenario
2025-11-17 David Härdemandhcpv4: simplify random address selection
2025-11-17 David Härdemanodhcpd: update devel-build.sh
2025-11-17 David Härdemanodhcpd: make ubus optional at runtime
2025-11-17 David Härdemanodhcpd: simplify signal handling
2025-11-17 Álvaro Fernández... src: improve attributes
2025-11-17 Álvaro Fernández... src: consolidate and improve fallthrough
2025-11-14 Álvaro Fernández... dhcpv6-ia: add missing limits header
2025-11-14 Fei Lvconfig: fix memleak during odhcpd reload
2025-11-14 David Härdemandhcpv4: update ubus DHCPv4 events/methods
2025-11-14 David Härdemanodhcpd: rename dhcpv6_lease->clid[_data|_len]
2025-11-14 David Härdemanodhcpd: rename [lease_cfg|dhcpv4_lease]->ipaddr to...
2025-11-14 David Härdemandhcpv4: use an AVL to store leases
2025-11-14 Álvaro Fernández... github: ci: add powerpc arch
2025-11-14 Álvaro Fernández... github: ci: add cmake build and source directories
2025-11-14 Álvaro Fernández... github: ci: disable json-c tests
2025-11-14 Álvaro Fernández... scripts: devel-build: disable json-c tests
2025-11-11 David Härdemannetlink: fix typo in debug msg
2025-11-11 Álvaro Fernández... src: fix whitespace issues
2025-11-11 Álvaro Fernández... vscode: enable indentation detection
2025-11-11 David Härdemanodhcpd: add support for "ignore"
2025-11-11 David Härdemanstatefiles: support per-interface hosts files
2025-11-11 David Härdemanstatefiles: don't make hostsfile dependent on statefile
2025-11-11 David Härdemanstatefiles: don't write expired leases
2025-11-11 David Härdemanstatefiles: simplify statefiles_write_state6()
2025-11-11 David Härdemanstatefiles: write straight to file in statefiles_write_...
2025-11-11 David Härdemanstatefiles: correct some comments/variable names
2025-11-11 David Härdemanstatefiles: unify host4 writing
2025-11-11 David Härdemanstatefiles: unify host6 writing
2025-11-11 David Härdemanstatefiles: group functions
next