aboutsummaryrefslogtreecommitdiffstats
path: root/config/havp
Commit message (Collapse)AuthorAgeFilesLines
* havp - fix XML tabs tagsdoktornotor2015-09-101-4/+3
|
* havp - fix crontab handling (Bug #5117)doktornotor2015-09-101-2/+2
|
* havp - add clamd log tab to GUIdoktornotor2015-09-091-12/+30
|
* havp - add clamd log tab to GUIdoktornotor2015-09-091-1/+6
|
* havp - add clamd log tab to GUIdoktornotor2015-09-091-1/+5
|
* havp - add clamd log tab to GUIdoktornotor2015-09-091-1/+2
| | | This is a resubmit of PR #804
* havp cron handling - remove more of reinvented wheelsdoktornotor2015-08-281-10/+3
| | | No need for this code, already handled by install_cron_job() as well.
* havp code style cleanupdoktornotor2015-08-281-1611/+1536
| | | | | | | - Update copyright header - Loads of code style/indentation/whitespace fixes - Replace deprecated eregi() with preg_match - Use install_cron_job() instead of re-implementing it - Nuke bunch of useless pfSense 1.2.x checks
* havp code style cleanupdoktornotor2015-08-271-317/+327
| | | | | - Update copyright header - Fix indentation/whitespace - XHTML fixes
* havp code style cleanupdoktornotor2015-08-271-34/+31
| | | | | - Update copyright header - Fix indentation/whitespace - XHTML fixes
* havp code style cleanupdoktornotor2015-08-271-48/+88
| | | | - Add copyright header - Fix indentation/whitespace
* havp code style cleanupdoktornotor2015-08-271-106/+149
| | | | | - Add copyright header - Fix indentation/whitespace - Improve descriptions
* havp code style cleanupdoktornotor2015-08-271-315/+369
| | | | | - Add copyright header - Fix indentation/whitespace - Improve descriptions
* Update havp.incNacho2015-07-061-1/+2
|
* Update havp.incNacho2015-07-061-1/+6
|
* Update havp.incNacho2015-04-301-6/+6
| | | This changes fix HAVP on pfsense 2.2.2 as related on https://forum.pfsense.org/index.php?topic=90706.0
* Explain what "Log" meansAndrew Nikitin2015-01-091-1/+1
| | | As clamd may have its own log file, we must explain that "Log" tab contains HAVP log
* Explain what "Log" meansAndrew Nikitin2015-01-091-1/+1
| | | As clamd may have its own log file, we must explain that "Log" tab contains HAVP log
* Explain what "Log" meansAndrew Nikitin2015-01-091-4/+4
| | | As clamd may have its own log file, we must explain that "Log" tab contains HAVP log
* Explain what "Log" meansAndrew Nikitin2015-01-091-1/+1
| | | As clamd may have its own log file, we must explain that "Log" tab contains HAVP log
* Explain what "Log" meansAndrew Nikitin2015-01-091-1/+1
| | | As clamd may have its own log file, we must explain that "Log" tab contains HAVP log
* HAVP configurator "Log" option now really usingAndrew Nikitin2015-01-091-1/+1
| | | HAVP webConfigurator "Log" checkbox not using at all. Error logs was written always, regardless of "Log" option. Change this behaviour to reflect configurator option. Note: HAVP access log writes always because of virus attentions.
* Added ability to change ClamAV mode from GUISunStroke742014-12-271-1/+1
|
* Added ability to change ClamAV mode from GUISunStroke742014-12-271-6/+8
| | | Solves situation when "save" needs to be pressed twice.
* Added ability to change ClamAV mode from GUISunStroke742014-12-271-1/+0
| | | Solves situation when "save" needs to be pressed twice.
* Added ability to change ClamAV mode from GUISunStroke742014-12-271-1/+2
| | | | Attention. Don`t know why, but to properly change mode settings needs to be saved twice. Looks like reading settings executing before "save" command. Maybe someone could investigate that. At this version added notice in gui.
* Added ability to change ClamAV mode from GUISunStroke742014-12-271-0/+16
|
* Merge pull request #758 from SunStroke74/patch-4Renato Botelho2014-12-264-2/+116
|\
| * Update havp_avset.xmlSunStroke742014-12-261-1/+5
| |
| * Add tab to view HAVP error logSunStroke742014-12-261-1/+5
| |
| * Add tab to view HAVP error logSunStroke742014-12-261-0/+1
| |
| * File to view HAVP error logSunStroke742014-12-261-0/+105
| | | | | | File to render "Log" tab with HAVP error log contents. Need to be placed to /usr/local/www folder.
* | Merge pull request #757 from SunStroke74/patch-3Renato Botelho2014-12-261-2/+2
|\ \
| * | Change of find pattern in havp access log fileSunStroke742014-12-241-2/+2
| |/ | | | | After switching from clamd to libclamav in havp.inc webConfigurator stop parsing of log file because of strong search pattern for clamd - "virus clamd:". Make it more universal.
* / Adding button to clear havp access logSunStroke742014-11-281-1/+6
|/ | | Do not know how to catch button press event, therefor 'clearlog_x' parameter taken from $_POST array during debug (similar to 'start'/'stop' events).
* Fix call-time pass-by-reference in HAVP, bumpjim-p2014-05-074-10/+10
|
* Fixup URLs:Renato Botelho2014-03-181-4/+4
| | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
* old code looked for 2.0 to decide if this was 2+, changed to 2.Anthony Paul2013-09-051-3/+11
| | | | made sure some dirs were created and permissions set before trying to write to them
* Fix clamav us db hostnamejim-p2012-07-261-1/+1
|
* Fix clamav database ownerjim-p2012-07-161-1/+1
|
* Fix typojim-p2012-07-031-1/+1
|
* Make sure the log dir for clamav exists too (and 2.1 is also 2.x, old test ↵jim-p2012-07-031-1/+3
| | | | wasn't proper)
* ensure that the clamav db dir exists.jim-p2012-07-031-0/+6
|
* Ensure havp user and group existjim-p2012-07-031-1/+6
|
* fix up text in HAVPChris Buechler2012-06-231-11/+11
|
* keep havp and widget working on 2.0 and 2.1 pfsense versionsmarcelloc2012-06-111-2/+12
|
* Merge pull request #239 from dvserg/masterScott Ullrich2012-05-031-2/+2
|\ | | | | Fix for 2.1
| * Fix for 2.1Sergey Dvoriancev2012-05-031-2/+2
| |
* | Generalize reference to pfSensejim-p2012-03-271-1/+1
| |
* | Added the option to enable/disable "Heuristics.Broken.Executable" scan.Michele Di Maria2012-03-162-1/+14
|/ | | | See http://forum.pfsense.org/index.php/topic,47271.0.html for more info