aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Validate widget_snort_display_linesPhil Davis2015-02-211-2/+6
| | | | | | | Currently if you open the snort widget settings and just press "save" with a blank field, it sets the parameter to blank. Subsequently that causes problems trying to fetch the last "" number of alerts, and actually the little "tool" icon never reappears, so you cannot fix it from the dashboard. 1) Setting the number of entries to 0 seems silly, so limit it to a minimum of 1 alert. 2) If the user blanks the box, then unset widget_snort_display_lines to make sure things will always revert to the default. 3) Whatever else the user types in - "abc", "-999", "23xyz99" - try to interpret it as an int (with intval()), then do not let it be less than 1 (not negative or zero). This forum entry made me touch it and "break" my widget also: https://forum.pfsense.org/index.php?topic=89161.0
* Merge pull request #825 from dbaio/zabbix_pfs21jim-p2015-02-202-4/+4
|\
| * zabbix - revert package nameDanilo G. Baio (dbaio)2015-02-202-4/+4
|/
* Merge pull request #824 from dariomas/masterjim-p2015-02-181-1/+1
|\
| * vhost: Added ['custom_php_service_status_command']dariomas2015-02-181-1/+1
|/
* Merge pull request #823 from dariomas/masterjim-p2015-02-181-1/+1
|\
| * Corrected PHP bin-path for HTTPS vhost conf; (same as ↵dariomas2015-02-181-1/+1
| | | | | | | | 7232161e99d60256c51a4ee94ef800f6d4f39764 )
* | zabbix - fix array config nameDanilo G. Baio (dbaio)2015-02-181-1/+1
|/
* Merge pull request #821 from dbaio/zabbix_lts_2015jim-p2015-02-184-14/+717
|\
| * zabbix - rename PBI custom_nameDanilo G. Baio (dbaio)2015-02-182-6/+6
| |
| * zabbix - rename PBIDanilo G. Baio (dbaio)2015-02-181-2/+2
| |
| * zabbix - alter packages descriptionsDanilo G. Baio (dbaio)2015-02-181-4/+18
| |
| * zabbix - create structure for LTS versionDanilo G. Baio (dbaio)2015-02-183-0/+689
| |
| * zabbix - rename packagesDanilo G. Baio (dbaio)2015-02-181-14/+14
|/
* Clarify Zabbix Major/Minor versions in name. Add back Zabbix 2.2 versions of ↵jim-p2015-02-173-8/+41
| | | | the packages for pfSense 2.2 alongside the Zabbix 2.4 packages.
* Fix lightsquid graphsjim-p2015-02-175-4/+7
|
* Merge pull request #818 from BBcan177/pfBlockerNG_021015_1Renato Botelho2015-02-134-152/+173
|\
| * pfBlockerNG - Alerts Tab ModificationsBBcan1772015-02-131-20/+26
| | | | | | | | | | | | | | | | 1) Move Hostname lookup to top of script to improve lookup speed. 2) Remove un-necessary Include 3) Use clog instead of grep command 4) If List Column is greater then 17 Characters, Truncate it. 5) Add Timeout to Auto-Hostname Lookup.
| * pfBlockerNG - Redmine #4410 fix, Skip comment linesBBcan1772015-02-111-26/+36
| | | | | | | | | | Add functionality to skip lines beginning with a comment (#) when querying for IP Addresses.
| * pfBlockerNG - Bump Version to 1.04BBcan1772015-02-101-1/+1
| |
| * pfBlockerNG - Move "Keep Settings" Checkbox to top of page.BBcan1772015-02-101-6/+6
| | | | | | | | | | Move the "Keep Settings" Checkbox below the Enable "pfBlockerNG" checkbox to make it more visible to the user.
| * pfBlockerNG - Improve Suppression and IPv6 RegexBBcan1772015-02-101-55/+60
| | | | | | | | | | | | 1) Add 0.0.0.0/32 to Regex for Suppression. 2) Improve IPv4 Regex validation. 3) Move Cron Define/Apply function to last step.
| * pfBlockerNG - Cosmetic ChangesBBcan1772015-02-101-48/+48
| |
* | Fix path reference (missing a /)jim-p2015-02-134-4/+4
| |
* | Bumps for havp and bind since they were recompiled.jim-p2015-02-121-3/+3
| |
* | Fixup config path for lcdproc on 2.2jim-p2015-02-125-8/+18
|/
* Merge pull request #812 from BBcan177/pfBlockerNG_020415_2Renato Botelho2015-02-103-2/+3
|\
| * pfBlockerNG - Remove previously used cc folder referenceBBcan1772015-02-052-2/+3
| | | | | | | | | | | | | | | | | | - Missed removing the /cc folder reference in pfblockerng.xml. No Version bump is required as this is only required for new installations. The countrycodes.tar.bz2 file is provided as a backup in case the user has a download failure from MaxMind Inc. Website.
| * pfBlockerNG - Update MaxMind CC ArchiveBBcan1772015-02-041-0/+0
| | | | | | | | Add new MaxMind "Anonymous Proxy and Satellite Providers" data.
* | Various fixes for lightsquid on 2.2jim-p2015-02-103-8/+40
| |
* | Point to new PBIjim-p2015-02-101-1/+1
| |
* | Replace "squidGuard" with the contents of "squidGuard-squid3" for 2.2.jim-p2015-02-101-23/+4
| | | | | | | | "squidGuard" is broken on 2.2 and the "squidGuard-squid3" package works with both in my test environment.
* | Version bump for mailreports.jim-p2015-02-103-3/+3
| |
* | Be sure to copy the newly added phpmailer file.jim-p2015-02-101-1/+6
| |
* | Update PHPMailer for mailreportsjim-p2015-02-105-3455/+4957
| |
* | Remove conflicting variable $g in mailreports' mail_report_generate_graph()Bryce Chidester2015-02-101-3/+3
| | | | | | | | Fixes #4281
* | Fix rcvar declaration that I broke yesterday and bump necessary package versionsRenato Botelho2015-02-109-26/+26
| |
* | Support mail report of mbuf usage graphPhil Davis2015-02-106-8/+53
| | | | | | | | Forum report: https://forum.pfsense.org/index.php?topic=82571.0
* | Fix bacula stop/restart, bump version.jim-p2015-02-104-4/+3
| |
* | Merge pull request #815 from PiBa-NL/haproxy-devel_0_13jim-p2015-02-096-26/+42
|\ \
| * | haproxy-devel,bump 0.19, fixed carp monitoring and added conversion from old ↵PiBa-NL2015-02-105-4/+18
| | | | | | | | | | | | carp-monitor config
| * | haproxy-devel, fix carp check settings for pfSense 2.2PiBa-NL2015-02-102-22/+24
| | | | | | | | | | | | | | | Conflicts: config/haproxy-devel/haproxy_global.php
* | | Bump nrpe2 to 2.2_2Renato Botelho2015-02-093-3/+3
| | |
* | | Use php variable here, not shell one, this should proper fix #4391Renato Botelho2015-02-091-1/+1
| | |
* | | Drop use of set_rcvar from startup scripts, it's deprecatedRenato Botelho2015-02-095-9/+9
| | |
* | | Bump nrpe2 version due to last changesRenato Botelho2015-02-093-3/+3
| | |
* | | Fix nrpe2 startup script, it should fix #4391Renato Botelho2015-02-091-3/+12
| | |
* | | Bump syslog-ng to 1.0.6Renato Botelho2015-02-091-1/+1
| | |
* | | Make sure symlink is removed before attempt to recreate itRenato Botelho2015-02-091-2/+3
| | |
* | | Version bump for baculajim-p2015-02-093-3/+3
| | |