Commit graph

67 commits

Author SHA1 Message Date
Jo-Philipp Wich
cca45d0bdb libs/sys: resolve pseudo ifaces in luci.sys.wifi.getiwinfo() 2010-10-19 03:56:53 +00:00
Jo-Philipp Wich
051186345c libs/sys: implement luci.sys.user.getpasswd() 2010-10-11 23:22:25 +00:00
Jo-Philipp Wich
7b276a5f48 libs/sys: fix unwanted invocation of initscripts when probing index of rcS 2010-03-08 18:56:03 +00:00
Jo-Philipp Wich
6a02931893 libs/sys: workaround for Lua number overflow in ipv6 route metrics 2010-03-08 00:49:39 +00:00
Steven Barth
6a51fbe673 Minor fixes 2009-11-15 19:02:39 +00:00
Jo-Philipp Wich
21c3e37062 libs/sys: mhz are not floats 2009-11-15 17:06:33 +00:00
Steven Barth
89ece183ef Merge luci.sys.wifi.channels to iwinfo 2009-11-15 15:46:27 +00:00
Jo-Philipp Wich
398c125336 libs/sys: implement luci.sys.wifi.getiwinfo() oop interface 2009-08-09 02:50:20 +00:00
Jo-Philipp Wich
8fcd841aa9 convert luci.fs users to nixio.fs api 2009-07-19 00:24:58 +00:00
Jo-Philipp Wich
07c0f405f3 libs/sys: implement callbacks in luci.sys.net.arptable() and luci.sys.net.conntrack() 2009-07-10 22:01:35 +00:00
Jo-Philipp Wich
98a6885834 libs/sys: optimize luci.sys.net.defaultroute6() 2009-07-10 13:49:24 +00:00
Steven Barth
223963e419 Optimise luci.sys 2009-07-10 13:33:48 +00:00
Jo-Philipp Wich
6bfe0624b6 libs/sys: improve efficiency of sys.net.defaultroute(), can save hundreds of KB memory usage 2009-07-09 15:53:08 +00:00
Steven Barth
30b216f774 Drop support for luaposix and bitlib (obsoleted by nixio)
Mark luci.fs as deprecated
2009-06-21 13:42:26 +00:00
Jo-Philipp Wich
7590cd25f4 - Add support for hostap driver
- Retrieve channels from all available wireless interfaces
 - Add channel "auto" to channel list

Thanks Vasilis Tsiligiannis
2009-05-21 21:33:24 +00:00
Jo-Philipp Wich
f2e4a6665b libs/sys: fix checking for empty table 2009-05-13 18:50:12 +00:00
Jo-Philipp Wich
4856c1ea23 libs/sys: fix typo in last commit 2009-05-13 18:45:13 +00:00
Jo-Philipp Wich
98996e380a libs/sys: implement luci.sys.wifi.channels()
modules/admin-full: only display available channels
2009-05-13 18:42:53 +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
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
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
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