aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | 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 #761 from bmeeks8/suricata-2.0.4-v2.1.2Renato Botelho2014-12-294-15/+29
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Bump Suricata GUI package version to 2.1.2 for bug fixes.bmeeks82014-12-282-3/+3
| | | | | |
| * | | | | Define URL variable as local instead of global.bmeeks82014-12-281-2/+7
| | | | | |
| * | | | | Check for ET IQRisk update once every 6 hours instead of once daily.bmeeks82014-12-282-2/+2
| | | | | |
| * | | | | Do not show md5 checksum files in IP LIST MGMT tab.bmeeks82014-12-281-1/+3
| | | | | |
| * | | | | Fix fatal error 'string offset cannot be array' on greenfield installs.bmeeks82014-12-281-0/+4
| | | | | |
| * | | | | Always do a manual IQRisk file check when enabled and saving settings.bmeeks82014-12-251-1/+4
| | | | | |
| * | | | | Need trim() in some places to filter md5 hash string.bmeeks82014-12-251-6/+6
| | |_|_|/ | |/| | |
* | | | | Remove wrong message, just one log level can be selected. It fixes #4144Renato Botelho2014-12-261-2/+1
| | | | |
* | | | | 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.
* | | | | | Merge pull request #741 from SunStroke74/patch-2Renato Botelho2014-12-261-1/+6
|\ \ \ \ \ \
| * | | | | | 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).
* | | | | | | Merge pull request #730 from SunStroke74/patch-1Renato Botelho2014-12-262-0/+55
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Advansed options for NUT config filesSunStroke742014-11-141-0/+18
| | | | | | | | | | | | | | | | | | | | | Allow add custom options in NUT config files. Raw text, no syntax checking.
| * | | | | | Advansed options for NUT config filesSunStroke742014-11-131-0/+37
| | | | | | | | | | | | | | | | | | | | | Allow add custom options in NUT config files. Raw text, no syntax checking.
* | | | | | | Use proper binary on 2.2, based on patch submitted by Denny Page. Fixes #4118Renato Botelho2014-12-241-5/+18
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #756 from PiBa-NL/haproxy_multi_bind_fixjim-p2014-12-211-4/+11
|\ \ \ \ \ \
| * | | | | | haproxy-devel, fix frontend ipv4/ipv6 detection for usage in backend ↵PiBa-NL2014-12-221-4/+11
| | |_|/ / / | |/| | | | | | | | | | | | | | | | transparent_clientip
* | | | | | haproxy-devel, fix config upgrade bug.PiBa-NL2014-12-211-1/+1
| | | | | |
* | | | | | Merge pull request #753 from PiBa-NL/haproxy_multi_bindjim-p2014-12-218-331/+937
|\ \ \ \ \ \
| * | | | | | haproxy-devel, add options to set the 'errorfile' option to replace haproxy ↵PiBa-NL2014-12-167-9/+319
| | | | | | | | | | | | | | | | | | | | | | | | | | | | errors like 'no server available'
| * | | | | | haproxy-devel, remove old listen ip:port configuration, add conversion code.PiBa-NL2014-12-044-340/+566
| | | | | | |
| * | | | | | haproxy-devel, option to listen on multiple ip's ports in each frontendPiBa-NL2014-11-202-2/+69
| | | | | | |
| * | | | | | haproxy-devel, fix removing items from lists without first needing to edit them.PiBa-NL2014-11-191-3/+6
| | | | | | |
* | | | | | | Merge pull request #750 from PiBa-NL/mailscannerRenato Botelho2014-12-191-1/+1
|\ \ \ \ \ \ \
| * | | | | | | mailscanner, allow de-installation of the package (on 2.2 ?).PiBa-NL2014-12-131-1/+1
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | solves: [ PHP ERROR Type:64, File:/etc/inc/globals.inc, Line: 176, Message: Cannot redeclare platform_booting() (previously declared in /etc/inc/globals.inc:168)]
* | | | | | | Bump package revision due to last changesRenato Botelho2014-12-191-1/+1
| | | | | | |
* | | | | | | Merge pull request #754 from bmeeks8/snort-2.9.7.0-v3.2Renato Botelho2014-12-191-3/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove obsolete validation check.bmeeks82014-12-181-3/+0
| | | | | | | |
* | | | | | | | Merge pull request #751 from bmeeks8/snort-2.9.7.0-v3.2Renato Botelho2014-12-1820-313/+743
|\| | | | | | |
| * | | | | | | Store OpenAppID files under SNORTDIR with other rules.bmeeks82014-12-151-1/+1
| | | | | | | |
| * | | | | | | Update Snort package to 2.9.7.0 pkg v3.2bmeeks82014-12-1520-313/+743
| | | | | | | |
* | | | | | | | Fix operator, spotted by BBcan177Renato Botelho2014-12-181-2/+2
| | | | | | | |
* | | | | | | | Fix typos spotted by phil-davisRenato Botelho2014-12-182-2/+2
| | | | | | | |
* | | | | | | | Merge pull request #752 from bmeeks8/suricata-2.0.4-v2.1Renato Botelho2014-12-1839-377/+2220
|\ \ \ \ \ \ \ \
| * | | | | | | | Modify ET IQRisk update to use new MD5 hashes at Emerging Threats.bmeeks82014-12-161-16/+83
| | | | | | | | |
| * | | | | | | | Remove duplicated phrase from LibHTP policy string.bmeeks82014-12-161-1/+1
| | | | | | | | |
| * | | | | | | | Add missing paranthesis and bracket to fix syntax error.bmeeks82014-12-161-1/+1
| | | | | | | | |
| * | | | | | | | Hide JavaScript code when IP REP or SID MGMT are disabled.bmeeks82014-12-152-0/+6
| | | | | | | | |