aboutsummaryrefslogtreecommitdiffstats
path: root/config/havp
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix startup scriptSergey Dvoriancev2012-02-291-1/+1
|
* Fix: filter rules off if havp disabled; start script update;Sergey Dvoriancev2012-02-271-3/+18
|
* Changed to reflect YYYY.MM.DDLostInIgnorance2011-07-291-1/+1
|
* Changed to reflect YYYY.MM.DDLostInIgnorance2011-07-291-7/+7
|
* HAVP Tabs updatedvserg2010-12-141-7/+0
|
* HAVP Tabs addeddvserg2010-12-122-24/+55
|
* HAVP firewall rules fix for 2.0, status avupdate message fix.dvserg2010-11-213-33/+52
|
* Havp GUI changed. Restructured antivirus.php . Removed filescan page.dvserg2010-11-144-112/+104
|
* More HAVP fixes from vcoquejim-p2010-09-242-6/+9
|
* HAVP fixes. Submitted-By vcoquejim-p2010-09-231-52/+9
|
* Havp status page addedSerg2010-05-315-52/+516
|
* HAVP boot fixSerg2010-05-122-16/+45
|
* Havp template path bug fixSerg2010-04-301-2/+3
|
* Change log behavior, fix freshclam log bug in 1.2.x. Fix firewall rules bug ↵Serg2010-04-283-52/+64
| | | | in 1.2.x
* Havp update for 2.x. Changed firewall rules generation.Serg2010-04-274-86/+164
|
* Fix spelling typo. Found by ErmalScott Ullrich2009-09-091-1/+1
|
* Unbreak packages that use filter_configure_* on 2.0Scott Ullrich2009-08-091-1/+3
|
* HAVP blacklist fixdvserg2009-05-261-25/+45
| | | | Signed-off-by: dvserg <dv_serg@mail.ru>
* Havp RAMdisk bug fixed.dvserg2009-05-121-17/+14
| | | | Signed-off-by: dvserg <dv_serg@mail.ru>
* Fix small bugs. Change squid options.dvserg2009-05-112-131/+169
| | | | Signed-off-by: dvserg <dv_serg@mail.ru>
* havp update new version ; squidGuard fix small bugserg dvoriancev2009-05-014-444/+1420
|