Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iptables: fix issues with the new musl version | Felix Fietkau | 2014-03-20 | 3 | -40/+22 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39964 | ||||
* | pppd: fix build errors with musl | Felix Fietkau | 2014-03-20 | 14 | -26/+220 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39963 | ||||
* | odhcpd: fix more segfaults + ubus interaction | Steven Barth | 2014-03-20 | 1 | -2/+2 |
| | | | | SVN-Revision: 39960 | ||||
* | odhcpd: fix possible segfaults | Steven Barth | 2014-03-20 | 1 | -2/+2 |
| | | | | SVN-Revision: 39958 | ||||
* | netifd: update to latest version, adds support for specifying a config path | Felix Fietkau | 2014-03-19 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39956 | ||||
* | polarssl: update to version 1.3.4 and add openssl compat patch | Felix Fietkau | 2014-03-14 | 1 | -0/+221 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39930 | ||||
* | odhcp6c: pass on delegate-flag on to ds-lite interface | Steven Barth | 2014-03-13 | 3 | -3/+6 |
| | | | | SVN-Revision: 39910 | ||||
* | netifd: pass on delegate flag from dhcp to 6rd | Steven Barth | 2014-03-13 | 3 | -3/+6 |
| | | | | SVN-Revision: 39909 | ||||
* | 72ca3bfc401a4f1b695dcc86640dddee62716cea contained too many files | John Crispin | 2014-03-13 | 3 | -144/+0 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39908 | ||||
* | fstools: add the new fstools package | John Crispin | 2014-03-12 | 3 | -0/+144 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39895 | ||||
* | iptables/netfilter: add connlimit to conntrack-extra | Steven Barth | 2014-03-11 | 1 | -0/+1 |
| | | | | SVN-Revision: 39878 | ||||
* | iptables: bump to 1.4.21 | Steven Barth | 2014-03-11 | 1 | -2/+2 |
| | | | | SVN-Revision: 39877 | ||||
* | openvpn: make size optimization configurable | Felix Fietkau | 2014-03-11 | 4 | -1/+22 |
| | | | | | | Signed-off-by: Christoph Kottke <christoph.kottke@gmx.de> SVN-Revision: 39872 | ||||
* | netifd: update to latest version, includes interface handling fixes by Hans ↵ | Felix Fietkau | 2014-03-11 | 1 | -2/+2 |
| | | | | | | | | Dedecker Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39870 | ||||
* | odhcpd/odhcp6c: fix HMAC-MD5 in DHCPv6-Reconfigure | Steven Barth | 2014-03-11 | 2 | -4/+4 |
| | | | | SVN-Revision: 39868 | ||||
* | iproute2: add ip-full variant to disable IP_CONFIG_TINY | Felix Fietkau | 2014-03-09 | 1 | -7/+20 |
| | | | | | | | | | This change creates a new ip-full variant for the ip package. It disables IP_CONFIG_TINY to make some iproute2 features available like xfrm, gretap, ... Signed-off-by: Thomas Wouters <thomaswouters@gmail.com> SVN-Revision: 39854 | ||||
* | netifd: update to latest version, adds a bridge reload fix and fixes #15157 | Felix Fietkau | 2014-03-07 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39791 | ||||
* | odhcp6c: fix int-overflow after 50d (thx Hauke Mehrtens) | Steven Barth | 2014-03-07 | 1 | -2/+2 |
| | | | | SVN-Revision: 39785 | ||||
* | netifd: don't incorrectly announce up-status via ubus | Steven Barth | 2014-03-05 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 39777 | ||||
* | odhcp6c: several fixes | Steven Barth | 2014-03-05 | 1 | -2/+2 |
| | | | | | | | * Reduce RA/DHCPv6 spam filter to 30s by default and make it configurable * Don't set nd_ra_{reachable,retransmit] to 0 when received in RAs SVN-Revision: 39775 | ||||
* | hostapd: fix deletion of wds sta interfaces in AP mode | Felix Fietkau | 2014-02-28 | 1 | -0/+13 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39765 | ||||
* | netifd: Reintroduce link-layer sensing (thx Hans Decker, Karl Vogel) | Steven Barth | 2014-02-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 39757 | ||||
* | netifd: don't always assume addrs & routes are applied | Steven Barth | 2014-02-26 | 1 | -2/+2 |
| | | | | | | | netifd didn't check the netlink return values and kept assuming routes are in place even if they weren't SVN-Revision: 39755 | ||||
* | hostapd: link against librt if eglibc is used | Felix Fietkau | 2014-02-24 | 1 | -0/+4 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39741 | ||||
* | odhcpd: avoid the unspecificed address being advertised as DNS | Steven Barth | 2014-02-24 | 1 | -2/+2 |
| | | | | SVN-Revision: 39740 | ||||
* | odhcpd: fix DNS-server and MSR-entries in RA | Steven Barth | 2014-02-24 | 1 | -2/+2 |
| | | | | | | | Similarly to the previously broken address pools, DNS-servers and some MSRs could be advertised incorrectly as well. This is now fixed. SVN-Revision: 39739 | ||||
* | netifd: depend on libubox directly to rebuild on ABI changes | Felix Fietkau | 2014-02-23 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39723 | ||||
* | netifd: update to latest version, fixes wireless device reload handling | Felix Fietkau | 2014-02-23 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39706 | ||||
* | odhcpd: fix wrong address pool being advertised | Steven Barth | 2014-02-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 39651 | ||||
* | firewall: fix validation constraints | Jo-Philipp Wich | 2014-02-21 | 1 | -8/+8 |
| | | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 39649 | ||||
* | netifd: fix validation constraints | Jo-Philipp Wich | 2014-02-21 | 1 | -15/+15 |
| | | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 39648 | ||||
* | firewall: fix several ipset integration issues (#15016) | Jo-Philipp Wich | 2014-02-20 | 1 | -3/+3 |
| | | | | | | | | | | | - Do not consider bitmap storage for IPv6 family sets - Move ipset family parameter before any additional option - Only emit family parameter for hash sets - Do not allow IPv6 iprange for IPv4 sets and vice versa Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 39647 | ||||
* | 6in4: add support for he.net updatekey | Steven Barth | 2014-02-20 | 2 | -4/+7 |
| | | | | SVN-Revision: 39646 | ||||
* | odhcp6c: readd userclass and vendorclass | Steven Barth | 2014-02-18 | 1 | -0/+2 |
| | | | | SVN-Revision: 39628 | ||||
* | odhcp6c: add validation rules to proto handler | John Crispin | 2014-02-18 | 1 | -13/+11 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39624 | ||||
* | relayd: add uci validation | John Crispin | 2014-02-18 | 1 | -0/+13 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39623 | ||||
* | netifd: add validation support | John Crispin | 2014-02-18 | 2 | -9/+114 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39621 | ||||
* | hostapd: add validation rules to wireless handler | John Crispin | 2014-02-18 | 1 | -6/+6 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39620 | ||||
* | ppp: add validation rules to proto handler | John Crispin | 2014-02-18 | 1 | -10/+10 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39619 | ||||
* | comgt: add validation rules to proto handler | John Crispin | 2014-02-18 | 1 | -1/+1 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39618 | ||||
* | firewall3: update init.d script to make use of procd | John Crispin | 2014-02-18 | 1 | -9/+49 |
| | | | | | | | | add validation data Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39617 | ||||
* | netifd: update to latest git head | John Crispin | 2014-02-18 | 1 | -2/+2 |
| | | | | | | | | this adds support for proto and wireless handler adding uci validation rules Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39614 | ||||
* | authsae: update to latest version | John Crispin | 2014-02-18 | 1 | -3/+3 |
| | | | | | | Signed-off-by: Stefan May <smay@4finger.net> SVN-Revision: 39608 | ||||
* | odhcp6c: send reconfigure-accept again to be compliant | Steven Barth | 2014-02-17 | 1 | -2/+2 |
| | | | | SVN-Revision: 39605 | ||||
* | odhcpd: Fix RA interval + add support for prefixes > 64 and < 97 | Steven Barth | 2014-02-17 | 1 | -2/+2 |
| | | | | SVN-Revision: 39604 | ||||
* | netifd: work around dangling prefix kernel-routes (fixes #14963) | Steven Barth | 2014-02-16 | 1 | -2/+2 |
| | | | | SVN-Revision: 39597 | ||||
* | netifd: fix source-routing breaking 6in4 + others | Steven Barth | 2014-02-14 | 1 | -2/+2 |
| | | | | | | | | | | 6in4 historically allowed an ip6addr without a mask however the newly introduced source-routing segfaulted in this scenario (#14958 + #14858). Fixes include: "Fix ubus route src mask printing" and "Disable netlink auto ack" (thanks to Hans Dedecker) SVN-Revision: 39586 | ||||
* | odhcp6c: remove source-restriction from local routes again (broke relaying) | Steven Barth | 2014-02-12 | 2 | -3/+2 |
| | | | | SVN-Revision: 39575 | ||||
* | authsae: Update authsae to latest version | Hauke Mehrtens | 2014-02-06 | 1 | -2/+2 |
| | | | | | | | | | Only compile tested but the changes are minimal https://github.com/cozybit/authsae/compare/f5693a3...1d1a122 Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> SVN-Revision: 39518 | ||||
* | odhcp6c: Fix timing and some regressions from yesterday | Steven Barth | 2014-02-06 | 1 | -2/+2 |
| | | | | SVN-Revision: 39502 |