aboutsummaryrefslogtreecommitdiffstats
path: root/packages/snort/snort.inc
Commit message (Collapse)AuthorAgeFilesLines
...
* Use conf_mount_rw() and conf_mount_ro()Scott Ullrich2006-09-301-0/+7
|
* Pass $HOME_NET to snortScott Ullrich2006-09-271-2/+2
|
* Woops, dont allow for run-on commands.Scott Ullrich2006-09-271-1/+1
|
* * Ensure that only one snort2c is runningScott Ullrich2006-09-271-1/+2
| | | | * Ignore items in the whitelist from port scanning
* Do not include pppoe or dhcp entriesScott Ullrich2006-09-271-1/+2
|
* Resolve pppoe and dhcp ip addressesScott Ullrich2006-09-271-1/+7
|
* Make console text friendlerScott Ullrich2006-09-271-16/+34
|
* Use filenamea instead of filename, filename may become a reserved word down ↵Scott Ullrich2006-09-271-4/+4
| | | | the road.
* Install crontab entry and restart cron if neededScott Ullrich2006-09-271-0/+9
|
* Add a new script for automatic snort.org rules updatingScott Ullrich2006-09-271-0/+108
|
* Space seperate manual whitelist items correctly so that they can be parsedScott Ullrich2006-09-271-1/+1
|
* Hook snort whitelist inScott Ullrich2006-09-271-0/+4
|
* List lowmemory first so it gets to be the defaultScott Ullrich2006-09-261-1/+1
|
* Take into account pppoe interfacesScott Ullrich2006-09-261-0/+5
|
* Do not store ruleset selections in the coregui xml section, it will get ↵Scott Ullrich2006-09-261-1/+1
| | | | overwritten.
* Add all virtual ips and ip addresses from all optional interfaces.Scott Ullrich2006-09-261-0/+15
|
* Change interface_array to iface_arrayScott Ullrich2006-09-261-2/+2
|
* Use -A full for loggingScott Ullrich2006-09-261-1/+1
|
* Don't pass -s argument. Now snort2c starts correctly.Scott Ullrich2006-09-261-1/+1
|
* Add block offenders checkboxScott Ullrich2006-09-261-2/+10
|
* Allow user to specify the performance model for search-methodScott Ullrich2006-09-261-12/+18
|
* * Misc cleanupScott Ullrich2006-09-251-37/+39
| | | | * Cleanup home list making it suitable for whitelist
* Add (C) headerScott Ullrich2006-09-251-0/+27
|
* * Add file that allows Snort rule selectionScott Ullrich2006-09-251-105/+13
| | | | * Use rule selection items
* * Automatically add optional interfaces that are similar to lans to the home_netScott Ullrich2006-09-251-9/+39
| | | | * Grab SSH configuration from config.xml if required
* Output snort alerts to /var/log/snort/Scott Ullrich2006-09-251-0/+2
|
* Snort now starts out of the box.Scott Ullrich2006-09-251-81/+101
|
* Mark XXX itemsScott Ullrich2006-09-251-1/+3
|
* Generate snort.conf and write it outScott Ullrich2006-09-251-1/+218
|
* * Use /usr/local/etc/snort.confScott Ullrich2006-09-251-1/+2
| | | | * Copy snort.conf sample into place during installation
* Add script that will download rules from snort.com and populate to ↵Scott Ullrich2006-09-251-7/+1
| | | | | | /usr/local/etc/snort/ This script uses the download progress bar framework.
* * Split out functions to its own snort.inc fileScott Ullrich2006-09-251-0/+43
* Start framework for downloading rules