aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort.inc
Commit message (Collapse)AuthorAgeFilesLines
* snort - add bunch of missing includesdoktornotor2015-11-231-0/+5
|
* Ignore shell script RESTART command when a START is already in progress.bmeeks82015-11-181-2/+7
|
* Simplify username codedoktornotor2015-10-281-5/+1
|
* snort - XMLRPC sync fixesdoktornotor2015-10-281-80/+100
| | | | | | | | | - Fix CARP protocol/port selection - Properly disable 'Start Snort' for CARP/HA targets - Do some validations (IP/hostname, port, password) before attempting to sync - Handle IPv6 addresses for sync target - The enable checkbox was not being used at all - The foreach loop skipped all remaining targets if one was misconfigured, due to the 'return' in there - Do some code style cleanups and polish log messages a bit while here
* Add array keys between quotes, suggested by @doktornotorRenato Botelho2015-08-281-2/+2
|
* Merge pull request #979 from PiBa-NL/snort-3.2.6Renato Botelho2015-08-281-2/+2
|\
| * snort, fix config-sync to 'system backup server'PiBa-NL2015-08-101-2/+2
| |
* | Remove unneeded duplicate code to simplify things.bmeeks82015-08-131-5/+0
| |
* | Fix spelling error in message string.bmeeks82015-08-111-1/+1
| |
* | Firewall interface IPs automatically in PASS LIST, so deprecate GUI optionbmeeks82015-08-111-1/+2
| |
* | Include proxy arp VIPs in default HOME_NET and PASS LIST.bmeeks82015-08-111-1/+1
|/
* Add new feature to hide deprecated rules categories in GUI.bmeeks82015-07-031-0/+67
|
* Sync IPREP IP List files with CARP replication partners.bmeeks82015-07-031-0/+32
|
* Remove unused old variables.bmeeks82015-07-031-4/+1
|
* Increase PHP memory to 384MB to handle large rules arrays.bmeeks82015-06-031-1/+1
|
* Use macros defined in snort_defs.incRenato Botelho2015-04-241-1/+1
|
* Add checks so empty IP or subnet is not saved to HOME_NET or PASS LIST.bmeeks82015-02-031-16/+20
|
* Fix duplicated cron task bug when saving new time interval.bmeeks82015-02-031-3/+10
|
* Remove the correct snort.sh on deinstallPhil Davis2015-01-101-1/+1
|
* Update Snort package to 2.9.7.0 pkg v3.2bmeeks82014-12-151-52/+33
|
* Bump Snort GUI pkg version to 3.1.5bmeeks82014-11-111-1/+1
|
* Bump Snort 2.9.6.2 pkg version to 3.1.4 for bug fix.bmeeks82014-11-031-1/+1
|
* Fix typo in variable name.bmeeks82014-10-161-1/+1
|
* Fix var name typo reported by Phil Smith & quiet down rc script output.bmeeks82014-10-131-3/+3
|
* Use isvalidpid() function instead of testing for PID file when restarting.bmeeks82014-10-101-2/+2
|
* Forgot to remove reverted code & handle nanoBSD installs better.bmeeks82014-10-091-22/+17
|
* Wrap sync_snort_package_config() with conf_mount_rw() on sync target.bmeeks82014-10-091-0/+2
|
* Remove unneeded calls to conf_mount_rw() and conf_mount_ro().bmeeks82014-10-091-4/+0
|
* Fix so we remove the /var/db/snort directory on pkg deinstall.bmeeks82014-10-091-9/+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-071-111/+204
|
* Replace more hard-coded paths with system globals where possible.bmeeks82014-10-051-4/+26
|
* Rename critical CONSTANTS so they are unique to the package.bmeeks82014-09-201-24/+30
|
* 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-191-14/+29
|
* Replace hard-coded paths with system globals where possible.bmeeks82014-09-181-2/+2
|
* Add new shell script for starting Snort package.bmeeks82014-09-181-2/+8
|
* Remove old code that is no longer needed.bmeeks82014-09-181-3/+0
|
* Adjust rule set downloads for new unique service entries.bmeeks82014-09-171-0/+34
|
* Remove no longer needed code for generating shell script.bmeeks82014-09-171-201/+0
|
* Use Snort description for service descr or friendly descr otherwise.bmeeks82014-09-171-8/+14
|
* Report each enabled Snort/BY2 interface as a separate service entry.bmeeks82014-09-171-43/+174
|
* Allow setting of FACILITY & PRIORITY in BY2 when logging to local syslog.bmeeks82014-09-151-30/+38
|
* Add checks so we do not call install_cron() when there are no changes.bmeeks82014-09-151-11/+80
|
* Tidy up our custom package deinstall function.bmeeks82014-09-141-6/+3
|
* Use rmdir_recursive() system call instead of exec() calls.bmeeks82014-09-141-19/+17
|
* Clean-up SID_MODS_PATH when removing pkg and not saving settings.bmeeks82014-09-141-1/+3
|
* Bump Snort package version to 2.9.6.2 pkg v3.1.3bmeeks82014-09-131-1/+1
|
* Improve HOME_NET and EXTERNAL_NET generation and allow viewing of results.bmeeks82014-09-131-28/+36
|
* Sync SID MGMT conf files to CARP slaves & improve sync process.bmeeks82014-09-131-19/+70
|