Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-29 | Move inline documentation into separate files. | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-28 | luci-lib-jsonc: add api documentation | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-28 | luci-lib-ip: add api documentation | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-28 | luci-lib-nixio: move CHANGELOG and README into nixio namespace | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-28 | build: remove *.luadoc files before packaging | Jo-Philipp Wich | |
2015-01-28 | Remove outdated luadoc from contrib | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-28 | build: add modified luadoc for use with LuCI sources | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-28 | luci-lib-ip: add functions to deal with IPv6 mapped IPv6 | Jo-Philipp Wich | |
* Add luci.ip.cidr.is6mapped4() to test whether an IPv6 CIDR is a mapped IPv4 one * Add luci.ip.cidr.mapped4() to derive IPv4 from mapped CIDR * Remove mapped IPv4 workaround from constructor as it breaks genuine addrs like ::ffff:0 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-28 | luci-lib-ip: multiple fixes | Jo-Philipp Wich | |
* Fix broken neighbor filtering by address range due to uninitialized memory * Fix wrong sizeof in _cidr_add_sub when adding/substracing IPv6 addresses * Properly convert numeric values to IPv6 addresses Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-26 | luci-app-firewall: rework internal/external zone list handling when adding ↵ | Jo-Philipp Wich | |
forwards Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-26 | luci-base: improve login/logout handling | Jo-Philipp Wich | |
Redirect to the canonical url after login and redirect to an url without security token if the session expired. Also make sure that the login page is served with status code 403, not 200 to give ajax calls a chance to detect expired sessions. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-26 | libs: add luci-lib-jsonc, a Lua binding for JSON-C | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-26 | luci-lib-ip: accept 2nd netmask argument in new(), IPv4() and IPv6() | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-25 | luci-lib-ip: fix segfault in link() on systems with ip6gre support | Jo-Philipp Wich | |
If an ip6gre interface is queried, the resulting link local address string of 47 byte overflowed the buffer of 32 bytes used to hold the translated address. Increase the address string buffer to 48 byte and check the address length prior to writing it into the buffer to avoid future problems with longs link local addresses. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-25 | luci-app-privoxy: fix path to luci.mk after move | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-25 | Merge pull request #308 from chris5560/master | Jo-Philipp Wich | |
luci-app-privoxy: move from openwrt/packages to openwrt/luci | |||
2015-01-24 | luci-mod-admin-full: use sysupgrade -T to test images | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-24 | luci-lib-ip: fix netlink receiving in link() | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-24 | luci-app-privoxy: move from openwrt/packages to openwrt/luci | Christian Schoenebeck | |
* move from openwrt/packages to openwrt/luci * adaption to new LuCI subdirectory structure * fix error handling * modified version handling * fixed translations Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com> | |||
2015-01-23 | luci-base: optimize luci.tools.webadmin.iface_get_network() | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-23 | luci-lib-ip: add link() method to get basic iface info | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-22 | luci-lib-ip: always return table for dump, even if empty | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-22 | luci-base: remove unused functions from luci.sys.net | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-22 | luci-lib-ip: support filtering neighbors by mac or dest addr | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-22 | luci-app-splash: convert ip4mac() to luci.ip.neighbors() | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-22 | luci-app-splash: convert luci.sys.net.arptable() to luci.ip.neighbors() | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-22 | luci-mod-admin-mini: convert luci.sys.net.arptable() to luci.ip.neighbors() | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-22 | luci-mod-admin-full: convert luci.sys.net.arptable() to luci.ip.neighbors() | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-22 | luci-base: rewrite luci.tools.webadmin and remove unused functions | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-22 | luci-app-olsr: rewrite mac address resolving | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-22 | luci-mod-freifunk: switch to luci.ip route functions | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-22 | luci-app-coovachilli: switch to luci.ip route functions | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-22 | luci-app-siitwizard: switch to luci.ip route functions | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-22 | luci-mod-admin-full: switch to luci.ip route functions | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-22 | luci-lib-ip: fix routes() for non-callback invocations | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-22 | luci-app-olsr: use luci.ip.routes() to find default gw | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-22 | luci-base: depend on luci-lib-ip and remove ip.lua | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-22 | luci-lib-nixio: always assume Linux target (#307) | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-22 | libs: add luci-lib-ip | Jo-Philipp Wich | |
Add new luci.ip library which is an api compatible C reimplementation of ip.lua. It also supports dumping the system routing table and neighbour entry database via netlink. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-22 | luci-base: use serialize_json() in luci.http | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-22 | luci-base: add luci.util.serialize_json() | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-22 | Merge pull request #306 from Preffer/master | Jo-Philipp Wich | |
libs/luci-lib-httpclient: fix not straightforward behavior of httpclient | |||
2015-01-22 | add params support in options | Yuzo | |
2015-01-22 | send Cookie in a single header line, follow browser behavior | Yuzo | |
2015-01-22 | add sock::readall() to ensure the response body is complete | Yuzo | |
2015-01-19 | Merge pull request #299 from nmav/ocserv-match | Jo-Philipp Wich | |
luci-app-ocserv: modified match to apply to newer versions of occtl | |||
2015-01-19 | Merge pull request #301 from nmav/ocserv4 | Jo-Philipp Wich | |
luci-app-ocserv: express PKID in a way that is acceptable by openconnect | |||
2015-01-19 | Merge pull request #297 from chris5560/master | Jo-Philipp Wich | |
luci-app-ddns: Update to version 2.1.1-0 | |||
2015-01-19 | luci-app-ocserv: express PKID in a way that is acceptable by openconnect | Nikos Mavrogiannopoulos | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | |||
2015-01-18 | ocserv: modified match to apply to newer versions of occtl | Nikos Mavrogiannopoulos | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> |