aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* We do need this script to recreate snort.conf so that dynamic ips can be ↵Scott Ullrich2006-10-021-0/+5
| | | | updated.
* Create new snort.conf during filter reloadScott Ullrich2006-10-021-5/+0
|
* s/snort.com/snort.orgScott Ullrich2006-10-021-2/+2
|
* Script no longer gives us our id immediately. It's delayed by 15+ minutes.Scott Ullrich2006-10-021-5/+1
|
* Download digScott Ullrich2006-10-021-5/+12
|
* Add dig which is needed by bsdstatsScott Ullrich2006-10-021-0/+0
|
* Fetch file automagically from bsdstats.orgScott Ullrich2006-10-021-0/+8
|
* Put package back in service for 2.0Scott Ullrich2006-10-021-14/+14
|
* Remove package neeed, we will download the script directly from bsdstats.orgScott Ullrich2006-10-021-1/+0
|
* Welcome Snort package to 1.0-RC3Scott Ullrich2006-10-021-1/+1
|
* We now have a miniupnpd package which is supperior in every fashion.Scott Ullrich2006-10-022-60/+0
| | | | RIP old package.
* Use new nmap directoryScott Ullrich2006-10-022-82/+1
|
* Seperate nmap out into its own directoryScott Ullrich2006-10-022-0/+91
|
* Send arpwatch to the abyss, it doesn't work out of the box.Scott Ullrich2006-10-011-1/+1
|
* Mark ifdepd as needing 2.0Scott Ullrich2006-10-011-1/+1
|
* Mark all A/V packages as requiring 2.0 since they are not ready.Scott Ullrich2006-10-011-58/+58
| | | | We are about to release 1.0-RC3 and I would only like to see working packages included.
* [15:25] <hoba> clamav is not working out of the box right now. it's not ↵Scott Ullrich2006-10-011-13/+13
| | | | | | | | completely ready yet [15:25] <GeekGod> erm im tired of this question, im disabling that package. Retire clamav until the support nightmare is brought under control.
* We no longer need to check for ip change, rc.newwanip now restarts packages.Scott Ullrich2006-10-011-5/+0
|
* Teach snort to use newer package plugin methodsScott Ullrich2006-10-012-9/+40
|
* Note script start and stopScott Ullrich2006-09-301-1/+5
|
* Use conf_mount_rw() and conf_mount_ro()Scott Ullrich2006-09-301-0/+7
|
* Log when snort rules are being updated, or are updated.Scott Ullrich2006-09-301-0/+3
|
* Squid version bumpScott Ullrich2006-09-301-1/+1
|
* Change description to Proxy server serviceScott Ullrich2006-09-301-1/+1
|
* Make sure pinger process is zapped as well.Scott Ullrich2006-09-301-0/+1
|
* Kill the proxy_monitor.sh process before killing squid. Otherwise it will ↵Scott Ullrich2006-09-301-0/+1
| | | | restart the process.
* Attempt to be Mr. Obvious and explain to the user that they should not ↵Scott Ullrich2006-09-301-1/+1
| | | | navigate away from the page during squid -z or press stop in their browser.
* Remove squid and squid* on install and deinstallScott Ullrich2006-09-301-0/+3
|
* s/4096/12Scott Ullrich2006-09-301-1/+1
|
* Increase Maximum object size to 10KScott Ullrich2006-09-301-1/+1
| | | | Suggested-by: Korozion via IRC
* Remove stray \Scott Ullrich2006-09-301-1/+3
|
* Backout last change, install is borked.Scott Ullrich2006-09-301-2/+0
|
* Give a better description of what is happening during squid -zScott Ullrich2006-09-301-1/+3
|
* We use squid.sh, not squid. Remove this rc.d file.Scott Ullrich2006-09-301-1/+2
|
* This file is rc.freenas, not rc.filter_configureScott Ullrich2006-09-291-2/+2
|
* SyncScott Ullrich2006-09-291-31/+56
|
* Use /etc/rc.filter_configure_syncScott Ullrich2006-09-291-2/+2
|
* Earth to Scott, shell scripts need # for commentsScott Ullrich2006-09-291-27/+27
|
* Remove description text that we do not support.Scott Ullrich2006-09-291-2/+2
|
* Remove second Darkstat access optionScott Ullrich2006-09-291-7/+0
|
* Service should only appear once.Scott Ullrich2006-09-291-6/+1
|
* Sleep for 5 seconds while we wait for snort to exit.Scott Ullrich2006-09-291-1/+1
|
* Log when we detect an ip address change so we can verify if this codepath is ↵Scott Ullrich2006-09-291-3/+2
| | | | even being hit.
* Throw an input_error on squid auth page when transparent proxy is enabled so ↵Scott Ullrich2006-09-291-0/+6
| | | | we avoid ID10T questions like I just asked...
* Increase field sizes to 60 to allow more typing room.Scott Ullrich2006-09-292-0/+11
|
* The The field LDAP server user DN should be a ldap style string, not a ↵Scott Ullrich2006-09-291-1/+1
| | | | | | | | "internet domain name". Remove the bogus check. See http://forum.pfsense.org/index.php/topic,2004.0.html for more information
* Throttle other extensions field size to 60 so that multiple extensions can ↵Scott Ullrich2006-09-291-1/+2
| | | | be entered without being cutoff
* Whitelist and blacklist types are url_regex, not an ip address. Remove the ↵Scott Ullrich2006-09-291-5/+1
| | | | | | forced ip checks. Thanks to Free_The_Mallocs for the bug report.
* Make sure /usr/local/libexec/squid/pinger is executable to avoid this error:Scott Ullrich2006-09-291-0/+5
| | | | | | 2006/09/29 14:06:07| ipcCreate: /usr/local/libexec/squid/pinger: (13) Permission denied Thanks to Free_The_Mallocs for the bug report.
* When changing the on disk squid cache size, a squid -z is required.Scott Ullrich2006-09-292-2/+14
| | | | Thanks to Free_The_Mallocs for the bug report.