summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* NOTE: Ticket #1783 is implemented now.Ermal Luçi2008-07-251-1/+1
|
* Link lagg to GUIErmal Luçi2008-07-256-0/+6
|
* Lagg needs all mtus to be the same as the first member.Ermal Luçi2008-07-251-1/+2
|
* Actually lagg(4) uses physical interfaces as vlan doesn't have to do with ↵Ermal Luçi2008-07-251-3/+2
| | | | configured one.
* Fixup lagg GUI.Ermal Luçi2008-07-252-4/+4
|
* Black list lagg.Ermal Luçi2008-07-251-1/+2
|
* Display the lagg interface to the interfaces assign page.Ermal Luçi2008-07-251-0/+14
|
* knob for lagg.Ermal Luçi2008-07-251-1/+1
|
* Set up proto before members.Ermal Luçi2008-07-251-3/+2
|
* Implement frontend part for lagg(4).Ermal Luçi2008-07-252-0/+285
| | | | NOTE: that lagg(4) and bridge(4) need both a status page.
* Correct typo.Ermal Luçi2008-07-251-1/+1
|
* Backend support for lagg(4).Ermal Luçi2008-07-251-0/+58
|
* Fix a bug that prevented the page title from being displayed correctly.Matthew Grooms2008-07-251-1/+3
|
* Link Bridge tab in the GUI.Ermal Luçi2008-07-255-0/+5
|
* NOTE: recommended is to handle interfaces such as gif/gre/bridge with ↵Ermal Luçi2008-07-250-0/+0
| | | | FloatingTabs till a delayed and layered interface loading is implemented.
* Blacklist even gre now that we fill entries automatically for these interfaces.Ermal Luçi2008-07-251-0/+1
|
* Provide good looking entries for GRE/GIF/BRIDGES.Ermal Luçi2008-07-251-0/+39
| | | | NOTE: that for now becareful to assing this cloners after their parents for GRE/GIF and after their members for BRIDGE to avoid problems.
* Teach parser about bridge knob.Ermal Luçi2008-07-251-1/+1
|
* Allow a dummy none options so cloned interfaces like gif/gre can be assigned ↵Ermal Luçi2008-07-252-2/+2
| | | | safely.
* Configure bridges even during bootupErmal Luçi2008-07-251-0/+3
|
* Sync even bridges when resyncing all other configsErmal Luçi2008-07-251-0/+2
|
* Backend support for bridges.Ermal Luçi2008-07-251-0/+138
|
* Implement Bridge interfaces with full options available.Ermal Luçi2008-07-252-0/+689
| | | | | | Much improvement over how we do brigding currently. Remaining is lagg(4) from the list on clone interfaces as far as i am concerned.
* Rewrite portions of the user manager to ensure data is properly synced toMatthew Grooms2008-07-2517-1332/+1365
| | | | | | | | | | | the system password and group databases. This is to provide better support for centralized user management when local account administration is preferred. I also took this opportunity to do some housekeeping. A lot of funtions that were only being used in one place or not at all were removed. The user page privelege checks were also simplified in preperation for future work in this area.
* new widget, needs testingScott Dale2008-07-251-0/+107
|
* correctly load container for widgets not in saved config, also make AJAX ↵Scott Dale2008-07-251-21/+30
| | | | function names more clear
* code comments and fix loading individual widget config data, oopsScott Dale2008-07-241-5/+22
|
* 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.
OpenPOWER on IntegriCloud