summaryrefslogtreecommitdiffstats
path: root/package/network
Commit message (Collapse)AuthorAgeFilesLines
* firewall: fix logging rule regression (#12999)jow2013-02-222-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35745 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall3: add support for shell script and iptables-restore style includesjow2013-02-222-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35744 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: only update resolv.conf.auto if changedcyrus2013-02-221-2/+2
| | | | | | This avoids logspam under certain conditions. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35743 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall3: update to git headjow2013-02-212-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') git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35738 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dante: fix broken configure script not using CFLAGS for conftestflorian2013-02-191-0/+3
| | | | | | | | Spotted by doing an ARM hard float build. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35685 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Fix possible memory corruption issuecyrus2013-02-191-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35673 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Workaround potential signal handling issuecyrus2013-02-181-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35665 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall3 - a C implementation of the current firewall scriptsjow2013-02-173-0/+70
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35643 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix the scan wait patch for multiple interfacesnbd2013-02-161-21/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35630 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: add back the patch that waits for interface bringup in ht40, it got ↵nbd2013-02-161-0/+73
| | | | | | lost with the update git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35619 3c298f89-4303-0410-b956-a3cf2f4a3e73
* samba36: fix segmentation fault when trying to add non-existent usersjogo2013-02-162-2/+2
| | | | | | | | Based on a patch from НКВД. Closes #12962. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35610 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: allow setting a user-provided prefix as wellcyrus2013-02-123-3/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35570 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iptables: fix bad PKG_RELEASE in previous commitjow2013-02-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35569 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iptables: add --lenient switch to iptables-restore and ip6tables-restore ↵jow2013-02-112-2/+174
| | | | | | that allows to skip erroneous lines git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35568 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211/hostapd: short_preamble is a per-vif option and should be enabled ↵nbd2013-02-111-0/+4
| | | | | | by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35565 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Various bugfixescyrus2013-02-111-2/+2
| | | | | | | * Don't send undesired suggestions for preferred and valid lifetimes * Be less verbose in logging git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35553 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openvpn-easy-rsa: fix typo in version (#12958)nbd2013-02-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35508 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openvpn: remove the stale PKG_REV variablenbd2013-02-051-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35499 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openvpn: split easy-rsa into a separate package, it is no longer bundled ↵nbd2013-02-054-25/+60
| | | | | | with the release tarball git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35498 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall: various enhancementsjow2013-02-047-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35484 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Fix timing issuescyrus2013-02-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35472 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libiwinfo: reset ioctl_socket fd in iwinfo_close(), fixes random failures ↵jow2013-02-032-7/+9
| | | | | | with multiple cycles of iwinfo_finish() / iwinfo_backend() git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35471 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Fix RENEW and REBIND requestscyrus2013-02-021-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35454 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: allow IPv6-config via SLAAC-only if no prefix is requestedcyrus2013-02-012-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35421 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: Improved IPv6 featuresetcyrus2013-02-011-2/+2
| | | | | | | | | * Fix reloading of ula-prefixes * Added support for temporary addresses and routes * Added support for offlink addresses * Improved status-output for assigned prefixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35420 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: switch to userspace RA-handling and offload address assignment to ↵cyrus2013-02-013-30/+54
| | | | | | netifd git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35419 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Fix announced router flags and IPv6 procfs-configurationcyrus2013-02-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35418 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openvpn: add from openvpn-devel from /packages, fix support for current polarsslnbd2013-01-3010-0/+927
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35412 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6in4: fix typo in last commitcyrus2013-01-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35409 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6in4: work around hanging wget processcyrus2013-01-302-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35408 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest versionnbd2013-01-293-6/+6
| | | | | | | fixes DNS servers on reload (#12910) fixes ubus object race on reload or down/up (#12612) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35383 3c298f89-4303-0410-b956-a3cf2f4a3e73
* samba36: update to 3.6.11 and refresh patches (based on patch from #12914)nbd2013-01-2915-48/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35382 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: implement IPv6 prefix deprecation according to RFC 6204cyrus2013-01-291-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35377 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: remove IPv6 forwarding-sysctl workaroundcyrus2013-01-292-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35371 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: remove IPv6 forwarding-sysctl workaroundcyrus2013-01-292-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35370 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: remove IPv6 forwarding-sysctl workaroundcyrus2013-01-292-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes setting addresses/routes on alias ↵nbd2013-01-281-2/+2
| | | | | | interfaces git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: don't configure wpa_supplicant with empty password="" if no ↵jow2013-01-281-1/+1
| | | | | | password is specified (#12912) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35358 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall: flush conntrack table after changing interface rulesjow2013-01-282-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35348 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: IPv6 sysctl, restart IPv6 in static mode to send RScyrus2013-01-282-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35347 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: add SLAAC ipv6 value for static-protocyrus2013-01-282-1/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35346 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: work-around for proto-script to avoid loosing the default routecyrus2013-01-282-20/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35345 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ipv6-support: don't overwrite existing setting across reflashscyrus2013-01-232-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, adds another fix for interface aliasesnbd2013-01-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35297 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: Fix a segfault when globals.ula_prefix is emptycyrus2013-01-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35296 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uhttpd: always turn on TLS support, include ustream-ssl as a build dependencynbd2013-01-221-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35295 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uhttpd: fix another small hang issue with the same symptomsnbd2013-01-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35291 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uhttpd: fix connection hangsnbd2013-01-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35290 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tcpdump: add SLL parsing support to tcpdump-mini, use -ffunction-sections, ↵nbd2013-01-222-52/+70
| | | | | | -fdata-sections and --gc-sections to reduce size git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35288 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uhttpd: fix unencrypted passwords in httpd.confnbd2013-01-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35265 3c298f89-4303-0410-b956-a3cf2f4a3e73