aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* 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>
* | | | Merge pull request #1914 from sairon/fossil-fix-makefileLuka Perkov2015-11-10
|\ \ \ \ | | | | | | | | | | fossil: fix Makefile for GNU Make < 3.82
| * | | | fossil: fix Makefile for GNU Make < 3.82Jan Čermák2015-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make defconfig (or feeds update) raised following error for fossil package on Ubuntu 14.04 LTS with GNU Make 3.81: Makefile:47: *** missing separator. Stop. To fix this, empty blocks are now defined instead of using undefine directive which was added in GNU Make 3.82. Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* | | | | Merge pull request #1930 from mstorchak/tgtÁlvaro Fernández Rojas2015-11-09
|\ \ \ \ \ | | | | | | | | | | | | tgt: update to 1.0.61
| * | | | | tgt: update to 1.0.61Maxim Storchak2015-11-08
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* / | | | netatalk: fix dependency: libattr instead of attrMaxim Storchak2015-11-08
|/ / / / | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | fossl: update to 1.34Luka Perkov2015-11-04
| | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | ddns-scripts: rollup to version 2.5.0-1Christian Schoenebeck2015-11-04
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add -V / --version parameter to show version information - new option lookup_host as host to use by nslookup/host to validate IP address changes, to be separate from [DOMAIN] parameter which produces a lot of questions in the forum and on multi-host updates - new option param_enc for optional usage inside update_url [PARAMENC] (will be send urlencoded) - new option param_opt for optional usage inside update_url [PARAMOPT] - new service strato.de (IPv4 only) requested by ludwig.jaffe@ - new service variomedia.de (IPv4 & IPv6) requested by Wolfgang Oertl #1884 - rewritten function get_service_data to read services/service_ipv6 file - allow 3rd parameter inside services/service_ipv6 file - here should be the answer of the ddns provider on success. If parameter is set, it's checked by ddns-scripts and report errors to logfile/syslog if failed and retry - updated tld_names.dat Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | Merge pull request #1913 from dddaniel/masterTed Hess2015-11-04
|\ \ \ | | | | | | | | atftp: fix invalid read in tftp_send_request.
| * | | atftp: fix invalid read in tftp_send_request.Daniel Danzberger2015-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This invalid read of 1 byte caused a segfault on some arm platforms. Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
* | | | pppossh: use exec with pty option to eliminate a level of bufferbloatYousong Zhou2015-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While at it, also do the following fixes - Drop the URL pointing to the old github repo - Fix detection of default set of private keys Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | sqm-scripts: Bump to v1.0.4.Toke Høiland-Jørgensen2015-11-02
| | | |
* | | | fossil: add packageLuka Perkov2015-11-01
| | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | ocserv: allow enabling proxy ARPNikos Mavrogiannopoulos2015-11-01
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | ocserv: if ocserv.conf.local is present append it to ocserv.confNikos Mavrogiannopoulos2015-11-01
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | Merge pull request #1905 from kissg1988/seafileSteven Barth2015-11-01
|\ \ \ \ | | | | | | | | | | seafile-server: fix dependency and postinst script
| * | | | seafile-server: make postinst script work with Image GeneratorGergely Kiss2015-11-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | | | seafile-server: fix broken dependency on seafile-ccnetGergely Kiss2015-10-31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | nginx: bump to 1.9.6Luka Perkov2015-10-31
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | In this bump as agreed with Thomas we are dropping out all the nginx 3rd party addons. In case you would like to see your 3rd party addon included please send a pull request and make sure it works with newest version. Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | ocserv: simplify IPv6 network settingNikos Mavrogiannopoulos2015-10-31
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | ocserv: removed unecessary instructions and scriptNikos Mavrogiannopoulos2015-10-31
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | [Unbound] Update to 1.5.6Michael Hanselmann2015-10-30
| | | | | | | | | | | | | | | | | | | | | | | | Bump unbound to version 1.5.6 released on October 20, 2015. Signed-off-by: Michael Hanselmann <public@hansmi.ch>
* | | | Merge pull request #1895 from yousong/add-ppposshSteven Barth2015-10-30
|\ \ \ \ | | | | | | | | | | pppossh: new package for network proto "pppossh"