aboutsummaryrefslogtreecommitdiffstats
path: root/config/squidGuard
Commit message (Collapse)AuthorAgeFilesLines
...
* Update config/squidGuard/squidguard_configurator.incSergey Dvoriancev2013-01-091-2/+2
| | | Fix squid.inc path
* Update config/squidGuard/squidguard_configurator.incSergey Dvoriancev2012-10-311-1/+4
| | | Check exists 'squid_resync' function.
* Update config/squidGuard/squidguard_configurator.incSergey Dvoriancev2012-10-301-2/+2
| | | Check squid.inc by system path's ( for 2.1 also )
* Update config/squidGuard/squidguard_configurator.incSergey Dvoriancev2012-10-301-1/+6
| | | Fix error 'Warning: require_once(squid.inc): failed to open stream: No such file or director'
* SquidGuard: Rotate GUI-LogfileAlexander Wilke2012-10-271-0/+7
| | | | | The SQUIDGUARD_GUILOG_MAXCOUNT limit to 500 lines does not seem to work. The /var/squidGuard/log/squidGuard.log is increasing over this limit. This patch rotates this file daily when logrotation is enabled and cuts this file after the last 1000 lines - the same as with /var/squidGuard/log/block.log
* SquidGuard: Adjust LOGSHOW_BUFSIZEAlexander Wilke2012-10-271-1/+1
| | | | | | | | In squidguard_configurator.inc there is a daily rotation of the logile which cuts the last 1000 lines. LOGSHOW_BUFSIZE limits this file again by the last 64KB. A file with ~1000 lines has size between 100KB and 300KB so I increased this buffer to 256KB to match these ~1000 lines. I think this buffer size will work well even on low end systems, too. Log rotation every day will do the rest.
* Update config/squidGuard/squidguard_configurator.incAlexander Wilke2012-10-251-5/+5
| | | | | | | squidguard: "url_rewrite_children" replaces "redirect_children" in squid 2.6 and newer versions. Increased default value up to 5. http://www.squid-cache.org/Versions/v2/2.7/cfgman/url_rewrite_children.html "redirector_bypass" is by default off which disallows to bypass ACLs. http://www.squid-cache.org/Versions/v2/2.7/cfgman/redirector_bypass.html
* Some fixes for squidguard on 2.1jim-p2012-10-111-9/+21
|
* squidguard - minor fix to url check preg_matchmarcelloc2012-06-211-1/+1
|
* Suggest fix to this report http://redmine.pfsense.org/issues/2435 ccesario2012-06-181-13/+12
| | | Change eregi() to preg_match() function
* Generalize referencejim-p2012-04-231-2/+2
|
* When creating conf file, check if dest definition contains _adv or _ads and ↵saxonbeta2012-03-291-1/+11
| | | | if F_ADV_BLANKIMG is on, then add a redirect to get a blank image instead of the default block page
* Save adv_blankimg field value to squidguard_conf.xmlsaxonbeta2012-03-291-3/+7
|
* Option added to display a blank image instead the block page for adv categorysaxonbeta2012-03-291-0/+6
|
* Increase size of squidGuard's ramdisk used for unpacking blacklists (would ↵jim-p2011-12-051-1/+1
| | | | be nice if this were a GUI knob eventually)
* Encode URL so blacklists with a & in their download URL work properly.jim-p2011-11-301-1/+1
|
* Add a box to allow the user to override the default squidguard "Request ↵jim-p2011-06-072-1/+18
| | | | denied by pfSense proxy". Also don't use pfSense there, but the product name instead.
* Check that this file exists before trying to use it. Should stop GUI and ↵jim-p2011-04-181-1/+1
| | | | console errors that the file doesn't exist.
* squidGuard log changesdvserg2011-02-177-363/+316
|
* SG pkg version updatedvserg2011-02-111-1/+1
|
* Blacklist modification and bug fixesdvserg2011-02-1112-39/+179
|
* squidGuard blacklist fixdvserg2011-01-311-0/+333
|
* SquidGuard blacklist update (Feature #105)dvserg2011-01-3110-480/+618
|
* squidGuard change blacklistdvserg2011-01-032-169/+163
|
* Bug #1131 Fixdvserg2011-01-021-2/+11
|
* squidGuard version updatedvserg2010-12-161-1/+1
|
* Log view changeddvserg2010-12-161-0/+140
|
* Log view changed. Log rotation added. Validation Names with reserved words ↵dvserg2010-12-169-593/+757
| | | | added.
* SquidGuard bug 1008 fix.dvserg2010-11-166-6/+6
|
* Update squidGuard. Changed GUI. Dest Domains as IP address now supported.dvserg2010-11-145-17/+20
|
* Patch from vcoque to restrict squidguard redirect for errors to http only.jim-p2010-10-182-6/+4
|
* Consider user destinations before blacklists.jim-p2010-09-221-9/+9
|
* A few misc. squidGuard fixes to make it behave better on reboot, especially ↵jim-p2010-06-222-12/+16
| | | | on NanoBSD.
* Signed-off-by: dvserg <dv_serg@mail.ru>dvserg2010-04-121-3/+3
|
* Test to see if is_url() existssullrich2009-12-121-9/+11
|
* Add some rw/ro calls to make squidGuard happy on nano.jim-p2009-10-122-4/+25
|
* havp update new version ; squidGuard fix small bugserg dvoriancev2009-05-018-18/+19
|
* mv packages to config dir to match web layoutBill Marquette2009-02-0611-0/+4930