Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up one more newline. | Colin Smith | 2005-04-10 | 1 | -2/+2 |
| | |||||
* | sync_package("squid") will run squid -k reconfigure - it doesn't need to be ↵ | Colin Smith | 2005-04-10 | 1 | -1/+0 |
| | | | | called again. | ||||
* | Cleanup. | Colin Smith | 2005-04-10 | 1 | -1/+1 |
| | |||||
* | custom_php_install_command is eval()'ed by PHP - we don't need HTML tags. | Colin Smith | 2005-04-10 | 1 | -1/+0 |
| | |||||
* | cleanup | bkw | 2005-04-10 | 1 | -2/+0 |
| | |||||
* | We don't need to escape \n and \ts. | Colin Smith | 2005-04-10 | 1 | -9/+9 |
| | |||||
* | Use the standard configpath tag. | Colin Smith | 2005-04-10 | 1 | -1/+1 |
| | |||||
* | comments not needed in this conf | bkw | 2005-04-05 | 1 | -3/+0 |
| | |||||
* | Correctly esacpe \t and \n | Scott Ullrich | 2005-04-05 | 1 | -10/+10 |
| | |||||
* | cleanup and ) added | bkw | 2005-04-05 | 1 | -2/+2 |
| | |||||
* | Whoops, forgot the name of our tab. | Colin Smith | 2005-04-05 | 1 | -0/+1 |
| | |||||
* | Add logging to arpwatch. | Colin Smith | 2005-04-05 | 1 | -0/+3 |
| | |||||
* | Add syslog note. | Colin Smith | 2005-04-05 | 1 | -0/+1 |
| | |||||
* | Spelling. | Colin Smith | 2005-04-04 | 1 | -1/+1 |
| | |||||
* | Fix arpwatch to properly start on boot, among other things. | Colin Smith | 2005-04-04 | 1 | -2/+3 |
| | |||||
* | Fix array indexing. | Colin Smith | 2005-04-04 | 1 | -1/+1 |
| | |||||
* | Do not assume that the user has arpwatch running. | Colin Smith | 2005-04-04 | 1 | -1/+2 |
| | |||||
* | Add arpwatch package. | Colin Smith | 2005-04-04 | 1 | -0/+46 |
| | |||||
* | Remove unnecessary tags (GUI no longer used, menu entry no longer needed, ↵ | Colin Smith | 2005-04-02 | 1 | -42/+0 |
| | | | | syncing functions no longer needed). | ||||
* | 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 |
| | |||||
* | gui removed, cache-changing described in un.off FAQ | bkw | 2005-03-31 | 1 | -18/+0 |
| | |||||
* | wipe /usr/local/libexec/squid after uninstall | bkw | 2005-03-31 | 1 | -1/+2 |
| | |||||
* | Add <note> to synchronizetoip field. | Colin Smith | 2005-03-31 | 1 | -0/+2 |
| | |||||
* | Remove <note> from CARP settings webGUI. | Colin Smith | 2005-03-31 | 1 | -3/+0 |
| | |||||
* | 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. | ||||
* | Correct a typo and make field descriptions more correct | Bill Marquette | 2005-03-31 | 1 | -2/+2 |
| | |||||
* | More conversion to new early carp process to accomidate vpn failover. | Scott Ullrich | 2005-03-31 | 1 | -3/+3 |
| | |||||
* | More conversion to new early carp process to accomidate vpn failover. | Scott Ullrich | 2005-03-31 | 1 | -3/+3 |
| | |||||
* | More conversion to new early carp process to accomidate vpn failover. | Scott Ullrich | 2005-03-31 | 1 | -2/+3 |
| | |||||
* | Alter for eval method | Scott Ullrich | 2005-03-31 | 1 | -5/+5 |
| | |||||
* | Minor style changes | Scott Ullrich | 2005-03-31 | 1 | -3/+3 |
| | |||||
* | Convert to eval format | Scott Ullrich | 2005-03-31 | 1 | -2/+0 |
| | |||||
* | Convert to eval format | Scott Ullrich | 2005-03-31 | 1 | -3/+3 |
| | |||||
* | If the old location of carp.sh exists, delete it. | Scott Ullrich | 2005-03-31 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Add note about current sync limitations. | Colin Smith | 2005-03-31 | 1 | -1/+4 |
| | |||||
* | Move carp.sh init to filter_configure | Scott Ullrich | 2005-03-31 | 1 | -1/+1 |
| | |||||
* | Do not call filter_configure, we are now living inside filter_configure() | Scott Ullrich | 2005-03-31 | 1 | -1/+0 |
| | |||||
* | Move carp_sync_server.php to the attic. | Colin Smith | 2005-03-31 | 1 | -69/+0 |
| | |||||
* | Use new XMLRPC code for CARP sync - honest! | Colin Smith | 2005-03-31 | 1 | -33/+21 |
| | |||||
* | Do not call filter_configure from a package | Scott Ullrich | 2005-03-31 | 1 | -2/+0 |
| | |||||
* | * Clean up carp_settings.xml. | Colin Smith | 2005-03-31 | 2 | -73/+20 |
| | | | | * Rewrite CARP syncing code to use XMLRPC. | ||||
* | Run filter_configure before and after installation | Scott Ullrich | 2005-03-29 | 1 | -14/+16 |
| | |||||
* | Setup frickin out of the box. No real need for interface. | Scott Ullrich | 2005-03-29 | 1 | -0/+12 |
| | |||||
* | * Download correct binary | Scott Ullrich | 2005-03-29 | 1 | -4/+5 |
| | | | | | * Chmod a+rx the downloaded binary * Start frickin in the background | ||||
* | Fix Frickin PPTP proxy bugs. | Colin Smith | 2005-03-29 | 1 | -12/+9 |
| |