Jo-Philipp Wich
f52ec22717
modules/admin-full: implement iptables status page
...
i18n/english: resync xml, add strings for iptables page
libs/sys/iptparser: implement chain() and is_custom_target()
2009-02-08 03:56:50 +00:00
Jo-Philipp Wich
e3c8b9a10b
libs/sys/iptparser: remove typo, bump copyright year
2009-02-08 00:50:25 +00:00
Jo-Philipp Wich
474a617268
libs/sys/iptparser: import required functions
2009-02-08 00:48:21 +00:00
Jo-Philipp Wich
a9f58b0c52
libs/sys/iptparser:
...
- rewrite inline documentation to luadoc
- utilize luci.ip for source and destination comparisations
2009-02-08 00:45:13 +00:00
Jo-Philipp Wich
43844ccc0d
libs/sys: import missing symbol
2009-02-02 17:35:51 +00:00
Jo-Philipp Wich
4b9f7db1ce
libs/sys: extend luci.sys.hostname() to allow setting a new name
...
modules/admin-{full,mini}: update the hostname at runtime
2009-02-01 17:08:40 +00:00
Steven Barth
dd74b986a0
Make luci.sys.wifi.getiwconfig more compatible
2008-12-07 19:38:22 +00:00
Jo-Philipp Wich
cbdc5af52e
build: generate timezone offsets too in zoneinfo2lua.pl
...
libs/http: drop zoneinfo information in luci.http.protocol.data, use luci.sys.zoneinfo instead
libs/sys: refresh zoneinfo information
2008-12-06 03:18:14 +00:00
Jo-Philipp Wich
46bb17c2d2
modules/admin-full: whitesapce cleanup in routes.lua
...
libs/sys: code changes in routes6() and defaultroute6()
2008-11-30 19:12:58 +00:00
Steven Barth
cd8e12d72a
Don't fail if we do not have v6 support
2008-11-30 18:43:10 +00:00
Steven Barth
5734545388
Optimized conntrack (thanks to Joe Burpee)
2008-11-30 17:22:48 +00:00
Jo-Philipp Wich
dda65d2b94
libs/core/ip: optmizations
...
libs/sys: implement defaultroute6(), change return values of routes() and routes6()
modules/admin-full: adept route config page to new api
modules/freifunk: adept overview page to new routes api
2008-11-29 20:46:26 +00:00
Jo-Philipp Wich
5b48beff18
libs/sys: whitespace fix
2008-11-27 00:17:36 +00:00
Jo-Philipp Wich
ddccf47328
libs/sys: fix regexp pattern in routes6()
2008-11-27 00:07:17 +00:00
Jo-Philipp Wich
3793244fcb
libs/sys: whitespaces fixes
2008-11-26 22:59:11 +00:00
Jo-Philipp Wich
950825d323
libs/sys: implement luci.sys.net.routes6()
2008-11-26 22:57:57 +00:00
Jo-Philipp Wich
cbed72fb47
* luci/themes: fix log pages
...
* luci/modules/admin-full: add dmesg page
* luci/i18n: add "dmesg" translations
* luci/libs/util: add cmatch(), register string functions in string class
* luci/libs/sys: add dmesg()
2008-11-16 22:45:10 +00:00
Steven Barth
20fc751eca
Detect IXP4xx processors correctly
2008-11-12 18:05:43 +00:00
Jo-Philipp Wich
42e79af68b
* luci/libs/sys: add zoneinfo module
2008-11-06 17:49:22 +00:00
Steven Barth
3f66d4e5fc
Replace some makes-you-want-to-slash-your-wrists-Code with something less harmful
2008-10-30 13:09:40 +00:00
Steven Barth
062eea6b4b
Fixed a typo in luci.sys.httpget
2008-10-30 13:09:35 +00:00
Steven Barth
fefe7c0f5d
Use uname instead of /proc for reading the system hostname
2008-10-30 12:18:52 +00:00
Steven Barth
758c06df58
Rearrange output of luci.sys.wifi.*, luci.sys.net.conntrack
2008-10-17 21:56:21 +00:00
Jo-Philipp Wich
6d3d30d88f
* luci/libs/sys: fix password authentication for users with disabled password and shadow environments
2008-10-12 00:12:21 +00:00
Steven Barth
b99972e671
Fixed a typo
2008-10-08 22:43:43 +00:00
Steven Barth
895ef413f1
Remove debug code from last commit
2008-10-08 21:47:26 +00:00
Steven Barth
e317c7545e
modules/admin-full: Added conntrack network page
2008-10-08 21:46:20 +00:00
Jo-Philipp Wich
77159d8b66
* luci/lib/sys: fixes for sys.init api
2008-10-03 17:33:04 +00:00
Jo-Philipp Wich
84b98f7e8c
* luci/lib/sys: fix inline documentation of sys.init
2008-10-03 14:05:53 +00:00
Jo-Philipp Wich
e36ee05196
* luci/libs/sys: fix function name of init.disable()
2008-10-03 14:03:20 +00:00
Jo-Philipp Wich
2b81e10bc6
* luci-0.8: backport olsr translation fixes
2008-10-01 15:52:55 +00:00
Steven Barth
07a8c9c43d
Fix a bug preventing login in non-shadow environments
2008-10-01 15:43:12 +00:00
Steven Barth
8138c8475d
Work around OpenWRT / Busybox shadow password quirks
2008-09-29 22:12:56 +00:00
Steven Barth
a633631307
Added support for shadow passwords
2008-09-29 16:02:54 +00:00
Steven Barth
a54b1945c4
Revert mtdow
2008-09-18 21:45:01 +00:00
Steven Barth
8f5d0d6ff5
new sysupgrade fixes part 2
2008-09-18 21:26:34 +00:00
Steven Barth
5067e2d185
Revised sysupgrade part 1
2008-09-18 19:23:08 +00:00
Steven Barth
8509b6a83f
More mtdow fixes
2008-09-18 16:44:49 +00:00
Steven Barth
8ff88fcd85
mtdow fixes level 1
2008-09-18 14:02:23 +00:00
Steven Barth
a9fba87a13
libs/sys: Added autodetection for mtdow
2008-09-18 11:37:07 +00:00
Steven Barth
3ab109da95
Initial implementation of OpenWrt mtd writer
2008-09-17 20:44:12 +00:00
Jo-Philipp Wich
ccf1355343
* luci/libs/sys: add workaround for wrapped lines in df output
2008-09-16 02:22:13 +00:00
Steven Barth
2bbc4eb3c3
Revert "Redesigned firmware upgrade process"
2008-09-12 16:12:23 +00:00
Steven Barth
df723f9d9e
Avoid some blocking issues
2008-09-12 13:32:35 +00:00
Steven Barth
bf7287c60d
Disable buffering of sysupgrade output
2008-09-12 12:32:18 +00:00
Steven Barth
67049e97b4
Fixed status detection for firmware flash
2008-09-12 12:13:26 +00:00
Steven Barth
fade8edd2d
Redesigned firmware upgrade process
2008-09-12 11:53:08 +00:00
Steven Barth
aa0617e4ed
libs/sys: Added luci.sys.call
2008-09-05 13:55:49 +00:00
Steven Barth
eb279ab360
Alias luci.util.exec as luci.sys.exec for legacy purposes
2008-09-02 19:08:43 +00:00
Steven Barth
944f753eba
lib/sys: Fixed inline documentation
2008-08-29 17:38:23 +00:00