Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-08 | Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated ↵ | Translation System | |
(0 fuzzy). | |||
2012-08-08 | Commit from LuCI Translation Portal by user jow.: 43 of 43 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-08-08 | Commit from LuCI Translation Portal by user jow.: 164 of 177 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-08-08 | Commit from LuCI Translation Portal by user jow.: 27 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.: 5 of 9 messages translated ↵ | Translation System | |
(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.: 528 of 821 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-08-08 | Commit from LuCI Translation Portal by user jow.: 11 of 11 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-08-08 | Commit from LuCI Translation Portal by user jow.: 2 of 2 messages translated ↵ | Translation System | |
(0 fuzzy). | |||
2012-08-08 | Commit from LuCI Translation Portal by user jow.: 92 of 92 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-08-08 | Commit from LuCI Translation Portal by user jow.: 9 of 9 messages translated ↵ | Translation System | |
(0 fuzzy). | |||
2012-08-08 | themes/bootstrap: another minor styling fix | Jo-Philipp Wich | |
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.: 619 of 821 messages ↵ | Translation System | |
translated (7 fuzzy). | |||
2012-08-08 | Commit from LuCI Translation Portal by user jow.: 352 of 821 messages ↵ | Translation System | |
translated (8 fuzzy). | |||
2012-08-08 | Commit from LuCI Translation Portal by user jow.: 1 of 105 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-08-08 | Commit from LuCI Translation Portal by user jow.: 808 of 821 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-08-08 | Commit from LuCI Translation Portal by user jow.: 5 of 11 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
2012-08-08 | Commit from LuCI Translation Portal by user jow.: 2 of 92 messages ↵ | Translation System | |
translated (0 fuzzy). | |||
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 | |