Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-18 | luci-proto-ipv6: fix aiccu requiretls | Paul Oranje | |
2015-02-06 | luci-proto-ipv6: aiccu fixed ip6prefix datatype | Paul Oranje | |
2015-02-06 | luci-proto-ipv6: aiccu improvements | Paul Oranje | |
- option heartbeat as tunnel type (heartbeat or AYIYA) (inspired by idea of openwrt forum user thefRont) - another typo fix in the mtu option | |||
2015-02-04 | luci-proto-ipv6: fix typo in aiccu mtu range | Paul Oranje | |
2015-02-04 | luci-proto-ipv6: set aiccu mtu option range | Paul Oranje | |
2015-02-04 | luci-proto-ipv6: add aiccu | Paul Oranje | |
initial commit | |||
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 | |