aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Increase polling time to 5 minutesScott Ullrich2006-09-291-1/+1
|
* Add (C)Scott Ullrich2006-09-292-6/+59
|
* Note that the interface is generally WANScott Ullrich2006-09-291-1/+1
|
* Fix typos, as patch submitted by Michael Schuh described.Fernando Lemos2006-09-292-5/+5
|
* Lots of updates, new options, some fixes... Should soon merge with the main ↵Fernando Lemos2006-09-292-25/+70
| | | | package (hopefully).
* Fix typos.Scott Ullrich2006-09-292-5/+5
| | | | Patch-submitted-by: Michael Schuh <michael.schuh@gmail.com>
* * Default to status pageScott Ullrich2006-09-282-6/+4
| | | | * If miniupnpd has not been setup prior, redirect to Settings tab
* Add settings tabScott Ullrich2006-09-281-0/+8
|
* Kill trailing space. Remove commented out code that is not being used.Scott Ullrich2006-09-282-6/+4
|
* Allow items to be saved via $_POST or from config.xml.Scott Ullrich2006-09-281-2/+13
| | | | This is needed if you call sync_package_miniupnpd() from outside of the normal coregui post sequence
* Add note that generally the interface is LANScott Ullrich2006-09-281-2/+1
|
* Remove CARP installation limitationScott Ullrich2006-09-281-5/+0
|
* Add -o supportScott Ullrich2006-09-282-0/+10
|
* Remove bogus .inc reference.Seth Mos2006-09-281-7/+2
|
* Set bsdstats to the side for the time being since its asking a question on ↵Scott Ullrich2006-09-281-14/+14
| | | | pkg_add and we don't seem to be able to cope with this.
* Update to 3.9Scott Ullrich2006-09-281-2/+2
|
* This file is eval()'dScott Ullrich2006-09-281-36/+2
|
* Restart snort2c after clearing alertsScott Ullrich2006-09-281-3/+4
|
* 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
* This file does not require guiconfig.incScott Ullrich2006-09-271-1/+0
|
* Add #!/usr/local/bin/php headerScott Ullrich2006-09-271-0/+1
|
* Do not include pppoe or dhcp entriesScott Ullrich2006-09-272-1/+3
|
* Reload snort ip/whitelist information for dynamic interfaces automatically ↵Scott Ullrich2006-09-272-1/+53
| | | | by hooking into /usr/local/pkg/pf/
* Resolve pppoe and dhcp ip addressesScott Ullrich2006-09-271-1/+7
|
* After clearing the snort alert log, HUP both snort and snort2cScott Ullrich2006-09-271-0/+2
|
* General cleanups. File is usable now.Scott Ullrich2006-09-271-2/+21
|
* * Do not CLOG alert fileScott Ullrich2006-09-271-2/+2
| | | | * s/alerts/alert/
* Add Snort alerts log viewerScott Ullrich2006-09-276-0/+104
|
* Bump snort minimum version to 2.0Scott Ullrich2006-09-271-1/+1
|
* * Gracefully handle initial installation better by redirecting to the rules ↵Scott Ullrich2006-09-272-0/+7
| | | | | | update page if no rules have been downloaded. * Include squid.inc for common functions
* Be sure to flush contents before loading url.Scott Ullrich2006-09-271-0/+2
|
* Do not start a new table row, one has already been started. Do not center cell.Scott Ullrich2006-09-271-20/+27
|
* Compare dates correctlyScott Ullrich2006-09-272-2/+2
|
* Make console text friendlerScott Ullrich2006-09-272-21/+39
|
* Make file suitable for running from the console by adding a ↵Scott Ullrich2006-09-271-0/+1
| | | | #!/usr/local/bin/php entry
* 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-272-0/+14
|
* Add a checkbox for automatic rules updatingScott Ullrich2006-09-271-0/+5
|
* Add a new script for automatic snort.org rules updatingScott Ullrich2006-09-273-89/+212
|