| Commit message (Expand) | Author | Age | Files | Lines |
* | We now have 3 columns, increase colspan. | Scott Ullrich | 2006-10-07 | 1 | -2/+2 |
* | s/Description/Alert Description/ | Scott Ullrich | 2006-10-07 | 1 | -1/+1 |
* | Associate snort blocked events with their alert description if available | Scott Ullrich | 2006-10-07 | 2 | -7/+45 |
* | Do not require guiconfig.inc, it will always fail auth checks | Scott Ullrich | 2006-10-07 | 1 | -1/+0 |
* | Allow script to work detached from webConfigurator | Scott Ullrich | 2006-10-07 | 1 | -0/+2 |
* | If we are not a cluster master, sleep between 5 and 700 minutes before invoki... | Scott Ullrich | 2006-10-07 | 1 | -0/+14 |
* | s/VPNS/VPNs/ | Scott Ullrich | 2006-10-07 | 1 | -1/+1 |
* | Do not sync if a CARP sync host ip is not defined. | Scott Ullrich | 2006-10-07 | 1 | -0/+3 |
* | config -> configuration | Scott Ullrich | 2006-10-06 | 1 | -1/+1 |
* | Add XMLRPC sync option which will automatically sync Snort configuration to C... | Scott Ullrich | 2006-10-06 | 2 | -1/+119 |
* | 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 |
* | Backout latest miniupnpd, it breaks things, back on 20060924 | Seth Mos | 2006-10-06 | 2 | -1/+1 |
* | Add | Scott Ullrich | 2006-10-06 | 1 | -0/+3 |
* | Add test package xml | Scott Ullrich | 2006-10-06 | 1 | -0/+168 |
* | 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 |
* | miniupnpd now can detect if its being called out of band from coregui. autom... | Scott Ullrich | 2006-10-05 | 1 | -0/+1 |
* | Reflect new version | Seth Mos | 2006-10-05 | 1 | -1/+1 |
* | Update to 20060930 release | Seth Mos | 2006-10-05 | 1 | -0/+0 |
* | file_notice() requires require_once("notices.inc"); | Scott Ullrich | 2006-10-05 | 2 | -0/+3 |
* | Kill previous running miniupnpd processes before starting. | Scott Ullrich | 2006-10-05 | 1 | -2/+1 |
* | 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 |
* | Script no longer gives us our id immediately. It's delayed by 15+ minutes. | Scott Ullrich | 2006-10-02 | 1 | -5/+1 |
* | Download dig | Scott Ullrich | 2006-10-02 | 1 | -5/+12 |
* | Add dig which is needed by bsdstats | Scott Ullrich | 2006-10-02 | 1 | -0/+0 |
* | Fetch file automagically from bsdstats.org | Scott Ullrich | 2006-10-02 | 1 | -0/+8 |
* | We now have a miniupnpd package which is supperior in every fashion. | Scott Ullrich | 2006-10-02 | 2 | -60/+0 |
* | Use new nmap directory | Scott Ullrich | 2006-10-02 | 1 | -81/+0 |
* | Seperate nmap out into its own directory | Scott Ullrich | 2006-10-02 | 2 | -0/+91 |
* | 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 |
* | Change description to Proxy server service | Scott Ullrich | 2006-09-30 | 1 | -1/+1 |
* | Make sure pinger process is zapped as well. | Scott Ullrich | 2006-09-30 | 1 | -0/+1 |
* | Kill the proxy_monitor.sh process before killing squid. Otherwise it will re... | Scott Ullrich | 2006-09-30 | 1 | -0/+1 |