aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_check_for_rule_updates.php
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Ermal2013-01-261-76/+11
| | | | update. Also do not unlink files that snort references in config.
* 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 ↵Ermal2012-07-141-66/+76
| | | | there doing the same
* 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 ↵Ermal2012-07-141-91/+46
| | | | emerging threats. Also make oink confs correct and usable
* 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
|