Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-08 | Commit from LuCI Translation Portal by user jow.: 28 of 29 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-08-08 | Commit from LuCI Translation Portal by user jow.: 13 of 13 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-08-08 | Commit from LuCI Translation Portal by user jow.: 28 of 34 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-08-08 | Commit from LuCI Translation Portal by user jow.: 40 of 63 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-08-08 | Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated ↵ | Translation System | |
(0 fuzzy). | |||
2012-08-08 | Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated ↵ | Translation System | |
(0 fuzzy). | |||
2012-08-08 | Commit from LuCI Translation Portal by user jow.: 821 of 821 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-08-08 | po: sync firewall translation | Jo-Philipp Wich | |
2012-08-08 | themes/bootstrap: add some missing classes and minor style fixes | Jo-Philipp Wich | |
2012-08-08 | modules/admin-full: use luci.sys.net.mac_hints() in wifi maclist config | Jo-Philipp Wich | |
2012-08-08 | applications/luci-firewall: fix rule table formatting, add mac & ip hints to ↵ | Jo-Philipp Wich | |
various ip related fields | |||
2012-08-08 | libs/sys: introduce net.mac_hints(), net.ipv4_hints() and net.ipv6_hints() ↵ | Jo-Philipp Wich | |
functions to obtain lists of peers from various sources (e.g. ethers, leases, arp cache) | |||
2012-08-08 | libs/web: add missing css class to cbi simpleform template | Jo-Philipp Wich | |
2012-08-08 | modules/admin-full: remove session expiry workaround from setting | Jo-Philipp Wich | |
2012-08-08 | modules/rpc: adapt rpc controller to sauth api changes | Jo-Philipp Wich | |
2012-08-08 | libs/web: adapt dispatcher to sauth api changes | Jo-Philipp Wich | |
2012-08-08 | libs/web: rework luci.sauth | Jo-Philipp Wich | |
- perform decoding/encoding transparently in read() and write() - remove decode() and encode() helpers - introduce reap() to kill expired sessions | |||
2012-08-07 | Rework authentication system | Jo-Philipp Wich | |
The validity of authentication tokens was determined by the mtime of respective authentication tokens on filesystem stored in $sessionpath. Talking about hardware without RTC or without a prior connection to a time server, date/time usually around 1970 - so is the mtime of the authentication token file in $sessionpath. When now configuring an internet connection via LuCI, the system might fetch the current date/time (e.g. via ntp) which invalidates the token, returns "403 Forbidden" and kicks the user out of the interface. This patch changes the authentication system to use time values based on the uptime of the machine - rather than values based upon gettimeofday() and {a|m}time values - and save them inside the token. That way can always determine the difference between login (last interaction respectively) and the current time, in- dependant of the system clock jumping backwards/forwards. Warning: This patch removes the clean() function and respective calls. This means, invalid tokens will NOT be determined and removed from filesystem automatically anymore. Before, every HTTP-call caused a scan for invalid tokens, which is quite expensive. Instead consider using a cron job deleting all stalled files periodically. Contributed by T-Labs, Deutsche Telekom Innovation Laboratories Signed-off-by: Mirko Vogt <mirko@openwrt.org> | |||
2012-08-07 | return "403 Forbidden" if authentication token was given, however is invalid | Jo-Philipp Wich | |
Contributed by T-Labs, Deutsche Telekom Innovation Laboratories Signed-off-by: Mirko Vogt <mirko@openwrt.org> | |||
2012-08-02 | meshwizard: Fix olsrd plugin setup/renaming | Manuel Munz | |
2012-08-02 | contrib/meshwizard: enable auto-ipv6 in meshwizard, removed radvd config | Manuel Munz | |
2012-08-02 | contrib/meshwizard: IPv6 fixes | Manuel Munz | |
2012-08-02 | contrib/community_profiles: Update augsburg | Manuel Munz | |
2012-07-26 | contrib/meshwizard: Allow to setup dropbear autorized_keys | Manuel Munz | |
2012-07-24 | po: sync ushare translation | Jo-Philipp Wich | |
2012-07-24 | applications/luci-ushare: add description (#458) | Jo-Philipp Wich | |
2012-07-24 | libs/web: support creating networks in checkbox network widget (#457) | Jo-Philipp Wich | |
2012-07-24 | modules/admin-full: copy bssid when joining a network as client (#455) | Jo-Philipp Wich | |
2012-07-23 | modules/admin-full: expose wmm option for mac80211 interfaces | Jo-Philipp Wich | |
2012-07-18 | libs/sys: workaround broken entries in /proc/net/ipv6_route, observed on ↵ | Jo-Philipp Wich | |
brcm-2.4 | |||
2012-07-15 | contrib/package: make freifunk-watchdog more generic | Jo-Philipp Wich | |
This change is based on a patch by "flyn" from https://dev.openwrt.org/ticket/11868 . | |||
2012-07-09 | contrib/meshwizard: allowssh and allowweb can be set for wan dhcp proto too now | Manuel Munz | |
2012-07-09 | modules:admin_full: remove empty directory in view | Manuel Munz | |
2012-07-09 | applications/luci-openvpn: Change enable to enabled, #352 | Manuel Munz | |
2012-07-09 | applications/luci-tinyproxy: Change enable option to enabled, #404 | Manuel Munz | |
2012-07-09 | contrib/community-profiles: Add weimar, #446 | Manuel Munz | |
2012-07-09 | mod-freifunk: Fix problem with osm map, OpenLayers.Control.MouseDefaults() ↵ | Manuel Munz | |
was removed in OpenLayers 2.12 | |||
2012-07-06 | modules/admin-full: fix frequency display on index status page | Jo-Philipp Wich | |
2012-07-05 | update arig.org.il community profiles | Daniel Golle | |
2012-07-05 | add IPv6 and MTU override for L2TP | Daniel Golle | |
Signed-off-by: Daniel Golle <dgolle@allnet.de> | |||
2012-07-04 | protocols/ppp: add mtu options to all ppp protocols, add lcp options to pptp | Jo-Philipp Wich | |
2012-07-01 | build: i18n-sync.sh: also recreate base.pot | Jo-Philipp Wich | |
2012-07-01 | po: resync translations | Jo-Philipp Wich | |
2012-07-01 | build: fixup header order in i18n-update.pl to minimize diffs to pootle | Jo-Philipp Wich | |
2012-07-01 | Commit from LuCI Translation Portal by user jow.: 802 of 826 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-07-01 | Commit from LuCI Translation Portal by user jow.: 64 of 105 messages ↵ | Translation System | |
translated (3 fuzzy). | |||
2012-07-01 | Commit from LuCI Translation Portal by user jow.: 3 of 4 messages translated ↵ | Translation System | |
(0 fuzzy). | |||
2012-07-01 | Commit from LuCI Translation Portal by user jow.: 31 of 31 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-07-01 | Commit from LuCI Translation Portal by user jow.: 9 of 11 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-07-01 | Commit from LuCI Translation Portal by user jow.: 41 of 43 messages ↵ | Translation System | |
translated (0 fuzzy). |