aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | Merge pull request #2030 from dibdot/adblockHannu Nyman2015-11-26
|\| | | | | | | | | | | | | | adblock: bugfix release
| * | | | adblock: bugfix releaseDirk Brenken2015-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix download parms * fix tmp vars * other small fixes Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | | | wget: backport upstream fix to re-enable disabling ipv6Hannu Nyman2015-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream wget 1.17 compilation breaks with --disable-ipv6 configuration. Backport an upstream commit that fixes the disabling of ipv6 in wget. http://git.savannah.gnu.org/cgit/wget.git/commit/?id=2cfcadf5e6d5c444765aa460915ae27109a8dbce Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | znc: drop GCC dependenciesJonas Gorski2015-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenWrt trunk's lowest supported GCC version is 4.8, so we don't need to depend on specific versions anymore. Fixes visibility with GCC 5, the current default. Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* | | | | wget: fix nossl variant in 1.17Hannu Nyman2015-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wget-nossl variant for wget 1.17 is broken in upstream. Copy a patch from upstream mailing list to fix compilation. http://lists.gnu.org/archive/html/bug-wget/2015-11/msg00074.html Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | Merge pull request #1965 from thess/redsocks-buildTed Hess2015-11-25
|\ \ \ \ \ | | | | | | | | | | | | redsocks: updates to latest source and gcc build options
| * | | | | redsocks: updates to latest source and gcc build optionsTed Hess2015-11-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | ocserv: always advertise the local domain to peerNikos Mavrogiannopoulos2015-11-25
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | vpnc-script: don't attempt to resolve domains which match the local domainNikos Mavrogiannopoulos2015-11-25
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | ocserv: Added option to pass split-dns configuration to clientsNikos Mavrogiannopoulos2015-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relates to #1975 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | vpnc-script: create dnsmasq entries for connections where default domain is setNikos Mavrogiannopoulos2015-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relates to #1975 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | Merge pull request #2019 from dibdot/adblockHannu Nyman2015-11-24
|\ \ \ \ \ \ | | |/ / / / | |/| | | | adblock: reduce memory consumption
| * | | | | adblock: reduce memory consumptionDirk Brenken2015-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rework shallalist processing: significantly reduce memory consumption during archive extraction and merging. * considerable reduce memory consumption during adblock source processing. * considerable reduce memory consumption of sort (sorts only the domain list and not the bigger dnsmasq file) other changes: * auto detection/defaults for adb_if, adb_dev, adb_ntpsrv, adb_maxloop, adb_maxtime and adb_minspace - these options can be safely removed from previous adblock configuration file * check total memory and main uhttpd configuration on startup * documentation update Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | | | | Merge pull request #1995 from br101/masterTed Hess2015-11-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | pingcheck: Add new package
| * | | | | | pingcheck: Add new packageBruno Randolf2015-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pingcheck is a daemon for OpenWRT which checks the online status of individual network interfaces and makes this information available via UBUS and by triggering "online" and "offline" scripts. It is maintained at: https://github.com/br101/pingcheck Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | | | | | Merge pull request #1999 from dibdot/adblockHannu Nyman2015-11-24
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | adblock: logging & documentation update
| * | | | | | adblock: logging & documentation updateDirk Brenken2015-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - centralized logging via separate function to stdout, syslog and file - remove dependencies between helper functions - add two new options "adb_maxtime" and "adb_maxloop" - add description to every adblock config option (see adblock.conf.sample) - update README.md Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | | | | | cshark: update to latest git HEADThomas Peterson2015-11-24
| | | | | | |
* | | | | | | Merge pull request #2001 from hnyman/wget117Álvaro Fernández Rojas2015-11-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | wget: update to version 1.17
| * | | | | | | wget: update to version 1.17Hannu Nyman2015-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update wget to 1.17. Release notes: http://savannah.gnu.org/forum/forum.php?forum_id=8410 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | ocserv: when default-domain is set, enable split-dnsNikos Mavrogiannopoulos2015-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | | strongswan: update to 5.3.4Steven Barth2015-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2015-8023 Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | | | | nmap: bump to 7.00Nuno Goncalves2015-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | | | | | ntpd: update to 4.2.8p4Peter Wagner2015-11-22
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | Merge pull request #1992 from Adze1502/masterSteven Barth2015-11-20
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | mwan3: update to version 2.0-0
| * | | | | | mwan3: update to version 2.0-0Jeroen Louwes2015-11-19
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IPv6 support! :D Big code overhaul; expect bugs.. Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* | | | | | sqm-scripts: Drop dependency on 'ip'.Toke Høiland-Jørgensen2015-11-19
| | | | | |
* | | | | | Merge pull request #1606 from teslamint/patch-2Steven Barth2015-11-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | coova-chilli: fix compile error with musl
| * | | | | | coova-chilli: fix compile error with muslJaehoon You2015-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jaehoon You <teslamint@gmail.com>
* | | | | | | Merge pull request #1645 from feckert/masterSteven Barth2015-11-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | extend net-snmp functionality
| * | | | | | | net-snmp: add service_triggers callbackfeckert2015-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com> Signed-off-by: Helge Mader <hmader@tdt.de>
| * | | | | | | net-snmp: add config optionsfeckert2015-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - trap_hostname - trap_ip - access_default - access_HostName - access_HostIP Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com> Signed-off-by: Helge Mader <hmader@tdt.de>
* | | | | | | | Merge pull request #1988 from brainsucker-na/masterSteven Barth2015-11-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | strongswan: gmpdh plugin, package and strongswan-isakmp metapackage
| * | | | | | | | strongswan: gmpdh plugin, package and strongswan-isakmp metapackagebrainsucker-na2015-11-19
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gmpdh plugin implements DH Groups (same as normal GMP plugin), but links to GMP statically and is stripped of all RSA based stuff. Binary size for plugin is ~20kbytes with no dependency on libgmp (200+ kbytes after squash), easilly fitting into flash space restricted devices. strongswan-isakmp metapackage defines a minimal set of strongswan plugins (including gmpdh) for ISAKMP / IKEv1 PSK tunnels. Will fit even 4mb routers (like tplink wr841n) with disabled IPv6 support and packages (so its a trade - IPv6 or ipsec tunnels). Signed-of-by: Mikalai Miadzvedz <brainsucker.na@gmail.com>
* / | | | | | | sqm-scripts: Bump to v1.0.5.Toke Høiland-Jørgensen2015-11-19
|/ / / / / / /
* | | | | | | adblock: fix redirection issuesDirk Brenken2015-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix more corner cases because of mksh to ash migration fix logical glitch during startup Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | | | | | Merge pull request #1923 from hnyman/libtorrenttripolar2015-11-15
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Libtorrent and rtorrent: update version, disable ipv6 to fix compilation Signed-off-by: Peter Wagner <tripolar@gmx.at>
| * | | | | | rtorrent: update to 0.9.6, disable ipv6Hannu Nyman2015-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update rtorrent to 0.9.6. Update patches. Disable ipv6 in rtorrent, as ipv6 is disabled also in libtorrent. Libtorrent compilation has been broken since #1181 got merged and ipv6 got enabled. Users have seen issues like #1316 and #1804 IPv6 support in libtorrent & rtorrent master is not complete. Instead there is a separate ipv6 branch, which still needs some cleanup before mainstream use. See discussion at https://github.com/rakshasa/rtorrent/issues/59#issuecomment-56651538 So, it makes no sense to use ipv6 with the master branch. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | Merge pull request #1952 from dibdot/masterTed Hess2015-11-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | adblock: additional check for running dns query background task
| * | | | | | | adblock: additional check for running dns query background taskDirk Brenken2015-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix for possible query log config change (enabled => disabled) Please apply to upstream - thank you! Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | | | | | | chrony: improve hotplug and init scriptsMiroslav Lichvar2015-11-14
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix the init script to read the right config - rework the init script to allow reusing its code in the hotplug script - find wan interfaces in the hotplug script instead of using hardcoded name and set the online/offline status separately for IPv4/IPv6 - allow NTP access on interfaces that are configured after chronyd start - add NTP servers obtained from DHCP, options are specified in a new dhcp_ntp_server config section - start chronyd before the network service, include a patch to always have IP_FREEBIND defined, which seems to be missing with uclibc Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
* | | | | | | Merge pull request #1936 from mmaraya/masterTed Hess2015-11-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | port-mirroring: new package for copying network packets
| * | | | | | | port-mirroring: copy network packets with optional support for TaZmen ↵Mike Maraya2015-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sniffer Protocol (TZSP) Signed-off-by: Mike Maraya <mike.maraya@gmail.com>
* | | | | | | | Merge pull request #1949 from dibdot/masterSteven Barth2015-11-12
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | adblock: busybox "tr" does not support character classes by default
| * | | | | | | adblock: busybox "tr" does not support character classes by defaultDirk Brenken2015-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix: busybox "tr" does not support character classes by default and generates (partly) odd domain names. Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | | | | | | git: update to 2.6.3Luka Perkov2015-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | | | | | Merge pull request #1946 from dibdot/masterTed Hess2015-11-11
|\| | | | | | | | | | | | | | | | | | | | | | | adblock: uci support, dynamic uhttpd instance support plus various fixes
| * | | | | | | adblock: uci support, dynamic uhttpd instance support plus various fixesDirk Brenken2015-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add uci support * add dynamic uhttpd instance support (no longer rely on uhttpd config changes) * package reordering * plus various fixes Signed-off-by: Dirk Brenken <dirk@brenken.org>
* | | | | | | | vpnc: dirty hack for musl compatibilityDaniel Gimpelevich2015-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
* | | | | | | | net/rsyslog: add new packageDov Murik2015-11-11
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dov Murik <dmurik@us.ibm.com>