summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ looks better than $Header$Bill Marquette2005-03-271-1/+1
|
* update change desc if password changes (but don't log)Bill Marquette2005-03-271-1/+5
|
* Create update_changedesc() functionBill Marquette2005-03-271-5/+11
| | | | Add $Header$ CVS tag
* Add round robin and sticky address to ougoing load balancing entries.Scott Ullrich2005-03-271-2/+2
|
* set a change counterBill Marquette2005-03-271-0/+2
|
* remove hardcoded pathBill Marquette2005-03-271-4/+9
| | | | remove assumption that if $xml is set that the file must exist - die gracefully now
* slightly better logicBill Marquette2005-03-271-6/+6
|
* better function name :)Bill Marquette2005-03-273-13/+13
|
* update to use new updatechanged() functionBill Marquette2005-03-271-17/+5
|
* cleanup whitespaceBill Marquette2005-03-271-1/+0
|
* use new updatechanged() function for most var changesBill Marquette2005-03-271-18/+11
|
* Only setup outbound load balancing if its enabled.Scott Ullrich2005-03-271-1/+2
|
* return true or falseBill Marquette2005-03-271-0/+3
|
* updatechanged function - only update if changed and log what changedBill Marquette2005-03-271-0/+15
|
* Commit description work done so farBill Marquette2005-03-271-3/+11
|
* Remove round-robin from outgoing load balancing. It still alternates ↵Scott Ullrich2005-03-271-1/+1
| | | | gateways but for some reason it is interfering with ebay and many other web sites./
* No longer needed. Remove.Scott Ullrich2005-03-271-1/+1
|
* Version bumpScott Ullrich2005-03-271-1/+1
|
* Only setup outgoing load balancing entries on lan interface for time being.Scott Ullrich2005-03-271-1/+2
|
* Setup outgoing load balancing on the user specified rules.Scott Ullrich2005-03-271-16/+16
|
* Allow outbound load balanancing to work.Scott Ullrich2005-03-272-17/+31
| | | | | Thing to keep in mind: 1. If using advanced outbound load balancing, map a subnet for each wan interface
* Use pfSense red on the progress barScott Ullrich2005-03-261-2/+2
|
* Clean up progress bar screen, make it more per-teeScott Ullrich2005-03-262-20/+37
|
* Fixup upload progress bar.Scott Ullrich2005-03-262-9/+18
| | | | It now works when uploading a firmware version!
* Version bumpScott Ullrich2005-03-261-1/+1
|
* Add upload progress bar support to manual upgrade firmwareScott Ullrich2005-03-262-1/+92
|
* remove header and line wrapped commentScott Ullrich2005-03-261-2/+0
|
* Mount flash r/w to remove /usr/local/www/trigger_initial_wizardScott Ullrich2005-03-262-1/+9
|
* Add TODO.Colin Smith2005-03-261-0/+5
|
* Expose filter_configure().Colin Smith2005-03-261-2/+16
|
* Whoops, we use .inc instead of .php.Colin Smith2005-03-261-1/+1
|
* XML/RPC.php -> xmlrpc_client.phpColin Smith2005-03-261-1/+1
|
* Correct progress bar usagScott Ullrich2005-03-262-6/+6
|
* Create uploadbar tmp directory on bootScott Ullrich2005-03-261-0/+4
|
* Set upload progress bar variables for phpScott Ullrich2005-03-262-2/+8
|
* Add upload progress bar tracking support to php (as a module)Scott Ullrich2005-03-263-1/+3
|
* Version bump to get the new php binary testedScott Ullrich2005-03-261-1/+1
|
* Do not try to activate dropdown code if no auto complete items are defined ↵Scott Ullrich2005-03-261-1/+3
| | | | the browser is ie
* Version bumpScott Ullrich2005-03-251-1/+1
|
* Add a redirection notice for embedded users that the wizard is slower than ↵Scott Ullrich2005-03-251-2/+7
| | | | the normal gui. Also note that the user can click on the pfSense logo in the wizard to bypass the wizard process.
* Add 1 pt dotted line around the widget description box for some coolness.Scott Ullrich2005-03-251-2/+2
|
* Introduce a update_description wizard widget which can update a textbox ↵Scott Ullrich2005-03-251-6/+23
| | | | description from a select drop down box.
* Properly handle signatures and docstrings for method introspection.Colin Smith2005-03-251-15/+4
|
* Fix XMLRPC server.Colin Smith2005-03-251-11/+12
|
* Update XMLRPC server.Colin Smith2005-03-251-31/+66
| | | | | | | * Stub in docstrings and signatures (still fixing the latter). * Add xmlrpc_params_to_php and xmlrpc_array_to_php to convert XMLRPC_Value objects into a PHP array. * Still missing: struct handling, more functions!
* Mount the image RW again after write_config() since it will set the image ↵Scott Ullrich2005-03-241-0/+2
| | | | back to RO.
* * Comment out signatures.Colin Smith2005-03-241-13/+13
| | | | * Switch to crypt() auth.
* Stub in XMLRPC support (basic md5 authentication, signatures, and wrapper ↵Colin Smith2005-03-241-0/+82
| | | | for backup_config_section and restore_config_section). Methods currently exposed are pfsense.backup_config_section and pfsense.restore_config_section.
* readfile only takes one argumentScott Ullrich2005-03-241-1/+1
|
* Standardize usage of write_config()Bill Marquette2005-03-241-1/+2
|
OpenPOWER on IntegriCloud