Project

General

Profile

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

# Date Author Comment
46886273 12/28/2016 02:14 PM Phil Davis

Remove unused get_notices() from xmlrpc.php

ee5d140e 12/28/2016 05:45 AM Phil Davis

Fix get_notices parameter in xmlrpc.php

This looks to me like the var name here should be $category
Note: I don't see where this get_notices() inside class pfsense_xmlrpc_server is ever unused anyway - so maybe get_notices() can just be deleted from here?

5fda51cd 12/13/2016 07:25 PM Jim Pingle

Check for lo0 when reconfiguring VIPs on sync. Fixes #7010

8d44b2cb 11/03/2016 07:00 PM Pi Ba

xmlrpc, fix loopback detection

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

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

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

fb1234ab 08/18/2016 09:36 PM Renato Botelho

Add specific permission to allow HA XMLRPC sync. It fixes #809

f82f991c 08/18/2016 09:35 PM Renato Botelho

Fix remote_addr array key

4f78ae1d 08/18/2016 07:55 PM Renato Botelho

Disable autoDocument

f81e7cc4 08/18/2016 07:42 PM Renato Botelho

Ticket #3734: Convert xmlrpc.php to use XML/RPC2/Server.php

b12ea3fb 07/15/2016 07:30 PM Renato Botelho

Move to Apache License 2.0

c5d81585 07/15/2016 06:30 PM Renato Botelho

Review license / copyright on all files (final round)

0d21a99e 07/14/2016 08:49 PM Renato Botelho

chmod 0644 php web pages

c81ef6e2 06/27/2016 05:00 AM Phil Davis

Always use require_once

The usage of require() and require_once() throughout the system is
inconsistent, and "bugs" come up now and then when the order of
"requires" is a bit different and some require() happens after the
include file is already included/required....

57b5da70 02/12/2016 06:24 PM Jim Pingle

Refine the way the DNS Forwarder and DNS Resolver are handled via XMLRPC. Fixes #5882

2a5960b0 02/09/2016 09:58 PM Luiz Souza

Review of CARP uniqid changes.

It turns out that current CARP implementation is not much different from an IP alias.

This commit converts the IP alias to also use the CARP uniqid scheme, this simplify the code in all other places because now we have only two different cases to deal with:...

29e5cbb4 01/21/2016 06:07 PM Phil Davis

xmlrpc signature and docstring

A few of the entries in this array had dodgy var references. I don't think anything would have caused an actual error.

5230f468 11/25/2015 04:48 PM Jim Pingle

Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.

1a2de6d6 11/22/2015 03:27 PM Luiz Souza

Remove the last usage cases of $config['ipsec']['enable'].

IPSEC is always on in 2.3, where necessary (IPSEC rules, IPSEC daemon), we check the existence of phase 1 entries.

191cb31d 11/06/2015 03:40 PM Stephen Beaver

Copyright updates Batch 2 of 3

0cdb94e1 10/20/2015 11:12 AM Renato Botelho

Cleanup unused code:

- Remove xmlrpcbaseurl from globals
- Remove xmlrpcpath from globals
- Remove embeddedbootupslice from globals
- Remove call_pfsense_method()
- Remove check_firmware_version()
- Remove get_active_xml_rpc_base_url()
- Remove zeromq.inc...

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

Move main pfSense content to src/