| Commit message (Expand) | Author | Age | Files | Lines |
* | Add automatic whitelist feature for VPNs | Scott Ullrich | 2006-10-06 | 2 | -4/+23 |
* | Add a few more comments | Scott Ullrich | 2006-10-06 | 1 | -7/+22 |
* | * Cleanup on deinstall | Scott Ullrich | 2006-10-06 | 2 | -2/+19 |
* | Remove stray a, will create a test file to do these experiments further. | Scott Ullrich | 2006-10-06 | 1 | -1/+1 |
* | This commit should fail. Ignore otherwise. | Scott Ullrich | 2006-10-06 | 1 | -1/+1 |
* | Woops, WAN, not LAN interfaces | Scott Ullrich | 2006-10-06 | 1 | -1/+1 |
* | Add item descriptions to each row | Scott Ullrich | 2006-10-06 | 1 | -1/+6 |
* | Remove stray a | Scott Ullrich | 2006-10-05 | 1 | -1/+1 |
* | Woops, its <custom_php_install_command> | Scott Ullrich | 2006-10-05 | 1 | -2/+2 |
* | Call sync_package_snort_reinstall() on install. | Scott Ullrich | 2006-10-05 | 2 | -3/+13 |
* | Call the sync_package_snort() function on install so that if it was previousl... | Scott Ullrich | 2006-10-05 | 1 | -3/+6 |
* | Do not exit when opening for writing fails, simply return. | Scott Ullrich | 2006-10-03 | 1 | -1/+1 |
* | Woops, thats a variable, so it requires a $ | Scott Ullrich | 2006-10-03 | 1 | -1/+1 |
* | Writeout whitelist with a foreach, ensure that no stray spaces are present. | Scott Ullrich | 2006-10-03 | 1 | -1/+5 |
* | We do need this script to recreate snort.conf so that dynamic ips can be upda... | Scott Ullrich | 2006-10-02 | 1 | -0/+5 |
* | Create new snort.conf during filter reload | Scott Ullrich | 2006-10-02 | 1 | -5/+0 |
* | s/snort.com/snort.org | Scott Ullrich | 2006-10-02 | 1 | -2/+2 |
* | We no longer need to check for ip change, rc.newwanip now restarts packages. | Scott Ullrich | 2006-10-01 | 1 | -5/+0 |
* | Teach snort to use newer package plugin methods | Scott Ullrich | 2006-10-01 | 2 | -9/+40 |
* | Note script start and stop | Scott Ullrich | 2006-09-30 | 1 | -1/+5 |
* | Use conf_mount_rw() and conf_mount_ro() | Scott Ullrich | 2006-09-30 | 1 | -0/+7 |
* | Log when snort rules are being updated, or are updated. | Scott Ullrich | 2006-09-30 | 1 | -0/+3 |
* | Sleep for 5 seconds while we wait for snort to exit. | Scott Ullrich | 2006-09-29 | 1 | -1/+1 |
* | Log when we detect an ip address change so we can verify if this codepath is ... | Scott Ullrich | 2006-09-29 | 1 | -3/+2 |
* | Note that the interface is generally WAN | Scott Ullrich | 2006-09-29 | 1 | -1/+1 |
* | This file is eval()'d | Scott Ullrich | 2006-09-28 | 1 | -36/+2 |
* | Restart snort2c after clearing alerts | Scott Ullrich | 2006-09-28 | 1 | -3/+4 |
* | Pass $HOME_NET to snort | Scott Ullrich | 2006-09-27 | 1 | -2/+2 |
* | Woops, dont allow for run-on commands. | Scott Ullrich | 2006-09-27 | 1 | -1/+1 |
* | * Ensure that only one snort2c is running | Scott Ullrich | 2006-09-27 | 1 | -1/+2 |
* | This file does not require guiconfig.inc | Scott Ullrich | 2006-09-27 | 1 | -1/+0 |
* | Add #!/usr/local/bin/php header | Scott Ullrich | 2006-09-27 | 1 | -0/+1 |
* | Do not include pppoe or dhcp entries | Scott Ullrich | 2006-09-27 | 2 | -1/+3 |
* | Reload snort ip/whitelist information for dynamic interfaces automatically by... | Scott Ullrich | 2006-09-27 | 2 | -1/+53 |
* | Resolve pppoe and dhcp ip addresses | Scott Ullrich | 2006-09-27 | 1 | -1/+7 |
* | After clearing the snort alert log, HUP both snort and snort2c | Scott Ullrich | 2006-09-27 | 1 | -0/+2 |
* | General cleanups. File is usable now. | Scott Ullrich | 2006-09-27 | 1 | -2/+21 |
* | * Do not CLOG alert file | Scott Ullrich | 2006-09-27 | 1 | -2/+2 |
* | Add Snort alerts log viewer | Scott Ullrich | 2006-09-27 | 6 | -0/+104 |
* | * Gracefully handle initial installation better by redirecting to the rules u... | Scott Ullrich | 2006-09-27 | 2 | -0/+7 |
* | Be sure to flush contents before loading url. | Scott Ullrich | 2006-09-27 | 1 | -0/+2 |
* | Do not start a new table row, one has already been started. Do not center cell. | Scott Ullrich | 2006-09-27 | 1 | -20/+27 |
* | Compare dates correctly | Scott Ullrich | 2006-09-27 | 2 | -2/+2 |
* | Make console text friendler | Scott Ullrich | 2006-09-27 | 2 | -21/+39 |
* | Make file suitable for running from the console by adding a #!/usr/local/bin/... | Scott Ullrich | 2006-09-27 | 1 | -0/+1 |
* | Use filenamea instead of filename, filename may become a reserved word down t... | Scott Ullrich | 2006-09-27 | 1 | -4/+4 |
* | Install crontab entry and restart cron if needed | Scott Ullrich | 2006-09-27 | 2 | -0/+14 |
* | Add a checkbox for automatic rules updating | Scott Ullrich | 2006-09-27 | 1 | -0/+5 |
* | Add a new script for automatic snort.org rules updating | Scott Ullrich | 2006-09-27 | 3 | -89/+212 |
* | Space seperate manual whitelist items correctly so that they can be parsed | Scott Ullrich | 2006-09-27 | 1 | -1/+1 |