aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_check_for_rule_updates.php
Commit message (Expand)AuthorAgeFilesLines
* Update copyright info and update for 3.0.1 release.bmeeks82013-12-171-3/+8
* Add logic to prevent writing conf settings with no interfaces defined.bmeeks82013-11-271-1/+2
* Make sure map files get copied when using only ET rules.bmeeks82013-11-271-0/+6
* Snort 2.9.5.5 pkg v3.0.0 updatebmeeks82013-11-181-250/+191
* Add variables so file download progress bar resetsbmeeks82013-10-191-1/+7
* Add support for Emerging Threats Pro rulesetbmeeks82013-10-081-51/+84
* Oops...put back deleted Emerging Threats URLbmeeks82013-09-251-0/+6
* Fix assorted minor bugs and print filenames to logbmeeks82013-09-251-29/+24
* Allow use of system-specified proxy server for rule updates.bmeeks82013-09-251-0/+12
* Remove dependence on global vars and use constants instead.bmeeks82013-06-181-33/+58
* Save and restore state of "$pkg_interface" variable on exit.bmeeks82013-06-031-0/+5
* Tweak error message logging a bit for completeness.bmeeks82013-05-311-0/+6
* Include text description with http_response codes.bmeeks82013-05-251-4/+20
* More tweaks to rules download error checking and reliability.bmeeks82013-05-241-32/+46
* Swap rule download URL to current one and drop old CGI URL.bmeeks82013-05-241-78/+53
* Add additional error checking for rule downloads.bmeeks82013-05-231-36/+41
* Forgot to use "===" when testing logical return value.bmeeks82013-05-221-9/+8
* More fixes for new XMLRPC pkg sync routines.bmeeks82013-05-211-52/+102
* Add better error checking and more descriptive messages.bmeeks82013-05-201-80/+110
* Add code to honor $pkg_interface flag for console mode.bmeeks82013-05-191-54/+125
* Snort Pkg 2.5.8 Update - bug fixes and new featuresbmeeks82013-05-131-3/+3
* Fix one more set of missing {} around string var in quotesbmeeks82013-04-261-2/+2
* Update Snort package to ver 2.5.7 - bug fixes and new featuresbmeeks82013-04-251-42/+59
* Fix logic bug in rule updates (triggered by unique conditions).bmeeks82013-04-131-29/+23
* Update Snort to 2.5.5 - New features and bug fixesbmeeks82013-04-091-146/+313
* Up the sleep time a bitErmal2013-01-261-1/+1
* Use the same code for applying customizations during config generation and up...Ermal2013-01-261-76/+11
* Correct checking for enabled rules and their existense. Also improve some codeErmal2013-01-261-10/+13
* Correct missing parametrErmal2013-01-241-1/+1
* Add checks to fix initial startup errors and include flowbits file in snort.confBill Meeks2013-01-231-2/+9
* Use correct function nameErmal2013-01-221-1/+1
* Put required $ for varErmal2013-01-211-1/+1
* Add IPS policy select, auto-flowbit resolution and bug fixes.Bill Meeks2013-01-201-132/+176
* Check if snort is not running after rule update and HUP signal then restart it.Ermal Luçi2012-11-021-0/+3
* Always restart snort after a rules update.Ermal Luçi2012-11-021-6/+4
* Remove gettext() calls from log_error(), it makes no sense to translate logsRenato Botelho2012-07-241-8/+8
* Correct some code to use right varsErmal2012-07-221-2/+2
* Keep a copy of the so rules for each instance to enable only selected onesErmal2012-07-221-3/+10
* Extract emerging threats before snort and copy even ip lists into rules fileErmal2012-07-221-30/+42
* Make extract of emerging rules on its own tmp folder to avoid overriding filesErmal2012-07-221-17/+23
* Tune the regexErmal2012-07-181-5/+3
* Always forget unlink does not remove dirsErmal2012-07-141-4/+4
* Make any errorsErmal2012-07-141-1/+1
* Correct directory path for unlinkErmal2012-07-141-1/+1
* Copy forogotten fileErmal2012-07-141-1/+1
* Correct so rules file name so it shows up on the gui properlyErmal2012-07-141-2/+2
* Correct rules updateing script with proper directory referencesErmal2012-07-141-35/+39
* Remove the need for snort_rename.plErmal2012-07-141-5/+11
* Avoid php interpreting thisErmal2012-07-141-3/+3
* Fixup some parts of update sidErmal2012-07-141-9/+7