Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make console text friendler | Scott Ullrich | 2006-09-27 | 1 | -16/+34 |
| | |||||
* | Use filenamea instead of filename, filename may become a reserved word down ↵ | Scott Ullrich | 2006-09-27 | 1 | -4/+4 |
| | | | | the road. | ||||
* | Install crontab entry and restart cron if needed | Scott Ullrich | 2006-09-27 | 1 | -0/+9 |
| | |||||
* | Add a new script for automatic snort.org rules updating | Scott Ullrich | 2006-09-27 | 1 | -0/+108 |
| | |||||
* | Space seperate manual whitelist items correctly so that they can be parsed | Scott Ullrich | 2006-09-27 | 1 | -1/+1 |
| | |||||
* | Hook snort whitelist in | Scott Ullrich | 2006-09-27 | 1 | -0/+4 |
| | |||||
* | List lowmemory first so it gets to be the default | Scott Ullrich | 2006-09-26 | 1 | -1/+1 |
| | |||||
* | Take into account pppoe interfaces | Scott Ullrich | 2006-09-26 | 1 | -0/+5 |
| | |||||
* | Do not store ruleset selections in the coregui xml section, it will get ↵ | Scott Ullrich | 2006-09-26 | 1 | -1/+1 |
| | | | | overwritten. | ||||
* | Add all virtual ips and ip addresses from all optional interfaces. | Scott Ullrich | 2006-09-26 | 1 | -0/+15 |
| | |||||
* | Change interface_array to iface_array | Scott Ullrich | 2006-09-26 | 1 | -2/+2 |
| | |||||
* | Use -A full for logging | Scott Ullrich | 2006-09-26 | 1 | -1/+1 |
| | |||||
* | Don't pass -s argument. Now snort2c starts correctly. | Scott Ullrich | 2006-09-26 | 1 | -1/+1 |
| | |||||
* | Add block offenders checkbox | Scott Ullrich | 2006-09-26 | 1 | -2/+10 |
| | |||||
* | Allow user to specify the performance model for search-method | Scott Ullrich | 2006-09-26 | 1 | -12/+18 |
| | |||||
* | * Misc cleanup | Scott Ullrich | 2006-09-25 | 1 | -37/+39 |
| | | | | * Cleanup home list making it suitable for whitelist | ||||
* | Add (C) header | Scott Ullrich | 2006-09-25 | 1 | -0/+27 |
| | |||||
* | * Add file that allows Snort rule selection | Scott Ullrich | 2006-09-25 | 1 | -105/+13 |
| | | | | * Use rule selection items | ||||
* | * Automatically add optional interfaces that are similar to lans to the home_net | Scott Ullrich | 2006-09-25 | 1 | -9/+39 |
| | | | | * Grab SSH configuration from config.xml if required | ||||
* | Output snort alerts to /var/log/snort/ | Scott Ullrich | 2006-09-25 | 1 | -0/+2 |
| | |||||
* | Snort now starts out of the box. | Scott Ullrich | 2006-09-25 | 1 | -81/+101 |
| | |||||
* | Mark XXX items | Scott Ullrich | 2006-09-25 | 1 | -1/+3 |
| | |||||
* | Generate snort.conf and write it out | Scott Ullrich | 2006-09-25 | 1 | -1/+218 |
| | |||||
* | * Use /usr/local/etc/snort.conf | Scott Ullrich | 2006-09-25 | 1 | -1/+2 |
| | | | | * Copy snort.conf sample into place during installation | ||||
* | Add script that will download rules from snort.com and populate to ↵ | Scott Ullrich | 2006-09-25 | 1 | -7/+1 |
| | | | | | | /usr/local/etc/snort/ This script uses the download progress bar framework. | ||||
* | * Split out functions to its own snort.inc file | Scott Ullrich | 2006-09-25 | 1 | -0/+43 |
* Start framework for downloading rules |