summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2012-08-08Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated ↵Translation System
(0 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 43 of 43 messages ↵Translation System
translated (0 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 164 of 177 messages ↵Translation System
translated (0 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 27 of 29 messages ↵Translation System
translated (0 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 13 of 13 messages ↵Translation System
translated (0 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 5 of 9 messages translated ↵Translation System
(0 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated ↵Translation System
(0 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated ↵Translation System
(0 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 528 of 821 messages ↵Translation System
translated (0 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 11 of 11 messages ↵Translation System
translated (0 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated ↵Translation System
(0 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 92 of 92 messages ↵Translation System
translated (0 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated ↵Translation System
(0 fuzzy).
2012-08-08themes/bootstrap: another minor styling fixJo-Philipp Wich
2012-08-08Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated ↵Translation System
(0 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 619 of 821 messages ↵Translation System
translated (7 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 352 of 821 messages ↵Translation System
translated (8 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 1 of 105 messages ↵Translation System
translated (0 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 808 of 821 messages ↵Translation System
translated (0 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 5 of 11 messages ↵Translation System
translated (0 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 2 of 92 messages ↵Translation System
translated (0 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 28 of 29 messages ↵Translation System
translated (0 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 13 of 13 messages ↵Translation System
translated (0 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 28 of 34 messages ↵Translation System
translated (0 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 40 of 63 messages ↵Translation System
translated (0 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 5 of 5 messages translated ↵Translation System
(0 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated ↵Translation System
(0 fuzzy).
2012-08-08Commit from LuCI Translation Portal by user jow.: 821 of 821 messages ↵Translation System
translated (0 fuzzy).
2012-08-08po: sync firewall translationJo-Philipp Wich
2012-08-08themes/bootstrap: add some missing classes and minor style fixesJo-Philipp Wich
2012-08-08modules/admin-full: use luci.sys.net.mac_hints() in wifi maclist configJo-Philipp Wich
2012-08-08applications/luci-firewall: fix rule table formatting, add mac & ip hints to ↵Jo-Philipp Wich
various ip related fields
2012-08-08libs/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-08libs/web: add missing css class to cbi simpleform templateJo-Philipp Wich
2012-08-08modules/admin-full: remove session expiry workaround from settingJo-Philipp Wich
2012-08-08modules/rpc: adapt rpc controller to sauth api changesJo-Philipp Wich
2012-08-08libs/web: adapt dispatcher to sauth api changesJo-Philipp Wich
2012-08-08libs/web: rework luci.sauthJo-Philipp Wich
- perform decoding/encoding transparently in read() and write() - remove decode() and encode() helpers - introduce reap() to kill expired sessions
2012-08-07Rework authentication systemJo-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-07return "403 Forbidden" if authentication token was given, however is invalidJo-Philipp Wich
Contributed by T-Labs, Deutsche Telekom Innovation Laboratories Signed-off-by: Mirko Vogt <mirko@openwrt.org>
2012-08-02meshwizard: Fix olsrd plugin setup/renamingManuel Munz
2012-08-02contrib/meshwizard: enable auto-ipv6 in meshwizard, removed radvd configManuel Munz
2012-08-02contrib/meshwizard: IPv6 fixesManuel Munz
2012-08-02contrib/community_profiles: Update augsburgManuel Munz
2012-07-26contrib/meshwizard: Allow to setup dropbear autorized_keysManuel Munz
2012-07-24po: sync ushare translationJo-Philipp Wich
2012-07-24applications/luci-ushare: add description (#458)Jo-Philipp Wich
2012-07-24libs/web: support creating networks in checkbox network widget (#457)Jo-Philipp Wich
2012-07-24modules/admin-full: copy bssid when joining a network as client (#455)Jo-Philipp Wich
2012-07-23modules/admin-full: expose wmm option for mac80211 interfacesJo-Philipp Wich