aboutsummaryrefslogtreecommitdiffstats
path: root/config/dansguardian
Commit message (Collapse)AuthorAgeFilesLines
* dansguardian - add bunch of missing includesdoktornotor2015-11-231-3/+5
|
* Fix rcfile service definition, fix file permissions, cleanupsdoktornotor2015-11-181-96/+108
|
* Fix service (re)restart failure due to some lingering /tmp junkdoktornotor2015-11-181-5/+16
| | | Reported @ https://forum.pfsense.org/index.php?topic=75321.0
* Fix invalid proxyport defaultemgee32015-04-261-1/+1
| | | proxyport setting defaults to localhost IP address rather than default squid proxy port
* Remove call-time pass by reference since dansguardian_validate_input() has ↵Renato Botelho2014-06-2018-28/+28
| | | | the reference on its prototype
* Fix a whole bunch of invalid version tests.jim-p2014-04-101-2/+2
|
* Fixup URLs:Renato Botelho2014-03-182-30/+30
| | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
* Merge pull request #579 from parawizard/masterErmal Luçi2014-02-211-2/+2
|\ | | | | Vnstat2 - Integration of vnstat_php_frontend into packages repo from tar
| * Typos dansguardian.incBryan Paradis2014-01-231-2/+2
| |
* | Fix typo. Pointy-hat: myselfErmal2014-02-191-1/+1
| |
* | Fix some obvious issues in dansguardian packageErmal2014-02-181-7/+8
|/
* Merge pull request #551 from timdufrane/masterMarcello Coutinho2013-11-183-1/+3
|\ | | | | Add syslog capability
| * Add syslog capabilitytimdufrane2013-11-181-1/+1
| |
| * Add syslog capabilitytimdufrane2013-11-181-0/+1
| |
| * Add syslog capabilitytimdufrane2013-11-181-0/+1
| |
* | Fixed URL under ACL's tab. Was opening the default group rather than ↵Randy Crowder2013-11-021-1/+1
| | | | | | | | presenting a list. I.E. - not consistent with how the ACL's tab functioned from any of the other pages
* | Fix dansguardian_ips_header.template to have correct tab name (i.e. ACLs ↵Randy Crowder2013-10-161-2/+2
| | | | | | | | instead of "Access Lists")
* | Modified to save icap scanning URL and contentscannertimeout valueRandy Crowder2013-10-164-1/+25
|/
* Contentscanners preg_replacetimdufrane2013-08-161-1/+1
| | | This condition also applies to the contentscanner section, and there is no variable substitution going on. Does not affect installs that use /usr/local, and allows the correct behavior on installs in /usr/pbi/dansguardian/... or wherever else (as long as DANSGUARDIAN_DIR is the correct directory).
* Fix Incorrect Directory Replacementtimdufrane2013-08-131-2/+2
| | | | On some installs, the directory ends up being /usr/pbi/dansguardian-xxx/... This results in include lines not being written correctly and broken config files. DANSGUARDIAN_DIR should be present on every system.
* dansguardian - improve ldap fetch code and fix cron problem on 2.1Marcello Coutinho2013-05-293-18/+72
|
* dansguardian - fix cascade sync while using system sync settingsMarcello Coutinho2013-05-281-5/+5
|
* dansguardian - fix clamav check and fetch_blacklist typoMarcello Coutinho2013-04-282-4/+4
|
* Dansguardian - fix typos and include more check to install process.Marcello Coutinho2013-04-263-31/+38
|
* Dansguardian - New sync gui and fixes on clamav startup script manipulationMarcello Coutinho2013-04-252-46/+115
|
* dansguardian - fix groups acls cheks, rename template xmls to avoid boot ↵marcelloc2013-02-136-15/+119
| | | | warnings and include more debug messages on dansguardian_ldap.php
* dansguardian - improve group acl check to avoid startup errorsmarcelloc2013-02-125-8/+20
|
* dansguardian - fix more typos.marcelloc2013-02-022-2/+2
|
* dansguardian - include max upload size to group options and include empty ↵marcelloc2013-02-014-13/+23
| | | | ldap user group check
* dansguardian - add more dir and pfsense version checksMarcello Coutinho2013-01-293-10/+23
|
* dansguardian - package version 0.1.7. Gui improvements, 2.1 support, pcre ↵Marcello Coutinho2013-01-2926-297/+772
| | | | fix ,dansguardian 2.12.0.3 and more
* Merge pull request #332 from rjcrowder/masterErmal Luçi2013-01-211-16/+22
|\ | | | | Fix to not remove blacklists if the fetch fails
| * Update config/dansguardian/dansguardian.phprjcrowder2012-10-311-16/+22
| | | | | | Added return code check when fetching the blacklists. In the previous version, the blacklist directories were removed if the fetch failed. Once the directories were removed, dansguardian would not start because the config files referenced blacklist files that did not exist. This version does not remove the blacklist directories if the blacklist fetch fails.
* | Merge pull request #327 from rjcrowder/masterMarcello Coutinho2012-10-031-9/+25
|\| | | | | Dansguardian blacklist download fix for shallalist
| * Update config/dansguardian/dansguardian.phprjcrowder2012-10-021-9/+25
| |
* | dansguardian - add additional check to detect xml rpc sync callmarcelloc2012-09-241-3/+3
| |
* | dansguardian - add multiple select option to dansguardian group aclmarcelloc2012-09-214-51/+123
| |
* | dansguardian - fix bannedphraselist file callMarcello Coutinho2012-07-101-1/+1
| |
* | dansguardian - improve exceptioniplist array creation and testMarcello Coutinho2012-07-091-4/+11
| |
* | dansguardian - include missing exceptioniplist field to guiMarcello Coutinho2012-07-092-3/+26
| |
* | dansguardian - fix content xml call in dansguardian_url_acl.xml fileMarcello Coutinho2012-07-091-1/+1
| |
* | dansguardian - remove unset var used to test code on consoleMarcello Coutinho2012-07-021-1/+1
| |
* | dansguardian - replace split function with preg_matchMarcello Coutinho2012-07-021-9/+17
| | | | | | | | | | related post: http://forum.pfsense.org/index.php/topic,51001.msg272499.html#msg272499
* | Minor typo and grammar - hopefully Marcello will receive lots of donations ↵Phil Davis2012-06-231-4/+4
| | | | | | | | for his great work :)
* | dansguardian - fix a typo on field nameMarcello Coutinho2012-05-311-1/+1
| |
* | dansguardian,squid3 - more fixes to startup process during bootMarcello Coutinho2012-05-041-5/+2
| |
* | dansguardian - change rc.d startup script name and fix dansguardian process ↵Marcello Coutinho2012-05-031-18/+24
| | | | | | | | boot issues
* | postfix - reduce boot process and include startup checkMarcello Coutinho2012-05-032-2/+8
| |
* | dansguardian - include per group report options and passkey for denied pagesMarcello Coutinho2012-05-035-9/+74
| |
* | Added the set for accessdeniedaddress and uncommented the reportinglevelrjcrowder2012-05-031-2/+2
|/