summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Log carp state changes to system logging. Why we haven't done this priorScott Ullrich2008-07-241-0/+1
| | | | is a oversight on my part.
* fix typoChris Buechler2008-07-241-11/+11
|
* Adding mhashScott Ullrich2008-07-243-0/+3
|
* * Fix dashboard thanks to ErmalScott Ullrich2008-07-241-19/+16
| | | | | * Style fixes * Move POST code to top of form. Why on earth would we want to invoke ajax calls when we are saving data?
* Propperly handle reconfiguration of all interfaces for VLAN/GRE/GIF.Ermal Luçi2008-07-241-0/+14
| | | | VLAN's where wrongly removed by me previously.
* Return null return value so we know when we did not find any match.Ermal Luçi2008-07-241-1/+1
|
* Fix vlan_in_use function.Ermal Luçi2008-07-241-1/+1
|
* If we are an assigned vlan just reconfigure it after the editing.Ermal Luçi2008-07-241-0/+6
|
* DRY up the code a tad, download_file_with_progress_bar isn't related toBill Marquette2008-07-243-101/+65
| | | | | | packages only anymore, move into pfsense-utils and allow for multiple file write functions (firmware upgrades use a different one than our standard)
* fix another line breakBill Marquette2008-07-242-4/+2
|
* fix line break (probably bad copy/paste)Bill Marquette2008-07-242-4/+2
|
* code cleanup, does not resolve widget save bugScott Dale2008-07-241-14/+3
|
* * Remount RO after unlinking fileScott Ullrich2008-07-241-2/+5
| | | | * Only reinstall packages if platform is pfSense (full installation)
* Tell write_config() the reason for the change.Scott Ullrich2008-07-231-1/+1
|
* NOTE: that GRE tunnels support even WCCP v1,2 and can be used for having ↵Ermal Luçi2008-07-230-0/+0
| | | | Squid in another box.
* Link GRE/GIF to the GUI.Ermal Luçi2008-07-235-7/+10
|
* Move Inline CSS and JS functions to guiconfig.inc.Scott Ullrich2008-07-232-31/+31
|
* Check if cuntions exists bvefore defining them to preven errors with some ↵Ermal Luçi2008-07-231-22/+26
| | | | scripts mostly from console.
* Disable apc on machines with less than 96 MB to make they behave better.Ermal Luçi2008-07-231-2/+12
|
* Handle GRE/GIF during bootupErmal Luçi2008-07-231-0/+6
|
* Add the new knobs to the parserErmal Luçi2008-07-231-1/+1
|
* Backend support for GRE/GIF tunnels.Ermal Luçi2008-07-231-0/+100
|
* Implement frontend for GRE/GIF tunnels.Ermal Luçi2008-07-234-0/+697
| | | | GIF tunnels migh conflict with IPsec settings but I will resolve later by either renaming the ipsec interfaces to ipsec or renanming this tunnels to something else.
* Allow outputting of package log with mode=showlog&pkg=ntop for example.Scott Ullrich2008-07-231-0/+6
|
* Output . instead of random jibberish on bootup.Scott Ullrich2008-07-231-2/+2
|
* Only reinstall package if it has a name.Scott Ullrich2008-07-231-6/+9
|
* validate widget sequence before loadingScott Dale2008-07-231-5/+5
|
* define variable correctlyScott Dale2008-07-221-6/+7
|
* Only signal a package reinstall on full installations.Scott Ullrich2008-07-222-3/+5
|
* Make the GUI fast and capable of working in environments with RAM less than 128.Ermal Luçi2008-07-221-6/+13
| | | | | | Actually this make the GUI on this system respond faster than in an ALIX with 256MB RAM. Tested on: Soekris, Wrap, VMware environments
* Revert to previous version it was incorrectly patched.Ermal Luçi2008-07-221-2/+1
|
* Say hello to outputJavaScriptFileInline() and outputCSSFileInline whichScott Ullrich2008-07-221-0/+25
| | | | | | | can take a css and or javascript file and pass it through the php parser without forking and return the results inline. This is still faster then a round trip back to Lighttpd. Soon I will be changing portions of the webConfigurator to use these functions.
* guiconfig.inc needs to come first.Scott Ullrich2008-07-221-2/+1
| | | | Noticed-by: fernando.a.quintero@gmail.com
* one last change, forgot to restore widget counterScott Dale2008-07-221-2/+4
|
* code cleanup. Let hope this kills the dashboard bugScott Dale2008-07-221-45/+45
|
* General whitespace and style cleanup of the auth.inc file. I was having aMatthew Grooms2008-07-211-704/+721
| | | | | hard time following some of the code logic due to poor formatting. There should be no functional change.
* Fix NO-IP dyndns client the url has changed according to the source code of ↵Ermal Luçi2008-07-201-4/+4
| | | | the client distributed by no-ip.com and from my test. Use urlencode() for usernames when passed directly on url.
* Use new function to update the configured client and not the others to get ↵Ermal Luçi2008-07-201-2/+2
| | | | better GUI response time.
* Split dyndns client configuration to its own function so we do not retry to ↵Ermal Luçi2008-07-201-18/+24
| | | | | | update all other configured clients when add a new one from the GUI.
* Actually update host when a new account is configured.Ermal Luçi2008-07-201-3/+3
|
* Make dyndns reset more specific since its only consumer is the edit GUI page.Ermal Luçi2008-07-201-2/+2
|
* Now that the cache file is back to config path use it.Ermal Luçi2008-07-201-2/+3
|
* Fix setting/unsetting of Disable option.Ermal Luçi2008-07-201-2/+2
|
* Use interface name rather than ip address as a better option.Ermal Luçi2008-07-201-2/+1
|
* this is super annoying in VMware, exit if running in VMwareChris Buechler2008-07-201-0/+6
|
* Correct function call.Ermal Luçi2008-07-201-1/+1
|
* * Make some sanity checks before using CURLOPT_SETINTERFACEErmal Luçi2008-07-201-1/+3
| | | | * close the curl instance after using it. With CURLOPT_SETINTERFACE a new instance is needed to correcly use it.
* * Revert cache file path to the config file one, it was braught to my ↵Ermal Luçi2008-07-201-8/+6
| | | | | | attention that if we try to update very often might get blacklisted. * Use CURLOPT_SETINTERFACE so we correctly check the ip address for each configured interface.
* Remove code used by ez-ipupdate, it is now obsolete.Ermal Luçi2008-07-201-87/+2
|
* Do not take into consideration root_ queues.Ermal Luçi2008-07-201-1/+4
|
OpenPOWER on IntegriCloud