David Härdeman
David Härdeman
There's a lot of moaning from `autoconf` about obsolete options....e.g.: ``` configure.ac:12: warning: The macro `AC_PROG_CC_C99' is obsolete. configure.ac:12: You should run autoupdate. ./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from... configure.ac:12: the...
Here's a bunch of patches which simplify the installation by providing an installation script. Also, some bugfixes (2 first patches, should be applied whether you agree with the rest of...
This patch adds optional support for GSSAPI (read: Kerberos) via libsasl2. In theory, the other authentication methods (LOGIN and PLAIN) could also be handled via libsasl2, but I've not changed...
[RFC9686](https://www.ietf.org/rfc/rfc9686.html) allows SLAAC clients to register the address they picked with the DHCPv6 server, which has the potential of providing a much nicer IPv6 experience for users. Google [has indicated](https://mailarchive.ietf.org/arch/msg/v6ops/Sq5TadeSsMQ-0uEWrdem3A1wDh0/)...
This adds more feature parity with `dnsmasq` by allowing custom DHCPv4/DHCPv6 options to be set. WIP so far, needs more testing and the option parsing could be merged for the...
odhcpd will allow a greater range of PD prefix lengths, so update the UI to reflect this. https://github.com/openwrt/odhcpd/pull/359
This is just a RFC for now (and it's based on top of https://github.com/openwrt/luci/pull/8083 rather than `master`). Basically, it changes `luci-mod-status` so that it calls `odhcpd` directly over `ubus` to...