Project

General

Profile

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

# Date Author Comment
b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

2ec76321 10/31/2017 12:49 AM Pi Ba

xmlrpc, fix usage of space and + character that need different encoding

593f0521 04/04/2017 06:48 PM Jim Pingle

Improve XMLRPC failure messages/exception handling. Fixes #7448

dc5f639f 10/15/2016 02:58 PM Pi Ba

xmlrpc, use authentication through the basic auth header instead of extra user/pass parameters

dfbd0052 10/06/2016 06:12 PM Pi Ba

XMLRPC, xmlrpc_client, add new scheme parameter in setConnectionData(syncip,port,user,pass,schema), for use by packages that sync to custom locations, set public/private on all functions

eecfac71 09/13/2016 06:44 PM Pi Ba

XMLRPC, xmlrpc_client set new Netgate copyright.

e3b0eeb2 09/13/2016 05:42 PM Pi Ba

XMLRPC, xmlrpc_client remove extended class and define setConnectionData(.) function instead.

4d7522bf 09/07/2016 11:09 PM Pi Ba

XMLRPC, xmlrpc_client simplify construction parameters where possible + cleanup

a8620841 09/06/2016 12:37 AM Pi Ba

XMLRPC, generic xmlrpc_client implementation + bugfixes in voucher sync

357b5e93 08/18/2016 07:42 PM Renato Botelho

Ticket #3734: Remove xmlrpc.inc, xmlrpc_client.inc and xmlrpc_server.inc

238603f5 08/11/2016 01:41 PM Renato Botelho

Ticket #3734: Retire PEAR.inc and use PEAR.php from ports

dcbbd7b4 02/03/2016 09:54 AM Renato Botelho

Merge pull request #2581 from PiBa-NL/23_silence_syncerror

5a045be8 02/02/2016 08:25 PM Pi Ba

xmlrpc_client.inc, silence the php 'crash' error, sync errors are reported through file-notices already.

e85f3ed8 01/26/2016 07:38 PM Renato Botelho

Since we moved to stream related function on xmlrpc_client, we should use tcp:// as protocol for http. Fix issue reported at https://forum.pfsense.org/index.php?topic=105890.0

d17bd596 11/20/2015 11:43 AM Renato Botelho

Remove debug leftover

8540bdcb 11/20/2015 11:30 AM Renato Botelho

Fix #5329

Since PHP 5.6, fsockopen() is checking SSL certificates, xmlrpc_client
is used only for HA today so it's safe to disable this check.

Since fsockopen() doesn't provide a way to disable it, move code to use
stream_socket_client()

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/