Changes for page ClamAV


From version 33.3
edited by jdr
on 23.11.2023, 14:38
Change comment: There is no comment for this version
To version 33.2
edited by awa
on 14.06.2022, 12:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.jdr
1 +XWiki.awa
Content
... ... @@ -39,13 +39,14 @@
39 39  : Default value: //127.0.0.1//. Specifies the //IP// address of the //ClamAV//-daemon service to be used. The default value is //127.0.0.1// and thus uses a local //ClamAV//-daemon service.
40 40  ; port (Required)
41 41  : Default value: //3310//. Specifies the port of the //ClamAV//-daemon service to use. The default value should only be changed if this port is not available.
42 -; os (Optional)
43 -: Default value: //JVM_PLATFORM//. Operating system on which the ClamAV daemon service is running. This value is only relevant if the operating system of formcycle and that of the ClamAV daemon service are different. For Linux or MacOS enter //UNIX//, for Windows enter //WINDOWS//. If both are running on the same operating system, you can leave this value blank or use //JVM_PLATFORM//.
42 +; file-source
43 +: If the value //stream// is entered here (default value), the data of the file to be checked will be transferred directly to the //ClamAV//-daemon service. If the value //path// is entered here, scanning is done directly on the path - whereby the //ClamAV//-daemon service must have root rights for this.
44 44  
45 45  {{info}}
46 46  //ClamAV// is intended to run on Linux-based servers. Therefore, we cannot guarantee any other support.
47 47  {{/info}}
48 48  
49 +
49 49  == Configuration //ClamAV// ==
50 50  
51 51  The following section discusses installation and configuration of //ClamAV//. Our recommended scenario is to install {{formcycle/}} and the //ClamAV//-daemon service on the same server.
... ... @@ -150,18 +150,18 @@
150 150  
151 151  == Version history ==
152 152  
153 -=== Version 1.0.3 ===
154 +=== Version 1.0.3
154 154  
155 155  * Change: The plugin is synchronized with the frontend server when one is available. This allows for malware scanning when using a frontend server.
156 156  
157 -=== Version 1.0.2 ===
158 +=== Version 1.0.2
158 158  
159 159  * Remove: property for path scanning, only InputStream now.
160 160  
161 -=== Version 1.0.1 ===
162 +=== Version 1.0.1
162 162  
163 163  * Fix: Skip scanning if operating system is not UNIX instead of detecting the file as a virus.
164 164  
165 -=== Version 1.0.0 ===
166 +=== Version 1.0.0
166 166  
167 167  * Initial release