aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Flag no config auto-backup since we are only updating a message.bmeeks82014-10-091-1/+1
* Fix some logic errors with SELECT ALL button for Rule Sets.bmeeks82014-10-091-10/+26
* Do not lose custom update time when disabling rule auto-updates.bmeeks82014-10-091-6/+9
* Check in post-install and only change filesystem to RW if necessary.bmeeks82014-10-091-4/+9
* Wrap sync_snort_package_config() with conf_mount_rw() on sync target.bmeeks82014-10-091-0/+2
* Wrap calls to sync_snort_package_config() with conf_mount_rw().bmeeks82014-10-0910-4/+30
* Check and only call conf_mount_rw() when needed.bmeeks82014-10-091-6/+8
* Remove unneeded calls to conf_mount_rw() and conf_mount_ro().bmeeks82014-10-091-4/+0
* Fix logic to only restart Snort if it was running on rules update.bmeeks82014-10-091-3/+2
* Fix so we remove the /var/db/snort directory on pkg deinstall.bmeeks82014-10-091-9/+8
* Oops, log mgmt settings are global, so fix array reference.bmeeks82014-10-091-2/+2
* Add code to cleanup rotated perfmon stats log files.bmeeks82014-10-081-0/+31
* Improve how Snort is restarted after a rules update.bmeeks82014-10-071-15/+2
* Use snort.sh rc script to start Snort after installation.bmeeks82014-10-071-18/+8
* Improve the snort.sh rc script. Ignore extra start commands.bmeeks82014-10-071-18/+17
* Revert code exposing configured interfaces as separate services.bmeeks82014-10-078-360/+212
* Define new constant if not already defined to work around cached inc file.bmeeks82014-10-061-0/+3
* Replace more hard-coded paths with system globals where possible.bmeeks82014-10-055-28/+50
* Don't remount file system R/O during post-install rules update.bmeeks82014-10-051-0/+5
* Use system globals instead of hard-coded paths where possible.bmeeks82014-10-051-2/+2
* Stop progress bar text output from rules update cron task.bmeeks82014-10-051-5/+5
* Rename critical CONSTANTS so they are unique to the package.bmeeks82014-09-2010-66/+72
* Remove unneeded code from snort and barnyard start functions.bmeeks82014-09-201-24/+11
* Ensure we unset only desired element instead of entire array!bmeeks82014-09-195-19/+42
* Be sure preproc rules get moved to interface dir during post-install.bmeeks82014-09-191-2/+4
* Add missing parenthesis in if() statement.bmeeks82014-09-191-1/+1
* Show alert description instead of classification in dashboard widget.bmeeks82014-09-192-26/+15
* Use PHP date() function instead of exec() call.bmeeks82014-09-182-2/+2
* More replace PHP @unlink() with system unlink_if_exists().bmeeks82014-09-183-4/+4
* Replace hard-coded paths with system globals where possible.bmeeks82014-09-182-4/+4
* Remove unused line of old code.bmeeks82014-09-181-3/+0
* Add new shell script for starting Snort package.bmeeks82014-09-185-2/+51
* Remove old code that is no longer needed.bmeeks82014-09-181-3/+0
* Adjust rule set downloads for new unique service entries.bmeeks82014-09-172-3/+54
* Replace PHP unlink() with pfSense unlink_if_exists().bmeeks82014-09-171-3/+3
* Remove no longer needed code for generating shell script.bmeeks82014-09-172-209/+6
* Use Snort description for service descr or friendly descr otherwise.bmeeks82014-09-174-25/+43
* Replace exec() calls with system calls and also use unlink_if_exists().bmeeks82014-09-173-14/+10
* Rename service entry when moving Snort/BY2 to another interface.bmeeks82014-09-171-1/+14
* Report each enabled Snort/BY2 interface as a separate service entry.bmeeks82014-09-177-64/+380
* Do not lose MySQL settings when just disabling Barnyard2 on interface.bmeeks82014-09-161-0/+21
* Remove unneccessary calls to configure_cron().bmeeks82014-09-151-3/+0
* Allow setting of FACILITY & PRIORITY in BY2 when logging to local syslog.bmeeks82014-09-152-35/+41
* Add checks so we do not call install_cron() when there are no changes.bmeeks82014-09-151-11/+80
* Add test to prevent unneccessary call to write_config() when no changes.bmeeks82014-09-151-3/+7
* Add history message to write_config() system call.bmeeks82014-09-151-1/+1
* Put all new LOG MGMT migration settings together in one block.bmeeks82014-09-141-4/+4
* Move VIEW button for flowbits file so it is updated after SAVE command.bmeeks82014-09-141-11/+12
* Explicitly test for '0' and empty since '0' is a valid entry.bmeeks82014-09-141-6/+5
* Tidy up our custom package deinstall function.bmeeks82014-09-141-6/+3