- May 09, 2024
-
-
Rahul Thakur authored
* add the jail.local config to enable fail2ban on ssh to prevent brute force attack * add datepattern for fail2ban to be able to function with syslog-ng generated /var/log/messages
-
- May 06, 2024
-
-
Mohd Mehdi authored
Add support and set defaults for following in default sshd config: * Ciphers: aes256-ctr, aes192-ctr, aes128-ctr * HostKeyAlgorithms: ssh-dss, ssh-rsa, ecdsa-sha2-nistp521, ecdsa-sha2-nistp384,ecdsa-sha2-nistp256 * HostKeyFiles: default is empty * KexAlgorithms: diffie-hellman-group-exchange-sha256, diffie-hellman-group14-sha1, ecdh-sha2-nistp521,ecdh-sha2-nistp384, ecdh-sha2-nistp256
-
- May 02, 2024
-
-
Mohd Mehdi authored
* add uci-default script that will generate an sshd config from dropbear config, if present (to preserve settings from previous image which had dropbear), or with default values if sshd config is also not present * the script will also check for dropbear key file and if found, place them where sshd expects them
-
- Apr 26, 2024
-
-
Mohd Mehdi authored
the values read from uci will now be written to a config file which will be passed to sshd, instead of passing the values as command line arguments to sshd
-
- Apr 23, 2024
-
-
- Apr 20, 2024
-
-
Vivek Dutta authored
nginx-ubus-module version was not updated since past 4 years. It had many security and memory related fixes along with optimizations
-
Vivek Dutta authored
This reverts commit 8b2c130b.
-
- Apr 10, 2024
-
-
Andreas Gnau authored
While 743f0c5b (perl: Run make depend to fix build race condition, 2024-03-05) fixed 98% of all parallel build failures there is still some flakiness left in the perl build process. For now, give up instead of digging deep into the perl build process to debug this. We may later revert this commit to see whether the issue is fixed in a later perl version in a later OpenWrt release. Signed-off-by:
Andreas Gnau <andreas.gnau@iopsys.eu>
-
- Apr 02, 2024
-
-
* openssh package is missing uci support in openwrt, this commit implements the same. The init script now reads from the uci and passes the arguments to openssh. * support for handling multiple instances is also added. note: the same has been up-streamed and has also got 1 approval already.
-
- Mar 26, 2024
-
-
Rahul Thakur authored
disable ftp by default so that the port is not open
-
- Mar 21, 2024
-
-
Vivek Dutta authored
-
- Mar 11, 2024
-
-
Vivek Dutta authored
-
- Mar 07, 2024
-
-
Mohd Husaam Mehdi authored
The following init scripts have been modified to use procd: * atftpd * vsftpd The following services are being advertised: * atftpd: tftp * nginx: http, https, http-alt, pcsync-https * vsftpd: ftp * xl2tpd: l2tp
-
- Mar 06, 2024
-
-
Andreas Gnau authored
Run make depend before building perl. This fixes parallel build failures on machines with a high number of cores. Example error 1: /bin/ln -s /build/staging_dir/hostpkg/usr/bin/generate_uudmap generate_uidmap make[5]: ./generate_uudmap: Command not found make[5]: *** [Makefile:321: bitcount.h] Error 127 Example error 2: /bin/ln -s /build/staging_dir/hostpkg/usr/bin/generate_uudmap generate_udmap ./generate_uudmap uudmap.h bitcount.h mg_data.h /bin/ln: failed to create symbolic link 'generate_uudmap': File exists make[5]: *** [Makefile:325: generate_uudmap] Error 1 Link: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996953 Link: https://salsa.debian.org/perl-team/interpreter/perl/-/commit/366bc98c916a3455f15c532aa33a5636d2fe2803 Closes: https://github.com/openwrt/packages/issues/8238 Signed-off-by:
Andreas Gnau <andreas.gnau@iopsys.eu>
-
- Mar 03, 2024
-
-
Vivek Dutta authored
-
- Feb 29, 2024
-
-
Vivek Dutta authored
-
- Feb 15, 2024
-
-
Andreas Gnau authored
libstrophe is dual-licensed as MIT OR GPL-3.0-only, which is also reflected by the SPDX-License-Identifier lines in the source files. Correct PKG_LICENSE in the Makefile accordingly. Signed-off-by:
Andreas Gnau <andreas.gnau@iopsys.eu> (cherry picked from commit ccb4632c57d456289e79e6062b3349c8779bf8ce)
-
- Feb 08, 2024
-
-
Vivek Dutta authored
-
- Feb 02, 2024
-
-
Amin Ben Romdhane authored
-
- Jan 22, 2024
-
-
Andreas Gnau authored
Instead of /sbin/ install logread to /usr/sbin/logread. This works around a conflict with the logd package. Signed-off-by:
Andreas Gnau <andreas.gnau@iopsys.eu>
-
- Jan 18, 2024
-
-
Vivek Dutta authored
-
- Dec 29, 2023
-
-
child expect entry timeout value set handled in the response message of PAUSE with condition verification of cseq value.
-
- Dec 28, 2023
-
-
- Dec 06, 2023
-
-
Erik Karlsson authored
This makes it consistent with configuration for busybox in IOWRT and is needed for compatibility with pam_unix which lacks bcrypt support.
-
- Nov 30, 2023
-
-
- Nov 29, 2023
-
-
Erik Karlsson authored
This reduces the memory footprint of LuCI firmware upgrades.
-
Erik Karlsson authored
This reduces the memory footprint of LuCI firmware upgrades.
-
- Nov 28, 2023
-
-
Jani Juvan authored
-
- Nov 16, 2023
-
-
Andreas Gnau authored
Merge commit 8e3a1824 as specified in feeds.conf.default of OpenWrt tag v23.05.2.
-
- Nov 13, 2023
-
-
Stan Grishin authored
[23.05] adblock-fast: bugfix: ensure downloaded block-lists end with newline
-
Stan Grishin authored
* ensure downloaded block-lists end with newline * turn free/total RAM checks into functions calls Signed-off-by:
Stan Grishin <stangri@melmac.ca> (cherry picked from commit 3787b4135584ad2a6510dbd883406d30575dce5c)
-
- Nov 12, 2023
-
-
Philip Prindeville authored
[23.05] perl: add support for riscv64
-
- Nov 10, 2023
-
-
Stan Grishin authored
[23.05] adblock-fast: update to 1.0.1-1
-
Dirk Brenken authored
* support backup/restore for remote allowlists * report the used log variant in status message Signed-off-by:
Dirk Brenken <dev@brenken.org> (cherry picked from commit 2411bcffaf273b901e61193b18f1ca7355dc832f)
-
Dirk Brenken authored
* the log file monitor now supports standard log files used by other log daemons like syslog-ng Set 'ban_logreadfile' accordingly, by default it points to /var/log/messages * removed logd dependency, closes #21932 Signed-off-by:
Dirk Brenken <dev@brenken.org> (cherry picked from commit c4e814074003a1d45bb583e98cac435575e09ca4)
-
Nikos Mavrogiannopoulos authored
Resolves: #22632 Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
Tianling Shen authored
Signed-off-by:
Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit eabb6b8a747acb2292b81ff59417310f12e319f7)
-
Tianling Shen authored
Signed-off-by:
Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit 56e29ed7daf39b683be49f06cb4bc065b2bdfd35)
-
- Nov 08, 2023
-
-
Stan Grishin authored
* update Makefile copyright info * organize functions shared between the init script, uci-defaults and luci app in alphabetical order * update error, warning and status messaging * use single quotes instead double quotes for static text labels * better warning for missing recommended packages * rename dns function to resolver to better reflect its purpose * improve resolver cleanup code * move _resolver_config function inside resolver function to improve code readlibity * rename _process_file_url to process_file_url_wrapper to better reflect its purpose * add preflight check for available RAM vs total size of block lists * move _config_add_url_size function inside adb_sizes function to improve code readlibity * remove uci validation from status_service function to improve performance * source init script from uci-defaults to include shared functions Signed-off-by:
Stan Grishin <stangri@melmac.ca> (cherry picked from commit 11df396a18733111a0801d3967142ec0014b564b)
-
Michael Heimpold authored
[23.05] php8: update to 8.2.12
-