aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* pfBlockerNG v1.09 Code Style ChangesBBcan1772015-05-236-265/+266
|
* pfBlockerNG v1.09BBcan1772015-05-2313-984/+1938
|
* zabbix_lts - bump versionDanilo G. Baio (dbaio)2015-05-152-2/+2
|
* zabbix_proxy_lts - check if zabbix_proxy is still running after execution of ↵Danilo G. Baio (dbaio)2015-05-151-25/+34
| | | | killall command
* zabbix_lts - drop restart_command from xml filesDanilo G. Baio (dbaio)2015-05-152-2/+0
|
* Merge pull request #876 from dbaio/zabbix_pfs23Renato Botelho2015-05-144-131/+268
|\
| * zabbix_lts - bump versionDanilo G. Baio (dbaio)2015-05-142-2/+2
| |
| * zabbix_proxy_lts - separate structure from old shared .incDanilo G. Baio (dbaio)2015-05-142-180/+46
| |
| * zabbix_agent_lts - separate structure from old shared .incDanilo G. Baio (dbaio)2015-05-142-124/+33
| |
| * zabbix_lts - separate directories between agent and proxyDanilo G. Baio (dbaio)2015-05-144-0/+362
| |
* | Use new PBI 0.8_1 for pfflowd and bump version to 1.0.3. Ticket #4304Renato Botelho2015-05-141-1/+1
| |
* | Merge pull request #875 from bmeeks8/suricata-2.1.5Renato Botelho2015-05-145-40/+169
|\ \ | |/ |/|
| * Bump Suricata package to v2.1.5 and PBI binary to 2.0.8_1bmeeks82015-05-142-3/+3
| |
| * Add TLS Certs Store directory size mgmt settings feature.bmeeks82015-05-143-0/+43
| |
| * Move log mgmt settings to global data instead of per interface.bmeeks82015-05-131-37/+123
| |
* | Sanitize zabbix LTS version, add run_depends, port_category and fix pbi ↵Renato Botelho2015-05-141-7/+9
| | | | | | | | detection for 2.3+
* | Sanitize ntopng version, add depends, category and fix pbi detection for 2.3Renato Botelho2015-05-141-9/+23
|/
* Sanitize squid versionRenato Botelho2015-05-081-1/+1
|
* create /usr/local/etc/apache22 dir if it doesn't exist, fixes brokenChris Buechler2015-05-071-1/+3
| | | | package install mgsmith reported.
* Remove extra \nRenato Botelho2015-05-061-1/+1
|
* Remove old break from switch -> if conversionRenato Botelho2015-05-061-2/+0
|
* Remove unused file squid_cpauth.phpRenato Botelho2015-05-061-24/+0
|
* Remove squid_ng.inc and squid_ng.xml, they are not being usedRenato Botelho2015-05-063-1342/+0
|
* Remove squid_extauth.xml, it's not being usedRenato Botelho2015-05-061-106/+0
|
* Remove squid_auth.inc, it's not being usedRenato Botelho2015-05-061-447/+0
|
* Fix indent and styleRenato Botelho2015-05-061-81/+82
|
* Fix indent and styleRenato Botelho2015-05-061-427/+422
|
* Fix indent and styleRenato Botelho2015-05-061-79/+79
|
* Add more notesRenato Botelho2015-05-061-0/+3
|
* Simplify logicRenato Botelho2015-05-061-5/+3
|
* Simplify logicRenato Botelho2015-05-061-2/+5
|
* Use if instead of switch/case statement for boolean testRenato Botelho2015-05-061-3/+2
|
* Use is_numericint() in places we need a positive numberRenato Botelho2015-05-061-9/+9
|
* Simplify logicRenato Botelho2015-05-061-16/+17
|
* Simplify logicRenato Botelho2015-05-061-13/+14
|
* Add a note about intl error filesRenato Botelho2015-05-061-0/+10
|
* SQUID_CONFBASE is inside SQUID_BASE, create SQUID_CONFBASE recursively is ↵Renato Botelho2015-05-061-4/+0
| | | | enough. Also remove redundant chown() and chgrp()
* Remove unused SQUID_LIBRenato Botelho2015-05-061-3/+0
|
* Replace some exec() calls by proper functionsRenato Botelho2015-05-061-3/+5
|
* Install check_ip.php direct to /usr/local/bin, and, on 2.2, create a symlink ↵Renato Botelho2015-05-062-3/+5
| | | | inside PBI directory
* Check if cachedir exist before try to rename itRenato Botelho2015-05-061-1/+1
|
* Do not mess clamav user account on 2.3+Renato Botelho2015-05-061-0/+3
|
* Declare pfs_version as global so it can be used laterRenato Botelho2015-05-061-0/+1
|
* Refactory squid_get_real_interface_address keeping result the same but using ↵Renato Botelho2015-05-051-6/+3
| | | | pfSense generic functions instead of calling ifconfig
* Respect SQUID_[UG]IDRenato Botelho2015-05-051-12/+15
|
* Add a safebelt to avoid changing /usr/local permissionsRenato Botelho2015-05-051-0/+3
|
* Respect SQUID_[UG]IDRenato Botelho2015-05-051-2/+2
|
* Respect SQUID_[UG]ID and use chmod()Renato Botelho2015-05-051-3/+3
|
* We just created directory, no need for recursive chown callRenato Botelho2015-05-051-3/+3
|
* Replace all calls to make_dirs() by mkdir with mode 0755 and recursive enabledRenato Botelho2015-05-057-29/+29
|