Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2015-01-18 | luci-app-ddns: Update to version 2.1.1-0 | Christian Schoenebeck | |
- adaption Makefile to changed luci.mk - description in Makefile for correct version handling - modified handling to detect and display installed version - new functions ipkg_ver_installed() and ipkg_ver_compare - correct wrong spellings - modified language template and German translation Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com> | |||
2015-01-18 | luci.mk: expose option to override PKGARCH (#295) | Jo-Philipp Wich | |
Also mark packages without src/ as arch independant by default. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-17 | themes: fix load number formatting | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-17 | luci-theme-openwrt: fix version display | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-16 | Update my email addresses in the license headers | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-16 | Globally reduce copyright headers | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-16 | luci-base: remove luci.init | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-16 | luci-mod-admin-full: directly require luci.version and fetch uname with ↵ | Jo-Philipp Wich | |
library call Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-16 | luci-base: use local sys module table in luci.dispatcher | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-16 | themes: require luci.version directly | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-16 | luci-app-olsr: add workaround for finding default gw with policy routing | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-16 | Merge pull request #294 from luizluca/luci-proto-3g_add-dialnumber | Jo-Philipp Wich | |
luci-proto-3g: add dialnumber option | |||
2015-01-16 | luci-proto-3g: add dialnumber option | Luiz Angelo Daros de Luca | |
UCI network already permit dialnumber option for 3g interfaces. This adds dialnumber to luci protocol 3g. Also it introduces a new translation string "Dial number", added to template and updated on each language (all empty but pt-br). Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> |