aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* kadnode: update to version 2.3.0Moritz Warning2020-02-10
| | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* Merge pull request #11253 from neheb/wavRosen Penev2020-02-09
|\ | | | | wavemon: update to 0.9.1
| * wavemon: update to 0.9.1Rosen Penev2020-02-04
| | | | | | | | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11287 from farmergreg/patch-1Rosen Penev2020-02-09
|\ \ | | | | | | pingcheck: Fix spelling in description
| * | pingcheck: Fix spelling in descriptionGreg Dietsche2020-02-09
| | | | | | | | | | | | | | | | | | Correct: wether => whether Signed-off-by: Greg Dietsche <gregory.dietsche@cuw.edu>
* | | Merge pull request #11284 from peter-stadler/nginx-utilRosen Penev2020-02-09
|\ \ \ | | | | | | | | nginx-util: add tests, clean up and fix issues
| * | | nginx-util: add tests, clean up and fix issuesPeter Stadler2020-02-09
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests for nginx-ssl-util and nginx-ssl-util-nopcre using (fake)chroot. Clean the code up making nginx-ssl-util a header file. Both changes are for better (future) code quality only. There are minor functional improvements: * fix compiler error of gcc7 by using std=c++17 * fix error if there is no lan/loopback interface * notice instead of error message if there is no default server * add ipv6-prefix-assignment.*.local-address.address for LAN * add CONFLICTS in Makefile for choosing the right version * add cast to release of unique_ptr to avoid warning * add version message to help message Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | Merge pull request #11289 from Andy2244/samba4-update-4.11.6Daniel Engberg2020-02-09
|\ \ \ | | | | | | | | samba4: update to 4.11.6, add new UCI option
| * | | samba4: update to 4.11.6, add new UCI optionAndy Walsh2020-02-09
| |/ / | | | | | | | | | | | | | | | | | | * update to 4.11.6 * add new UCI option "allow_legacy_protocols" to section [samba] Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* / / ksmbd: update to 3.1.3, ksmbd-tools: update to 3.2.1, add smb1 supportAndy Walsh2020-02-09
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ksmbd: update to 3.1.3 * ksmbd-tools: update to 3.2.1 * add new package build option "KSMBD_SMB_INSECURE_SERVER" * enable smb1 support to kmod by default * add new UCI option "allow_legacy_protocols" to section [globals] * ksmbd: release 3.1.3 version * ksmbd: lock SMB2_QUERY_INFO_HE request with read lock * ksmbd: fix potential racy between query_dir and ksmbd_vfs_empty_dir * ksmbd: fix racy issue between deleting file and checking empty directory * ksmbd: don't register interface which are member of bridge * ksmbd: SO_REUSEADDR is no property of tcp_setsockopt * ksmbd: release 3.1.2 version * ksmbd: fix read caching buffer size as max_read_size * ksmbd: fix the infinite loop of handling FSCTL_QUERY_ALLOCATED_RANGES * ksmbd: use compounding for smb2 flush * ksmbd: downgrade error message to debug in get_file_all_info * ksmbd: rename usmbd to ksmbd.mountd in trvis-ci * ksmbd: release 3.1.1 version * ksmbd: does not work if ipv6 module is not loaded or compiled in * ksmbd: capsule ifdef CONFIG_SMB_INSECURE_SERVER with smb1 codes * ksmbd: capsule ifdef CONFIG_SMB_INSECURE_SERVER with smb1 codes * ksmbd: update README file * ksmbd-tools: release 3.2.1 version * ksmbd-tools: revert "remove glib2.0 dependancy" patch * ksmbd-tools: release 3.2.0 version * ksmbd-tools: update how to restart ksmbd in README file * Revert "ksmbd-tools: disable tbuf and rbuf caching by default" * ksmbd-tools: disable tbuf and rbuf caching by default * ksmbd-tools: replace usmbd prefix with ksmbd prefix * ksmbd-tools: update README file * ksmbd-tools: fix warning ignoring return value of 'fread' * ksmbd-tools: downgrade unsupported command print to debug * ksmbd-tools: remove GLIB_LIBS in Makefiles * ksmbd-tools: rename usmbd, smbuseradd, smbshareadd to ksmbd.mountd, ksmbd.adduser and ksmbd.addshare * ksmbd-tools: fix null pointer dereference in _list_remove * ksmbd-tools: fix the sanity check fails depending on the password length * ksmbd-tools: fix build error(not found glib.h) * ksmbd-tools: remove glib-2.0 dependancy * ksmbd-tools: update README to add libglib2.0-dev for Ubuntu preprequisite packages Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | freeradius3: Enable the rlm_python and rlm_python3 modules.Robby K2020-02-07
| | | | | | | | Signed-off-by: Robby K <robbyke@gmail.com>
* | freeradius3: Fix proxy.conf file conflict.Robby K2020-02-07
| | | | | | | | | | | | | | It was provided by both the freeradius3 and freeradius3-mod-realm packages. Now provided by the freeradius3 package only. Signed-off-by: Robby K <robbyke@gmail.com>
* | Merge pull request #11261 from neheb/rhgerg344Toke Høiland-Jørgensen2020-02-07
|\ \ | | | | | | sqm-scripts: fix hash and simplify Makefile slightly
| * | sqm-scripts: fix hash and simplify Makefile slightlyRosen Penev2020-02-06
| |/ | | | | | | | | | | | | | | The previous commit required the hash to be updated. Removed a bunch of redundant variables. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11242 from peter-stadler/nginxRosen Penev2020-02-05
|\ \ | |/ |/| nginx: fix endianness issue with http2
| * nginx: fix endianness issue #8988Peter Stadler2020-02-04
| | | | | | | | | | | | Patch the auto/endianess file to use CONFIG_BIG_ENDIAN. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | Merge pull request #11250 from micmac1/apache-conf-vars-aprRosen Penev2020-02-04
|\ \ | | | | | | apache: apr update + configure vars
| * | apache: add gettid supportSebastian Kemper2020-02-04
| |/ | | | | | | | | | | | | | | gettid happens to be supported by all glibc, musl and uclibc, but configure cannot detect it when cross-compiling. This adds a configure variable for it. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | Merge pull request #11238 from peter-stadler/ariangRosen Penev2020-02-04
|\ \ | | | | | | ariang: use new configuration of Nginx
| * | ariang: use new configuration of NginxPeter Stadler2020-02-04
| |/ | | | | | | | | | | Remove the superfluous parts of the uci-defaults file. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | Merge pull request #11232 from neheb/lswanRosen Penev2020-02-04
|\ \ | | | | | | libreswan: fix compilation with musl
| * | libreswan: fix compilation with muslRosen Penev2020-02-03
| | | | | | | | | | | | | | | | | | | | | Added missing limits header. This is normally included in fortify-headers, which I have disabled locally. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #11246 from ja-pa/tor-update-0.4.2.6tripolar2020-02-04
|\ \ \ | |_|/ |/| | tor: update to version 0.4.2.6
| * | tor: update to version 0.4.2.6Jan Pavlinec2020-02-04
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #11233 from neheb/hhgRosen Penev2020-02-04
|\ \ \ | | | | | | | | zerotier: fix compilation with libcxx
| * | | zerotier: fix compilation with libcxxRosen Penev2020-02-03
| | |/ | |/| | | | | | | | | | | | | Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / | nmap: fix compilation with libcxxRosen Penev2020-02-04
|/ / | | | | | | | | | | Missing headers and confusion between std::bind and bind. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11145 from jefferyto/aircrack-ng-1.6Rosen Penev2020-02-03
|\ \ | | | | | | aircrack-ng: Update to 1.6
| * | aircrack-ng: Update to 1.6Jeffery To2020-01-28
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #11212 from adde88/masterRosen Penev2020-02-03
|\ \ \ | | | | | | | | hcxtools: update to latest version
| * | | hcxtools: update to 5.3.0. + Changes to Makefile to include latest binaries ↵Andreas Nilsen2020-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | being compiled Signed-off-by: Andreas Nilsen <adde88@gmail.com> hcxdumptool: forgot to add new openssl dependency Signed-off-by: Andreas Nilsen <adde88@gmail.com>
| * | | hcxdumptool: update to 6.0.1Andreas Nilsen2020-02-02
| | | | | | | | | | | | | | | | Signed-off-by: Andreas Nilsen <adde88@gmail.com>
* | | | Merge pull request #11217 from peter-stadler/ariang-nginxRosen Penev2020-02-03
|\ \ \ \ | | | | | | | | | | ariang: rename nginx configuration file
| * | | | ariang: rename nginx configuration filePeter Stadler2020-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the ariang-nginx ready for Nginx using the conf.d directory. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | Merge pull request #11225 from peter-stadler/nginx-utilRosen Penev2020-02-03
|\ \ \ \ \ | | | | | | | | | | | | nginx-util: allow comments in begin of regex
| * | | | | nginx-util: allow comments in begin of regexPeter Stadler2020-02-03
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | Merge pull request #11081 from peter-stadler/nginxRosen Penev2020-02-03
|\ \ \ \ \ | |/ / / / |/| | | | nginx: use /etc/nginx/nginx.conf enabling conf.d/
| * | | | nginx: use /etc/nginx/nginx.conf enabling conf.d/Peter Stadler2020-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of the default nginx.conf file this file is a small variant without examples that enables the /etc/nginx/conf.d/ directory. It will pull in all configuration files from the conf.d directory. So, other packages can add their server parts in the conf.d directory without modifying the main nginx.conf file (cf. #9860). Changed also the default logging behavior: error_log stderr; # the init forwards it to logd access_log off; See the updated documentation at: https://openwrt.org/docs/guide-user/services/webserver/nginx Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | dnscrypt-proxy2: update to version 2.0.39Josef Schlehofer2020-02-03
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #11223 from gladiac1337/haproxy-2.1.2Rosen Penev2020-02-02
|\ \ \ \ \ | |_|/ / / |/| | | | haproxy: Update HAProxy to v2.1.2
| * | | | haproxy: Update HAProxy to v2.1.2Christian Lachner2020-02-03
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Major version jump from v2.0 to v2.1 - Update haproxy download URL and hash - Add new patches (see https://www.haproxy.org/bugs/bugs-2.1.2.html) - Stop building LUA 5.3 in the haproxy build-process and use liblua5.3 as a dependency instead Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | Merge pull request #11215 from Andy2244/wsdd2-typo_fixHannu Nyman2020-02-02
|\ \ \ \ | | | | | | | | | | wsdd2: fix typos
| * | | | wsdd2: fix typosAndy Walsh2020-02-02
| |/ / / | | | | | | | | | | | | | | | | | | | | * fix typos (WG_PARM, reload_trigger) Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* / / / adblock: update 3.8.15Dirk Brenken2020-02-02
|/ / / | | | | | | | | | | | | | | | * remove 'reg_cz' list (abandoned) * add 'notracking' list (provided by @rcarmo) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | nextdns: Update to version 1.4.23Olivier Poitrey2020-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: * Fix OpenWRT with existing forwarder + fix dnsmasq restore issue * Refactor service execution to better report errors * Refactor merlin tz setup so it does not need to curl on boot * Improve upgrade command for install.sh * Do not mask curl error on install * Fix timezone logging issue with Merlin * Add support for Merlin John's fork * Add raspbian support to installer * Fix upgrade not reinstalling service * Limit the aarch64 fix to merlin * Reset DHCP DNS to self on Merlin router setup * Fix memory issue with aarch64 based router * Update Go version * Allow override of detected env * Setup timezone correctly on Merlin init script * Don't ignore curl error on install * Fix Asus Merlin John’s fork trust store issue * Fix synology auto setup * Fix report client info not enabled with setup-router option * Add support for edgeos DHCP lease file locations * Fix signal handling when running as a service * Fix exit menu keyboard shortcut * Do not fail on upgrade if uninstall failed * Fix exit menu in installer * Remove failing upx (for now) * Make sure nextdns keeps running once ssh session is closed * Add auto setup of Synology with DHCP server enabled * Use router's DNS to discover more names * Get A/AAAA from both answer and addition sections * Ignore certain invalid names during discovery * Fix activate with setup-router * Fix serveral install issues * Add exponential backoff to mdns probe retry * Correctly end dhcp lease probing when discovery is cancelled * Store DHCP/MDNS discovered addrs separately to avoid ping/pong discovery * Add DHCP lease support to client discovery * Do not report mdns listen unreachable error as start will retry * Reimplement mdns client discovery * Fix installer GOARCH detection with arm6+ * Fix bin install on platforms needing sudo * Correctly detect edgeos and ddwrt as routers * Fix install.sh sudo * Disable upx as it break many platforms * Fix installer regression with merlin * Fix mips64 detection * Fix OpenWRT detection * Fix UPX post build script * Fix install with John's Asuswrt-Merlin fork * Fix more DDWRT * Fix DDWRT support * Fix merlin service add/remove * Use UPX to compress binaries typicially used on routers * Revert "Remove direct dep on reflect" * Use letters for installer menus * Fix install script for upgrades not working if binary is running * Do not return an error on mdns listen if at least one interface worked * Fix installer for synology * Fix pfSense support * Remove the logs for each server on each connect * Move install instructions to wiki * Fix install.sh uid detection with merlin * Fix install.sh for arm6+ * Add Synology init system support * Fix install.sh * Add a generic router setup that just changes the listen to public * Update README * Add auto setup support for EdgeOS * Restore per OS install instruction in readme during installer beta * Refactor install.sh * Remove dep on golang.org/x/net/ipv[4|6] * Remove direct dep on reflect * Rewrite the zeroconf code to use dnsmessage instead miekg/dns * Add auto setup support for DD-WRT * Improve arch detection * Add auto setup support for OpenWRT * Add automatic router setup support * Fix service * Remove dep en seq on sysv style init scripts * Add Entware init system support * Report init system used on install and in UA * Add EdgeOS support * Reads /etc/hosts before forwarding queries to the upstream * Fix localhost resolution with Linux arch empty /etc/hosts * Use /etc/hosts file to resolve listen address and list on all IPs listed * Add support for multiple router firmware * Fix hardened privacy disabling dual stack * Add a config set sub command and refactor commands handling * Add support for activate on freebsd * Fix inverted MAC matching * Add unit test for conf prefix match #35 * Activate uses listen address instead of static 127.0.0.1 * Improve FreeBSD integration * Add FreeBSD support * Fix a typo * Use zip for windows archive Signed-off-by: Olivier Poitrey <rs@nextdns.io> Edited PKG_RELEASE to 1 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #11185 from micmac1/apache-1-upRosen Penev2020-01-30
|\ \ \ | | | | | | | | apache/apr/apr-util: fix some nitpicks
| * | | apache: don't install exp fileSebastian Kemper2020-01-30
| | | | | | | | | | | | | | | | | | | | | | | | This file is meant for AIX, OpenWrt doesn't need it. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | Revert "ddns-scripts: Fixed HE (hurricane electric) to tunnelbroker.net"Rosen Penev2020-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3dbdd67cf93e5f2c271e7663b35353f8c8102757. This is totally wrong. tunnelbroker.net is completely different. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Revert "ddns-scripts: fix cloudflare.com-v4"Rosen Penev2020-01-30
|/ / / | | | | | | | | | | | | | | | This reverts commit 67e2efb301f9e6ac9ee471d2457f08feda7fab38. This is totally wrong. The actual bug is in the luci app.
* | | ksmbd-tools: add avahi service file packageAndy Walsh2020-01-29
| | | | | | | | | | | | | | | | | | * add avahi service file package, so linux clients can discover ksmbd shares Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>