Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update config/squidGuard/squidguard_configurator.inc | Sergey Dvoriancev | 2012-10-31 | 1 | -1/+4 |
| | | | Check exists 'squid_resync' function. | ||||
* | Update config/squidGuard/squidguard_configurator.inc | Sergey Dvoriancev | 2012-10-30 | 1 | -2/+2 |
| | | | Check squid.inc by system path's ( for 2.1 also ) | ||||
* | Update config/squidGuard/squidguard_configurator.inc | Sergey Dvoriancev | 2012-10-30 | 1 | -1/+6 |
| | | | Fix error 'Warning: require_once(squid.inc): failed to open stream: No such file or director' | ||||
* | SquidGuard: Rotate GUI-Logfile | Alexander Wilke | 2012-10-27 | 1 | -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_BUFSIZE | Alexander Wilke | 2012-10-27 | 1 | -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.inc | Alexander Wilke | 2012-10-25 | 1 | -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.1 | jim-p | 2012-10-11 | 1 | -9/+21 |
| | |||||
* | squidguard - minor fix to url check preg_match | marcelloc | 2012-06-21 | 1 | -1/+1 |
| | |||||
* | Suggest fix to this report http://redmine.pfsense.org/issues/2435 | ccesario | 2012-06-18 | 1 | -13/+12 |
| | | | Change eregi() to preg_match() function | ||||
* | Generalize reference | jim-p | 2012-04-23 | 1 | -2/+2 |
| | |||||
* | When creating conf file, check if dest definition contains _adv or _ads and ↵ | saxonbeta | 2012-03-29 | 1 | -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.xml | saxonbeta | 2012-03-29 | 1 | -3/+7 |
| | |||||
* | Option added to display a blank image instead the block page for adv category | saxonbeta | 2012-03-29 | 1 | -0/+6 |
| | |||||
* | Increase size of squidGuard's ramdisk used for unpacking blacklists (would ↵ | jim-p | 2011-12-05 | 1 | -1/+1 |
| | | | | be nice if this were a GUI knob eventually) | ||||
* | Encode URL so blacklists with a & in their download URL work properly. | jim-p | 2011-11-30 | 1 | -1/+1 |
| | |||||
* | Add a box to allow the user to override the default squidguard "Request ↵ | jim-p | 2011-06-07 | 2 | -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-p | 2011-04-18 | 1 | -1/+1 |
| | | | | console errors that the file doesn't exist. | ||||
* | squidGuard log changes | dvserg | 2011-02-17 | 7 | -363/+316 |
| | |||||
* | SG pkg version update | dvserg | 2011-02-11 | 1 | -1/+1 |
| | |||||
* | Blacklist modification and bug fixes | dvserg | 2011-02-11 | 12 | -39/+179 |
| | |||||
* | squidGuard blacklist fix | dvserg | 2011-01-31 | 1 | -0/+333 |
| | |||||
* | SquidGuard blacklist update (Feature #105) | dvserg | 2011-01-31 | 10 | -480/+618 |
| | |||||
* | squidGuard change blacklist | dvserg | 2011-01-03 | 2 | -169/+163 |
| | |||||
* | Bug #1131 Fix | dvserg | 2011-01-02 | 1 | -2/+11 |
| | |||||
* | squidGuard version update | dvserg | 2010-12-16 | 1 | -1/+1 |
| | |||||
* | Log view changed | dvserg | 2010-12-16 | 1 | -0/+140 |
| | |||||
* | Log view changed. Log rotation added. Validation Names with reserved words ↵ | dvserg | 2010-12-16 | 9 | -593/+757 |
| | | | | added. | ||||
* | SquidGuard bug 1008 fix. | dvserg | 2010-11-16 | 6 | -6/+6 |
| | |||||
* | Update squidGuard. Changed GUI. Dest Domains as IP address now supported. | dvserg | 2010-11-14 | 5 | -17/+20 |
| | |||||
* | Patch from vcoque to restrict squidguard redirect for errors to http only. | jim-p | 2010-10-18 | 2 | -6/+4 |
| | |||||
* | Consider user destinations before blacklists. | jim-p | 2010-09-22 | 1 | -9/+9 |
| | |||||
* | A few misc. squidGuard fixes to make it behave better on reboot, especially ↵ | jim-p | 2010-06-22 | 2 | -12/+16 |
| | | | | on NanoBSD. | ||||
* | Signed-off-by: dvserg <dv_serg@mail.ru> | dvserg | 2010-04-12 | 1 | -3/+3 |
| | |||||
* | Test to see if is_url() exists | sullrich | 2009-12-12 | 1 | -9/+11 |
| | |||||
* | Add some rw/ro calls to make squidGuard happy on nano. | jim-p | 2009-10-12 | 2 | -4/+25 |
| | |||||
* | havp update new version ; squidGuard fix small bug | serg dvoriancev | 2009-05-01 | 8 | -18/+19 |
| | |||||
* | mv packages to config dir to match web layout | Bill Marquette | 2009-02-06 | 11 | -0/+4930 |