aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* pfBlockerNG - Relocated MaxMind FolderBBcan1772015-02-011-14/+30
| | | | | | | | | | | | | | | | | | | Changes - 1) Relocate MaxMind folder from /var/db to /usr/pbi Folder. Nano and Ramdisk Installations have the /var/db folder wiped on Reboot. 2) Add code to support MaxMind "Anonymous Proxy and Satellite Providers" to inc file. 3) Move $pfb_alias_lists_all below the conditional "IF" statements. 4) Improve Header Name Validation. 5) Install/De-install - Changes to support MaxMind "Anonymous Proxy and Satellite Providers" configuration. Delete previously used Folder location, and remove MaxMind Working files after Installation is completed.
* Merge pull request #796 from BBcan177/pfBlockerNG_012715_1Renato Botelho2015-01-301-2/+97
|\
| * Temporary fix to add Range to Cidr functionBBcan1772015-01-271-2/+97
| | | | | | | | | | | | | | Some IBlock lists have an issue with the existing Range to CIDR function. The Stilez Range to CIDR Function does not exhibit this behaviour. Once the existing Range to CIDR function is fixed/or replaced with the Stilez Function, this PR can be reverted.
* | Fix typos where "Snort" should be "Suricata" in labels.bmeeks82015-01-281-2/+2
|/
* Bump squid package to 0.2.6RELENG_2_2_0Renato Botelho2015-01-221-1/+1
|
* Define the contants to /usr/local can be useful at development time in ↵Renato Botelho2015-01-221-7/+2
| | | | certain circumstances, but, it can lead squid3 package to change permissions of system directories and break important parts of the system. This seems to be the root cause of https://forum.pfsense.org/index.php?topic=87135.0
* This seems to have broken squidGuard for some. Revert "update squidguard ↵jim-p2015-01-201-3/+3
| | | | | | squid syntax" This reverts commit eb7182ac8536550a51a38ffb94bb29daa2ec9562.
* Merge pull request #783 from phil-davis/patch-1Chris Buechler2015-01-161-1/+1
|\
| * OpenVPN export fix index typoPhil Davis2015-01-101-1/+1
| | | | | | | | | | The $server array here has and "index" key, not an "sindex" key. Actually nothing was broken by this. When the user switches server selections, server_changed() is called. That uses JavaScript and selectedIndex to work out which entry the user selected. selectedIndex is a zero-based number. It matches the zero-based index of servers, which was built from the zero-based indexes of $ras_server array, which was built from data in the config. So by good luck or good management, this array index name typo is not actually a bug. I noticed it while investigating forum https://forum.pfsense.org/index.php?topic=86263.0
* | squid3.4 fix and improve clamav and freshclam rc.d script pathsMarcello Coutinho2015-01-161-6/+15
| |
* | 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
* | 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
* | Bump squid3 version due to PBI rebuildRenato Botelho2015-01-141-1/+1
| |
* | Do not show "Apply Changes" on System Patches package info box (which does ↵jim-p2015-01-142-2/+2
| | | | | | | | nothing). Fixes #4215
* | squid 3.4 - Fix typosMarcello Coutinho2015-01-141-2/+2
| |
* | squid 3.4 - fixes #4196 and #4197Marcello Coutinho2015-01-144-46/+169
| | | | | | | | | | | | | | | | | | /var/run/squid check squidclamav symbolic links antivirus tab check config c-icap rc.d file path checks clamd rc.d file path checks squid_clwarn.php replacement for clwarn.cgi to do not need perl install
* | siproxd should include service-utils.inc to get is_service_running().jim-p2015-01-132-1/+2
| |
* | Merge pull request #777 from chainlinc/patch-2Renato Botelho2015-01-121-2/+2
|\ \
| * | Update lightsquid.xmlchainlinc2015-01-081-2/+2
| | | | | | | | | Clean up some english text
* | | Merge pull request #779 from chainlinc/patch-4Renato Botelho2015-01-121-1/+1
|\ \ \
| * | | Update sarg_realtime.phpchainlinc2015-01-081-1/+1
| |/ / | | | | | | fix typo
* | | Merge pull request #780 from chainlinc/patch-5Renato Botelho2015-01-121-1/+1
|\ \ \
| * | | Update postfix_queue.phpchainlinc2015-01-081-1/+1
| |/ / | | | | | | fix typo
* | | Update snort to 2.9.7.0 pkg v3.2.2Phil Davis2015-01-111-1/+1
| | | | | | | | | for deinstall fix
* | | Remove the correct snort.sh on deinstallPhil Davis2015-01-101-1/+1
| |/ |/|
* | Bump squid3 version due to PBI rebuildRenato Botelho2015-01-091-1/+1
| |
* | Fix incorrect commandjim-p2015-01-092-2/+2
| |
* | Some variable and path fixes for squidGuard's blacklist update code.jim-p2015-01-092-31/+31
| |
* | ntop - change location of database and pidCino2015-01-071-1/+1
| | | | | | | | | | | | changed database/pid location to /var/db/ntopng and /var/run/ntopng.pid It was defaulting to /var/tmp/ntopng -d /var/db/ntopng -G /var/run/ntopng.pid
* | ntopng - add checkbox to enable historical data storageCino2015-01-071-2/+13
| | | | | | | | | | | | | | | | | | add checkbox to enable historical data storage ntopng Command Line Options: --dump-flows | -F Dump expired flows. If ntopng is compiled with sqlite support, flows can dumped persistently on disk using this option. Databases are created daily under /db. https://forum.pfsense.org/index.php?topic=80461.msg473467#msg473467
* | Remove Fat Finger TypoBBcan1772015-01-071-1/+1
| |
* | Improve Alert Tab - Suppression CodeBBcan1772015-01-071-4/+11
| | | | | | | | | | When the user clicked "Cancel" in the second JS Prompt, it would not cancel the Suppression process. This change fixes that issue.
* | XML ModsBBcan1772015-01-075-20/+28
| | | | | | | | | | | | | | | | 1) Add missing "&id=0" lines 2) sync.xml - Text modifications 2) Sync.xml - Add Username to the GUI 3) Remove un-necessary Field Names 4) Update pfblockerng.php (XML file builder code)
* | Update Maxmind CC Archive and pfblockerng.xmlBBcan1772015-01-072-63/+13
| | | | | | | | | | | | | | | | | | | | | | | | 1. Compressed CC file is provided as a backup in case the Download from the maxmind.com website fails to complete during Installation. 2. Update pfblockerng.xml a) Reflect Compressed Archive file changes. b) Add missing "&amp;id=0" to xml files. c) Cleanup some text. d) Add priv.inc file to xml <additional_files_needed>
* | Fix bacula-fd.conf path, it fixes #3729Renato Botelho2015-01-021-4/+5
| |
* | Merge pull request #764 from PiBa-NL/haproxy-devel_0_13Renato Botelho2015-01-021-1/+1
|\ \
| * | haproxy-devel, fix writing multiple acls, pkg bump v0.15PiBa-NL2015-01-011-1/+1
| | |
* | | Bump suricata version due to PBI rebuildRenato Botelho2014-12-311-1/+1
| | |
* | | Merge pull request #762 from PiBa-NL/haproxy-devel_0_13Renato Botelho2014-12-316-73/+251
|\| |
| * | haproxy-devel, fix saving errorfiles from errorfiles tab, fix write ↵PiBa-NL2014-12-296-73/+251
| | | | | | | | | | | | 'tcp-request content' before 'use_backend', fix hint text for a backend without servers, stats now give better description if disabled/unavailable, moved templates to their own tab
* | | Merge pull request #763 from marcelloc/squid34_20141229Renato Botelho2014-12-312-27/+34
|\ \ \
| * | | squid3.4 - update compile argsMarcello Coutinho2014-12-292-27/+34
| | | | | | | | | | | | | | | | | | | | | | | | fix captive portal check_ip for 2.2 fix ssl_bump with no authentication bump package version
* | | | Merge pull request #743 from BBcan177/pfBlockerNG_Beta_0.99Renato Botelho2014-12-3018-0/+9397
|\ \ \ \
| * | | | Fix typoBBcan1772014-12-201-1/+1
| | | | |
| * | | | Mods to sync_xml fileBBcan1772014-12-201-23/+75
| | | | | | | | | | | | | | | | | | | | Changes as per the previous commit for XMLRPC sync.
| * | | | Mods to INC file.BBcan1772014-12-201-85/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move $pfb['cc'] Variable to global array - Edit log_error texts. - Maxmind Update Cron task changes. Cron tasks are now launched via a php script using the 'dc' Argument. - Re-work of the XMLRPC Sync code. - Previous code did not validate IP addresses or Port. - Previous code did not use the "Replication Target" Hosts enabled checkbox setting in Replication Target Lines. - Add htmlspecialchars() to the Password entry - Previous code did not use the correct user - defined "Protocol" entry. - Previous code did not use the $username entry. - Remove the 'post Sync' Host Target code execution as this can collide with a Cron Task or User Forced Update. - Allow user to skip the sync of the "General Tab" Settings. - Clean up all the log_error() texts.. To make the system.log easier to read.
| * | | | Mods to pfblockerng.phpBBcan1772014-12-201-15/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Modify code to use fopen() and fgetcsv() instead of array_map() and str_getcsv(). This reduces the memory requirements dramatically. This version has now been tested on an ALIX board. - Change Maxmind Cron Task from Cron Shell script task to Cron php task using the 'dc' Arg. (Refer to the next commit for INC file Changes)
| * | | | XHTML modsBBcan1772014-12-203-0/+9
| | | | | | | | | | | | | | | | | | | | Add CDATA sections to Javascripts
| * | | | Mods to inc and log fileBBcan1772014-12-182-19/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove un-necessary code in de-install function of inc file. - Remove check for logfile extension as other file extensions can now be deleted in log browser.
| * | | | Mods to inc file.BBcan1772014-12-181-18/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove redundant $row['format'] variable - When "Keep Settings" is enabled and a full uninstall is performed, the widget does not uninstall cleanly. These changes fix this issue.