Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #760 from SunStroke74/patch-1 | Renato Botelho | 2014-12-30 | 2 | -5/+23 |
|\ | |||||
| * | Added ability to change ClamAV mode from GUI | SunStroke74 | 2014-12-27 | 1 | -1/+1 |
| | | |||||
| * | Added ability to change ClamAV mode from GUI | SunStroke74 | 2014-12-27 | 1 | -6/+8 |
| | | | | | | Solves situation when "save" needs to be pressed twice. | ||||
| * | Added ability to change ClamAV mode from GUI | SunStroke74 | 2014-12-27 | 1 | -1/+0 |
| | | | | | | Solves situation when "save" needs to be pressed twice. | ||||
| * | Added ability to change ClamAV mode from GUI | SunStroke74 | 2014-12-27 | 1 | -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 GUI | SunStroke74 | 2014-12-27 | 1 | -0/+16 |
| | | |||||
* | | Merge pull request #761 from bmeeks8/suricata-2.0.4-v2.1.2 | Renato Botelho | 2014-12-29 | 4 | -15/+29 |
|\ \ | |/ |/| | |||||
| * | Bump Suricata GUI package version to 2.1.2 for bug fixes. | bmeeks8 | 2014-12-28 | 2 | -3/+3 |
| | | |||||
| * | Define URL variable as local instead of global. | bmeeks8 | 2014-12-28 | 1 | -2/+7 |
| | | |||||
| * | Check for ET IQRisk update once every 6 hours instead of once daily. | bmeeks8 | 2014-12-28 | 2 | -2/+2 |
| | | |||||
| * | Do not show md5 checksum files in IP LIST MGMT tab. | bmeeks8 | 2014-12-28 | 1 | -1/+3 |
| | | |||||
| * | Fix fatal error 'string offset cannot be array' on greenfield installs. | bmeeks8 | 2014-12-28 | 1 | -0/+4 |
| | | |||||
| * | Always do a manual IQRisk file check when enabled and saving settings. | bmeeks8 | 2014-12-25 | 1 | -1/+4 |
| | | |||||
| * | Need trim() in some places to filter md5 hash string. | bmeeks8 | 2014-12-25 | 1 | -6/+6 |
| | | |||||
* | | Remove wrong message, just one log level can be selected. It fixes #4144 | Renato Botelho | 2014-12-26 | 1 | -2/+1 |
| | | |||||
* | | Merge pull request #758 from SunStroke74/patch-4 | Renato Botelho | 2014-12-26 | 4 | -2/+116 |
|\ \ | |||||
| * | | Update havp_avset.xml | SunStroke74 | 2014-12-26 | 1 | -1/+5 |
| | | | |||||
| * | | Add tab to view HAVP error log | SunStroke74 | 2014-12-26 | 1 | -1/+5 |
| | | | |||||
| * | | Add tab to view HAVP error log | SunStroke74 | 2014-12-26 | 1 | -0/+1 |
| | | | |||||
| * | | File to view HAVP error log | SunStroke74 | 2014-12-26 | 1 | -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-3 | Renato Botelho | 2014-12-26 | 1 | -2/+2 |
|\ \ | |||||
| * | | Change of find pattern in havp access log file | SunStroke74 | 2014-12-24 | 1 | -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-2 | Renato Botelho | 2014-12-26 | 1 | -1/+6 |
|\ \ \ | |||||
| * | | | Adding button to clear havp access log | SunStroke74 | 2014-11-28 | 1 | -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-1 | Renato Botelho | 2014-12-26 | 2 | -0/+55 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Advansed options for NUT config files | SunStroke74 | 2014-11-14 | 1 | -0/+18 |
| | | | | | | | | | | | | Allow add custom options in NUT config files. Raw text, no syntax checking. | ||||
| * | | | Advansed options for NUT config files | SunStroke74 | 2014-11-13 | 1 | -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 #4118 | Renato Botelho | 2014-12-24 | 1 | -5/+18 |
| |_|/ |/| | | |||||
* | | | Merge pull request #756 from PiBa-NL/haproxy_multi_bind_fix | jim-p | 2014-12-21 | 1 | -4/+11 |
|\ \ \ | |||||
| * | | | haproxy-devel, fix frontend ipv4/ipv6 detection for usage in backend ↵ | PiBa-NL | 2014-12-22 | 1 | -4/+11 |
| | | | | | | | | | | | | | | | | transparent_clientip | ||||
* | | | | haproxy-devel, fix config upgrade bug. | PiBa-NL | 2014-12-21 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #753 from PiBa-NL/haproxy_multi_bind | jim-p | 2014-12-21 | 8 | -331/+937 |
|\ \ \ \ | |||||
| * | | | | haproxy-devel, add options to set the 'errorfile' option to replace haproxy ↵ | PiBa-NL | 2014-12-16 | 7 | -9/+319 |
| | | | | | | | | | | | | | | | | | | | | errors like 'no server available' | ||||
| * | | | | haproxy-devel, remove old listen ip:port configuration, add conversion code. | PiBa-NL | 2014-12-04 | 4 | -340/+566 |
| | | | | | |||||
| * | | | | haproxy-devel, option to listen on multiple ip's ports in each frontend | PiBa-NL | 2014-11-20 | 2 | -2/+69 |
| | | | | | |||||
| * | | | | haproxy-devel, fix removing items from lists without first needing to edit them. | PiBa-NL | 2014-11-19 | 1 | -3/+6 |
| | | | | | |||||
* | | | | | Merge pull request #750 from PiBa-NL/mailscanner | Renato Botelho | 2014-12-19 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | mailscanner, allow de-installation of the package (on 2.2 ?). | PiBa-NL | 2014-12-13 | 1 | -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 changes | Renato Botelho | 2014-12-19 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #754 from bmeeks8/snort-2.9.7.0-v3.2 | Renato Botelho | 2014-12-19 | 1 | -3/+0 |
|\ \ \ \ \ | |||||
| * | | | | | Remove obsolete validation check. | bmeeks8 | 2014-12-18 | 1 | -3/+0 |
| | | | | | | |||||
* | | | | | | Merge pull request #751 from bmeeks8/snort-2.9.7.0-v3.2 | Renato Botelho | 2014-12-18 | 20 | -313/+743 |
|\| | | | | | |||||
| * | | | | | Store OpenAppID files under SNORTDIR with other rules. | bmeeks8 | 2014-12-15 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Update Snort package to 2.9.7.0 pkg v3.2 | bmeeks8 | 2014-12-15 | 20 | -313/+743 |
| | | | | | | |||||
* | | | | | | Fix operator, spotted by BBcan177 | Renato Botelho | 2014-12-18 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Fix typos spotted by phil-davis | Renato Botelho | 2014-12-18 | 2 | -2/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #752 from bmeeks8/suricata-2.0.4-v2.1 | Renato Botelho | 2014-12-18 | 39 | -377/+2220 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Modify ET IQRisk update to use new MD5 hashes at Emerging Threats. | bmeeks8 | 2014-12-16 | 1 | -16/+83 |
| | | | | | | | |||||
| * | | | | | | Remove duplicated phrase from LibHTP policy string. | bmeeks8 | 2014-12-16 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Add missing paranthesis and bracket to fix syntax error. | bmeeks8 | 2014-12-16 | 1 | -1/+1 |
| | | | | | | |