aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | Merge pull request #16372 from dibdot/travelmateDirk Brenken2021-08-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | travelmate: update to 2.0.5-3
| * | | | | | travelmate: update to 2.0.5-3Dirk Brenken2021-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * simplify the scan logic, to get rid of nifty IFS tricks * limit the nearby scan results to process only the strongest uplinks, set 'trm_maxscan' accordingly (default '10') * update the readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | ksmbd: use hostname only as nameFritz D. Ansel2021-08-15
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | even if a fqdn (with domain) is set by user Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* | | | | | ksmbd: set stoplevelFritz D. Ansel2021-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to allow graceful stop of the daemon Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* | | | | | samba4: allow disabling wsdd2 in menuconfigFritz D. Ansel2021-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | but keep it selected by default as before so it could be selected if nmbd and/or wssd2 should be used Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* | | | | | samba4: use hostname only as nameFritz D. Ansel2021-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | even if a fqdn (with domain) is set by user Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* | | | | | samba4: set stoplevelFritz D. Ansel2021-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to allow graceful stop of the daemon Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* | | | | | wsdd2: dont use fqdnFritz D. Ansel2021-08-15
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | workgroups use the name of the host without domain Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* | | | | curl: update to 7.78.0Stan Grishin2021-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 7.78.0 * change maintainer * remove obsolete mirror (curl.mirror.anstey.ca) * update main curl URLs Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | sqm-scripts: bump to v1.5.1Toke Høiland-Jørgensen2021-08-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | travelmate: update to 2.0.5-2Dirk Brenken2021-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * scan for open uplinks even if no other station has been added/configured Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | Merge pull request #16341 from Payne-X6/masterRosen Penev2021-08-12
|\ \ \ \ \ | | | | | | | | | | | | knot: update to version 3.1.1
| * | | | | knot: update to version 3.1.1Jan Hak2021-08-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hak <jan.hak@nic.cz>
* | | | | | Merge pull request #16318 from selanf/x2Florian Eckert2021-08-12
|\ \ \ \ \ \ | |/ / / / / |/| | | | | xinetd: support for anonym configs
| * | | | | xinetd: fix syntax violationFritz D. Ansel2021-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | see https://github.com/openwrt/packages/pull/16318#discussion_r687481110 Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
| * | | | | xinetd: support for anonym configsFritz D. Ansel2021-08-12
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | config by names clashes if a service supports udp and tcp, eg time and daytime Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* | | | | radsecproxy: Bump to v1.9.0Toke Høiland-Jørgensen2021-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove 300-gcc10.patch as that was applied upstream, and refresh the other patch. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | Merge pull request #16323 from dibdot/travelmateDirk Brenken2021-08-11
|\ \ \ \ \ | | | | | | | | | | | | travelmate: update to 2.0.5
| * | | | | travelmate: update to 2.0.5Dirk Brenken2021-08-11
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * support the new travelmate option 'macaddr' to use a pre-defined MAC address (per uplink) * vpn connections are now handled separately for each uplink * The autoadd-feature for adding open uplinks will now be limited by the 'trm_maxautoadd' option. The default is '5', '0' disables this limitation. * more code cleanups und optimizations to reduce the repetitive connection handling workload * bugfixes regarding multiple radio support * refine cp detection (no longer write and parse an error file) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | Merge pull request #16112 from dmascord/add_mdio-toolsMichael Heimpold2021-08-11
|\ \ \ \ \ | |/ / / / |/| | | | mdio-tools: add package plus kernel module
| * | | | mdio-tools: upgrade to latest commitMichael Heimpold2021-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix minor style issues. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | | mdio-tools: Add package plus kernel moduleDamien Mascord2021-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mdio is a low-level Linux debug tool for communicating with devices attached an MDIO bus. It improves on existing tools in this space in a few important ways: MDIO buses are directly addressable. Previous solutions relied on at least one Ethernet PHY on the bus being attached to a net device, which is typically not the case when the device is an Ethernet switch for example. Complex operations can be performed atomically. The old API only supported a single read or write of a single register. mdio sends byte code to the mdio-netlink kernel module that can perform multiple operations, store intermediate values, loop etc. As a result, things like read/mask/write operations and accesses to paged PHYs can be performed safely. Signed-off-by: Damien Mascord <tusker@tusker.org>
* | | | | Merge pull request #16197 from Ansuel/nginx-upRosen Penev2021-08-10
|\ \ \ \ \ | | | | | | | | | | | | nginx: bump to 1.21.1 and improve makefile
| * | | | | nginx: bump to 1.21.1 and improve makefileAnsuel Smith2021-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Bump to 1.21.1 - Rework makefile to fix bad make refresh - Refresh patch Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | knot-resolver: update to version 5.4.0Michal Vasilek2021-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refresh patches * disable kres_gen_test to fix cross Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | | | knot: update to version 3.1.0Michal Vasilek2021-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refresh patches Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | | | transmission: add mount triggerDaniel Golle2021-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restart transmission once an underlaying mountpoint becomes available. Add myself as maintainer. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | Merge pull request #16245 from neheb/ksmbd1Rosen Penev2021-08-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | ksmbd: update to 3.4.0
| * | | | | | ksmbd-tools: update to 3.4.0Rosen Penev2021-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #16285 from jamesmacwhite/stubby-trigger-interfacesDirk Brenken2021-08-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | stubby: Add multi WAN support for procd trigger
| * | | | | | | stubby: Add multi WAN support for procd triggerJames White2021-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: James White <james@jmwhite.co.uk>
* | | | | | | | Merge pull request #16290 from ja-pa/tailscale-updateJosef Schlehofer2021-08-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | tailscale: update to version 1.12.1
| * | | | | | | | tailscale: update to version 1.12.1Jan Pavlinec2021-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
* | | | | | | | | Merge pull request #16151 from rsalvaterra/tor-bumpRosen Penev2021-08-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | tor: bump to 0.4.6.6 stable
| * | | | | | | | | tor: bump to 0.4.6.6 stableRui Salvaterra2021-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run-tested on mvebu/cortexa9 (tor-basic) without issues. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | | | | | | | | Merge pull request #16279 from Ansuel/improve-atlasRosen Penev2021-08-03
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | atlas-sw-probe: fix copypaste error and clean tmp dir on exit
| * | | | | | | | | atlas-sw-probe: fix copypaste error and clean tmp dir on exitAnsuel Smith2021-08-02
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix copypaste error for PUB_KEY link creation - Clean tmp dir on exit to clear any remaining data Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | | | Merge pull request #16194 from miska/snort3-masterJosef Schlehofer2021-08-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | net/snort3: Include default configs and snort2lua
| * | | | | | | | | net/snort3: Include default configs and snort2luaMichal Hrusecky2021-07-22
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include default configuration files to have something to start from. Also include snort2lua to help convert snort2 rules to snort3 to also help with bootstrapping the configuration. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
* | | | | | | | | Merge pull request #16280 from 1715173329/dnsproxyJosef Schlehofer2021-08-03
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | dnsproxy: Update to 0.39.1
| * | | | | | | | dnsproxy: Update to 0.39.1Tianling Shen2021-08-02
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | | | Merge pull request #16255 from stangri/master-curlStan Grishin2021-08-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | curl: enable HTTP/2 support by default
| * | | | | | | | curl: enable HTTP/2 support by defaultStan Grishin2021-07-30
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Lack of support of HTTP/2 by default starts to hurt, for example with https-dns-proxy package, some DoH resolvers (like mullvad) no longer support HTTP/1 and are not usable. This enables HTTP/2 support by default (which would bring ~68Kb libnghttp). Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | | pdns: Update to 4.5.1Wout Bertrums2021-08-02
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TARGET_CXX is added, because PowerDNS now uses C++17. pdns.conf-dist is updated to the latest version shipped by PowerDNS. 010-time_t-check.patch, which is also used in pdns-recursor and dnsdist, is added to patch out the check for 64-bit time_t, because OpenWrt still supports 32-bit devices. 100-pdns-disable-pdns.conf-dist.patch is refreshed. Signed-off-by: Wout Bertrums <wout@wbnet.eu>
* | | | | | | simple-adblock: update to 1.8.7-6Stan Grishin2021-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * supports newer shellcheck * restore EXTRA_COMMANDS compatibility with 19.07 * move status display from various functions to status_service * bugfix: status_service line break after output * minor arythmetic fix in status_service Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | Merge pull request #16252 from stangri/master-https-dns-proxyStan Grishin2021-08-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | https-dns-proxy: update to 2021-07-29-1
| * | | | | | | https-dns-proxy: update to 2021-07-29-01Stan Grishin2021-07-30
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update binary to the latest commit (2021-07-29) to fix #16222 and #16239 * add hotplug.d/iface file and update Makefile to install it * use Cloudflare's and Google's bootstrap DNS if bootstrap DNS is missing * minor improvements in append_bool function * add append_counter function for verbosity setting * add append_bootstrap function (and supporting functions) to parse/sanitize bootstrap setting * move firewall array from 'main' instance to the first proxy instance * delete useless 'main' instace Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | transmission: apply DSCP to UDP sockets tooRui Salvaterra2021-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport a pending patch in order to DSCP-mark UDP traffic. This allows for correct binning of traffic in diffserv-capable routers. Additionally, remove Rosen Penev from the maintainers list, as per his request. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | | | | | opentracker: update to git HEADDaniel Golle2021-08-01
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | gateway-go: update to 0.2.0Yu Fang2021-07-31
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yu Fang <yu@iotserv.com>