summaryrefslogtreecommitdiffhomepage
path: root/src/ubus.c
AgeCommit message (Expand)Author
2021-08-14dhcpv6-ia: allow up to 64 bit wide hostidMikael Magnusson
2020-12-06ubus: add add_lease methodSantiago Piccinini
2020-03-14ubus: use dhcpv6 ia assignment flagHans Dedecker
2019-05-03treewide: always init interface list heads during initializationDainis Jonitis
2019-05-02dhcpv4: add support for Parameter Request List option 55Dainis Jonitis
2019-02-27ubus: always trigger an update if interface is not foundHans Dedecker
2019-02-11dhcpv6-ia: move function definitions to odhcpd.hHans Dedecker
2019-02-08treewide: unify dhcpv6 and dhcpv4 assignmentsHans Dedecker
2019-02-05treewide: use avl tree to store interfacesHans Dedecker
2018-12-12treewide: switch to libubox ARRAY_SIZE immplementationHans Dedecker
2018-09-05odhcpd: detect broken hostnamesHans Dedecker
2018-07-26ubus: avoid dumping interface state with NULL messageJo-Philipp Wich
2018-05-21ubus: fix invalid ipv6-prefix jsonMislav Novakovic
2017-12-17odhcpd: Replace strerror(errno) with %m formatRosen Penev
2017-12-06dhcpv4: notify DHCP ACK and RELEASE via ubusHans Dedecker
2017-10-13treewide: align function namingHans Dedecker
2017-09-13dhcpv4: force renew nonce authentication supportHans Dedecker
2017-09-11ubus: display accept reconf status for DHCPv6 assignmentsHans Dedecker
2017-09-06treewide: replace RELAYD prefix naming in macrosHans Dedecker
2017-04-25ubus: don't segfault when there're no leasesHans Dedecker
2017-04-21ubus: rework dumping IPv6 and IPv4 leasesHans Dedecker
2017-03-29ndp: keep an exact copy of IPv6 interface addressesHans Dedecker
2016-12-01odhcpd: Display infinite valid lifetime as -1Hans Dedecker
2016-11-21ubus: Fix displayed valid paramater for both DHCPv4 and DHCPv6 leaseHans Dedecker
2015-12-15config: blobmsg_check_attr expects bool type as last argumentHans Dedecker
2015-08-20Revert "RFC: dhcpv4 support openwrt alias ip addr"Steven Barth
2015-06-22dhcpv4: remove unused addr_attrs structPatrick Grimm
2015-06-18dhcpv4: fix char ubus_get_address4 int ubus_get_mask4 functionPatrick Grimm
2015-06-15dhcpv4: return pointerPatrick Grimm
2015-06-15dhcpv4: add for_each ipv4-address array in ubus_get_address4 ubus_get_mask4 f...Patrick Grimm
2015-06-14dhcpv4: add ubus_get_address4 ubus_get_mask4 functionPatrick Grimm
2015-06-14dhcpv4: read ipv4-address from UBUS to ADDRESS4Patrick Grimm
2015-03-29Remove prefix coloring support, refine hybrid management modeSteven Barth
2014-07-21Fix typo in ubus integrationSteven Barth
2014-03-20ubus: convert to async callsSteven Barth
2014-03-20ubus: use safe iteratorSteven Barth
2014-03-20ubus: don't redeclare variable cSteven Barth
2013-12-03Fix prefix class logicSteven Barth
2013-12-02Initial prefix class supportSteven Barth
2013-10-22Don't accidentally apply settings from foreign interfacesSteven Barth
2013-10-16Fix netifd update detectionSteven Barth
2013-10-15Handle reload mechanismSteven Barth
2013-10-15improve matching apiSteven Barth
2013-10-15ubus: register subscriberSteven Barth
2013-10-15Fix config retrieval from netifdSteven Barth
2013-10-15ifname should be l3_deviceSteven Barth
2013-10-15Fix last commitSteven Barth
2013-10-15Fix ubus message handling againSteven Barth
2013-10-15Fix blobmsg iterationSteven Barth
2013-10-14Fix unsigned / signed conversionSteven Barth