Commit Graph

938 Commits

Author SHA1 Message Date
Frank Wall
911bdce8b4 security/acme-client: add OTP Code for Synology, refs #4045 2024-12-18 11:51:57 +01:00
Frank Wall
675f682aeb security/acme-client: bump version + update changelog 2024-12-18 11:51:43 +01:00
Frank Wall
9d528264d7 security/acme-client: convert synology_dsm variables to uppercase, refs #4286 2024-12-17 17:00:25 +01:00
Frank Wall
636a1f18ba security/acme-client: set default SFTP/SSH port if unset, fixes #4363 2024-12-17 16:40:08 +01:00
Mihail
ee2eda08ed security/acme-client: Add fornex API dns challenge type (#4389)
security/acme-client: Add fornex API dns challenge type
2024-12-17 16:39:10 +01:00
Frank Wall
afa69999be security/acme-client: minor style fixes, refs #4328 2024-12-17 16:38:41 +01:00
W516
83dee33e3a security/acme-client: Add support for MyDNS.JP DNS API (#4328)
Added support for mydns.jp to acme client's WebGUI.
2024-12-17 16:33:29 +01:00
Franco Fichtner
5bcbe9adc7 security/tailscale: release 1.0 2024-12-17 08:21:19 +01:00
Franco Fichtner
5071c8f410 security/tailscale: tweak description 2024-12-17 07:38:55 +01:00
Franco Fichtner
361c4806a3 security/tinc: remove sessionClose() 2024-12-17 07:27:26 +01:00
Sam Sheridan
eb044ee895 enforce --auth-key param in template preventing prompt for auth on boot (#4395) 2024-12-13 20:30:42 +01:00
Franco Fichtner
110d71fc3b security/etpro-telemetry: remove sessionClose() 2024-12-12 08:42:51 +01:00
Franco Fichtner
8d0c52fbe3 security/clamav: remove sessionClose() 2024-12-12 08:42:09 +01:00
Franco Fichtner
80ef988989 security/tailscale: style sweep 2024-12-06 17:14:35 +01:00
Sam Sheridan
cadc03aebd add tailscale plugin (#4386) 2024-12-06 16:48:34 +01:00
Franco Fichtner
46ef70f242 security/wazuh: defaults are all required in the model 2024-11-15 08:23:08 +01:00
sophie [⛧-440729]
530e70cebc security/wazuh-agent: implement options to change server ports (#4346) 2024-11-11 18:03:00 +01:00
Franco Fichtner
bb69d46537 security/tinc: bump revision 2024-11-05 16:05:12 +01:00
Franco Fichtner
d7748ce367 security/etpro-telemetry: bump revision 2024-11-05 16:03:48 +01:00
Andrew
343912e454 Remove "pipes" Python module dependency (#4336)
This commit fixes the folowing warning at boot:

<118>/usr/local/opnsense/scripts/OPNsense/Tinc/tincd.py:34: DeprecationWarning: 'pipes' is deprecated and slated for removal in Python 3.13
2024-11-03 10:38:07 +01:00
doktornotor
30bf1fa72f Lower logging priority (#4228)
PR: https://forum.opnsense.org/index.php?topic=42759.0

See man syslog(3) and https://github.com/opnsense/core/issues/7101

This log message is of no interest to anyone beyond debugging telemetry functionality.
2024-10-31 18:26:08 +01:00
linuxlurak
c0a976f81f Update sensor.xml (#4269)
* Update sensor.xml

Added optimized description regarding remote logging.

* Update security/maltrail/src/opnsense/mvc/app/controllers/OPNsense/Maltrail/forms/sensor.xml

Co-authored-by: Franco Fichtner <franco@lastsummer.de>

---------

Co-authored-by: Franco Fichtner <franco@lastsummer.de>
2024-10-20 09:27:49 +02:00
Franco Fichtner
6d051c7016 security/clamav: style update 2024-10-20 07:57:02 +02:00
Michael
730a05ad6c security/clamav: adjust new rc filenames (#4313) 2024-10-20 07:56:12 +02:00
Franco Fichtner
3b55d0a012 security/wazuh-agent: wrap up next version 2024-10-16 07:51:58 +02:00
Ad Schellevis
deebe03e41 security/wazuh-agent - add advanced option to specifify protocol. closes https://github.com/opnsense/plugins/issues/4289 2024-10-10 21:21:09 +02:00
Frank Wall
b59158a336 security/acme-client: update changelog 2024-10-01 00:33:22 +02:00
Frank Wall
35935cfac2 security/acme-client: bump version 2024-10-01 00:33:22 +02:00
Frank Wall
2da2cbfbfa security/acme-client: create symlinks for acme.sh script directories
We've received reports that in some cases acme.sh is unable to locate required scripts:
"Cannot find dns api hook for: ..."
Although I have not been able to reproduce this, a simple fix seems to add symlinks for the script directories to $LE_WORKING_DIR.
2024-10-01 00:33:22 +02:00
Marek Wester
c96d0b8aa9 security/acme-client: fix vault support, added vault token (#4270) 2024-10-01 00:32:01 +02:00
laraveluser
edacecf893 security/acme-client: Add Support for Lima-City DNS API (#3566) 2024-09-30 13:55:54 +02:00
Mark Keisler
110f48dae1 security/acme-client: Update "OPNsense certificate storage" link to correct href 2024-09-24 07:22:52 +02:00
Franco Fichtner
a6f1004634 security/etpro-telemetry: add missing ACL; closes #4232 2024-09-17 08:05:15 +02:00
Franco Fichtner
1ea9867ac9 plugins: dashboard compat
PR: https://github.com/opnsense/core/issues/7777
2024-08-16 11:38:07 +02:00
Franco Fichtner
3d2a625409 security/etpro-telemetry: bump revision 2024-08-06 14:28:44 +02:00
Monviech
1245d3b5be dashboard: Implement cache safe imports of base classes (#4157) 2024-08-06 14:09:29 +02:00
Franco Fichtner
cab23a684b security/acme-client: change interface again for reasons
If we call the backend without an interface parameter we will return all
of them.  To provide parity with single interface check keep the interface
key so we need to access it directly as well.
2024-08-02 10:34:30 +02:00
Franco Fichtner
25ec135f0a security/acme-client: backend result changes slightly 2024-08-02 09:27:13 +02:00
Franco Fichtner
5e177e30c3 security/intrusion-detection-content-snort-vrt: bump version 2024-08-01 11:17:12 +02:00
Franco Fichtner
fcbce1d93b security/etpro-telemetry: bump revision 2024-07-31 11:26:00 +02:00
Monviech
743a87984f security/etpro-telemetry: Fix widget (#4128)
The API returns "sensor_status":"ACTIVE", which is upper case.
The widget logic compares it to "active", which makes the widget fail to show any data. Converting "ACTIVE" to lower case solves that issue.
2024-07-29 14:28:49 +02:00
Frank Wall
f60f835cca security/acme-client: fix PHP error; don't hide useful messages 2024-07-28 14:02:00 +02:00
Frank Wall
1d5bb7781d security/acme-client: fix more PHP deprecation messages, closes #4008 2024-07-27 23:18:50 +02:00
Frank Wall
6318a3aea1 security/acme-client: fix log severity, closes #3955 2024-07-27 22:47:59 +02:00
Frank Wall
7ce10697f2 security/acme-client: adjust HAProxy related logging, fixes #3860 2024-07-27 22:38:25 +02:00
Frank Wall
c44b1e47aa security/acme-client: bump version 2024-07-27 22:20:07 +02:00
Frank Wall
296382b5f5 security/acme-client: fix missing log entries in GUI 2024-07-27 22:18:27 +02:00
Jonny5
30fe0beda9 using latest Snort V2 Snapshot available (#4110) 2024-07-23 18:58:22 +02:00
Stephan de Wit
2478471b2a security/etpro-telemetry - change GET to ajaxCall 2024-07-15 10:54:19 +02:00
Frank Wall
e3cebacad7 security/acme-client: bump version 2024-07-14 22:56:25 +02:00