summaryrefslogtreecommitdiffstats
path: root/usr/local/www/xmlrpc.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-5/+5
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style xmlrpcPhil Davis2015-04-191-70/+84
|
* shouldn't need this as its own inc anymore, but only changing in master ↵Chris Buechler2015-04-041-1/+0
| | | | since 2_2 nearing release
* Proper fix #4443, do not unset carp entry when content differ, also set ↵Renato Botelho2015-03-111-2/+1
| | | | correct real interface and use subnet to check IP protocol
* Save vip interface and subnet to use to delete old vips from secondary ↵Renato Botelho2015-03-111-9/+14
| | | | nodes. Fixes #4446
* Revert "Use a consistent variable name here. related to Ticket #4446"Renato Botelho2015-03-111-6/+2
| | | | This reverts commit 309162b96d6ad0db09c132cc0aabc890bfe1909f.
* Use a consistent variable name here. related to Ticket #4446Chris Buechler2015-03-101-2/+6
| | | | | Conflicts: usr/local/www/xmlrpc.php
* Revert "Fixes #4446 Correct ipalias removal on top of carp during ↵Ermal LUÇI2015-03-091-5/+1
| | | | | | | | configuration sync." master works differently and get_real_interface() resolves vips as well. This reverts commit 8896fe1cebdc97dcbeb59249f3bb2abd1601b979.
* Fixes #4446 Correct ipalias removal on top of carp during configuration sync.Ermal LUÇI2015-03-091-1/+5
|
* Remove extra closing bracketsk-paulius2015-03-081-2/+2
|
* Ticket #3997, teach code to track carp through uniqids(). Missing carp GUI ↵Ermal LUÇI2015-01-151-2/+2
| | | | changes and upgrade code
* Fix lineup of copyright linesPhil Davis2015-01-011-28/+26
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Move this check before full sync to disable dnsmasq/unbound in the first ↵Renato Botelho2014-12-261-12/+12
| | | | time it's sync'd
* Add dnsmasq and unbound config sections to full sync, it fixes #4076 that is ↵Renato Botelho2014-12-261-1/+1
| | | | caused because boolean config fields are not disabled on secondary
* Add DNS Resolver to the list of services to be sync'd on HA, make sure it ↵Renato Botelho2014-12-151-0/+12
| | | | and DNS Forwarder are not enabled simultaneously. It fixes #4067
* Properly remove IPv6 carp vips as reported from ↵Ermal LUÇI2014-11-211-2/+6
| | | | https://forum.pfsense.org/index.php?topic=84392.0
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* rename interfaces_carp_setup to interfaces_sync_setup and call it during ↵Ermal2014-10-151-1/+1
| | | | bootup since it does not only relate to carp interfaces.
* Fix operatorRenato Botelho2014-09-101-1/+1
|
* Do not reconfigure dhcpd twice on secondary after config sync. Fixes #3797Renato Botelho2014-08-291-1/+5
|
* Use function_exists testPhil Davis2014-05-111-1/+2
|
* Use require_once in more placesPhil Davis2014-05-091-1/+1
|
* Ensure config is global hereWarren Baker2014-04-281-1/+1
|
* Ensure to reconfigure Unbound for filter configuration on XMLRPCWarren Baker2014-04-281-1/+4
|
* Remove references to _vip interface and provide proper configuration for ↵Ermal2013-11-281-2/+3
| | | | carp on FreeBSD 10. Still some places to deal with this and certainly missing upgrade code
* Make sure to account for IP aliases on lo0 here, or they get duplicated on ↵jim-p2013-09-111-2/+2
| | | | each CARP sync
* s/require/require_once/g for filter.inc to avoid redeclaration errors in ↵jim-p2013-08-281-1/+1
| | | | some rare cases.
* Also take dhcpv6 into consideration even here.Ermal2013-08-151-1/+1
|
* Actually do not allow the loop to continue. Related to Ticket #1928Ermal2013-06-121-5/+15
|
* Copy full dhcpd conf from master to slave. Fixes #2600Renato Botelho2013-02-221-1/+1
|
* Make sure we create / delete SPDs and SADs on secondary node when it changes ↵Renato Botelho2013-02-221-0/+9
| | | | on primary. Fixes #2303
* Fully sync filter and nat sections. Fixes #2362Renato Botelho2013-02-131-1/+1
|
* Fixes #1928. Disallow sync loop only for certain types of calls but not for ↵Ermal2013-01-301-9/+27
| | | | exec_[php|shell]. Also fix CARP loop detection to use correct variable
* Remove a couple of call-time pass-by-reference for interface_ipalias_configure()Renato Botelho2013-01-141-1/+1
|
* Get rid of carpdev, it will never beErmal2012-06-071-3/+0
|
* Make vips vhid be unique per parent interface!Ermal2012-04-051-11/+11
|
* Move CARP settings from pkg XML to a real PHP pageDarren Embry2012-03-221-6/+2
| | | | https://redmine.pfsense.org/issues/647
* Some sections should just be copied and not merged or we end up unable to ↵jim-p2011-12-121-1/+14
| | | | sync the deletion of the last item in a section.
* Log when XMLRPC auth fails so that the brute force lockout will kick in.Scott Ullrich2011-08-281-16/+42
|
* NEw functiong does_vip_exist() which works for carp and ipalias type vips to ↵Ermal2011-06-141-4/+14
| | | | help in carp sync issues. Fixes #1598
* Do not assume that every merge is about vips. Found-by: JimErmal2011-06-131-1/+1
|
* unset after checking that no reconfiguring is needed.Ermal2011-06-131-2/+4
|
* Actually make this code more readble.Ermal2011-06-081-3/+2
|
* Remove the entry from old entries even when there are no changes to prevent ↵Ermal2011-06-081-2/+3
| | | | marking them down.
* Generate proper index for unsetting so we do not destroy all the vips in the ↵Ermal2011-06-081-1/+1
| | | | backup.
* Use array_overlay()Scott Ullrich2011-05-311-12/+10
|
* Use array_extendScott Ullrich2011-05-311-1/+16
|
* Remove debugging codeScott Ullrich2011-05-311-3/+0
|
* Add merge handler codeScott Ullrich2011-05-311-2/+11
|
OpenPOWER on IntegriCloud