| Commit message (Expand) | Author | Age | Files | Lines |
* | openvpn: fix configure options | John Crispin | 2015-12-23 | 1 | -2/+1 |
* | package/lldpd: Remove extraneous select | John Crispin | 2015-12-23 | 1 | -1/+0 |
* | dnsmasq: Add option --no-ping | John Crispin | 2015-12-23 | 1 | -0/+1 |
* | dnsmasq: changed option nonwildcard to --bind-dynamic | Felix Fietkau | 2015-12-19 | 1 | -1/+1 |
* | network/services/lldpd: Fix missing dependency when using JSON | John Crispin | 2015-12-17 | 1 | -0/+1 |
* | dnsmasq: Add option "--all-servers" | John Crispin | 2015-12-11 | 1 | -0/+1 |
* | lldpd: add STOP=01 param in init script | Felix Fietkau | 2015-12-05 | 1 | -1/+2 |
* | wpa-supplicant: Get 802.11s ssid information from option mesh_id | John Crispin | 2015-11-24 | 1 | -0/+3 |
* | authsae: Use kbit/s as mcast_rate unit like wpad | John Crispin | 2015-11-24 | 1 | -2/+10 |
* | authsae: Fix meshid in authsae config | John Crispin | 2015-11-24 | 1 | -1/+1 |
* | odhcpd: correctly handle netlink congestion case | Steven Barth | 2015-11-19 | 1 | -3/+3 |
* | hostapd: Use network_get_device instead of uci_get_state | Felix Fietkau | 2015-11-11 | 3 | -5/+13 |
* | uhttpd: add support for configuration option ubus_cors | Luka Perkov | 2015-11-10 | 1 | -0/+1 |
* | openvpn: enable options consistency check even in the small build | Felix Fietkau | 2015-11-10 | 1 | -0/+12 |
* | uhttpd: update to the latest version, adds support for redirect helper scripts | Felix Fietkau | 2015-11-08 | 2 | -3/+7 |
* | lldpd: implement a reload hook | Felix Fietkau | 2015-11-03 | 1 | -1/+18 |
* | hostapd: add default value to eapol_version (#20641) | Felix Fietkau | 2015-11-02 | 1 | -0/+1 |
* | samba: convert init script to procd, add reload support | Felix Fietkau | 2015-10-30 | 1 | -6/+24 |
* | relayd: update to the latest version, fixes some issues found by Coverity | Felix Fietkau | 2015-10-30 | 1 | -2/+2 |
* | omcproxy: fix PKG_LICENSE string | John Crispin | 2015-10-26 | 1 | -1/+1 |
* | uhttpd: update to latest git HEAD | John Crispin | 2015-10-20 | 1 | -2/+2 |
* | uhttpd: update to latest git revision | John Crispin | 2015-10-19 | 2 | -2/+7 |
* | cosmetic: remove trailing whitespaces | Luka Perkov | 2015-10-15 | 1 | -1/+1 |
* | uhttpd: fix keep-alive bug (#20607, #20661) | Jo-Philipp Wich | 2015-10-07 | 2 | -7/+2 |
* | hostapd: wait longer for inactive client probe (empty data frame) | Felix Fietkau | 2015-10-06 | 1 | -0/+11 |
* | lldpd: wrap procd command args in separate quotes | John Crispin | 2015-10-05 | 1 | -3/+3 |
* | openvpn: add handling for route-pre-down option | John Crispin | 2015-10-05 | 1 | -1/+1 |
* | hostapd: check for banned client on association event | Rafał Miłecki | 2015-09-28 | 1 | -0/+26 |
* | igmpproxy: fix spurious restarts on interface events, pass used netdevs to pr... | Felix Fietkau | 2015-09-26 | 1 | -1/+5 |
* | dropbear: add respawn param in case dropbear crashes | Felix Fietkau | 2015-09-24 | 1 | -0/+1 |
* | package: Remove dependencies to kmod-ipv6 | Steven Barth | 2015-09-21 | 1 | -1/+1 |
* | lldpd: add extra respawn params | John Crispin | 2015-09-16 | 1 | -0/+3 |
* | lldpd: conversion of init script to procd format | John Crispin | 2015-09-16 | 1 | -13/+18 |
* | lldpd: move /var/run creation + chmod earlier | John Crispin | 2015-09-16 | 1 | -3/+3 |
* | lldpd: remove obsolete/unsupported lldpctl call | John Crispin | 2015-09-16 | 1 | -5/+0 |
* | ppp: use more reliable way to set script environment | Steven Barth | 2015-09-15 | 2 | -2/+3 |
* | omcproxy: use 100ms query response interval by default | Steven Barth | 2015-09-15 | 1 | -2/+2 |
* | mac80211/hostapd: rework 802.11w driver support selection, do not hardcode dr... | Felix Fietkau | 2015-09-14 | 2 | -1/+5 |
* | hostapd: Add eapol_version config option | Felix Fietkau | 2015-09-11 | 1 | -1/+6 |
* | openvpn: remove __DATE__ from options output | Felix Fietkau | 2015-09-11 | 1 | -0/+10 |
* | hostapd: work around unconditional libopenssl build dependency | Felix Fietkau | 2015-09-11 | 1 | -1/+1 |
* | linux: make IPv6 builtin if selected (saves >30KB) | Steven Barth | 2015-09-09 | 1 | -1/+0 |
* | package: replace ifconfig-usage with ip | Steven Barth | 2015-09-08 | 1 | -1/+1 |
* | dropbear: remove generation and configuration of DSS keys | Steven Barth | 2015-09-08 | 2 | -9/+4 |
* | dropbear: disable 3des, cbc mode, dss support, saves about 5k gzipped | Felix Fietkau | 2015-09-08 | 1 | -1/+20 |
* | Disable telnet in favor of passwordless SSH | Steven Barth | 2015-09-07 | 4 | -1/+41 |
* | uhttpd: update to the latest version, fixes deferred cgi script processing (#... | Felix Fietkau | 2015-09-07 | 1 | -2/+2 |
* | odhcpd: fix parsing of host entries without duid | Steven Barth | 2015-09-07 | 1 | -2/+2 |
* | odhcpd: various bugfixes | Steven Barth | 2015-09-07 | 1 | -2/+2 |
* | comgt/umbim/uqmi: enable RFC 7278 for 3g/4g by default | Steven Barth | 2015-09-03 | 1 | -0/+1 |