Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shaper should sync now | Bill Marquette | 2005-03-16 | 1 | -4/+4 |
| | | | | make the if() actually work and remove bogus foreach that was probably intended to do something else | ||||
* | 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 | 2 | -8/+8 |
| | |||||
* | Fixup tabbing. | Scott Ullrich | 2005-03-15 | 1 | -61/+61 |
| | |||||
* | two earlier missed mkdirs added. chown has abs path | bkw | 2005-03-15 | 1 | -5/+9 |
| | |||||
* | Fix tabs.. AGAIN. | Scott Ullrich | 2005-03-15 | 1 | -14/+14 |
| | |||||
* | dir creation, permissions, user/groups add,remove | bkw | 2005-03-15 | 1 | -5/+15 |
| | |||||
* | Do not process sync code twice. | Scott Ullrich | 2005-03-15 | 1 | -44/+46 |
| | |||||
* | More minor cleanups. No funcitonal changes. | Scott Ullrich | 2005-03-15 | 1 | -6/+6 |
| | |||||
* | * Cleanup tabbing and make it consistent. | Scott Ullrich | 2005-03-15 | 1 | -6/+7 |
| | | | | * Put a notice at the top of the configuration file that it was created by the pfSense package manager | ||||
* | Correctly show which carp interface we are creating in the script | Scott Ullrich | 2005-03-14 | 1 | -1/+1 |
| | |||||
* | Do not depend on sync rules flag, we can now toggle all four areas | Scott Ullrich | 2005-03-14 | 1 | -22/+20 |
| | |||||
* | * Allow aliases, nat, traffic shaping and firewall rules syncing status to ↵ | Scott Ullrich | 2005-03-14 | 2 | -28/+54 |
| | | | | be turned on or off | ||||
* | * Add sync traffic shaper option checkbox | Scott Ullrich | 2005-03-14 | 1 | -0/+6 |
| | |||||
* | * Add sync nat option checkbox | Scott Ullrich | 2005-03-14 | 1 | -1/+12 |
| | | | | * Add sync aliases option checkbox | ||||
* | Cleanup files after processing. | Scott Ullrich | 2005-03-14 | 2 | -0/+6 |
| | |||||
* | * rules -> filter | Scott Ullrich | 2005-03-14 | 2 | -3/+3 |
| | |||||
* | 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 | 2 | -5/+21 |
| | | | | * Sync ALIASES area to other CARP hosts on changes | ||||
* | Say hello to firewall rules syncing! | Scott Ullrich | 2005-03-14 | 1 | -3/+5 |
| | |||||
* | * Add Carp interface column | Scott Ullrich | 2005-03-14 | 1 | -2/+4 |
| | | | | | * Change name of old Interface column to Virtual IP * Move prior interface to Carp interface | ||||
* | Remove sync status column since this is a global setting now. | Scott Ullrich | 2005-03-14 | 1 | -2/+0 |
| | |||||
* | Add <?xml version="1.0" encoding="utf-8" ?> header | Scott Ullrich | 2005-03-14 | 1 | -0/+1 |
| | |||||
* | Do not: | Scott Ullrich | 2005-03-14 | 1 | -2/+1 |
| | | | | | require("guiconfig.inc"); require("xmlparse_pkg.inc"); | ||||
* | * Sync package before appending to squid.conf | Scott Ullrich | 2005-03-13 | 1 | -9/+5 |
| | | | | | * Change process_kill_command to squid * Remove sed commands that where being used to backup squid.conf since sync_package("squid") will recreate squid.conf | ||||
* | * Use sync_package("squid"); | Scott Ullrich | 2005-03-13 | 1 | -5/+7 |
| | | | | * Cleanup a few tabs | ||||
* | /var/log/squidGuard.log permission change | bkw | 2005-03-13 | 1 | -2/+7 |
| | |||||
* | append instead of overwrite | bkw | 2005-03-13 | 1 | -2/+2 |
| | |||||
* | Extra " | Scott Ullrich | 2005-03-13 | 1 | -1/+1 |
| | |||||
* | Escape sed variables so php doesnt try to convert them. | Scott Ullrich | 2005-03-13 | 1 | -2/+2 |
| | |||||
* | Minor cleanups. No functional changes. | Scott Ullrich | 2005-03-13 | 1 | -27/+26 |
| | |||||
* | tabs changed to \\t, filter_configure(), deleted | bkw | 2005-03-13 | 1 | -4/+3 |
| | |||||
* | Post keys to a remote pfSense via HTTP POST. | Scott Ullrich | 2005-03-13 | 1 | -0/+25 |
| | |||||
* | Add BKW's squidGUARD package. | Scott Ullrich | 2005-03-13 | 1 | -0/+47 |
| | |||||
* | Add BKW's squid guard. | Scott Ullrich | 2005-03-13 | 1 | -7/+9 |
| | |||||
* | Write out /root/.ssh/known_hosts and /root/.ssh/authorized_keys | Scott Ullrich | 2005-03-13 | 1 | -0/+11 |
| | |||||
* | Server will be ran via client and SSH so surround with <?php block | Scott Ullrich | 2005-03-13 | 1 | -0/+3 |
| | |||||
* | Add IP of remote box to ssh to and run the server piece. | Scott Ullrich | 2005-03-13 | 1 | -1/+1 |
| | |||||
* | Install carp server to /usr/local/pkg since it will be executed by the ↵ | Scott Ullrich | 2005-03-13 | 1 | -1/+1 |
| | | | | client via ssh | ||||
* | Revert last commits. Its a better idea to only sync when rules actually ↵ | Scott Ullrich | 2005-03-13 | 3 | -16/+2 |
| | | | | CHANGE. | ||||
* | Add back <?php since dehooking from firewall rules add on. This will be run ↵ | Scott Ullrich | 2005-03-13 | 2 | -0/+6 |
| | | | | now from cron. | ||||
* | Install carp_sync_* to /usr/local/pkg not /usr/local/pkg/pf | Scott Ullrich | 2005-03-13 | 1 | -2/+2 |
| | |||||
* | Install carp_sync_client.php into crontab with package and execute it every ↵ | Scott Ullrich | 2005-03-13 | 1 | -0/+8 |
| | | | | 5 minutes. | ||||
* | system() -> mwexec() (system is noisy when syncing packages) | Colin Smith | 2005-03-12 | 3 | -3/+3 |
| | |||||
* | Flag carp_sync_server.php for nosync | Scott Ullrich | 2005-03-12 | 1 | -0/+1 |
| | |||||
* | This code gets eval'd... No need to surround with <?php | Scott Ullrich | 2005-03-12 | 2 | -4/+2 |
| | |||||
* | Add bkw's squid changes. | Scott Ullrich | 2005-03-12 | 1 | -0/+4 |
| | | | | | | | * Touch /usr/local/etc/squid/mime.conf * Remove /usr/local/libexec/squid/ on deinstall * Remove /usr/local/etc/squid/ on deinstall * Remove /usr/local/squid/ on deinstall | ||||
* | Hook in carp_sync_server and carp_sync_client to package manifest. | Scott Ullrich | 2005-03-12 | 1 | -0/+10 |
| | |||||
* | Initial rule sync between two hosts code. | Scott Ullrich | 2005-03-12 | 3 | -0/+119 |
| | |||||
* | * Add per-user bandwidth restrictions to freeradius. | Colin Smith | 2005-03-12 | 1 | -4/+43 |
| |