Project

General

Profile

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

# Date Author Comment
7fb2954d 04/12/2023 07:09 PM Jim Pingle

Don't sync if settings are empty. Fixes #14182

402c98a2 02/09/2023 12:17 AM Reid Linnemann

Update copyright years to include 2023

1e45d13f 11/23/2022 02:06 PM Christian McDonald

Rector some direct config gets with pure scalar paths.

8f2f85c3 01/02/2022 01:05 AM Luiz Souza

Update the Copyright year of the files owned by Rubicon/Netgate.

9455c6ef 06/17/2021 07:00 PM Jim Pingle

XMLRPC sync improvements. Implements #12051

b2a8595c 06/16/2021 05:00 PM Renato Botelho

Fix filename

4f26f187 05/12/2021 12:12 PM Viktor Gurov

Set default_socket_timeout on XMLRPC sync. Fixes #11718

8f585441 01/03/2021 12:28 PM Luiz Souza

Update the Copyright year.

A subsequent commit will deal with .po's.

bf335b2b 10/30/2020 06:02 PM Renato Botelho

Revert "Remove non captive-portal logs from Local4 syslog facility."

This reverts commit 6960993dc53c559619fe3f8d8ea903e7730b4fa6.

6960993d 05/18/2020 04:36 PM A FL

Remove non captive-portal logs from Local4 syslog facility.
Various logs are recorded in local4 in HA situation. They should not be recorded here.
Redmine #97

0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

38809d47 07/29/2019 05:50 PM Renato Botelho

Fix copyright message years to reflect BSDP -> ESF -> Netgate

0b4c14a4 01/02/2019 02:50 PM Steve Beaver

Update copyright notices to 2019. Happy New Year

179377b0 03/30/2018 11:01 PM robjarsen

Remove Whitespace

I'm aware this is a very large commit. Let me know if you'd rather have it broken down by file type (ie: PHP/shell scripts) so it would be easier to review.

-RJ

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/