summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Correct typo in function nameSeth Mos2010-03-011-1/+1
|
* Mute route delete message, regenerate resolv.conf as this also corrects ↵Seth Mos2010-03-011-1/+1
| | | | static routes to the DNS servers.
* Ticket #303. Correctly retain the interface in case or validation errors.Ermal Luçi2010-02-091-1/+4
|
* Allow editing entries that are not system/dynamic ones even though their ↵Ermal Luçi2010-01-291-2/+2
| | | | gateway is specified as dynamic.
* Ticket #303. Fix gateway address checking.Ermal Luçi2010-01-291-1/+1
|
* Check if the gateway if part of the interface subnet only if we can get the ↵Ermal Luçi2010-01-291-3/+5
| | | | interface ip address.
* Ticket #303. Fix very many bugs in this code. From strings that were not ↵Ermal Luçi2010-01-291-56/+66
| | | | quoted propperly to completely broken code paths.
* Ticket #305. Grey out the gateway when it is a dynamic one.Ermal Luçi2010-01-181-1/+3
|
* Revert "Ticket #303. The friendly interface is saved on the config and not ↵Ermal Luçi2010-01-181-1/+1
| | | | | | the real one." This reverts commit 889cb3241aa6bd192c42147316faf503c559fce2.
* Revert "Ticket #303. Use the config item when editing gateways so all fields ↵Ermal Luçi2010-01-181-7/+6
| | | | | | are correctly processed." This reverts commit 9c10b00f3eb22f45e2fb704ca9f1786942d69ad8.
* Ticket #303. Use the config item when editing gateways so all fields are ↵Ermal Luçi2010-01-181-6/+7
| | | | correctly processed.
* Ticket #303. The friendly interface is saved on the config and not the real one.Ermal Luçi2010-01-181-1/+1
|
* Do not automatically save the monitor if it is not explicitly filled in. ↵Seth Mos2009-12-241-5/+31
| | | | | | Leave the monitor field empty when it is not filled in. Show a configured monitor address on the system_gateways.php page.
* Unbreak adding gateway #238Scott Ullrich2009-12-231-1/+2
|
* Partial rewrite of gateway code, now partially facilitates dynamic interfacesSeth Mos2009-12-211-12/+19
| | | | | | | | - Upgrade code takes different naming into account - Add gateway entries for dynamic interfaces - Rewrite status array to also support dynamic interfaces. - Always use unique localhost monitor IP addresses for down dynamic interfaces - Accept the gateway IP address of "dynamic" on the gateway edit page
* allow unlimited gateways to have a blank monitor IP (i.e. monitor IP == ↵Chris Buechler2009-12-211-1/+1
| | | | gateway IP)
* Do no throw a duplicate IP address warning when creating a new entry from a ↵Seth Mos2009-12-181-4/+5
| | | | | | | existing gateway which was previously a automatically added gateway entry. - clarify comment message
* fixup textChris Buechler2009-12-131-3/+3
|
* clarify input_errorsChris Buechler2009-12-121-3/+3
|
* fix input validation of gateways. Ticket #173Chris Buechler2009-12-121-2/+4
|
* clarify input validation messageChris Buechler2009-12-121-1/+1
|
* Fix missing ).Ermal Luçi2009-12-071-1/+1
|
* Remove extra ) which broke the pageSeth Mos2009-12-071-1/+1
|
* Add input validation to check if the gateway IP is in the local subnet for ↵Seth Mos2009-11-281-0/+5
| | | | | | that interface. Needs testing, no idea if this works for ppp or pppoe interfaces.
* in_array() is needle, haystack. Not the othe way round which throws a wrong ↵Seth Mos2009-11-281-3/+3
| | | | | | datatype warning. Issue 166
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* Set default gateway correctly by checking for yes or onScott Ullrich2009-08-241-1/+1
|
* Add missing includeErmal Luçi2009-07-141-0/+1
|
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-1/+1
| | | | | | - 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
* Select lan interface correctly when editingScott Ullrich2009-05-311-2/+3
|
* Revert "Call system_routing_configure after changes"Scott Ullrich2009-04-281-3/+0
| | | | This reverts commit 80efb6d634e23c05a11e87b53bda9cbd9f598d11.
* Call system_routing_configure after changesScott Ullrich2009-04-251-0/+3
|
* allow a diff ip address for gateway monitorScott Ullrich2009-04-131-1/+2
|
* Add input validation on the gateway groups page as well, fix the check on ↵Seth Mos2009-03-111-1/+1
| | | | the gateways page.
* Add input validation on the gateway name field.Seth Mos2009-03-111-15/+20
| | | | We apply the same input validation as we use from the aliases page as we do not want a - in the name nor spaces.
* Revert "Merge IPv6 changes"Chris Buechler2009-02-151-64/+21
| | | | This reverts commit f193cf92b2c925a2f3f71a713d766efd1e4d81e0.
* Revert "Unbreak System Gateways page. I'll just add back the changes from ↵Chris Buechler2009-02-151-74/+58
| | | | | | the old CVS repo afterwards." This reverts commit e31534731ec7de3d2599cf669e065b1ec52281a0.
* allow IPv4 gateways to be added via AJAXCharlie2009-01-221-0/+5
|
* Unbreak System Gateways page. I'll just add back the changes from the old ↵Simon Cornelius P. Umacob2009-01-211-63/+74
| | | | CVS repo afterwards.
* Merge IPv6 changesSimon Cornelius P. Umacob2009-01-201-21/+64
|
* Remove broken duplicate checkSeth Mos2008-12-311-5/+0
|
* Fix system gateways editingSeth Mos2008-12-311-0/+5
|
* Do not allow duplicate gateway namesScott Ullrich2008-11-251-0/+5
|
* Add isAjax handleScott Ullrich2008-11-251-0/+5
|
* Do not keep spawning new entries when trying to edit.Seth Mos2008-11-171-1/+1
|
* Improve duplicate checkSeth Mos2008-11-171-4/+4
|
* Allow duplication of system gateways for easier adding and less typing.Seth Mos2008-11-171-1/+3
|
* Fix unable to save manual gateway entry.Seth Mos2008-11-171-1/+1
|
* Remove debuggingSeth Mos2008-11-131-2/+0
|
* Allow editing of automatically added gateways.Seth Mos2008-11-131-45/+48
| | | | | Input validation needs work. Some fields may need to be hidden?
OpenPOWER on IntegriCloud