aboutsummaryrefslogtreecommitdiffstats
path: root/config/dansguardian
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* squid3 - reduce squid startup time and include boot process checkMarcello Coutinho2012-05-021-3/+5
|
* dansguardian - reduce boot time and improve checksMarcello Coutinho2012-05-021-39/+48
|
* dansguardian - bug fixesMarcello Coutinho2012-03-294-36/+111
| | | | haproxy - update to version 1.4.20-stable
* dansguardian - include ca_root_nss-3.13.3 package for certificate checksMarcello Coutinho2012-03-231-0/+20
|
* Fix newlines (autocrlf is your friend)jim-p2012-03-211-148/+148
|
* dansguardian - fix missing check on ldap user mask fetch and group countMarcello Coutinho2012-03-161-2/+3
|
* dansguardian - version 0.1.5 with fixes and ldap group based authenticationMarcello Coutinho2012-03-1515-20/+444
|
* dansguardian - include ssl filtering code on inc filemarcelloc2012-02-153-3/+32
| | | | thanks again ermal to help on package compilation
* dansguardian - improve group name checkmarcelloc2012-02-081-2/+5
|
* dansguardian - fix phrase typo tab menumarcelloc2012-02-088-8/+8
|
* dansguardian - fix fields descriptionsmarcelloc2012-02-071-2/+2
|
* dansguardian - include ip based auth tabMarcello Coutinho2012-02-0312-1/+172
|
* dansguardian - include blacklist and clamav cron updatemarcelloc2012-01-315-10/+142
| | | | | include custom error template page fix some typos and url call
* dansguardian - improve blacklist import and category assignmarcelloc2012-01-306-41/+107
| | | | | | - include dansguardian on service - include log, deamon and config default xml options - fix some typos
* dansguardian - more typo fixesmarcelloc2012-01-273-6/+7
|
* dansguardian - fix missing default blacklist xml importmarcelloc2012-01-271-1/+5
|
* dansguardian - fix some bugs and missing xml fieldsmarcelloc2012-01-274-15/+56
|
* dansguardian - fix dansguardian.inc url callmarcelloc2012-01-271-1/+1
|