Project

General

Profile

Download (58.9 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
81c8b51d 05/08/2014 12:27 PM Manuel Silvoso

Convert protocol ssl:// to https:// when creating http headers

96d91e4a 05/07/2014 06:39 PM Renato Botelho

Partialy revert 0ae4f3f:

It broke xmlrpc_client since https is not a valid php transport.

f0d23c27 05/07/2014 05:13 PM Renato Botelho

Revert "Respect protocol from URL"

This reverts commit 4f5bea8b6e2e6b0d5c1352539268d720826b4760.

4f5bea8b 05/07/2014 05:09 PM Renato Botelho

Respect protocol from URL

0ae4f3fa 04/30/2014 02:41 PM Manuel Silvoso

Changes to make it work behind a bluecoat proxy - added a user agent, and changed url scheme

de895285 02/07/2013 03:19 PM Jim Pingle

Don't generate a PHP error for an unfetchable XML file.

747cc15a 09/29/2011 08:14 PM Jim Pingle

Add some missing ;'s.

9a4cfa0b 09/29/2011 02:28 AM Ermal LUÇI

Try to send the xmlrpc errors to the system log

b1e4005f 07/18/2011 06:33 PM Vinicius Coque

removes variables concatenation on gettext strings

8b6313a4 07/12/2011 11:57 PM Jim Pingle

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

9d3d8d00 01/28/2011 07:32 PM Vinicius Coque

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...

673e8095 12/22/2010 03:39 PM Scott Ullrich

nuke trailing carriage returns

81afb509 12/20/2010 08:06 PM Seth Mos

Merge remote branch 'upstream/master'

Conflicts:
etc/inc/interfaces.inc
etc/inc/vslb.inc
usr/local/www/interfaces.php

26732357 12/13/2010 09:18 PM Pierre POMES

Ticket #960. Use XMLRPC automatic base64 encoding for strings (XML_RPC_auto_base64)

e9cfd6b0 11/11/2010 08:35 PM Seth Mos

Once more, with feeling

d99bcf10 11/11/2010 08:31 PM Seth Mos

Alter the requires to their new file names

b3c6aec9 11/11/2010 08:27 PM Seth Mos

Update the current XML RPC client and server parts from the PEAR library, now version 1.5.4

addc0439 10/01/2010 01:17 PM Renato Botelho

Fix quotes to use %N$X on gettext calls

47f12397 08/30/2010 11:36 PM Renato Botelho

Fix gettext calls with printf to permit change strings order

94258864 08/19/2010 08:02 PM Carlos Eduardo Ramos

Fix gettext on xmlrpc_client.inc

069503a1 08/17/2010 03:48 PM Renato Botelho

Implement gettext() calls on xmlrpc_client.php

523855b0 09/12/2009 07:34 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions

cbe2ebe0 05/27/2007 12:25 AM Scott Ullrich

Remove trailing space / cr

9c22a703 05/09/2007 05:01 PM Seth Mos

Update XML_RPC to 1.5.1
This fixes sync issues on configs > 500KB

4566fef5 04/07/2006 05:52 PM Scott Ullrich

Remove unreachable call

Found-by: PHPEclipse

ba8ee067 04/07/2006 02:04 AM Scott Ullrich

Initialize variables.

Found-by: PHPEclipse

b755666f 01/18/2006 11:08 PM Scott Ullrich

MFC 9496
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.

767a716e 01/15/2006 03:33 AM Scott Ullrich

Correct warnings and errors found eclipse

dbfda089 10/24/2005 07:08 PM Scott Ullrich

MFC 6939
XML/RPC.php -> xmlrpc_client.inc

012b6983 09/20/2005 06:02 PM Colin Smith

Update PEAR XML_RPC package to 1.4.2.

27afc5d0 07/17/2005 10:27 PM Colin Smith

Silence HTTP errors by commenting out log_error(). This does not affect errors being reported in XML_RPC_Response.

d09f5292 07/13/2005 02:55 AM Scott Ullrich

remove trailing space

605938e5 07/04/2005 11:57 PM Bill Marquette

Import PEAR XMLRPC 1.3.1 - this includes the security fix for:
http://www.gulftech.org/?node=research&article_id=00088-07022005

bfdc665f 04/02/2005 06:50 PM Colin Smith

Fix signature listing for array() datatypes. This is a rather hackish way to go about it, but should preserve compatibility with other languages.

307cd525 03/27/2005 10:43 PM Bill Marquette

Add $Id$ tag

aa0d74da 03/22/2005 05:34 AM Colin Smith

Rename rpc.inc to xmlrpc_client.inc to maintain consistency.