aboutsummaryrefslogtreecommitdiffstats
path: root/config/suricata
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use system global instead of hard-coded /tmp path.bmeeks82014-12-152-18/+20
* Use system globals instead of hard-coded /tmp path.bmeeks82014-12-151-1/+1
* When LOG DIR SIZE LIMIT is exceeded, cleanup rotated log files, too.bmeeks82014-12-151-0/+4
* Replace calls to @unlink with unlink_if_exists().bmeeks82014-12-1510-25/+21
* Replace '/bin/rm' calls with rmdir_recursive() function.bmeeks82014-12-155-13/+13
* Remove FILTERED VIEW text from table header when clearing filter.bmeeks82014-12-151-1/+1
* Do not hide filter dialog when only clearing values.bmeeks82014-12-151-0/+1
* Use system globals instead of hard-coded paths.bmeeks82014-12-152-5/+6
* Ensure defined CONSTANTS are unique to this package.bmeeks82014-12-158-32/+32
* Don't lose MySQL and other settings when only disabling Barnyard2.bmeeks82014-12-151-1/+22
* Use rename() instead of shell call for renaming directories.bmeeks82014-09-091-1/+2
* Bump Suricata GUI package version to 2.0.3 v2.0.2bmeeks82014-09-083-4/+4
* Move call to write_config() so as not to invalidate the loop iterator.bmeeks82014-09-081-1/+1
* Fix any duplicate UUIDs and 'dns-events.rules' entries in config.bmeeks82014-09-082-1/+40
* Add count of USER ENABLED & DISABLED rules to page summary.bmeeks82014-09-081-1/+5
* Sync some changes to CARP slaves when enabled.bmeeks82014-09-077-0/+30
* Use $_POST instead of $_GET for DEL action to improve security.bmeeks82014-09-071-9/+9
* 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