summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/xmlrpc_client.inc
Commit message (Collapse)AuthorAgeFilesLines
* Improve XMLRPC failure messages/exception handling. Fixes #7448jim-p2017-04-041-1/+2
|
* xmlrpc, use authentication through the basic auth header instead of extra ↵PiBa-NL2016-10-151-11/+13
| | | | user/pass parameters
* XMLRPC, xmlrpc_client, add new scheme parameter in ↵PiBa-NL2016-10-061-21/+45
| | | | setConnectionData(syncip,port,user,pass,schema), for use by packages that sync to custom locations, set public/private on all functions
* XMLRPC, xmlrpc_client set new Netgate copyright.PiBa-NL2016-09-131-1/+1
|
* XMLRPC, xmlrpc_client remove extended class and define setConnectionData(.) ↵PiBa-NL2016-09-131-28/+24
| | | | function instead.
* XMLRPC, xmlrpc_client simplify construction parameters where possible + cleanupPiBa-NL2016-09-081-3/+28
|
* XMLRPC, generic xmlrpc_client implementation + bugfixes in voucher syncPiBa-NL2016-09-061-0/+116
|
* Ticket #3734: Remove xmlrpc.inc, xmlrpc_client.inc and xmlrpc_server.incRenato Botelho2016-08-181-2046/+0
|
* Ticket #3734: Retire PEAR.inc and use PEAR.php from portsRenato Botelho2016-08-111-2/+2
|
* Merge pull request #2581 from PiBa-NL/23_silence_syncerrorRenato Botelho2016-02-031-1/+1
|\
| * xmlrpc_client.inc, silence the php 'crash' error, sync errors are reported ↵PiBa-NL2016-02-021-1/+1
| | | | | | | | through file-notices already.
* | Since we moved to stream related function on xmlrpc_client, we should use ↵Renato Botelho2016-01-261-2/+6
|/ | | | tcp:// as protocol for http. Fix issue reported at https://forum.pfsense.org/index.php?topic=105890.0
* Remove debug leftoverRenato Botelho2015-11-201-1/+0
|
* Fix #5329Renato Botelho2015-11-201-37/+20
| | | | | | | | 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()
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+2060
OpenPOWER on IntegriCloud