aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Fix bug in page title display for CATEGORIES tab.Bill Meeks2013-01-201-5/+4
| | | |
| * | | Add IPS policy select, auto-flowbit resolution and bug fixes.Bill Meeks2013-01-2013-501/+1619
| | | |
* | | | Fix prefix for sqpmon.sh fetchPhil Davis2013-01-211-1/+1
| | | | | | | | | | | | Stared at this for a while until I noticed that all the others had a terminating slash.
* | | | Merge pull request #350 from phil-davis/masterChris Buechler2013-01-204-80/+87
|\ \ \ \ | |/ / / |/| | | Replace proxy_monitor with sqpmon for squid(2)
| * | | Modify to suit squid (2)Phil Davis2013-01-121-3/+3
| | | |
| * | | Remove proxy_monitor.shPhil Davis2013-01-121-72/+0
| | | |
| * | | Create sqpmon.shPhil Davis2013-01-121-0/+75
| | | |
| * | | Replace proxy_monitor with sqp_monitor and sqpmonPhil Davis2013-01-121-4/+4
| | | |
| * | | Replace proxy_monitor with sqp_monitor and sqpmonPhil Davis2013-01-121-4/+8
| | | |
* | | | Fix up the inline config format a little to make Android and iOS both happy.jim-p2013-01-172-17/+11
| | | |
* | | | Update config/squidGuard/squidguard_dest.xmlAlexander Wilke2013-01-161-0/+1
| | | | | | | | | | | | added missing variable
* | | | The 2.3 client is no longer beta.jim-p2013-01-151-6/+6
| | | |
* | | | fix typos in pfblockerChris Buechler2013-01-141-4/+4
| | | |
* | | | Update config/squidGuard/squidguard.xmlSergey Dvoriancev2013-01-141-24/+29
|/ / / | | | | | | | | | Additional file need: squidguard_sync.xml
* | | Update config/squidGuard/squidguard_time.xmlAlexander Wilke2013-01-091-16/+18
| | |
* | | Create squidguard_sync.xmlAlexander Wilke2013-01-091-0/+163
| | |
* | | Update config/squidGuard/squidguard_rewr.xmlAlexander Wilke2013-01-091-21/+24
| | |
* | | Update config/squidGuard/squidguard_log.phpAlexander Wilke2013-01-091-1/+2
| | |
* | | Update config/squidGuard/squidguard_dest.xmlAlexander Wilke2013-01-091-119/+117
| | |
* | | Update config/squidGuard/squidguard_default.xmlAlexander Wilke2013-01-091-96/+93
| | |
* | | Update config/squidGuard/squidguard_configurator.incAlexander Wilke2013-01-091-4/+9
| | |
* | | Update config/squidGuard/squidguard_blacklist.phpAlexander Wilke2013-01-091-0/+1
| | |
* | | Update config/squidGuard/squidguard_acl.xmlAlexander Wilke2013-01-091-178/+175
| | |
* | | Update config/squidGuard/squidguard.xmlAlexander Wilke2013-01-091-13/+25
| | |
* | | Update config/squidGuard/squidguard.incAlexander Wilke2013-01-091-1/+158
| | |
* | | Update config/squidGuard/squidguard_configurator.incSergey Dvoriancev2013-01-091-1/+1
| | | | | | | | | Fix squid.inc path 2
* | | Update config/squidGuard/squidguard_configurator.incSergey Dvoriancev2013-01-091-2/+2
| | | | | | | | | Fix squid.inc path
* | | Don't offer a server certificate to export. It doesn't work, and can just ↵jim-p2013-01-071-1/+1
| | | | | | | | | | | | lead to confusion.
* | | Improve cron rcfile stop processingPhil Davis2013-01-071-1/+1
| | | | | | | | | | | | If cron.pid did not exist, an error was emitted - that could happen when a stop is done at package install, before it was ever started. If cron is stopped, cron.pid was left behind. Another attempt to stop would emit an error about the pid in cron.pid no existing. This extra checking avoids any error messages if stop is called before start, or stop is called twice.
* | | Remove proxy_monitor.shPhil Davis2013-01-061-76/+0
| | | | | | | | | It is replaced by sqpmon.sh
* | | Add sqpmon.sh to replace proxy_monitor.shPhil Davis2013-01-061-0/+75
| | |
* | | Replace proxy_monitor with sqp_monitor and sqpmonPhil Davis2013-01-061-3/+3
| | |
* | | Replace proxy_monitor with sqp_monitor and sqpmonPhil Davis2013-01-061-5/+9
| | |
* | | Archive phpmrss packageMathieu Simon2012-12-271-0/+0
| | | | | | | | | | | | | | | | | | phpmrss has not seen updates for a long time, was only listed for pfSense <= 1.2.2 and actually the binaries are not present anymore on files.pfsense.org. Time to move to the archive.
* | | Normalize line endingsjim-p2012-12-197-1616/+1616
| | |
* | | freeradius2 user password encryptionAlexander Wilke2012-12-171-2/+14
| | |
* | | freeradius2 user password encryptionAlexander Wilke2012-12-171-1/+12
| | |
* | | Fix line endings (autocrlf is your friend, use it)jim-p2012-12-105-451/+451
| | |
* | | squid3 - fix squid path after pfsense version check fix.Marcello Coutinho2012-12-101-1/+1
| | |
* | | squid3 - include pfsense version check to swapstate_check.phpMarcello Coutinho2012-12-101-2/+8
| | |
* | | fix default port for HTTPSMartin Fuchs2012-12-071-187/+187
| | |
* | | Merge pull request #335 from tigersharke/masterJim P2012-12-051-2/+8
|\ \ \ | | | | | | | | Fix for empty array condition.
| * | | As suggested, test moved ahead of first instance array is used.Tigersharke2012-11-211-3/+3
| | | | | | | | | | | | | | | | The first 'for each' in sksort is where the error presents.
| * | | This is a fix for an empty array condition that causes a dashboardCharlie Root2012-11-211-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | error message: Warning: Invalid argument supplied for foreach() in /usr/local/www/widgets/widgets/snort_alerts.widget.php on line 36
* | | | Changed objectparameters field to use base64 encodingLeger Lance2012-12-042-3/+8
| | | |
* | | | Fix required files for arpwatchjim-p2012-11-291-1/+2
| | | |
* | | | Close the resource after doneErmal2012-11-271-0/+1
| | | |
* | | | Close the resource after doneErmal2012-11-271-0/+1
| | | |
* | | | Use popen here to not reach php memory limitsErmal2012-11-261-8/+3
| | | |
* | | | Use popen here to not reach php memory limitsErmal2012-11-261-6/+3
| | | |