nuke trailing carriage returns
Ticket #960. Use XMLRPC automatic base64 encoding for strings (XML_RPC_auto_base64)
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.