summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2012-07-18libs/sys: workaround broken entries in /proc/net/ipv6_route, observed on ↵Jo-Philipp Wich
brcm-2.4
2012-07-15contrib/package: make freifunk-watchdog more genericJo-Philipp Wich
This change is based on a patch by "flyn" from https://dev.openwrt.org/ticket/11868 .
2012-07-09contrib/meshwizard: allowssh and allowweb can be set for wan dhcp proto too nowManuel Munz
2012-07-09modules:admin_full: remove empty directory in viewManuel Munz
2012-07-09applications/luci-openvpn: Change enable to enabled, #352Manuel Munz
2012-07-09applications/luci-tinyproxy: Change enable option to enabled, #404Manuel Munz
2012-07-09contrib/community-profiles: Add weimar, #446Manuel Munz
2012-07-09mod-freifunk: Fix problem with osm map, OpenLayers.Control.MouseDefaults() ↵Manuel Munz
was removed in OpenLayers 2.12
2012-07-06modules/admin-full: fix frequency display on index status pageJo-Philipp Wich
2012-07-05update arig.org.il community profilesDaniel Golle
2012-07-05add IPv6 and MTU override for L2TPDaniel Golle
Signed-off-by: Daniel Golle <dgolle@allnet.de>
2012-07-04protocols/ppp: add mtu options to all ppp protocols, add lcp options to pptpJo-Philipp Wich
2012-07-01build: i18n-sync.sh: also recreate base.potJo-Philipp Wich
2012-07-01po: resync translationsJo-Philipp Wich
2012-07-01build: fixup header order in i18n-update.pl to minimize diffs to pootleJo-Philipp Wich
2012-07-01Commit from LuCI Translation Portal by user jow.: 802 of 826 messages ↵Translation System
translated (0 fuzzy).
2012-07-01Commit from LuCI Translation Portal by user jow.: 64 of 105 messages ↵Translation System
translated (3 fuzzy).
2012-07-01Commit from LuCI Translation Portal by user jow.: 3 of 4 messages translated ↵Translation System
(0 fuzzy).
2012-07-01Commit from LuCI Translation Portal by user jow.: 31 of 31 messages ↵Translation System
translated (0 fuzzy).
2012-07-01Commit from LuCI Translation Portal by user jow.: 9 of 11 messages ↵Translation System
translated (0 fuzzy).
2012-07-01Commit from LuCI Translation Portal by user jow.: 41 of 43 messages ↵Translation System
translated (0 fuzzy).