Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "iptables: update to 1.4.18" due to toolchain-issue: binaries cause ↵ | Steven Barth | 2013-03-06 | 11 | -105/+512 |
| | | | | | | segfaults when stripped on ar71xx SVN-Revision: 35894 | ||||
* | hostapd: include the madwifi headers in the package directory to avoid ↵ | Felix Fietkau | 2013-03-05 | 6 | -1/+2454 |
| | | | | | | compile breakage if the madwifi build fails SVN-Revision: 35893 | ||||
* | iptables: update to 1.4.18 | Steven Barth | 2013-03-05 | 11 | -512/+105 |
| | | | | SVN-Revision: 35892 | ||||
* | firewall3: add default config and firewall.user | Jo-Philipp Wich | 2013-03-05 | 3 | -0/+208 |
| | | | | SVN-Revision: 35889 | ||||
* | hostapd: update to git version 2013-03-02 | Felix Fietkau | 2013-03-04 | 28 | -340/+154 |
| | | | | SVN-Revision: 35887 | ||||
* | firewall3: update to git head, introduces support for "enabled" option | Jo-Philipp Wich | 2013-03-02 | 1 | -2/+2 |
| | | | | SVN-Revision: 35845 | ||||
* | 6relayd: Fix illegal memory accesses Spurious errors when receiving ↵ | Steven Barth | 2013-02-28 | 1 | -2/+2 |
| | | | | | | netlink-messages lead to unhandled errors which caused SIGBUS. Thanks to tdavis for debugging SVN-Revision: 35836 | ||||
* | 6relayd: various fixes cap preferred and valid lifetimes at more reasonable ↵ | Steven Barth | 2013-02-28 | 1 | -2/+2 |
| | | | | | | limits decrease memory usage (remove unnecessary book-keeping) SVN-Revision: 35835 | ||||
* | xtables-addons: fix packaging of iptaccount | Jo-Philipp Wich | 2013-02-28 | 1 | -0/+2 |
| | | | | SVN-Revision: 35831 | ||||
* | firewall3: clear contnrack table on flush, set policies to drop during rule ↵ | Jo-Philipp Wich | 2013-02-27 | 1 | -2/+2 |
| | | | | | | reload SVN-Revision: 35820 | ||||
* | 6relayd: Fix config behaviour for rewrite_dns_addr option | Steven Barth | 2013-02-26 | 2 | -2/+2 |
| | | | | SVN-Revision: 35804 | ||||
* | 6relayd: compatibility with broken IPv6 devices * Announce ULA as deprecated ↵ | Steven Barth | 2013-02-26 | 3 | -4/+10 |
| | | | | | | if other addresses are available * Allow the announced DNS-server to be overwritten SVN-Revision: 35803 | ||||
* | firewall: fix logging rule regression (#12999) | Jo-Philipp Wich | 2013-02-22 | 2 | -2/+2 |
| | | | | SVN-Revision: 35745 | ||||
* | firewall3: add support for shell script and iptables-restore style includes | Jo-Philipp Wich | 2013-02-22 | 2 | -4/+4 |
| | | | | SVN-Revision: 35744 | ||||
* | netifd: only update resolv.conf.auto if changed This avoids logspam under ↵ | Steven Barth | 2013-02-22 | 1 | -2/+2 |
| | | | | | | certain conditions. SVN-Revision: 35743 | ||||
* | firewall3: update to git head | Jo-Philipp Wich | 2013-02-21 | 2 | -2/+6 |
| | | | | | | | | | - all uci rules are boxed in custom chains now, so a firewall stop leaves user rules intact - properly handle selective ipv4 or ipv6 only firewall start/stop/restart actions - support ip ranges (e.g. option src_ip '!192.168.1.1-192.168.1.100' -> -m iprange ! --src-range 192.168.1.1-192.168.1.100') - support time options (e.g. option weekdays 'Mon Tue Sat' -> -m time --weekdays 1,2,6') SVN-Revision: 35738 | ||||
* | dante: fix broken configure script not using CFLAGS for conftest | Florian Fainelli | 2013-02-19 | 1 | -0/+3 |
| | | | | | | | | Spotted by doing an ARM hard float build. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35685 | ||||
* | 6relayd: Fix possible memory corruption issue | Steven Barth | 2013-02-19 | 1 | -2/+2 |
| | | | | SVN-Revision: 35673 | ||||
* | 6relayd: Workaround potential signal handling issue | Steven Barth | 2013-02-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 35665 | ||||
* | firewall3 - a C implementation of the current firewall scripts | Jo-Philipp Wich | 2013-02-17 | 3 | -0/+70 |
| | | | | SVN-Revision: 35643 | ||||
* | hostapd: fix the scan wait patch for multiple interfaces | Felix Fietkau | 2013-02-16 | 1 | -21/+13 |
| | | | | SVN-Revision: 35630 | ||||
* | hostapd: add back the patch that waits for interface bringup in ht40, it got ↵ | Felix Fietkau | 2013-02-16 | 1 | -0/+73 |
| | | | | | | lost with the update SVN-Revision: 35619 | ||||
* | samba36: fix segmentation fault when trying to add non-existent users | Jonas Gorski | 2013-02-16 | 2 | -2/+2 |
| | | | | | | | | Based on a patch from НКВД. Closes #12962. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35610 | ||||
* | odhcp6c: allow setting a user-provided prefix as well | Steven Barth | 2013-02-12 | 3 | -3/+7 |
| | | | | SVN-Revision: 35570 | ||||
* | iptables: fix bad PKG_RELEASE in previous commit | Jo-Philipp Wich | 2013-02-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 35569 | ||||
* | iptables: add --lenient switch to iptables-restore and ip6tables-restore ↵ | Jo-Philipp Wich | 2013-02-11 | 2 | -2/+174 |
| | | | | | | that allows to skip erroneous lines SVN-Revision: 35568 | ||||
* | mac80211/hostapd: short_preamble is a per-vif option and should be enabled ↵ | Felix Fietkau | 2013-02-11 | 1 | -0/+4 |
| | | | | | | by default SVN-Revision: 35565 | ||||
* | odhcp6c: Various bugfixes * Don't send undesired suggestions for preferred ↵ | Steven Barth | 2013-02-11 | 1 | -2/+2 |
| | | | | | | and valid lifetimes * Be less verbose in logging SVN-Revision: 35553 | ||||
* | openvpn-easy-rsa: fix typo in version (#12958) | Felix Fietkau | 2013-02-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 35508 | ||||
* | openvpn: remove the stale PKG_REV variable | Felix Fietkau | 2013-02-05 | 1 | -1/+0 |
| | | | | SVN-Revision: 35499 | ||||
* | openvpn: split easy-rsa into a separate package, it is no longer bundled ↵ | Felix Fietkau | 2013-02-05 | 4 | -25/+60 |
| | | | | | | with the release tarball SVN-Revision: 35498 | ||||
* | firewall: various enhancements | Jo-Philipp Wich | 2013-02-04 | 7 | -97/+133 |
| | | | | | | | | | | | | - reduce mssfix related log spam (#10681) - separate src and dest terminal chains (#11453, #12945) - disable per-zone custom chains by default, they're rarely used Additionally introduce options "device", "subnet", "extra", "extra_src" and "extra_dest" to allow defining zones not related to uci interfaces, e.g. to match "ppp+" or any tcp traffic to and from a specific port. SVN-Revision: 35484 | ||||
* | odhcp6c: Fix timing issues | Steven Barth | 2013-02-03 | 1 | -2/+2 |
| | | | | SVN-Revision: 35472 | ||||
* | libiwinfo: reset ioctl_socket fd in iwinfo_close(), fixes random failures ↵ | Jo-Philipp Wich | 2013-02-03 | 2 | -7/+9 |
| | | | | | | with multiple cycles of iwinfo_finish() / iwinfo_backend() SVN-Revision: 35471 | ||||
* | odhcp6c: Fix RENEW and REBIND requests | Steven Barth | 2013-02-02 | 1 | -2/+2 |
| | | | | SVN-Revision: 35454 | ||||
* | odhcp6c: allow IPv6-config via SLAAC-only if no prefix is requested | Steven Barth | 2013-02-01 | 2 | -6/+6 |
| | | | | SVN-Revision: 35421 | ||||
* | netifd: Improved IPv6 featureset * Fix reloading of ula-prefixes * Added ↵ | Steven Barth | 2013-02-01 | 1 | -2/+2 |
| | | | | | | support for temporary addresses and routes * Added support for offlink addresses * Improved status-output for assigned prefixes SVN-Revision: 35420 | ||||
* | odhcp6c: switch to userspace RA-handling and offload address assignment to ↵ | Steven Barth | 2013-02-01 | 3 | -30/+54 |
| | | | | | | netifd SVN-Revision: 35419 | ||||
* | 6relayd: Fix announced router flags and IPv6 procfs-configuration | Steven Barth | 2013-02-01 | 1 | -2/+2 |
| | | | | SVN-Revision: 35418 | ||||
* | openvpn: add from openvpn-devel from /packages, fix support for current polarssl | Felix Fietkau | 2013-01-30 | 10 | -0/+927 |
| | | | | SVN-Revision: 35412 | ||||
* | 6in4: fix typo in last commit | Steven Barth | 2013-01-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 35409 | ||||
* | 6in4: work around hanging wget process | Steven Barth | 2013-01-30 | 2 | -3/+5 |
| | | | | SVN-Revision: 35408 | ||||
* | netifd: update to latest version | Felix Fietkau | 2013-01-29 | 3 | -6/+6 |
| | | | | | | | fixes DNS servers on reload (#12910) fixes ubus object race on reload or down/up (#12612) SVN-Revision: 35383 | ||||
* | samba36: update to 3.6.11 and refresh patches (based on patch from #12914) | Felix Fietkau | 2013-01-29 | 15 | -48/+38 |
| | | | | SVN-Revision: 35382 | ||||
* | netifd: implement IPv6 prefix deprecation according to RFC 6204 | Steven Barth | 2013-01-29 | 1 | -2/+2 |
| | | | | SVN-Revision: 35377 | ||||
* | 6relayd: remove IPv6 forwarding-sysctl workaround | Steven Barth | 2013-01-29 | 2 | -2/+1 |
| | | | | SVN-Revision: 35371 | ||||
* | odhcp6c: remove IPv6 forwarding-sysctl workaround | Steven Barth | 2013-01-29 | 2 | -4/+2 |
| | | | | SVN-Revision: 35370 | ||||
* | netifd: remove IPv6 forwarding-sysctl workaround | Steven Barth | 2013-01-29 | 2 | -2/+1 |
| | | | | SVN-Revision: 35369 | ||||
* | netifd: update to latest version, fixes setting addresses/routes on alias ↵ | Felix Fietkau | 2013-01-28 | 1 | -2/+2 |
| | | | | | | interfaces SVN-Revision: 35362 | ||||
* | hostapd: don't configure wpa_supplicant with empty password="" if no ↵ | Jo-Philipp Wich | 2013-01-28 | 1 | -1/+1 |
| | | | | | | password is specified (#12912) SVN-Revision: 35358 |