| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove array_intersect_key here too, definitely not needed. add to obsoletedf... | Chris Buechler | 2015-04-04 | 1 | -1/+0 |
* | Proper fix #4443, do not unset carp entry when content differ, also set corre... | Renato Botelho | 2015-03-11 | 1 | -3/+7 |
* | Save vip interface and subnet to use to delete old vips from secondary nodes.... | Renato Botelho | 2015-03-11 | 1 | -13/+14 |
* | Revert "Use a consistent variable name here. related to Ticket #4446" | Renato Botelho | 2015-03-11 | 1 | -4/+4 |
* | Use a consistent variable name here. related to Ticket #4446 | Chris Buechler | 2015-03-10 | 1 | -4/+4 |
* | Fixes #4446 Correct ipalias removal on top of carp during configuration sync. | Ermal LUÇI | 2015-03-09 | 1 | -1/+5 |
* | Fix lineup of copyright lines | Phil Davis | 2015-01-01 | 1 | -28/+26 |
* | Welcome 2015 | Renato Botelho | 2014-12-31 | 1 | -1/+1 |
* | Move this check before full sync to disable dnsmasq/unbound in the first time... | Renato Botelho | 2014-12-26 | 1 | -12/+12 |
* | Add dnsmasq and unbound config sections to full sync, it fixes #4076 that is ... | Renato Botelho | 2014-12-26 | 1 | -1/+1 |
* | Add DNS Resolver to the list of services to be sync'd on HA, make sure it and... | Renato Botelho | 2014-12-15 | 1 | -0/+12 |
* | Properly remove IPv6 carp vips as reported from https://forum.pfsense.org/ind... | Ermal LUÇI | 2014-11-21 | 1 | -2/+6 |
* | modify copyright statement to reflect reality | Jim Thompson | 2014-11-10 | 1 | -0/+1 |
* | rename interfaces_carp_setup to interfaces_sync_setup and call it during boot... | Ermal | 2014-10-15 | 1 | -1/+1 |
* | Fix operator | Renato Botelho | 2014-09-10 | 1 | -1/+1 |
* | Do not reconfigure dhcpd twice on secondary after config sync. Fixes #3797 | Renato Botelho | 2014-08-29 | 1 | -1/+5 |
* | Use function_exists test | Phil Davis | 2014-05-11 | 1 | -1/+2 |
* | Use require_once in more places | Phil Davis | 2014-05-09 | 1 | -1/+1 |
* | Ensure config is global here | Warren Baker | 2014-04-28 | 1 | -1/+1 |
* | Ensure to reconfigure Unbound for filter configuration on XMLRPC | Warren Baker | 2014-04-28 | 1 | -1/+4 |
* | Remove references to _vip interface and provide proper configuration for carp... | Ermal | 2013-11-28 | 1 | -2/+3 |
* | Make sure to account for IP aliases on lo0 here, or they get duplicated on ea... | jim-p | 2013-09-11 | 1 | -2/+2 |
* | s/require/require_once/g for filter.inc to avoid redeclaration errors in some... | jim-p | 2013-08-28 | 1 | -1/+1 |
* | Also take dhcpv6 into consideration even here. | Ermal | 2013-08-15 | 1 | -1/+1 |
* | Actually do not allow the loop to continue. Related to Ticket #1928 | Ermal | 2013-06-12 | 1 | -5/+15 |
* | Copy full dhcpd conf from master to slave. Fixes #2600 | Renato Botelho | 2013-02-22 | 1 | -1/+1 |
* | Make sure we create / delete SPDs and SADs on secondary node when it changes ... | Renato Botelho | 2013-02-22 | 1 | -0/+9 |
* | Fully sync filter and nat sections. Fixes #2362 | Renato Botelho | 2013-02-13 | 1 | -1/+1 |
* | Fixes #1928. Disallow sync loop only for certain types of calls but not for e... | Ermal | 2013-01-30 | 1 | -9/+27 |
* | Remove a couple of call-time pass-by-reference for interface_ipalias_configure() | Renato Botelho | 2013-01-14 | 1 | -1/+1 |
* | Get rid of carpdev, it will never be | Ermal | 2012-06-07 | 1 | -3/+0 |
* | Make vips vhid be unique per parent interface! | Ermal | 2012-04-05 | 1 | -11/+11 |
* | Move CARP settings from pkg XML to a real PHP page | Darren Embry | 2012-03-22 | 1 | -6/+2 |
* | Some sections should just be copied and not merged or we end up unable to syn... | jim-p | 2011-12-12 | 1 | -1/+14 |
* | Log when XMLRPC auth fails so that the brute force lockout will kick in. | Scott Ullrich | 2011-08-28 | 1 | -16/+42 |
* | NEw functiong does_vip_exist() which works for carp and ipalias type vips to ... | Ermal | 2011-06-14 | 1 | -4/+14 |
* | Do not assume that every merge is about vips. Found-by: Jim | Ermal | 2011-06-13 | 1 | -1/+1 |
* | unset after checking that no reconfiguring is needed. | Ermal | 2011-06-13 | 1 | -2/+4 |
* | Actually make this code more readble. | Ermal | 2011-06-08 | 1 | -3/+2 |
* | Remove the entry from old entries even when there are no changes to prevent m... | Ermal | 2011-06-08 | 1 | -2/+3 |
* | Generate proper index for unsetting so we do not destroy all the vips in the ... | Ermal | 2011-06-08 | 1 | -1/+1 |
* | Use array_overlay() | Scott Ullrich | 2011-05-31 | 1 | -12/+10 |
* | Use array_extend | Scott Ullrich | 2011-05-31 | 1 | -1/+16 |
* | Remove debugging code | Scott Ullrich | 2011-05-31 | 1 | -3/+0 |
* | Add merge handler code | Scott Ullrich | 2011-05-31 | 1 | -2/+11 |
* | Fix config sync issue. Resolves #1547 Fixed-by: Ermal | jim-p | 2011-05-20 | 1 | -1/+1 |
* | Micro optimization. | Ermal | 2011-05-18 | 1 | -1/+1 |
* | Ticket #1534, #1433. Remove custom sync code for vip, since it array_merge() ... | Ermal | 2011-05-18 | 1 | -14/+8 |
* | Ticket #1534, #1433. Properly merge carp interfaces and do not reload carp in... | Ermal | 2011-05-18 | 1 | -30/+68 |
* | Ticket #1534. Serialize all the xmlrpc requests coming to the firewall. Seems... | Ermal | 2011-05-17 | 1 | -0/+4 |