Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move carp_sync_client.php to base | Scott Ullrich | 2005-06-26 | 1 | -86/+0 |
| | |||||
* | We don't need the XML parser. | Colin Smith | 2005-06-20 | 1 | -2/+1 |
| | |||||
* | Only sync if there were sections checked | Bill Marquette | 2005-05-06 | 1 | -5/+7 |
| | |||||
* | Evalify. | Colin Smith | 2005-04-02 | 1 | -3/+0 |
| | |||||
* | Bundle all configuration sync requests into a single XMLRPC call. | Colin Smith | 2005-04-02 | 1 | -11/+16 |
| | |||||
* | Fix CARP rule syncing. | Colin Smith | 2005-03-31 | 1 | -4/+5 |
| | |||||
* | Test for carp_sync_xml's presence before attempting to define it. | Colin Smith | 2005-03-31 | 1 | -9/+11 |
| | |||||
* | * Minor code cleanup. | Colin Smith | 2005-03-31 | 1 | -7/+7 |
| | | | | * Pass $carp['password'] instead of $password on XMLRPC call to pfsense.filter_configure. | ||||
* | Convert to eval format | Scott Ullrich | 2005-03-31 | 1 | -2/+0 |
| | |||||
* | Convert to eval format | Scott Ullrich | 2005-03-31 | 1 | -3/+3 |
| | |||||
* | Sepeare (C) into two lines | Scott Ullrich | 2005-03-31 | 1 | -1/+2 |
| | |||||
* | This file is eval'd. Correct its behavior. | Scott Ullrich | 2005-03-31 | 1 | -6/+6 |
| | |||||
* | Use new XMLRPC code for CARP sync - honest! | Colin Smith | 2005-03-31 | 1 | -33/+21 |
| | |||||
* | * Clean up carp_settings.xml. | Colin Smith | 2005-03-31 | 1 | -9/+14 |
| | | | | * Rewrite CARP syncing code to use XMLRPC. | ||||
* | Speed up syncing to other hosts by doing it in the background. | Scott Ullrich | 2005-03-24 | 1 | -9/+12 |
| | |||||
* | Sync other machine in the background to speed up filter_configure() | Scott Ullrich | 2005-03-23 | 1 | -1/+1 |
| | |||||
* | Check to make sure carp settings is an array before going forward. | Scott Ullrich | 2005-03-16 | 1 | -1/+2 |
| | |||||
* | Only sync a configuration if the item is an array (IE: it has data inside it). | Scott Ullrich | 2005-03-16 | 1 | -4/+4 |
| | |||||
* | Keep the number of scp's to a minimum | Bill Marquette | 2005-03-16 | 1 | -8/+14 |
| | |||||
* | revert last commit - I'm too tired to be debugging this | Bill Marquette | 2005-03-16 | 1 | -1/+3 |
| | |||||
* | Remove extraneous code - I think this is what was intended | Bill Marquette | 2005-03-16 | 1 | -3/+1 |
| | |||||
* | rules -> filter | Scott Ullrich | 2005-03-16 | 1 | -1/+1 |
| | |||||
* | Make all area names consistent and fix a few c/p errors | Scott Ullrich | 2005-03-16 | 1 | -6/+6 |
| | |||||
* | Do not process sync code twice. | Scott Ullrich | 2005-03-15 | 1 | -44/+46 |
| | |||||
* | * Allow aliases, nat, traffic shaping and firewall rules syncing status to ↵ | Scott Ullrich | 2005-03-14 | 1 | -22/+37 |
| | | | | be turned on or off | ||||
* | Cleanup files after processing. | Scott Ullrich | 2005-03-14 | 1 | -0/+3 |
| | |||||
* | * rules -> filter | Scott Ullrich | 2005-03-14 | 1 | -1/+1 |
| | |||||
* | Only invoke sync client if sync is enabled AND a sync ip is defined. | Scott Ullrich | 2005-03-14 | 1 | -1/+1 |
| | |||||
* | * Sync NAT area to other CARP hosts on changes | Scott Ullrich | 2005-03-14 | 1 | -5/+17 |
| | | | | * Sync ALIASES area to other CARP hosts on changes | ||||
* | Do not: | Scott Ullrich | 2005-03-14 | 1 | -2/+1 |
| | | | | | require("guiconfig.inc"); require("xmlparse_pkg.inc"); | ||||
* | Add IP of remote box to ssh to and run the server piece. | Scott Ullrich | 2005-03-13 | 1 | -1/+1 |
| | |||||
* | Revert last commits. Its a better idea to only sync when rules actually ↵ | Scott Ullrich | 2005-03-13 | 1 | -3/+0 |
| | | | | CHANGE. | ||||
* | Add back <?php since dehooking from firewall rules add on. This will be run ↵ | Scott Ullrich | 2005-03-13 | 1 | -0/+3 |
| | | | | now from cron. | ||||
* | This code gets eval'd... No need to surround with <?php | Scott Ullrich | 2005-03-12 | 1 | -2/+1 |
| | |||||
* | Initial rule sync between two hosts code. | Scott Ullrich | 2005-03-12 | 1 | -0/+48 |