summaryrefslogtreecommitdiffstats
path: root/usr/local/www/xmlrpc.php
Commit message (Expand)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-5/+5
* Code style xmlrpcPhil Davis2015-04-191-70/+84
* shouldn't need this as its own inc anymore, but only changing in master since...Chris Buechler2015-04-041-1/+0
* Proper fix #4443, do not unset carp entry when content differ, also set corre...Renato Botelho2015-03-111-2/+1
* Save vip interface and subnet to use to delete old vips from secondary nodes....Renato Botelho2015-03-111-9/+14
* Revert "Use a consistent variable name here. related to Ticket #4446"Renato Botelho2015-03-111-6/+2
* Use a consistent variable name here. related to Ticket #4446Chris Buechler2015-03-101-2/+6
* Revert "Fixes #4446 Correct ipalias removal on top of carp during configurati...Ermal LUÇI2015-03-091-5/+1
* 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 ch...Ermal LUÇI2015-01-151-2/+2
* Fix lineup of copyright linesPhil Davis2015-01-011-28/+26
* Welcome 2015Renato Botelho2014-12-311-1/+1
* Move this check before full sync to disable dnsmasq/unbound in the first time...Renato Botelho2014-12-261-12/+12
* Add dnsmasq and unbound config sections to full sync, it fixes #4076 that is ...Renato Botelho2014-12-261-1/+1
* Add DNS Resolver to the list of services to be sync'd on HA, make sure it and...Renato Botelho2014-12-151-0/+12
* Properly remove IPv6 carp vips as reported from https://forum.pfsense.org/ind...Ermal LUÇI2014-11-211-2/+6
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
* rename interfaces_carp_setup to interfaces_sync_setup and call it during boot...Ermal2014-10-151-1/+1
* 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 carp...Ermal2013-11-281-2/+3
* Make sure to account for IP aliases on lo0 here, or they get duplicated on ea...jim-p2013-09-111-2/+2
* s/require/require_once/g for filter.inc to avoid redeclaration errors in some...jim-p2013-08-281-1/+1
* 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
* 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 e...Ermal2013-01-301-9/+27
* 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
* Some sections should just be copied and not merged or we end up unable to syn...jim-p2011-12-121-1/+14
* 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
* 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 m...Ermal2011-06-081-2/+3
* Generate proper index for unsetting so we do not destroy all the vips in the ...Ermal2011-06-081-1/+1
* 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