Franco Fichtner
7f7406535e
security/clamav: basic model style
2026-01-19 04:49:41 +01:00
Franco Fichtner
95162ce51d
plugins: fix changelog styling
...
No GitHub handles, looks like broken mail addresses. ;)
2025-08-13 09:57:14 +02:00
KS
b9d21c1dd4
Clamav: fix DetectBrokenExecutables option ( #4873 )
2025-08-05 19:25:43 +02:00
Franco Fichtner
f240ec0fce
plugins: run style-model
2025-07-02 10:46:07 +02:00
Monviech
089aaa256d
mvc: Replace camelCase API notation with snake_case, some more spots that were missed ( #4768 )
2025-06-23 17:32:56 +02:00
Monviech
4b4ec29eca
mvc: Replace camelCase API notation with snake_case ( #4767 )
...
* mvc: Replace camelCase API notation with snake_case
* mvc: Replace camelCase API notation with snake_case, fixed some special cases in www/caddy
2025-06-23 14:45:51 +02:00
Michael
9fea9fd5e5
security/clamav: Add Restart command to cron ( #4685 )
2025-05-08 12:47:16 +02:00
Franco Fichtner
04fb480492
security/clamav: rev bump
2025-01-08 09:31:02 +01:00
Andy Binder
235e6a5214
Fix typo in freshclam.sh ( #4423 )
2024-12-26 07:49:22 +01:00
Franco Fichtner
8d0c52fbe3
security/clamav: remove sessionClose()
2024-12-12 08:42:09 +01: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
0ce2b67e52
security/clamav: consistency in spelling
...
PR: https://github.com/opnsense/lang/issues/62
2023-09-19 19:47:39 +02:00
kulikov-a
544936f451
typo ( #3209 )
2022-12-03 12:38:05 +01:00
kulikov-a
cf85f17882
migrate to syslog-ng ( #3208 )
2022-12-02 21:17:30 +01:00
Franco Fichtner
abf9ebdb11
security/clamav: move to NAME_setup use
...
Fiddle with the freshclam script to use the rc system so that
setup.sh is invoked implicity. Restart seems more reasonable
than an opportunistic start.
PR: https://github.com/opnsense/core/issues/5917
2022-09-06 09:10:22 +02:00
Franco Fichtner
4c74529f61
plugins: remove obsolete _var_mfs; closes #3002
2022-08-01 09:29:17 +02:00
Franco Fichtner
cdd4d15db7
security: bump revision numbers
2021-02-22 15:14:23 +01:00
Franco Fichtner
7f12477cc3
plugins: small reformat
2020-11-09 12:02:35 +01:00
Franco Fichtner
18bc32f3b3
plugins: serious style sweep
2020-02-13 10:42:37 +01:00
Ad Schellevis
2b96030bcb
clamav/log switch to new log view https://github.com/opnsense/plugins/issues/1593
2019-11-28 22:55:31 +01:00
Franco Fichtner
8f2805ef58
plugins: PSR12 for "s" and "w"
2019-10-07 21:40:59 +02:00
Michael
d5e94c7239
security/clamav: add custom signatures ( #1337 )
2019-05-20 10:46:22 +02:00
Michael
930ebe8111
security/clamav: remove deprecated config ( #1314 )
2019-04-26 14:19:28 +02:00
Michael
ece3e71c15
security/clamav: remove deprecated defaults and rename options ( #1275 )
2019-03-25 10:56:09 +01:00
Michael
612f20c104
security/clamav: add third party signatures ( #1184 )
2019-02-13 08:31:21 +01:00
Franco Fichtner
4ff026076a
src: style sweep
2019-01-14 09:04:33 +01:00
Franco Fichtner
1f96ba04e3
security/clamav: fix symlink permission mismatch, cleanups; closes #569
...
FreeBSD sets 0755 as permission so let's just follow to avoid potential
mismatches in the future.
2019-01-04 09:57:19 +01:00
Franco Fichtner
6fbe82b1f4
*/*: retrofit @mimugmail's e-mail as requested
2018-09-17 08:05:31 +02:00
Franco Fichtner
3d852798e8
security/clamav: fix more bugs with log viewer
...
Now we have enough to call it 1.5.
2018-02-12 06:43:23 +00:00
Franco Fichtner
83464cf82b
security/clamav: split log differently for freshclam; closes #559
2018-02-12 07:31:41 +01:00
Franco Fichtner
8d6debcf5d
security/clamav: fix typos
...
PR: https://forum.opnsense.org/index.php?topic=7210.0
2018-02-08 08:38:00 +01:00
Franco Fichtner
8ebb3bd465
*/*: remove _opnsense_bootup_run
...
PR: https://github.com/opnsense/core/issues/1835
2018-01-30 10:22:18 +01:00
NOYB
5533702035
HTML Compliance - Attribute "type" on Element <script>
...
Warning: The type attribute is unnecessary for JavaScript resources.
HTML5: Edition for Web Authors
http://www.w3.org/TR/2014/REC-html5-20141028/scripting-1.html
The default, which is used if the attribute is absent, is "text/javascript".
The Script element
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script
HTML5 specification urges authors to omit the attribute rather than provide a redundant MIME type.
2018-01-21 13:35:06 +01:00
Franco Fichtner
e9026266a4
security/clamav: patch in mutable service controller, style fixes
2018-01-02 06:45:06 +00:00
Franco Fichtner
0b35f67d28
security/clamav: bump version after changes
...
Mutable service controlller is pending... :)
2018-01-01 13:11:20 +01:00
Franco Fichtner
0165c94663
*/*: audit [reconfigure] usage; closes #454
...
As expected, the call is never used.
2018-01-01 13:00:29 +01:00
Alexander Shursha
1feb15e25f
Fix freshclam running from SmartSoft. ( #446 )
2017-12-27 15:19:39 +01:00
Alexander Shursha
aa526b13b9
Controllers simplification. ( #442 )
2017-12-21 09:27:28 +01:00
Franco Fichtner
f695bc25ce
*/*: migrate _opnsense_bootup_run to simpler _var_script suffix
...
PR: https://github.com/opnsense/core/issues/1835
2017-12-18 18:28:10 +00:00
Michael
65b835dfed
security/clamav: reworked menu, added logviewer ( #392 )
2017-11-27 07:20:20 +01:00
Franco Fichtner
7dab3a4273
*/*: minor UX tweaks for clamav / c-icap
2017-11-24 07:34:10 +00:00
Franco Fichtner
3c1ac32022
*/*: follow-up for previous
2017-11-23 20:25:48 +01:00
Alexander Shursha
50d13ca79b
Waiting for service startup. ( #328 )
2017-11-23 20:13:45 +01:00
Franco Fichtner
b4b7eacb5a
security/clamav: bump version after change
2017-11-20 04:44:40 +01:00
Alexander Shursha
4ca0a9f13d
Checking .CLD and .CVD files. ( #339 )
2017-11-20 04:43:56 +01:00
Franco Fichtner
c552fdbf10
security/clamav: whitespace sweep
2017-10-22 11:41:30 +02:00
Alexander Shursha
153029ae76
Show ClamAV version and databases versions ( #317 )
2017-10-10 12:53:12 +02:00
Michael
5fa2d7ce9c
Typos: make "Settings" upper case ( #285 )
2017-09-25 08:02:28 +02:00
Franco Fichtner
32adbb59e8
security/clamav: version bump to allow /var MFS
2017-09-21 09:23:03 +02:00