Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-20 | applications/luci-firewall: make rule descriptions fully translateable | Jo-Philipp Wich | |
2011-12-19 | Commit from LuCI Translation Portal by user jow.: 10 of 222 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2011-12-19 | themes/openwrt: add some new CSS classes used by firewall ui | Jo-Philipp Wich | |
2011-12-19 | po: resync firewall translation | Jo-Philipp Wich | |
2011-12-19 | applications/luci-firewall: complete rework firewall ui | Jo-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-19 | libs/web: add "any" option to firewall_zonelist widget | Jo-Philipp Wich | |
2011-12-19 | libs/web: rework DynamicList widget to support dynamic lists composed of ↵ | Jo-Philipp Wich | |
comboboxes | |||
2011-12-16 | libs/web: rework hostname match to not allow arbritary sequences of numbers ↵ | Jo-Philipp Wich | |
and dots | |||
2011-12-16 | libs/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-16 | applications/luci-firewall: allow negated uci identifiers, hostnames and ip ↵ | Jo-Philipp Wich | |
addresses in zone masq src/dest fields | |||
2011-12-16 | libs/web: add missing parts of previous commit | Jo-Philipp Wich | |
2011-12-16 | libs/web: implement "network" cbi datatype | Jo-Philipp Wich | |
2011-12-14 | Commit from LuCI Translation Portal by user jow.: 60 of 108 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2011-12-14 | Commit from LuCI Translation Portal by user jow.: 8 of 222 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2011-12-14 | applications/luci-statistics: add iwinfo config | Jo-Philipp Wich | |
2011-12-14 | libs/web: allow one-character hostnames | Jo-Philipp Wich | |
2011-12-13 | modules/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-13 | applications/luci-statistics: add iwinfo support to stat-genconfig | Jo-Philipp Wich | |
2011-12-12 | Commit from LuCI Translation Portal by user jow.: 787 of 812 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2011-12-12 | po: fix swapped german translation of HT40+ and HT40-, thanks Daniel Golle | Jo-Philipp Wich | |
2011-12-12 | applications/luci-statistics: fix controller (#7344) | Jo-Philipp Wich | |
2011-12-11 | Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated ↵ | Translation System | |
(0 fuzzy). | |||
2011-12-11 | Commit from LuCI Translation Portal by user jow.: 3 of 59 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2011-12-11 | Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated ↵ | Translation System | |
(0 fuzzy). | |||
2011-12-11 | Commit from LuCI Translation Portal by user jow.: 76 of 77 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2011-12-11 | Commit from LuCI Translation Portal by user jow.: 812 of 812 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2011-12-09 | Commit from LuCI Translation Portal by user jow.: 3 of 222 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2011-12-09 | contrib/package: make luci-app-statistics depend on collectd-mod-iwinfo | Jo-Philipp Wich | |
2011-12-08 | protocols/core: change vendorclass option to vendorid to match actual ↵ | Jo-Philipp Wich | |
OpenWrt implementation | |||
2011-12-08 | modules/admin-full: fix System -> Administration menu if dropbear is not ↵ | Jo-Philipp Wich | |
installed | |||
2011-12-08 | Commit from LuCI Translation Portal by user jow.: 1 of 222 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2011-12-08 | Commit from LuCI Translation Portal by user jow.: 43 of 64 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2011-12-08 | po: fix charset in some ukrainian language files | Jo-Philipp Wich | |
2011-12-08 | po: sync statistics translations | Jo-Philipp Wich | |
2011-12-08 | po: add pbx-voicemail translation template | Jo-Philipp Wich | |
2011-12-08 | po: initialize pbx-voicemail translations | Jo-Philipp Wich | |
2011-12-07 | applications/luci-statistics: drop support for wireless plugin, add iwinfo ↵ | Jo-Philipp Wich | |
replacement | |||
2011-12-07 | applications/luci-statistics: remove plugin overview pages, jump to first ↵ | Jo-Philipp Wich | |
plugin of each category instead | |||
2011-12-07 | 1) Changed "express" to "priority" when inserting the QoS rules. | Iordan Iordanov | |
2011-12-06 | modules/admin-full, po: s/libiwinfo/libiwinfo-lua/ | Jo-Philipp Wich | |
2011-12-05 | libs/core: fix undefined tostring() in network model | Jo-Philipp Wich | |
2011-12-05 | modules/admin-full: fix removal of wireless networks if radio is disabled | Jo-Philipp Wich | |
2011-12-05 | modules/admin-core: expose txpower offset in wifi json status | Jo-Philipp Wich | |
2011-12-05 | libs/core: expose txpower offset values in network model | Jo-Philipp Wich | |
2011-12-05 | modules/admin-full: use new iwinfo capabilities to display shifted tx power ↵ | Jo-Philipp Wich | |
values | |||
2011-12-05 | From c63e369d57cb6862a8890c7b2ee1b6b449b2c42d Mon Sep 17 00:00:00 2001 | Jo-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-05 | applications/luci-statistics: rework handling of index and detail graphs | Jo-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-03 | contrib: drop libiwinfo, moved to OpenWrt trunk | Jo-Philipp Wich | |
2011-12-03 | libiwinfo: reimplement iwinfo.lua in C and package it as "iwinfo" | Jo-Philipp Wich | |