summaryrefslogtreecommitdiffstats
path: root/usr/local/www/xmlrpc.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Allow ipalias with carp as parent interface to be synchronized.Ermal2011-02-011-1/+9
|
* Ticket #959. Keep local items at the top of vip sectionPierre POMES2010-12-111-1/+1
|
* Be consistent on shifting array during authentication. Also check for array ↵Ermal2010-12-101-5/+7
| | | | to avoid strange errors.
* Actually the passed config sections are part of index 1 of the array. This ↵Ermal2010-12-101-2/+2
| | | | fixes config sync of vips as well.
* Fix config synchronization. Also unbreak the config when erroring out ↵Ermal2010-12-101-24/+32
| | | | because it will loop indefinitely.
* Fix line because of copy/pasto.Ermal2010-12-101-2/+1
|
* Its too late and this is optional.Ermal2010-12-101-5/+0
|
OpenPOWER on IntegriCloud