summaryrefslogtreecommitdiffstats
path: root/package/uci/patches
Commit message (Collapse)AuthorAgeFilesLines
* [package] uci: use a delete-safe iterator in the Lua :foreach() functionjow2010-11-011-0/+20
| | | | | | | | The following test case exposed a NULL pointer dereference in uci_lua_foreach(): lua -luci -e 'x=uci.cursor(); x:foreach("firewall", "forwarding", function(s) x:delete("firewall", s[".name"]) end)' git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23757 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uci: update to 2010-09-28nbd2010-10-141-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23430 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uci] bump to the lastest git committhepeople2010-03-232-434/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20378 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add ucitrigger: a uci plugin, command line tool and lua interface for ↵nbd2009-06-082-0/+605
| | | | | | automatically applying uci config changes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16375 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uci: increase argv size in batch mode to silence a false gcc 4.4 compiler ↵nbd2009-04-301-0/+11
warning git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15521 3c298f89-4303-0410-b956-a3cf2f4a3e73