summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2011-12-20applications/luci-firewall: make rule descriptions fully translateableJo-Philipp Wich
2011-12-19Commit from LuCI Translation Portal by user jow.: 10 of 222 messages ↵Translation System
translated (0 fuzzy).
2011-12-19themes/openwrt: add some new CSS classes used by firewall uiJo-Philipp Wich
2011-12-19po: resync firewall translationJo-Philipp Wich
2011-12-19applications/luci-firewall: complete rework firewall uiJo-Philipp Wich
- split zone setup, port forwards, traffic rules and firewall.user - add quickadd forms for various common rules like port forwards - add tool class for textual formatting and descriptions of rules - simplify controller, remove old mini admin remainders
2011-12-19libs/web: add "any" option to firewall_zonelist widgetJo-Philipp Wich
2011-12-19libs/web: rework DynamicList widget to support dynamic lists composed of ↵Jo-Philipp Wich
comboboxes
2011-12-16libs/web: rework hostname match to not allow arbritary sequences of numbers ↵Jo-Philipp Wich
and dots
2011-12-16libs/web: add list(...) datatype for space separated lists of arbritary ↵Jo-Philipp Wich
datatypes
2011-12-16[PATCH] Abstract address UNIX sockets not binding properly (by ↵Jo-Philipp Wich
capnbry@gmail.com, #366) In #274, I stated abstract namespace and autobound abstract namespace datagram UNIX domain sockets work perfectly with nixio. However, I may have jumped the gun on that conclusion. Turns out they work perfectly for only one concurrent connection. The problem is that when binding to an abstract address socket, which begins with a NULL byte, nixio strncpy's the name into the sockaddr_un structure, which effectively copies nothing. It then binds to an address of 180 NULLs, which is completely legal, but obviously you run into problems when a second client tries to bind to the same address. The rules are as follows ( http://linux.die.net/man/7/unix) for the names: * If the name is blank, bind() should pass that the addrlen of sizeof(sa_family_t) and Linux will autobind a name that begins with null and is followed by 5 digits. * If the first character of the name is non-null, the name is a pathname and is null-terminated. addrlen should be sizeof(sockaddr_un), but the length can also be the pathname len + sizeof(sa_family_t) as the value will be null-terminated by the kernel unix socket driver * If the first character is null, the address is abstract and the value should not be null-terminated and addrlen is pathname + sizeof(sa_family_t) The attached patch fixes bind/connect/sendto by shortening the addrlen passed to be pathname len + sizeof(sa_family_t), which generates the correct socket names for all 3 cases above. It also fixes the address returned by recvfrom, which currently returns a blank string for any abstract address socket (as they begin with a null).
2011-12-16applications/luci-firewall: allow negated uci identifiers, hostnames and ip ↵Jo-Philipp Wich
addresses in zone masq src/dest fields
2011-12-16libs/web: add missing parts of previous commitJo-Philipp Wich
2011-12-16libs/web: implement "network" cbi datatypeJo-Philipp Wich
2011-12-14Commit from LuCI Translation Portal by user jow.: 60 of 108 messages ↵Translation System
translated (0 fuzzy).
2011-12-14Commit from LuCI Translation Portal by user jow.: 8 of 222 messages ↵Translation System
translated (0 fuzzy).
2011-12-14applications/luci-statistics: add iwinfo configJo-Philipp Wich
2011-12-14libs/web: allow one-character hostnamesJo-Philipp Wich
2011-12-13modules/admin-full: probe for EAP support in wpad/hostapd/wpa_supplicant and ↵Jo-Philipp Wich
offer wpa/wpa2 only if it is present
2011-12-13applications/luci-statistics: add iwinfo support to stat-genconfigJo-Philipp Wich
2011-12-12Commit from LuCI Translation Portal by user jow.: 787 of 812 messages ↵Translation System
translated (0 fuzzy).
2011-12-12po: fix swapped german translation of HT40+ and HT40-, thanks Daniel GolleJo-Philipp Wich
2011-12-12applications/luci-statistics: fix controller (#7344)Jo-Philipp Wich
2011-12-11Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated ↵Translation System
(0 fuzzy).
2011-12-11Commit from LuCI Translation Portal by user jow.: 3 of 59 messages ↵Translation System
translated (0 fuzzy).
2011-12-11Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated ↵Translation System
(0 fuzzy).
2011-12-11Commit from LuCI Translation Portal by user jow.: 76 of 77 messages ↵Translation System
translated (0 fuzzy).
2011-12-11Commit from LuCI Translation Portal by user jow.: 812 of 812 messages ↵Translation System
translated (0 fuzzy).
2011-12-09Commit from LuCI Translation Portal by user jow.: 3 of 222 messages ↵Translation System
translated (0 fuzzy).
2011-12-09contrib/package: make luci-app-statistics depend on collectd-mod-iwinfoJo-Philipp Wich
2011-12-08protocols/core: change vendorclass option to vendorid to match actual ↵Jo-Philipp Wich
OpenWrt implementation
2011-12-08modules/admin-full: fix System -> Administration menu if dropbear is not ↵Jo-Philipp Wich
installed
2011-12-08Commit from LuCI Translation Portal by user jow.: 1 of 222 messages ↵Translation System
translated (0 fuzzy).
2011-12-08Commit from LuCI Translation Portal by user jow.: 43 of 64 messages ↵Translation System
translated (0 fuzzy).
2011-12-08po: fix charset in some ukrainian language filesJo-Philipp Wich
2011-12-08po: sync statistics translationsJo-Philipp Wich
2011-12-08po: add pbx-voicemail translation templateJo-Philipp Wich
2011-12-08po: initialize pbx-voicemail translationsJo-Philipp Wich
2011-12-07applications/luci-statistics: drop support for wireless plugin, add iwinfo ↵Jo-Philipp Wich
replacement
2011-12-07applications/luci-statistics: remove plugin overview pages, jump to first ↵Jo-Philipp Wich
plugin of each category instead
2011-12-071) Changed "express" to "priority" when inserting the QoS rules.Iordan Iordanov
2011-12-06modules/admin-full, po: s/libiwinfo/libiwinfo-lua/Jo-Philipp Wich
2011-12-05libs/core: fix undefined tostring() in network modelJo-Philipp Wich
2011-12-05modules/admin-full: fix removal of wireless networks if radio is disabledJo-Philipp Wich
2011-12-05modules/admin-core: expose txpower offset in wifi json statusJo-Philipp Wich
2011-12-05libs/core: expose txpower offset values in network modelJo-Philipp Wich
2011-12-05modules/admin-full: use new iwinfo capabilities to display shifted tx power ↵Jo-Philipp Wich
values
2011-12-05From c63e369d57cb6862a8890c7b2ee1b6b449b2c42d Mon Sep 17 00:00:00 2001Jo-Philipp Wich
From: Gabor Juhos <juhosg@openwrt.org> Date: Mon, 5 Dec 2011 14:36:34 +0100 Subject: [PATCH] libs/sys: read model name from /tmp/sysinfo/model if present Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
2011-12-05applications/luci-statistics: rework handling of index and detail graphsJo-Philipp Wich
Instead of coding the display logic into the graph models, simply annotate graph models with .detail = true/false and let the renderer decide which to pick when.
2011-12-03contrib: drop libiwinfo, moved to OpenWrt trunkJo-Philipp Wich
2011-12-03libiwinfo: reimplement iwinfo.lua in C and package it as "iwinfo"Jo-Philipp Wich