aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* haproxy-devel, fix dns resolving dns_get_record does not properly resolve if ↵PiBa-NL2015-06-242-19/+24
| | | | not all requested types are present..
* haproxy-devel, dont send the root CA cert to clients when using ↵PiBa-NL2015-06-204-10/+16
| | | | | | | ssl-offloading, its not needed. -cipher example and HSTS textual addition -another try to include lua for haproxy1.6dev package binary
* haproxy-devel, include lua53 for compilation of haproxy 1.6-dev1PiBa-NL2015-05-281-1/+1
|
* haproxy-devel, code formatting & skip dns_get_record when nothing is requested.PiBa-NL2015-05-251-5/+11
|
* haproxy-devel, update <run_depends> in pkg_config.10.xmlPiBa-NL2015-05-251-1/+1
|
* haprxy-devel, replace dig/drill by php native dns_get_recordPiBa-NL2015-05-251-16/+19
|
* haproxy-devel, replace exec(chmod..) by native phpPiBa-NL2015-05-251-2/+2
|
* haproxy-devel, use unlink_if_exists instead of exec(rm ..)PiBa-NL2015-05-251-2/+2
|
* haproxy-devel, new functionality SSL OCSP stapling for haproxyPiBa-NL2015-05-244-11/+188
| | | | -fix server dns resolving in case a CNAME is used.
* Disable squid 2 for 2.3+Renato Botelho2015-05-181-0/+1
|
* Disable LCDproc for 2.3+Renato Botelho2015-05-181-0/+1
|
* Merge pull request #878 from dbaio/zabbix_rc2Renato Botelho2015-05-154-31/+38
|\
| * zabbix_lts - bump versionDanilo G. Baio (dbaio)2015-05-153-4/+4
| |
| * 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
|/
* Catch up rename pfflowd-0.8 -> pfflowdRenato Botelho2015-05-143-4/+4
|
* Add zabbix lts packages to 2.3+Renato Botelho2015-05-141-2/+0
|
* Merge pull request #876 from dbaio/zabbix_pfs23Renato Botelho2015-05-145-135/+272
|\
| * zabbix_lts - bump versionDanilo G. Baio (dbaio)2015-05-143-4/+4
| |
| * zabbix_proxy_lts - separate structure from old shared .incDanilo G. Baio (dbaio)2015-05-143-181/+47
| |
| * zabbix_agent_lts - separate structure from old shared .incDanilo G. Baio (dbaio)2015-05-143-125/+34
| |
| * 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-142-3/+3
| |
* | Merge pull request #875 from bmeeks8/suricata-2.1.5Renato Botelho2015-05-146-42/+171
|\ \ | |/ |/|
| * Bump Suricata package to v2.1.5 and PBI binary to 2.0.8_1bmeeks82015-05-143-5/+5
| |
| * 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-142-9/+17
| | | | | | | | detection for 2.3+
* | Sanitize ntopng version, add depends, category and fix pbi detection for 2.3Renato Botelho2015-05-142-10/+26
|/
* Disable git package from 2.3+Renato Botelho2015-05-081-0/+1
|
* Sanitize squid versionRenato Botelho2015-05-082-2/+2
|
* 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()