aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* two earlier missed mkdirs added. chown has abs pathbkw2005-03-151-5/+9
|
* Fix tabs.. AGAIN.Scott Ullrich2005-03-151-14/+14
|
* dir creation, permissions, user/groups add,removebkw2005-03-151-5/+15
|
* Do not process sync code twice.Scott Ullrich2005-03-151-44/+46
|
* More minor cleanups. No funcitonal changes.Scott Ullrich2005-03-151-6/+6
|
* * Cleanup tabbing and make it consistent.Scott Ullrich2005-03-151-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 scriptScott Ullrich2005-03-141-1/+1
|
* Do not depend on sync rules flag, we can now toggle all four areasScott Ullrich2005-03-141-22/+20
|
* * Allow aliases, nat, traffic shaping and firewall rules syncing status to ↵Scott Ullrich2005-03-142-28/+54
| | | | be turned on or off
* * Add sync traffic shaper option checkboxScott Ullrich2005-03-141-0/+6
|
* * Add sync nat option checkboxScott Ullrich2005-03-141-1/+12
| | | | * Add sync aliases option checkbox
* Cleanup files after processing.Scott Ullrich2005-03-142-0/+6
|
* * rules -> filterScott Ullrich2005-03-142-3/+3
|
* Only invoke sync client if sync is enabled AND a sync ip is defined.Scott Ullrich2005-03-141-1/+1
|
* * Sync NAT area to other CARP hosts on changesScott Ullrich2005-03-142-5/+21
| | | | * Sync ALIASES area to other CARP hosts on changes
* Say hello to firewall rules syncing!Scott Ullrich2005-03-141-3/+5
|
* * Add Carp interface columnScott Ullrich2005-03-141-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 Ullrich2005-03-141-2/+0
|
* Add <?xml version="1.0" encoding="utf-8" ?> headerScott Ullrich2005-03-141-0/+1
|
* Do not:Scott Ullrich2005-03-141-2/+1
| | | | | require("guiconfig.inc"); require("xmlparse_pkg.inc");
* * Sync package before appending to squid.confScott Ullrich2005-03-131-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 Ullrich2005-03-131-5/+7
| | | | * Cleanup a few tabs
* /var/log/squidGuard.log permission changebkw2005-03-131-2/+7
|
* append instead of overwritebkw2005-03-131-2/+2
|
* Extra "Scott Ullrich2005-03-131-1/+1
|
* Escape sed variables so php doesnt try to convert them.Scott Ullrich2005-03-131-2/+2
|
* Minor cleanups. No functional changes.Scott Ullrich2005-03-131-27/+26
|
* tabs changed to \\t, filter_configure(), deletedbkw2005-03-131-4/+3
|
* Post keys to a remote pfSense via HTTP POST.Scott Ullrich2005-03-131-0/+25
|
* Add BKW's squidGUARD package.Scott Ullrich2005-03-131-0/+47
|
* ftp:// -> http://Scott Ullrich2005-03-131-1/+1
|
* Add BKW's SquidGUARD package.Scott Ullrich2005-03-131-0/+12
|
* Add BKW's squid guard.Scott Ullrich2005-03-131-7/+9
|
* Write out /root/.ssh/known_hosts and /root/.ssh/authorized_keysScott Ullrich2005-03-131-0/+11
|
* Server will be ran via client and SSH so surround with <?php blockScott Ullrich2005-03-131-0/+3
|
* Add IP of remote box to ssh to and run the server piece.Scott Ullrich2005-03-131-1/+1
|
* Install carp server to /usr/local/pkg since it will be executed by the ↵Scott Ullrich2005-03-131-1/+1
| | | | client via ssh
* Revert last commits. Its a better idea to only sync when rules actually ↵Scott Ullrich2005-03-133-16/+2
| | | | CHANGE.
* Add back <?php since dehooking from firewall rules add on. This will be run ↵Scott Ullrich2005-03-132-0/+6
| | | | now from cron.
* Install carp_sync_* to /usr/local/pkg not /usr/local/pkg/pfScott Ullrich2005-03-131-2/+2
|
* Install carp_sync_client.php into crontab with package and execute it every ↵Scott Ullrich2005-03-131-0/+8
| | | | 5 minutes.
* system() -> mwexec() (system is noisy when syncing packages)Colin Smith2005-03-123-3/+3
|
* Flag carp_sync_server.php for nosyncScott Ullrich2005-03-121-0/+1
|
* This code gets eval'd... No need to surround with <?phpScott Ullrich2005-03-122-4/+2
|
* Add bkw's squid changes.Scott Ullrich2005-03-121-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 Ullrich2005-03-121-0/+10
|
* Initial rule sync between two hosts code.Scott Ullrich2005-03-123-0/+119
|
* * Add per-user bandwidth restrictions to freeradius.Colin Smith2005-03-121-4/+43
|
* Show nodes syncing on carp status page.Scott Ullrich2005-03-121-1/+8
|
* pfsync interfaces do not need an ip, just the physical interface.Scott Ullrich2005-03-121-2/+0
|