aboutsummaryrefslogtreecommitdiffstats
path: root/config/squidGuard/squidguard_configurator.inc
Commit message (Collapse)AuthorAgeFilesLines
* squidGuard - use install_cron_job() instead of reimplementing itdoktornotor2015-09-051-58/+4
|
* Sanitize squidguard version, add port_category, run_depends and fix pbi checkingRenato Botelho2015-04-291-5/+7
|
* create mountpoint for ramdisk with PHP mkdirDennis Neuhaeuser2015-04-131-2/+3
|
* correction of path to squid binarayDennis Neuhaeuser2015-04-071-3/+3
| | | | corrected the base to the squid binary should be SQUID_BASE instead of SQUID_LOCALBASE
* Update squidguard_configurator.incNicolas Liaudat2015-03-041-2/+2
|
* Update squidguard_configurator.incNicolas Liaudat2015-02-251-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-p2015-01-201-3/+3
| | | | | | squid syntax" This reverts commit eb7182ac8536550a51a38ffb94bb29daa2ec9562.
* update squidguard squid syntaxCino2015-01-141-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 commandjim-p2015-01-091-1/+1
|
* Some variable and path fixes for squidGuard's blacklist update code.jim-p2015-01-091-30/+30
|
* Fix call-time pass-by-reference in Squidguard, bumpjim-p2014-05-091-25/+25
|
* Fix logrotate lines maxsebvdk2013-10-241-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.htmljim-p2013-06-101-12/+44
|
* Detect and use the squidGuard variant if it's found.jim-p2013-05-291-3/+6
|
* Fix this test so it will also remove squidGuard's options from squid config ↵jim-p2013-04-051-2/+1
| | | | when disabling.
* Only update squid options if we have something to do, otherwise this can ↵jim-p2013-02-041-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.incAlexander Wilke2013-01-091-4/+9
|
* 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
* 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
* 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
* 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
* 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)
* 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-171-2/+5
|
* Blacklist modification and bug fixesdvserg2011-02-111-5/+19
|
* SquidGuard blacklist update (Feature #105)dvserg2011-01-311-368/+519
|
* squidGuard change blacklistdvserg2011-01-031-82/+88
|
* Log view changed. Log rotation added. Validation Names with reserved words ↵dvserg2010-12-161-104/+253
| | | | added.
* Update squidGuard. Changed GUI. Dest Domains as IP address now supported.dvserg2010-11-141-5/+6
|
* Patch from vcoque to restrict squidguard redirect for errors to http only.jim-p2010-10-181-2/+1
|
* A few misc. squidGuard fixes to make it behave better on reboot, especially ↵jim-p2010-06-221-10/+14
| | | | 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-121-4/+21
|
* havp update new version ; squidGuard fix small bugserg dvoriancev2009-05-011-3/+4
|
* mv packages to config dir to match web layoutBill Marquette2009-02-061-0/+2106