Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | squidGuard - use install_cron_job() instead of reimplementing it | doktornotor | 2015-09-05 | 1 | -58/+4 |
| | |||||
* | Sanitize squidguard version, add port_category, run_depends and fix pbi checking | Renato Botelho | 2015-04-29 | 1 | -5/+7 |
| | |||||
* | create mountpoint for ramdisk with PHP mkdir | Dennis Neuhaeuser | 2015-04-13 | 1 | -2/+3 |
| | |||||
* | correction of path to squid binaray | Dennis Neuhaeuser | 2015-04-07 | 1 | -3/+3 |
| | | | | corrected the base to the squid binary should be SQUID_BASE instead of SQUID_LOCALBASE | ||||
* | Update squidguard_configurator.inc | Nicolas Liaudat | 2015-03-04 | 1 | -2/+2 |
| | |||||
* | Update squidguard_configurator.inc | Nicolas Liaudat | 2015-02-25 | 1 | -4/+13 |
| | | | Fix commit eb7182a & it's revert to finaly works for everybody :) | ||||
* | This seems to have broken squidGuard for some. Revert "update squidguard ↵ | jim-p | 2015-01-20 | 1 | -3/+3 |
| | | | | | | squid syntax" This reverts commit eb7182ac8536550a51a38ffb94bb29daa2ec9562. | ||||
* | update squidguard squid syntax | Cino | 2015-01-14 | 1 | -3/+3 |
| | | | | | | | update squidguard squid.conf syntax this will allow it to run with squid2 and squid3 https://forum.pfsense.org/index.php?topic=73640 https://forum.pfsense.org/index.php?topic=86701.msg475980#msg475980 | ||||
* | Fix incorrect command | jim-p | 2015-01-09 | 1 | -1/+1 |
| | |||||
* | Some variable and path fixes for squidGuard's blacklist update code. | jim-p | 2015-01-09 | 1 | -30/+30 |
| | |||||
* | Fix call-time pass-by-reference in Squidguard, bump | jim-p | 2014-05-09 | 1 | -25/+25 |
| | |||||
* | 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 | 1 | -12/+44 |
| | |||||
* | Detect and use the squidGuard variant if it's found. | jim-p | 2013-05-29 | 1 | -3/+6 |
| | |||||
* | 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_configurator.inc | Alexander Wilke | 2013-01-09 | 1 | -4/+9 |
| | |||||
* | 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 | ||||
* | 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 | ||||
* | 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 | ||||
* | 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) | ||||
* | 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 | 1 | -2/+5 |
| | |||||
* | Blacklist modification and bug fixes | dvserg | 2011-02-11 | 1 | -5/+19 |
| | |||||
* | SquidGuard blacklist update (Feature #105) | dvserg | 2011-01-31 | 1 | -368/+519 |
| | |||||
* | squidGuard change blacklist | dvserg | 2011-01-03 | 1 | -82/+88 |
| | |||||
* | Log view changed. Log rotation added. Validation Names with reserved words ↵ | dvserg | 2010-12-16 | 1 | -104/+253 |
| | | | | added. | ||||
* | Update squidGuard. Changed GUI. Dest Domains as IP address now supported. | dvserg | 2010-11-14 | 1 | -5/+6 |
| | |||||
* | Patch from vcoque to restrict squidguard redirect for errors to http only. | jim-p | 2010-10-18 | 1 | -2/+1 |
| | |||||
* | A few misc. squidGuard fixes to make it behave better on reboot, especially ↵ | jim-p | 2010-06-22 | 1 | -10/+14 |
| | | | | 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 | 1 | -4/+21 |
| | |||||
* | havp update new version ; squidGuard fix small bug | serg dvoriancev | 2009-05-01 | 1 | -3/+4 |
| | |||||
* | mv packages to config dir to match web layout | Bill Marquette | 2009-02-06 | 1 | -0/+2106 |