aboutsummaryrefslogtreecommitdiffstats
path: root/config/suricata
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo in tooltip & ignore invalid block.log entries when dispaying.bmeeks82014-09-071-2/+5
* Remove unnecessary call to trim(). Causes error on 2.1.x systems.bmeeks82014-09-071-2/+2
* Bump suricata versionRenato Botelho2014-09-061-1/+1
* Fix typo on function nameRenato Botelho2014-09-061-1/+1
* Some changes no longer needed since dns-events.rules file is now in PBI.bmeeks82014-09-053-25/+0
* Check if spaces in BY2 Sensor Name and show validation error.bmeeks82014-09-051-1/+7
* Update static HTML text on page to reflect change in options.bmeeks82014-09-051-1/+1
* Bug fix for cloning interface via DUP icon.bmeeks82014-09-051-2/+5
* Notify user on ALERTS tab when viewing filtered results.bmeeks82014-09-051-0/+7
* Default "forcekeepsettings" to 'on' for new installs (Issue #3838)bmeeks82014-09-041-1/+6
* Disable EVE log options when interface is disabled.bmeeks82014-09-041-0/+6
* Fix spelling error typo in a comment line.bmeeks82014-09-041-1/+1
* Prevent setting filesystem to read-only during post-install rule update.bmeeks82014-09-041-1/+5
* Add new GUI control for setting interface promisc mode on/off.bmeeks82014-09-044-0/+27
* Strip any CR characters that may get pasted into some control fields.bmeeks82014-09-034-4/+4
* Change title for Widget column to Priority/Class instead.bmeeks82014-09-021-1/+1
* Change title in Suricata Widget column header to Priority/Rule Name.bmeeks82014-09-021-1/+1
* Include new 'dns-events.rules' file for Suricata 2.0.3bmeeks82014-09-017-3/+36
* Suricata prefers CIDR masks on HOME_NET and EXTERNAL_NET addresses.bmeeks82014-08-303-39/+56
* Revert $EXTERNAL_NET back to !$HOME_NET for now.bmeeks82014-08-292-2/+2
* Fix another missed $ symbol in variable name.bmeeks82014-08-291-1/+1
* Fix missing $ sign in front of variable name.bmeeks82014-08-271-5/+5
* Improve HOME_NET and EXTERNAL_NET variable generation.bmeeks82014-08-274-19/+34
* Improve security handling provided filename values.bmeeks82014-08-271-3/+3
* Add missing comma between values in array declaration.bmeeks82014-08-271-1/+1
* Upgrade Suricata to 2.0.3 and GUI package to v2.0bmeeks82014-08-2641-753/+5004
* Bump Suricata GUI package version to 1.0.6Renato Botelho2014-06-211-1/+1
* Make sure referer uses local host to avoid sending users to ext sites.Renato Botelho2014-06-211-1/+1
* Replicate last snort changes from 6048cbcf1 to suricataRenato Botelho2014-06-192-9/+11
* Do not provide default value for Barnyard2 sensor name.bmeeks82014-05-201-2/+0
* Remove debugging line inadvertently left in.bmeeks82014-05-201-2/+0
* Need to include "instance" val in $_POST data for Ajax.bmeeks82014-05-201-1/+3
* Fix file browser vulnerability on LOGS BROWSER tab.bmeeks82014-05-201-7/+8
* Bump Suricata GUI pkg to version 1.0.2bmeeks82014-05-151-1/+1
* Change "Snort" to "Suricata" in comment line for sid-msg.map file.bmeeks82014-05-151-1/+1
* Add DUP capability to create new Suricata instance based on existing one.bmeeks82014-05-152-10/+90
* Fix typo in new alert-pf blocking plugin name.bmeeks82014-05-141-1/+1
* Use system vars where possible; bump GUI config version.bmeeks82014-05-141-3/+3
* Test for 2.2 install, adjust conf file path accordingly.bmeeks82014-05-141-1/+6
* Fix copy-paste typo in code ported over from Snort pkg.bmeeks82014-05-141-1/+1
* Fix-up call-time pass-by-reference use for PHP 5.5bmeeks82014-05-142-2/+12
* Use system functions where possible & omit deletion of suricata user.bmeeks82014-05-141-5/+2
* Update license to include proper attribution for previous work.bmeeks82014-05-0430-228/+561
* Allow disabling of 'Delayed Detect' feature when required.bmeeks82014-04-303-2/+18
* No need to call suricata_reload_config() here.bmeeks82014-04-301-3/+2
* Fix bug in cron task edit for 'rm_blocked' hostsbmeeks82014-04-303-5/+14
* Add auto-prune and retention params to File Store dirs.bmeeks82014-04-272-10/+40
* Fix path to the magic.mgc file for file capture function.bmeeks82014-04-271-1/+1
* Use block.log contents to populate BLOCKED HOSTS tab.bmeeks82014-04-271-26/+17
* Enabled "rm_blocked" cron job to clear blocked hosts.bmeeks82014-04-272-9/+102