aboutsummaryrefslogtreecommitdiffstats
path: root/config/suricata
Commit message (Expand)AuthorAgeFilesLines
* suricata - fix file permissionsdoktornotor2015-08-091-84/+30
* Bump Suricata GUI package version to 2.1.6bmeeks82015-07-231-1/+1
* Add note reminding user to assign custom Pass List to an interface.bmeeks82015-07-231-1/+2
* Include proxy ARP virtual IPs in default HOME_NET and PASS LIST.bmeeks82015-07-231-1/+1
* Remove hard-coding of pkg version and grab it realtime instead.bmeeks82015-07-221-2/+2
* Show Suricata binary version on package home page.bmeeks82015-07-222-2/+13
* Sync IPREP IP List files with CARP replication partners.bmeeks82015-07-222-0/+35
* Start Suricata in the background on a package re-install.bmeeks82015-07-221-2/+2
* Show validation error for FQDN aliases since we do not support them.bmeeks82015-07-222-2/+8
* Use more secure CURL options for rules tarball downloads.bmeeks82015-07-221-3/+5
* Add new feature to hide deprecated rules categories in GUI.bmeeks82015-07-227-0/+168
* Verify suricata_widget file handle before trying to use it.bmeeks82015-07-221-1/+4
* Fix window title - should be Suricata and not Snort.bmeeks82015-07-221-1/+1
* Bump Suricata package to v2.1.5 and PBI binary to 2.0.8_1bmeeks82015-05-142-3/+3
* Add TLS Certs Store directory size mgmt settings feature.bmeeks82015-05-143-0/+43
* Move log mgmt settings to global data instead of per interface.bmeeks82015-05-131-37/+123
* Fix suricata pbi detection for 2.3+Renato Botelho2015-04-301-2/+7
* Bump Suricata GUI package version to 2.1.4bmeeks82015-02-042-3/+3
* Move print_info_box() call to inside of <form> tag where it belongs.bmeeks82015-02-0411-57/+73
* Auto-enable alerts to system log when EVE output to syslog is chosen.bmeeks82015-02-041-13/+16
* Fix duplicated cron task bug when saving new time interval.bmeeks82015-02-042-8/+34
* Add checks so empty IP or subnet is not saved to HOME_NET or PASS LIST.bmeeks82015-02-041-16/+20
* 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