summaryrefslogtreecommitdiffstats
path: root/etc/rc.filter_synchronize
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master'jim-p2011-07-121-1/+1
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/easyrule.inc etc/inc/filter.inc etc/inc/interfaces.inc etc/inc/services.inc etc/inc/xmlrpc_client.inc usr/local/www/fbegin.inc usr/local/www/services_dhcp.php
| * Do a more strict check on this to avoid warningsErmal2011-07-121-1/+1
| |
* | Merge remote branch 'upstream/master'jim-p2011-06-151-4/+6
|\ \ | |/
| * Faster/more efficient xmlrpc sync for users/groups. Seems to work fine for ↵jim-p2011-06-151-4/+6
| | | | | | | | me. Coded-By: Ermal
* | Merge remote branch 'upstream/master'jim-p2011-06-141-19/+19
|\ \ | |/ | | | | | | | | Conflicts: etc/inc/globals.inc etc/inc/upgrade_config.inc
| * Use the new username field from the GUI or default to admin.Ermal2011-06-141-16/+14
| |
| * Actually correct check so it throws some errors during the second try.Ermal2011-06-141-2/+2
| |
| * Porvide information for the filter reload status screen.Ermal2011-06-141-1/+3
| |
* | Merge remote branch 'upstream/master'jim-p2011-06-011-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | Conflicts: conf.default/config.xml etc/inc/filter.inc etc/inc/globals.inc etc/inc/pfsense-utils.inc etc/inc/upgrade_config.inc usr/local/www/interfaces.php
| * Use pfsense.restore_config_sectionScott Ullrich2011-05-311-1/+1
| |
* | Merge remote branch 'upstream/master'jim-p2011-05-191-3/+4
|\ \ | |/
| * Fixes #1514. Differentiate in the carp settings between layer7, limiter and ↵Ermal2011-05-181-3/+4
| | | | | | | | queues so layer7 and limiters do not rely on queues being active.
* | Merge remote branch 'upstream/master'Seth Mos2011-04-121-4/+7
|\ \ | |/ | | | | | | | | Conflicts: etc/inc/filter.inc usr/local/www/themes/the_wall/rrdcolors.inc.php
| * By default assume admin user and do not blindly copy the first user from the ↵Ermal2011-03-301-3/+6
| | | | | | | | config.xml
| * clarify logChris Buechler2011-03-301-1/+1
| |
* | Merge remote branch 'upstream/master'Seth Mos2011-03-241-19/+18
|\ \ | |/ | | | | | | | | Conflicts: etc/inc/rrd.inc usr/local/www/interfaces.php
| * Log the configuration is not the same error message only when this is true. ↵Ermal2011-03-171-19/+18
| | | | | | | | This message would have been shown even when a communication error would occur.
* | Merge remote branch 'upstream/master'Seth Mos2011-02-111-2/+2
|\ \ | |/
| * fix textChris Buechler2011-02-101-2/+2
| |
* | Merge remote branch 'upstream/master'Seth Mos2011-02-061-1/+0
|\ \ | |/
| * Ticket #1248. Do not set this higher since the slave will take more time to ↵Ermal2011-02-031-1/+0
| | | | | | | | detect a switch needs to be done.
* | Merge remote branch 'upstream/master'Seth Mos2011-02-031-1/+1
|\ \ | |/
| * Allow ipalias with carp as parent interface to be synchronized.Ermal2011-02-011-2/+2
| |
* | Merge remote branch 'upstream/master'Seth Mos2011-01-261-2/+2
|\ \ | |/ | | | | | | Conflicts: etc/inc/system.inc
| * fix variable and text for this logChris Buechler2011-01-221-2/+2
| |
* | Merge remote branch 'upstream/master'Seth Mos2011-01-181-36/+35
|\ \ | |/ | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/system.inc
| * Fix whitespace.Scott Ullrich2010-12-221-37/+36
| |
* | Merge remote branch 'upstream/master'Seth Mos2010-12-201-23/+83
|\ \ | |/ | | | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/vslb.inc usr/local/www/interfaces.php
| * Leave a notice for this as well.Ermal2010-12-101-0/+2
| |
| * If we fail to authenticate consider it as fatal since nothing else can be done.Ermal2010-12-101-2/+2
| |
| * Fix config synchronization. Also unbreak the config when erroring out ↵Ermal2010-12-101-11/+9
| | | | | | | | because it will loop indefinitely.
| * Hmmm use correct keys to returned array.Ermal2010-12-101-2/+2
| |
| * Just the password here.Ermal2010-12-101-1/+0
| |
| * Hello xmlrpc to another function!Ermal2010-12-101-1/+1
| |
| * Adjust even advbase while synching. This should be params though.Ermal2010-12-071-0/+7
| |
| * Prevent sync problems when upgrading carp clusters. Now we check that the ↵Ermal2010-12-071-12/+69
| | | | | | | | other cluster is at least at our config file version.
| * Whitespace fixes to make this readble.Ermal2010-12-071-1/+1
| |
| * Tighten check even more. Ticket #1006.Ermal2010-11-161-1/+1
| |
| * Ticket #1006. Make sure to interpret the response as needed. First check if ↵Ermal2010-11-161-5/+2
| | | | | | | | we got 0 and then check if we have a faultCode().
* | Properly format the IPv6 address within brackets so that Carp sync to a ipv6 ↵Seth Mos2010-11-151-0/+2
|/ | | | address works
* Various sync fixes to ensure sections are pushed even if empty, otherwise ↵jim-p2010-11-011-20/+53
| | | | the last entries of these sections cannot be deleted and have that deletion sync to the secondary.
* Ooops use meant logic.Ermal2010-10-271-1/+1
|
* Ticket #975. Properly initialize variables to avoid caching issues. Also ↵Ermal2010-10-271-5/+8
| | | | check an array exists before trying to foreach to avoid errors.
* If there are no aliases, push an empty aliases array. Fixes #961jim-p2010-10-251-1/+4
|
* Add l7 rules synchro. Ticket #951pierrepomes2010-10-241-0/+2
|
* Sync CRLs, too.jim-p2010-10-201-0/+3
|
* ipalias type should be handled in backup_vip_config_section. Remove useless ↵pierrepomes2010-10-181-11/+1
| | | | code which copies vip section before call to backup_vip_config_section. Ticket #882
* Do not synchronize ip alias. Ticket #882pierrepomes2010-09-261-2/+4
|
* Update sync code since CERT/CA have moved.jim-p2010-09-021-4/+8
|
* Add Captive Portal CARP configuration synchronizationScott Ullrich2010-08-291-202/+208
|
OpenPOWER on IntegriCloud