Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #891 from lukehamburg/patch-1 | Renato Botelho | 2015-06-29 | 1 | -1/+1 |
|\ | |||||
| * | Fix bug in status_mail_report_add_cmd.php | lukehamburg | 2015-06-28 | 1 | -1/+1 |
| | | | | | | Existing code was referencing the wrong variable ($a_graphs instead of $a_cmds), which caused the IF test to fail, which then caused duplicate entries to be created each time the "edit command" form was submitted. This edit fixes the issue, tested on pfSense 2.1.5 nanobsd. | ||||
* | | Merge pull request #890 from phil-davis/backup | Renato Botelho | 2015-06-29 | 1 | -9/+10 |
|\ \ | |||||
| * | | Backup pkg check if byte_convert function exists | Phil Davis | 2015-06-28 | 1 | -9/+10 |
| |/ | | | | | | | | | | | As reported in forum https://forum.pfsense.org/index.php?topic=95790.0 When Backup and Vhosts package are both installed there can be errors logged about Cannot redeclare byte_convert(). | ||||
* | | Merge pull request #888 from PiBa-NL/ntopng_mkdir | Renato Botelho | 2015-06-29 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | ntopng, fix mkdir warning while booting, use safe_mkdir | PiBa-NL | 2015-06-20 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #883 from Grogdor/patch-2 | Renato Botelho | 2015-06-25 | 1 | -2/+2 |
|\ \ | |||||
| * | | Move from Services to Diagnostics | Grogdor | 2015-06-01 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #886 from jlduran/patch-1 | Renato Botelho | 2015-06-25 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Fix typo in freeradiuseapconf.xml | Jose Luis Duran | 2015-06-16 | 1 | -1/+1 |
| | |/ | |/| | | | | no -> Disable | ||||
* | | | Merge pull request #889 from PiBa-NL/haproxy-devel_24 | Renato Botelho | 2015-06-25 | 4 | -26/+37 |
|\ \ \ | |/ / |/| | | |||||
| * | | haproxy-devel, fix dns resolving dns_get_record does not properly resolve if ↵ | PiBa-NL | 2015-06-24 | 1 | -18/+23 |
| | | | | | | | | | | | | not all requested types are present.. | ||||
| * | | haproxy-devel, dont send the root CA cert to clients when using ↵ | PiBa-NL | 2015-06-20 | 3 | -8/+14 |
| | | | | | | | | | | | | | | | | | | | | | ssl-offloading, its not needed. -cipher example and HSTS textual addition -another try to include lua for haproxy1.6dev package binary | ||||
* | | | Prepare syslog-ng and ladvd for 2.3+RELENG_2_2_3 | Renato Botelho | 2015-06-12 | 1 | -1/+5 |
| | | | |||||
* | | | Add CARP status support to OpenBGPD so it can be stopped on a secondary unit. | jim-p | 2015-06-05 | 2 | -4/+126 |
| | | | |||||
* | | | Bump Snort package version to 3.2.5 | bmeeks8 | 2015-06-03 | 4 | -7/+7 |
| | | | |||||
* | | | Increase PHP memory to 384MB to handle large rules arrays. | bmeeks8 | 2015-06-03 | 1 | -1/+1 |
| | | | |||||
* | | | Fix corrupt snort.conf created when IP REP is enabled with no IP lists. | bmeeks8 | 2015-06-03 | 1 | -4/+3 |
| |/ |/| | |||||
* | | Merge pull request #881 from PiBa-NL/haproxy-devel-ocsp | Renato Botelho | 2015-05-28 | 3 | -26/+212 |
|\| | |||||
| * | haproxy-devel, code formatting & skip dns_get_record when nothing is requested. | PiBa-NL | 2015-05-25 | 1 | -5/+11 |
| | | |||||
| * | haprxy-devel, replace dig/drill by php native dns_get_record | PiBa-NL | 2015-05-25 | 1 | -16/+19 |
| | | |||||
| * | haproxy-devel, replace exec(chmod..) by native php | PiBa-NL | 2015-05-25 | 1 | -2/+2 |
| | | |||||
| * | haproxy-devel, use unlink_if_exists instead of exec(rm ..) | PiBa-NL | 2015-05-25 | 1 | -2/+2 |
| | | |||||
| * | haproxy-devel, new functionality SSL OCSP stapling for haproxy | PiBa-NL | 2015-05-24 | 3 | -9/+186 |
| | | | | | | | | -fix server dns resolving in case a CNAME is used. | ||||
* | | pfBlockerNG v1.09 Maxmind Cron Task and addedit_string | BBcan177 | 2015-05-25 | 7 | -1/+12 |
| | | | | | | | | | | | | | | | | The cron comparison function must skip the hour comparison for the Maxmind Cron task due to the hour being randomized (0-23). Add "addedit_string" to XML files. This will give description to the config backups. | ||||
* | | pfBlockerNG v1.09 Fix variable name | BBcan177 | 2015-05-23 | 1 | -1/+1 |
| | | | | | | | | Was previously fixed by Renato, but PR reverted that... | ||||
* | | pfBlockerNG v1.09 Code Style Changes | BBcan177 | 2015-05-23 | 6 | -265/+266 |
| | | |||||
* | | pfBlockerNG v1.09 | BBcan177 | 2015-05-23 | 13 | -984/+1938 |
|/ | |||||
* | zabbix_lts - bump version | Danilo G. Baio (dbaio) | 2015-05-15 | 2 | -2/+2 |
| | |||||
* | zabbix_proxy_lts - check if zabbix_proxy is still running after execution of ↵ | Danilo G. Baio (dbaio) | 2015-05-15 | 1 | -25/+34 |
| | | | | killall command | ||||
* | zabbix_lts - drop restart_command from xml files | Danilo G. Baio (dbaio) | 2015-05-15 | 2 | -2/+0 |
| | |||||
* | Merge pull request #876 from dbaio/zabbix_pfs23 | Renato Botelho | 2015-05-14 | 4 | -131/+268 |
|\ | |||||
| * | zabbix_lts - bump version | Danilo G. Baio (dbaio) | 2015-05-14 | 2 | -2/+2 |
| | | |||||
| * | zabbix_proxy_lts - separate structure from old shared .inc | Danilo G. Baio (dbaio) | 2015-05-14 | 2 | -180/+46 |
| | | |||||
| * | zabbix_agent_lts - separate structure from old shared .inc | Danilo G. Baio (dbaio) | 2015-05-14 | 2 | -124/+33 |
| | | |||||
| * | zabbix_lts - separate directories between agent and proxy | Danilo G. Baio (dbaio) | 2015-05-14 | 4 | -0/+362 |
| | | |||||
* | | Use new PBI 0.8_1 for pfflowd and bump version to 1.0.3. Ticket #4304 | Renato Botelho | 2015-05-14 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #875 from bmeeks8/suricata-2.1.5 | Renato Botelho | 2015-05-14 | 5 | -40/+169 |
|\ \ | |/ |/| | |||||
| * | Bump Suricata package to v2.1.5 and PBI binary to 2.0.8_1 | bmeeks8 | 2015-05-14 | 2 | -3/+3 |
| | | |||||
| * | Add TLS Certs Store directory size mgmt settings feature. | bmeeks8 | 2015-05-14 | 3 | -0/+43 |
| | | |||||
| * | Move log mgmt settings to global data instead of per interface. | bmeeks8 | 2015-05-13 | 1 | -37/+123 |
| | | |||||
* | | Sanitize zabbix LTS version, add run_depends, port_category and fix pbi ↵ | Renato Botelho | 2015-05-14 | 1 | -7/+9 |
| | | | | | | | | detection for 2.3+ | ||||
* | | Sanitize ntopng version, add depends, category and fix pbi detection for 2.3 | Renato Botelho | 2015-05-14 | 1 | -9/+23 |
|/ | |||||
* | Sanitize squid version | Renato Botelho | 2015-05-08 | 1 | -1/+1 |
| | |||||
* | create /usr/local/etc/apache22 dir if it doesn't exist, fixes broken | Chris Buechler | 2015-05-07 | 1 | -1/+3 |
| | | | | package install mgsmith reported. | ||||
* | Remove extra \n | Renato Botelho | 2015-05-06 | 1 | -1/+1 |
| | |||||
* | Remove old break from switch -> if conversion | Renato Botelho | 2015-05-06 | 1 | -2/+0 |
| | |||||
* | Remove unused file squid_cpauth.php | Renato Botelho | 2015-05-06 | 1 | -24/+0 |
| | |||||
* | Remove squid_ng.inc and squid_ng.xml, they are not being used | Renato Botelho | 2015-05-06 | 3 | -1342/+0 |
| | |||||
* | Remove squid_extauth.xml, it's not being used | Renato Botelho | 2015-05-06 | 1 | -106/+0 |
| |