Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix logrotate lines max | sebvdk | 2013-10-24 | 1 | -1/+3 |
| | | | | $lines variable is not defined in "sg_script_logrotate" function. tail: -: No such file or directory | ||||
* | Add LDAP search patch from http://forum.pfsense.org/index.php/topic,59246.0.html | jim-p | 2013-06-10 | 4 | -15/+110 |
| | |||||
* | Detect and use the squidGuard variant if it's found. | jim-p | 2013-05-29 | 1 | -3/+6 |
| | |||||
* | Rework "order" field code for squidguard target categories, to avoid a php ↵ | jim-p | 2013-05-16 | 1 | -3/+4 |
| | | | | error when no other target categories exist. | ||||
* | squidGuard - update sync tab options to include system sync settings and ↵ | Marcello Coutinho | 2013-05-07 | 2 | -47/+80 |
| | | | | call sync process only with apply button | ||||
* | Add the ability to reorder target categories in squidGuard, to better ↵ | jim-p | 2013-05-06 | 3 | -2/+76 |
| | | | | facilitate making exceptions to lists. | ||||
* | Fix this test so it will also remove squidGuard's options from squid config ↵ | jim-p | 2013-04-05 | 1 | -2/+1 |
| | | | | when disabling. | ||||
* | Only update squid options if we have something to do, otherwise this can ↵ | jim-p | 2013-02-04 | 1 | -2/+5 |
| | | | | interfere with squid's default options in a new install if someone installs squidGuard without first configuring squid. | ||||
* | Update config/squidGuard/squidguard_dest.xml | Alexander Wilke | 2013-01-16 | 1 | -0/+1 |
| | | | added missing variable | ||||
* | Update config/squidGuard/squidguard.xml | Sergey Dvoriancev | 2013-01-14 | 1 | -24/+29 |
| | | | | Additional file need: squidguard_sync.xml | ||||
* | Update config/squidGuard/squidguard_time.xml | Alexander Wilke | 2013-01-09 | 1 | -16/+18 |
| | |||||
* | Create squidguard_sync.xml | Alexander Wilke | 2013-01-09 | 1 | -0/+163 |
| | |||||
* | Update config/squidGuard/squidguard_rewr.xml | Alexander Wilke | 2013-01-09 | 1 | -21/+24 |
| | |||||
* | Update config/squidGuard/squidguard_log.php | Alexander Wilke | 2013-01-09 | 1 | -1/+2 |
| | |||||
* | Update config/squidGuard/squidguard_dest.xml | Alexander Wilke | 2013-01-09 | 1 | -119/+117 |
| | |||||
* | Update config/squidGuard/squidguard_default.xml | Alexander Wilke | 2013-01-09 | 1 | -96/+93 |
| | |||||
* | Update config/squidGuard/squidguard_configurator.inc | Alexander Wilke | 2013-01-09 | 1 | -4/+9 |
| | |||||
* | Update config/squidGuard/squidguard_blacklist.php | Alexander Wilke | 2013-01-09 | 1 | -0/+1 |
| | |||||
* | Update config/squidGuard/squidguard_acl.xml | Alexander Wilke | 2013-01-09 | 1 | -178/+175 |
| | |||||
* | Update config/squidGuard/squidguard.xml | Alexander Wilke | 2013-01-09 | 1 | -13/+25 |
| | |||||
* | Update config/squidGuard/squidguard.inc | Alexander Wilke | 2013-01-09 | 1 | -1/+158 |
| | |||||
* | Update config/squidGuard/squidguard_configurator.inc | Sergey Dvoriancev | 2013-01-09 | 1 | -1/+1 |
| | | | Fix squid.inc path 2 | ||||
* | Update config/squidGuard/squidguard_configurator.inc | Sergey Dvoriancev | 2013-01-09 | 1 | -2/+2 |
| | | | Fix squid.inc path | ||||
* | 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. |