aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_check_for_rule_updates.php
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Get rid of oninkmaster for enable/disable of sids since the code is already t...Ermal2012-07-141-66/+76
* php copy wants both src dst files definedErmal2012-07-141-6/+6
* Correct update script to not mess around rules during update of snort or emer...Ermal2012-07-141-91/+46
* Rather than unlinking/writing to a file opened by snort. Truncate it.Ermal2012-07-131-1/+1
* Do not restart/start snort after rule update if its not runningErmal2012-07-121-3/+6
* Use sed for normalizing rules. Snort and emerging onesErmal2012-07-111-4/+12
* Fix copyrights formatting and leftovers from copy pastoErmal2012-07-111-26/+27
* Put some log_error during update so it leaves a trace in system logErmal2012-07-111-0/+6
* Use constants as pointed out by JimErmal2012-07-091-80/+87
* Revert 958efd439784459a5848fb05afe1560c4db285d7Ermal2012-07-091-11/+10
* globals for these do not work properly at bootup. Might be causing unintended...jim-p2012-07-091-10/+11
* s//usr/local/etc/snort/snortdir/ to unify its reference and location. Trim so...Ermal2012-07-091-11/+10
* Correct name of so_rules filesErmal2012-07-071-18/+20
* Clean up the whole update of snort and unify the duplicated code in one file....Ermal2012-07-071-495/+210
* Generalize the version of snort used allover in the code. Thank you to http:/...Ermal2012-07-061-6/+6
* Remove apc calls and useless sleeps. Also remove abuse of ob_flushErmal2012-06-151-22/+9
* Move logs and alert file to per instance folder. Also remove configuration on...Ermal2012-06-141-5/+0
* Centralize the snort update tarball and use 2922 file for rules.Ermal2012-06-121-12/+4
* Run snort as root user in pfSense this does not change much and allows to rel...Ermal2011-11-101-1/+3
* Ticket #1749. Add some more validations to the code that generates oink scrip...Ermal2011-10-231-13/+16
* snort.sh script understands of reloading snort so just use that rather than t...Ermal2011-09-081-10/+1