Skip to content
Snippets Groups Projects
  1. May 09, 2024
    • Rahul Thakur's avatar
      fail2ban: add datepattern and conf for sshd · 7613351a
      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
      7613351a
  2. May 06, 2024
    • Mohd Mehdi's avatar
      openssh: extend uci with more options · 5e7006f2
      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
      5e7006f2
  3. May 02, 2024
    • Mohd Mehdi's avatar
      openssh: add migration script · e996dfd7
      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
      e996dfd7
  4. Apr 26, 2024
  5. Apr 23, 2024
  6. Apr 20, 2024
  7. Apr 10, 2024
    • Andreas Gnau's avatar
      perl: Do not build in parallel · c186667d
      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: default avatarAndreas Gnau <andreas.gnau@iopsys.eu>
      Verified
      c186667d
  8. Apr 02, 2024
    • Mohd Mehdi's avatar
      openssh: add uci and multi-instance support · 993bded9
      Mohd Mehdi authored and Rahul Thakur's avatar Rahul Thakur committed
      * 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.
      993bded9
  9. Mar 26, 2024
  10. Mar 21, 2024
  11. Mar 11, 2024
  12. Mar 07, 2024
  13. Mar 06, 2024
  14. Mar 03, 2024
  15. Feb 29, 2024
  16. Feb 15, 2024
  17. Feb 08, 2024
  18. Feb 02, 2024
  19. Jan 22, 2024
  20. Jan 18, 2024
  21. Dec 29, 2023
  22. Dec 28, 2023
  23. Dec 06, 2023
  24. Nov 30, 2023
  25. Nov 29, 2023
  26. Nov 28, 2023
  27. Nov 16, 2023
  28. Nov 13, 2023
  29. Nov 12, 2023
  30. Nov 10, 2023
  31. Nov 08, 2023
    • Stan Grishin's avatar
      adblock-fast: update to 1.0.1-1 · 4df5572b
      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: default avatarStan Grishin <stangri@melmac.ca>
      (cherry picked from commit 11df396a18733111a0801d3967142ec0014b564b)
      4df5572b
    • Michael Heimpold's avatar
      Merge pull request #22611 from mhei/23.05-php8-update-to-8.2.12 · 4a21e9e7
      Michael Heimpold authored
      [23.05] php8: update to 8.2.12
Loading