summaryrefslogtreecommitdiffstats
path: root/usr/local/www/xmlrpc.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove array_intersect_key here too, definitely not needed. add to ↵Chris Buechler2015-04-041-1/+0
| | | | obsoletedfiles
* Proper fix #4443, do not unset carp entry when content differ, also set ↵Renato Botelho2015-03-111-3/+7
| | | | 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-13/+14
| | | | nodes. Fixes #4446
* Revert "Use a consistent variable name here. related to Ticket #4446"Renato Botelho2015-03-111-4/+4
| | | | This reverts commit 0e7954b8a333d7ca92f56c86c74e2d9d7457b546.
* Use a consistent variable name here. related to Ticket #4446Chris Buechler2015-03-101-4/+4
|
* Fixes #4446 Correct ipalias removal on top of carp during configuration sync.Ermal LUÇI2015-03-091-1/+5
|
* 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
|
* Fix config sync issue. Resolves #1547 Fixed-by: Ermaljim-p2011-05-201-1/+1
|
* Micro optimization.Ermal2011-05-181-1/+1
|
* Ticket #1534, #1433. Remove custom sync code for vip, since it array_merge() ↵Ermal2011-05-181-14/+8
| | | | replaces same keys data when merging. But make the code for reloading only changed vips after merge better and some more checks.
* Ticket #1534, #1433. Properly merge carp interfaces and do not reload carp ↵Ermal2011-05-181-30/+68
| | | | interfaces that have not change any configuration parameter. Also make merge_config_section_xmlrpc() an alias for restore_config_section_xmlrpc() since that what it is.
* Ticket #1534. Serialize all the xmlrpc requests coming to the firewall. ↵Ermal2011-05-171-0/+4
| | | | Seems such request can stomp into each other and create either corruption of xmlrpc request or other issues.
OpenPOWER on IntegriCloud