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
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
Implement gettext() calls on xmlrpc_server.inc
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
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.
Eliminate trailing space
XML/RPC.php -> xmlrpc_client.inc
Update PEAR XML_RPC package to 1.4.2.
remove trailing space
We change php file names on import, fix require_once to correspond
Import PEAR XMLRPC 1.3.1 - this includes the security fix for:http://www.gulftech.org/?node=research&article_id=00088-07022005
Whoops, debug code is no longer needed.
Fix signature handling for arrays and (presumably) structs. Time will tell if this will break compatibility with other languages and/or implementations ;)
Add $Id$ tag
Whoops, we use .inc instead of .php.
XML/RPC.php -> xmlrpc_client.php
Add PEAR XMLRPC libraries.