aboutsummaryrefslogtreecommitdiffstats
path: root/config/suricata/suricata_check_for_rule_updates.php
Commit message (Collapse)AuthorAgeFilesLines
* Respect global $static_out in update_output_window() calls.bmeeks82015-11-051-29/+44
|
* 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-221-0/+6
|
* Consolidate DEFINES into a single INC file for ease of future maintenance.bmeeks82014-12-151-27/+1
|
* 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
|
* Check and don't rebuild rules during post-install rules download.bmeeks82014-12-151-3/+7
|
* Only call conf_mount_rw() when we need to (such as during cron task).bmeeks82014-12-151-8/+10
|
* 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
|
* Replace exec() calls with PHP native functions where possible.bmeeks82014-12-151-7/+7
|
* Use system globals instead of hard-coded /tmp path.bmeeks82014-12-151-1/+1
|
* Replace calls to @unlink with unlink_if_exists().bmeeks82014-12-151-2/+2
|
* Replace '/bin/rm' calls with rmdir_recursive() function.bmeeks82014-12-151-3/+3
|
* Ensure defined CONSTANTS are unique to this package.bmeeks82014-12-151-3/+3
|
* Prevent setting filesystem to read-only during post-install rule update.bmeeks82014-09-041-1/+5
|
* Include new 'dns-events.rules' file for Suricata 2.0.3bmeeks82014-09-011-1/+1
|
* Upgrade Suricata to 2.0.3 and GUI package to v2.0bmeeks82014-08-261-8/+11
|
* Update license to include proper attribution for previous work.bmeeks82014-05-041-4/+15
|
* Remove guiconfig.inc reference -- can't use if called from cron.bmeeks82014-03-191-3/+46
|
* Store last update time as timestamp instead of date string.bmeeks82014-03-181-22/+13
|
* Add new 'Last Update' time and status message to window.bmeeks82014-03-071-2/+14
|
* Bug fixes and enhancements for v0.2-BETA in Suricata pkg.bmeeks82014-02-281-13/+38
|
* Fix it so all ET-Open rules files get correct prefix.bmeeks82014-02-221-5/+15
|
* Use system calls instead of wrappers for getting interface names.bmeeks82014-02-191-2/+2
|
* BETA version of Suricata 1.4.6 IDS package v0.1 for pfSense.bmeeks82014-02-191-0/+683