Remove unused get_notices() from xmlrpc.php
Fix get_notices parameter in xmlrpc.php
This looks to me like the var name here should be $categoryNote: 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?
Check for lo0 when reconfiguring VIPs on sync. Fixes #7010
xmlrpc, fix loopback detection
xmlrpc, use authentication through the basic auth header instead of extra user/pass parameters
Move copyright from ESF to Netgate
Add specific permission to allow HA XMLRPC sync. It fixes #809
Fix remote_addr array key
Disable autoDocument
Ticket #3734: Convert xmlrpc.php to use XML/RPC2/Server.php
Move to Apache License 2.0
Review license / copyright on all files (final round)
chmod 0644 php web pages
Always use require_once
The usage of require() and require_once() throughout the system isinconsistent, and "bugs" come up now and then when the order of"requires" is a bit different and some require() happens after theinclude file is already included/required....
Refine the way the DNS Forwarder and DNS Resolver are handled via XMLRPC. Fixes #5882
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:...
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.
Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.
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.
Copyright updates Batch 2 of 3
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...
Move main pfSense content to src/