firewall3: replace warn_rule() by warn_section()
[project/firewall3.git] / ubus.c
2017-04-13 Hans Dedeckerubus: fix interface name and proto lookup
2016-06-07 Jo-Philipp Wichtreewide: replace jow@openwrt.org with jo@mein.io
2015-05-21 Jo-Philipp Wichubus: allow proto handlers to override device in announ...
2015-04-18 Jo-Philipp Wichubus: store rule origin as comment
2014-07-19 Jo-Philipp WichUse netmasks instead of prefix lengths internally
2014-07-10 Jo-Philipp Wichubus: handle attribute access after NULL check in parse...
2014-07-10 Jo-Philipp Wichubus: fix fw3_ubus_address()
2014-07-10 Jo-Philipp Wichubus: fix fw3_ubus_device() to only return a pointer...
2014-07-02 Felix Fietkauubus: add support for fetching firewall rules from...
2014-06-30 Felix Fietkauubus: use blobmsg_parse to validate device attributes...
2014-06-30 Felix Fietkaumake fw3_ubus_address take a list_head * argument inste...
2014-06-30 Felix Fietkauuse calloc instead of malloc+memset
2014-06-30 Felix Fietkauubus: use blobmsg_parse to validate data from network...
2014-04-14 Steven BarthAdd support for netifd-generated rules
2013-10-23 Steven BarthImprove ubus support
2013-05-26 Jo-Philipp WichRemove fw3_ubus_address_free() and use fw3_free_list...
2013-03-19 Jo-Philipp WichAlso read addresses from "ipv6-prefix-assignment" ifsta...
2013-02-17 Jo-Philipp Wichinitial commit