8,565 commits found in 14 milliseconds
OPNSense /plugins a5acdae — security/wazuh-agent Makefile, security/wazuh-agent/src/opnsense/scripts/wazuh opnsense-fw security/wazuh-agent: sync with master
security/wazuh-agent: bump revision
security/wazuh-agent: fix syntax error in opnsense-fw active response (#5174)
Fix critical syntax error in opnsense-fw active response script that prevents IPs from being added to the __wazuh_agent_drop alias.
## Problem
The script contains invalid Python syntax - a variable assignment inside a dictionary literal:
```python
"parameters":{
unique_key = "%s-%s" % (...) # Invalid Python syntax
"keys": [unique_key]
}
```
This causes the script to fail with a SyntaxError on all 'add' commands, meaning attacking IPs are never blocked.
## Changes
- Move unique_key assignment outside dictionary literal (fixes SyntaxError)
- Fix typo: 'even' -> 'event' in error message
- Add debug logging for easier troubleshooting
[3 lines not shown ] OPNSense /plugins cb73d5e — security/acme-client pkg-descr Makefile, security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeValidation TlsalpnAcme.php HttpOpnsense.php Merge pull request #5173 from fraenki/acme_413
security/acme-client: release 4.13 security/acme-client: update changelog
security/acme-client: release 4.13
OPNSense /plugins db0b943 — security/acme-client pkg-descr, security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeValidation HttpOpnsense.php TlsalpnAcme.php security/acme-client: remove duplicate slashes, refs #5166
OPNSense /plugins 728b97c — security/acme-client/src/opnsense/mvc/app/models/OPNsense/AcmeClient AcmeClient.xml Merge pull request #5168 from gigamonster256/push-rwxoyqsoyqlp
security/acme-client: allow always renew OPNSense /plugins be5be59 — security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms dialogValidation.xml, security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeValidation DnsTransip.php security/acme-client: make it possible to obtain a global access token from TransIP (#5166)
* security/acme-client: Add option for global token to TransIP
The TransIP dns api and the acme.sh api for TransIP support the possibility to create a global access token.
With a global access token, the api call to TransIP can be amde from every ip adress.
There is a new button in the client configuration for TransIP, and this will be added to the account configuration file, which is used by acme.sh OPNSense /plugins f3d86bb — security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms dialogValidation.xml, security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeValidation DnsSpaceship.php Merge pull request #5158 from Benno089/ISSUE-4959
security/acme-client: add support for DNS challenge Spaceship.com OPNSense /plugins 67977c4 — security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms dialogAction.xml, security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeAutomation AcmeRuckus.php Merge pull request #5157 from GutierrezJeremy/deploy-hook-ruckus
security/acme-client: add support for acme.sh deploy hook "Ruckus" OPNSense /plugins 268d504 — security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms dialogCertificate.xml, security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient LeCertificate.php Merge pull request #5154 from apritcha1/master
security/acme-client: add support for ACME profiles OPNSense /plugins f38a72a — sysutils/git-backup Makefile, sysutils/git-backup/src/opnsense/mvc/app/library/OPNsense/Backup Git.php sysutils/git-backup: fix missing target dir
PR: https://forum.opnsense.org/index.php?topic=50542.0
(cherry picked from commit 4212ffea8c2c287c1ad9daba23590bfac857be10 )
OPNSense /plugins 4212ffe — sysutils/git-backup Makefile, sysutils/git-backup/src/opnsense/mvc/app/library/OPNsense/Backup Git.php sysutils/git-backup: fix missing target dir
PR: https://forum.opnsense.org/index.php?topic=50542.0
isc-dhcp: check if device we try to configure exists in the system
PR: https://github.com/opnsense/plugins/issues/5169
(cherry picked from commit 4020561368ab697fbef2c5d6a3585b7647298fd3 )
isc-dhcp: check if device we try to configure exists in the system
PR: https://github.com/opnsense/plugins/issues/5169
dns/ddclient: style sweep
OPNSense /plugins 9810e4b — sysutils/apuled LICENSE README.md, sysutils/apuled/src/etc/rc.syshook.d/early 30-apuled syssutils/apuled: drop obsolete plugin
net/isc-dhcp: sync with master
net/isc-dhcp: support idassoc6 mode correctly
Slightly simplify the previous code conditions since the new
GUI code does auto-track6 separately now and both modes have
'track6-interface' set.
PR: https://forum.opnsense.org/index.php?topic=50474.msg257718#msg257718
net/isc-dhcp: support idassoc6 mode correctly
OPNSense /plugins b23594e — security/acme-client/src/opnsense/mvc/app/models/OPNsense/AcmeClient AcmeClient.xml security/acme-client: allow always renew
OPNSense /plugins 93f434d — security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms dialogValidation.xml, security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeValidation DnsSpaceship.php security/acme-client:add support for DNS challenge Spaceship.com
OPNSense /plugins e9eb048 — security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms dialogAction.xml, security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeAutomation AcmeRuckus.php security/acme-client: add support for acme.sh deploy hook "Ruckus"
dns/ddclient: small bump for now
LICENSE: sync
net/frr: sync with master
net/frr: sync with master
net/frr: annotate fix
net/frr: fix hang in carp start hook