summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways.php
Commit message (Collapse)AuthorAgeFilesLines
* Ticket #303. Fix very many bugs in this code. From strings that were not ↵Ermal Luçi2010-01-291-5/+3
| | | | quoted propperly to completely broken code paths.
* Do not automatically save the monitor if it is not explicitly filled in. ↵Seth Mos2009-12-241-2/+19
| | | | | | Leave the monitor field empty when it is not filled in. Show a configured monitor address on the system_gateways.php page.
* Correct CSS class name for the normal view of the gateway descriptionSeth Mos2009-12-181-1/+1
|
* Disable the delete icon for system gatewaysSeth Mos2009-12-181-2/+13
| | | | Set the background for the description to grey if this is a automatically added gateway. Normal ones stay red.
* Resolves #175. Return description even for disabled interfaces. Teach the ↵Ermal Luçi2009-11-251-1/+1
| | | | return_gateways_array() to return status for disabled interfaces if the caller requests it.
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-2/+3
| | | | include 2009 on files that I have asserted (C) on
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-7/+4
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-2/+0
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* * Make sure the trigger level on the gateway groups edit page loads it's ↵Seth Mos2009-03-131-0/+1
| | | | | | | settings from the config. * Add the settings tab to the tabs * Add a settings page that allows you to define the global trigger levels for all the gateways which are monitored
* More tree unbreaking. Damn, I thought I tested this.Seth Mos2009-03-101-1/+1
| | | | Maybe I really can't type as well as I think I can.
* Fix deletion of gateways from the systems gateways page.--global2009-03-101-0/+6
|
* Use the correct interface function.Ermal Luçi2009-02-281-3/+3
|
* Revert "Unbreak System Gateways page. I'll just add back the changes from ↵Chris Buechler2009-02-151-9/+11
| | | | | | the old CVS repo afterwards." This reverts commit e31534731ec7de3d2599cf669e065b1ec52281a0.
* Unbreak System Gateways page. I'll just add back the changes from the old ↵Simon Cornelius P. Umacob2009-01-211-11/+9
| | | | CVS repo afterwards.
* Show interface in uppercaseScott Ullrich2008-11-251-1/+1
|
* Make sure to delete the proper entry.Seth Mos2008-11-171-2/+7
|
* Show automatically added gateways as being configurable.Seth Mos2008-11-131-4/+1
|
* Do not hard code whiteScott Ullrich2008-10-121-1/+1
|
* Correctly show interface column even on disabled interface cases.Ermal Luçi2008-09-021-1/+1
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Trigger setup_gateways_monitor() when applying routing or gateway settings.Seth Mos2008-07-011-0/+2
|
* Continue interface improvementsErmal Luçi2008-06-211-3/+1
|
* Add menu item and tabs for page to comeSeth Mos2008-06-171-0/+1
|
* Make page look consistent with others.Scott Ullrich2008-03-101-5/+12
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Add prelimenary Routing page.Seth Mos2007-10-191-0/+176
Allow multiple gateways on one (static) interface
OpenPOWER on IntegriCloud