Convert protocol ssl:// to https:// when creating http headers
Partialy revert 0ae4f3f:
It broke xmlrpc_client since https is not a valid php transport.
Revert "Respect protocol from URL"
This reverts commit 4f5bea8b6e2e6b0d5c1352539268d720826b4760.
Respect protocol from URL
Changes to make it work behind a bluecoat proxy - added a user agent, and changed url scheme
Don't generate a PHP error for an unfetchable XML file.
Add some missing ;'s.
Try to send the xmlrpc errors to the system log
removes variables concatenation on gettext strings
Merge remote-tracking branch 'upstream/master'
Conflicts: etc/inc/easyrule.inc etc/inc/filter.inc etc/inc/interfaces.inc etc/inc/services.inc etc/inc/xmlrpc_client.inc usr/local/www/fbegin.inc usr/local/www/services_dhcp.php
Merge branch 'master' into inc
Conflicts: etc/inc/captiveportal.inc etc/inc/config.console.inc etc/inc/config.lib.inc etc/inc/easyrule.inc etc/inc/filter.inc etc/inc/ipsec.inc etc/inc/pkg-utils.inc etc/inc/shaper.inc...
nuke trailing carriage returns
Merge remote branch 'upstream/master'
Conflicts: etc/inc/interfaces.inc etc/inc/vslb.inc usr/local/www/interfaces.php
Ticket #960. Use XMLRPC automatic base64 encoding for strings (XML_RPC_auto_base64)
Once more, with feeling
Alter the requires to their new file names
Update the current XML RPC client and server parts from the PEAR library, now version 1.5.4
Fix quotes to use %N$X on gettext calls
Fix gettext calls with printf to permit change strings order
Fix gettext on xmlrpc_client.inc
Implement gettext() calls on xmlrpc_client.php
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions
Remove trailing space / cr
Update XML_RPC to 1.5.1This fixes sync issues on configs > 500KB
Remove unreachable call
Found-by: PHPEclipse
Initialize variables.
MFC 9496Update the XML_RPC client package to 1.4.5, released on 01/14/06. This fixes a header() issue with PHP 4.4.2.
Correct warnings and errors found eclipse
MFC 6939XML/RPC.php -> xmlrpc_client.inc
Update PEAR XML_RPC package to 1.4.2.
Silence HTTP errors by commenting out log_error(). This does not affect errors being reported in XML_RPC_Response.
remove trailing space
Import PEAR XMLRPC 1.3.1 - this includes the security fix for:http://www.gulftech.org/?node=research&article_id=00088-07022005
Fix signature listing for array() datatypes. This is a rather hackish way to go about it, but should preserve compatibility with other languages.
Add $Id$ tag
Rename rpc.inc to xmlrpc_client.inc to maintain consistency.