summaryrefslogtreecommitdiffstats
path: root/src/scanviewer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed stray ' in string.Michele Calgaro2021-10-101-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* ScanViewer: i18n() of a string.Mavridis Philippe2021-03-031-1/+1
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* ScanViewer: removed joke.Mavridis Philippe2021-02-191-2/+0
| | | | | | Let's hope that KlamAV is already "mature enough" for this :) Signed-off-by: Mavridis Philippe <[email protected]>
* ScanViewer: i18n() of some missed strings.Mavridis Philippe2021-02-191-3/+3
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* Made clamdscan use the --fdpass option.Mavridis Philippe2021-02-101-1/+1
| | | | | | | This option is recommended as it is faster and permits to scan other users' files. For a more detailed description see clamdscan(1). Signed-off-by: Mavridis Philippe <[email protected]>
* Added more scanning options to Special File Types section.Mavridis Philippe2021-02-071-0/+15
| | | | | | This relates to issue #15. Signed-off-by: Mavridis Philippe <[email protected]>
* Added a new, separate options section for Archives.Mavridis Philippe2021-02-071-0/+3
| | | | | | | | | Options from the Archive Limits section have been moved there. A new option for disabling/enabling archive scanning has been added (--scan-archives switch for clamscan). This is related to issue #15. Signed-off-by: Mavridis Philippe <[email protected]>
* Updated command-line switches.Mavridis Philippe2021-02-051-79/+7
| | | | | | | | | | | | Deprecated archive extraction options were removed and some switches were renamed according to changes in ClamAV 0.101.0. ClamAV seems to handle archive extraction fully on its own and thus those options are not provided by clamscan anymore. This relates to issue #15. Signed-off-by: Mavridis Philippe <[email protected]>
* Added support for clamd scanning.Mavridis Philippe2021-02-051-55/+96
| | | | | | | | | | | | | This option has to be enabled in the new 'Backend' section of the Options dialog. Most configuration options are unavailable for use with 'clamdscan'. For more information on the inherited limitations see the man page for clamdscan(1). This resolves issue #17. Signed-off-by: Mavridis Philippe <[email protected]>
* eventsrc: Cleanup and clarificationMavridis Philippe2021-01-301-2/+2
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* Remove unneeded i18n() callsMavridis Philippe2021-01-291-2/+2
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* Fixed some TQString->const char * casts.Mavridis Philippe2021-01-251-2/+2
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* Virus Browser: Reworked search engine slots.Mavridis Philippe2021-01-141-14/+0
| | | | | | | Slots for obsolete search engines were removed and URLs for working ones were put into variables (to make changing them easy). Signed-off-by: Mavridis Philippe <[email protected]>
* Removed Klamd and Dazuko/Clamuko/Klamd-related code.Mavridis Philippe2021-01-141-10/+3
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* Fixed GUI typo.Mavridis Philippe2021-01-141-4/+4
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* Conversion KDE3->TDEMavridis Philippe2021-01-131-41/+41
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* Conversion Qt3->TQtMavridis Philippe2021-01-131-127/+127
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* Initial commitMavridis Philippe2021-01-131-0/+1014
Signed-off-by: Mavridis Philippe <[email protected]>