aboutsummaryrefslogtreecommitdiffstats
path: root/config/suricata
Commit message (Expand)AuthorAgeFilesLines
* Fix typos where "Snort" should be "Suricata" in labels.bmeeks82015-01-281-2/+2
* Bump suricata version due to PBI rebuildRenato Botelho2014-12-311-1/+1
* 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
* Fix operator, spotted by BBcan177Renato Botelho2014-12-181-2/+2
* Fix typos spotted by phil-davisRenato Botelho2014-12-182-2/+2
* 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
* Disable auto SID MGMT when platform is NanoBSD.bmeeks82014-12-151-0/+6
* Disable IP REPUTATION when platform is NanoBSD.bmeeks82014-12-152-1/+15
* Make better use of previous DEFINES in new ones.bmeeks82014-12-151-2/+2
* Add audit tag to config write operation.bmeeks82014-12-151-1/+1
* Only grab ET IQRisk IP list if explicitly enabled.bmeeks82014-12-151-1/+1
* Bump Suricata GUI pkg version to 2.1 due to new tabs for IP Reputation.bmeeks82014-12-151-1/+1
* Add support for IP REPUTATION to GUI code.bmeeks82014-12-1532-11/+1233
* Need to define download_file() function for pfSense prior to 2.2.bmeeks82014-12-151-9/+52
* Add GUI support for new GeoIP rule options.bmeeks82014-12-157-12/+143
* Add required pkg-utils.inc file since we use a function from it.bmeeks82014-12-151-0/+2
* Consolidate DEFINES into a single INC file for ease of future maintenance.bmeeks82014-12-156-71/+137
* Initialize string variable to empty before each use.bmeeks82014-12-151-0/+1
* Update BLOCKED tab to accept new block.log file formatting.bmeeks82014-12-151-12/+60
* Use defined CONSTANT for log filename instead of string variable.bmeeks82014-12-151-40/+39
* Update URL for GPLv2 Community Rules download.bmeeks82014-12-151-2/+2
* Remove call to configure_cron() and tidy up rc script generation.bmeeks82014-12-151-26/+15
* Remove unnecessary call to configure_cron() & tidy up post-install a bit.bmeeks82014-12-151-4/+4
* Remove leftover unused directory during package uninstall.bmeeks82014-12-151-0/+1
* Remove useless code & initialize string vars to empty prior to use.bmeeks82014-12-151-9/+4
* Check and don't rebuild rules during post-install rules download.bmeeks82014-12-151-3/+7
* Fix logic problem with SELECT_ALL and IPS Policy selection.bmeeks82014-12-151-1/+27
* Do not lose any set custom update time when rule updates are disabled.bmeeks82014-12-151-5/+7
* Wrap calls to sync_suricata_package_config() with conf_mount_rw().bmeeks82014-12-1511-14/+31
* Only call conf_mount_rw() when required and remove /var/db/suricata dir.bmeeks82014-12-151-7/+16
* Remove unnecessary calls to write_config() to reduce auto-backups.bmeeks82014-12-151-7/+9
* Remove conf_mount_rw() calls from sync_suricata_package_config() function.bmeeks82014-12-151-6/+3
* Only call conf_mount_rw() when we need to (such as during cron task).bmeeks82014-12-151-8/+10
* Port rc script and cron task improvements over from Snort to Suricata.bmeeks82014-12-151-14/+93
* Show alert MSG instead of PRI and CLASS in Dashboard Widget.bmeeks82014-12-152-35/+38
* Bump Suricata binary to 2.0.4 and package GUI to v2.0.3bmeeks82014-12-153-3/+3
* Add check to stop progress bar output during cron task rules update.bmeeks82014-12-151-1/+3
* Don't restart Suricata after rules update during post-install process.bmeeks82014-12-151-2/+2
* Ignore additional START commands recv'd while we are already starting up.bmeeks82014-12-151-5/+66
* Replace exec() calls with PHP native functions where possible.bmeeks82014-12-155-13/+13
* Remove pcap logs over configured max_files limit.bmeeks82014-12-151-0/+24