summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlrpc_client.inc
Commit message (Collapse)AuthorAgeFilesLines
* Convert protocol ssl:// to https:// when creating http headersManuel Silvoso2014-05-081-1/+1
|
* Partialy revert 0ae4f3f:Renato Botelho2014-05-071-4/+4
| | | | It broke xmlrpc_client since https is not a valid php transport.
* Revert "Respect protocol from URL"Renato Botelho2014-05-071-2/+2
| | | | This reverts commit 4f5bea8b6e2e6b0d5c1352539268d720826b4760.
* Respect protocol from URLRenato Botelho2014-05-071-2/+2
|
* Changes to make it work behind a bluecoat proxy - added a user agent, and ↵Manuel Silvoso2014-04-301-4/+4
| | | | changed url scheme
* Don't generate a PHP error for an unfetchable XML file.jim-p2013-02-071-2/+4
|
* Add some missing ;'s.jim-p2011-09-291-2/+2
|
* Try to send the xmlrpc errors to the system logErmal2011-09-291-0/+2
|
* removes variables concatenation on gettext stringsVinicius Coque2011-07-181-7/+7
|
* Merge remote-tracking branch 'upstream/master'jim-p2011-07-121-25/+28
|\ | | | | | | | | | | | | | | | | | | | | 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 incVinicius Coque2011-01-281-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 etc/inc/system.inc etc/inc/voucher.inc
| | * nuke trailing carriage returnsScott Ullrich2010-12-221-1/+1
| | |
| * | Fix quotes to use %N$X on gettext callsRenato Botelho2010-10-011-1/+1
| | |
| * | Fix gettext calls with printf to permit change strings orderRenato Botelho2010-08-301-1/+1
| | |
| * | Fix gettext on xmlrpc_client.incCarlos Eduardo Ramos2010-08-191-2/+2
| | |
| * | Implement gettext() calls on xmlrpc_client.phpRenato Botelho2010-08-171-24/+27
| | |
* | | Merge remote branch 'upstream/master'Seth Mos2010-12-201-1/+1
|\ \ \ | | |/ | |/| | | | | | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/vslb.inc usr/local/www/interfaces.php
| * | Ticket #960. Use XMLRPC automatic base64 encoding for strings ↵Pierre POMES2010-12-131-2/+2
| |/ | | | | | | (XML_RPC_auto_base64)
* | Once more, with feelingSeth Mos2010-11-111-1/+1
| |
* | Alter the requires to their new file namesSeth Mos2010-11-111-1/+1
| |
* | Update the current XML RPC client and server parts from the PEAR library, ↵Seth Mos2010-11-111-86/+59
|/ | | | now version 1.5.4
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additionsScott Ullrich2009-09-121-0/+3
|
* Remove trailing space / crScott Ullrich2007-05-271-1/+1
|
* Update XML_RPC to 1.5.1Seth Mos2007-05-091-68/+186
| | | | This fixes sync issues on configs > 500KB
* Remove unreachable callScott Ullrich2006-04-071-1/+0
| | | | Found-by: PHPEclipse
* Initialize variables. Found-by: PHPEclipseScott Ullrich2006-04-071-0/+1
|
* MFC 9496Scott Ullrich2006-01-181-16/+19
| | | | Update 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 eclipseScott Ullrich2006-01-151-1/+3
|
* MFC 6939Scott Ullrich2005-10-241-2/+2
| | | | XML/RPC.php -> xmlrpc_client.inc
* Update PEAR XML_RPC package to 1.4.2.Colin Smith2005-09-201-66/+166
|
* Silence HTTP errors by commenting out log_error(). This does not affect ↵Colin Smith2005-07-171-3/+3
| | | | errors being reported in XML_RPC_Response.
* remove trailing spaceScott Ullrich2005-07-131-1/+1
|
* Import PEAR XMLRPC 1.3.1 - this includes the security fix for:Bill Marquette2005-07-041-99/+191
| | | | http://www.gulftech.org/?node=research&article_id=00088-07022005
* Fix signature listing for array() datatypes. This is a rather hackish way to ↵Colin Smith2005-04-021-0/+1
| | | | go about it, but should preserve compatibility with other languages.
* Add $Id$ tagBill Marquette2005-03-271-1/+1
|
* Rename rpc.inc to xmlrpc_client.inc to maintain consistency.Colin Smith2005-03-221-0/+1761
OpenPOWER on IntegriCloud