summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways_edit.php
Commit message (Expand)AuthorAgeFilesLines
* remove openbgpd bits from system_gateways_edit and system.inc. The packageChris Buechler2014-05-301-6/+0
* standardize pfsense.com references to https://www.pfsense.orgChris Buechler2014-03-141-1/+1
* Improve checks for params 'id', 'dup' and other similar ones to make sure the...Renato Botelho2014-03-121-5/+5
* Delete static route when monitor IP is removed, also save monitor IP even whe...Renato Botelho2013-12-271-9/+9
* Fix an issue that changes wrong gateway entry when items are hiddenRenato Botelho2013-11-211-12/+15
* Use a more accurate error message, fixes #3282Renato Botelho2013-10-251-2/+2
* Fix #3127Renato Botelho2013-09-061-2/+2
* Bring back static routes to fix issues reported on Ticext #3179Ermal2013-09-031-1/+10
* Use ipprotocol to check gateway protocol, this fix a issue that allow to set ...Renato Botelho2013-08-291-6/+1
* Use Probe Interval on gateway advanced settingsPhil Davis2013-06-211-9/+9
* Correct gateway down/probe interval text.jim-p2013-06-191-1/+1
* Fix up gateway advanced option note that was missed from 2.1 but on 2.0.x.jim-p2013-05-291-1/+2
* Replace all linklocal checks by is_linklocal()Renato Botelho2013-05-091-1/+1
* Allow IPs inside virtual IP networks to be used as gateways. Fixed #2962Renato Botelho2013-04-231-6/+36
* make fe80 gateway check case-insensitiveChris Buechler2013-04-141-1/+1
* Tidy up "system_gateways_edit.php" XHTMLColin Fleming2013-04-031-35/+39
* Fix indent, whitespaces and unbalanced <tr> and <td> tagsRenato Botelho2013-02-261-187/+192
* Make more strict checks during is_ip* functions. Helps http://forum.pfsense.o...Ermal2013-02-041-1/+1
* Update usr/local/www/system_gateways_edit.phpbcyrill2013-02-011-3/+3
* Update PHP shorthand tagColin Fleming2013-01-141-2/+2
* Encode parameters before showing them to users.jim-p2012-10-311-4/+4
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-1/+1
* Validate advanced gateway monitoring settingsPhil Davis2012-07-251-55/+146
* Now that we actually have a IP protocol tag in the config.xml we can make thi...smos2012-06-181-5/+14
* Actually save the IPprotocol variable into the config, otherwise it stil won'...smos2012-06-011-0/+1
* Finally give in and sprout a Internet Protocol drop down on the gateways edit...smos2012-05-311-2/+22
* remove some log_error callsDarren Embry2012-05-171-7/+0
* bug fix for #2426Darren Embry2012-05-171-4/+11
* report errors adding a gateway through ajax callsDarren Embry2012-05-171-1/+10
* Fix the link local check when trying to add a link local gatewaysmos2012-03-131-7/+7
* Fix for ticket 2071, this allows link local addresses for gateways.smos2012-01-151-3/+6
* Clarify the potential pitfalls when setting the Frequency Probe and Down para...jim-p2011-12-291-14/+28
* Fix for redmine ticket #1993. Allow saving multiple dynamic entries.smos2011-11-271-12/+0
* Add default values for latency, packet loss, down on GUINachtfalkeaw2011-08-281-4/+4
* Fix a typo in the subnet generation causing the code to failSeth Mos2011-08-241-1/+1
* Add address family input validation on the Gateways edit page, also prevent a...Seth Mos2011-08-241-16/+29
* Simplify this code a bit, should be the same test in both locations since thi...jim-p2011-08-231-2/+3
* Add an override for default interval to send icmpErmal2011-07-281-2/+12
* Add a new option to allow disabling of gateway monitoring. This gateways will...Ermal2011-07-281-2/+16
* makes correct use of printf and gettextVinicius Coque2011-07-181-2/+2
* Fix field lengths for IPv6 addressesSeth Mos2011-03-171-2/+2
* Make it possible to set the default gateway bit for 1 ipv4 gateway and 1 ipv6...Seth Mos2011-02-071-3/+11
* Make the subnet check failure better readableSeth Mos2011-02-031-4/+6
* Merge remote branch 'upstream/master'Seth Mos2011-01-181-1/+1
|\
| * fix textChris Buechler2010-12-251-1/+1
* | Merge remote branch 'upstream/master'Seth Mos2010-12-201-1/+1
|\ \ | |/
| * When adding/editing a gateway, check IP alias subnets, too. Fixes #1015Erik Fonnesbeck2010-11-221-1/+1
* | Merge remote branch 'upstream/master'Seth Mos2010-11-151-1/+1
|\ \ | |/
| * Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
* | Verify that we validate against a ipv6 subnet properly. This should help for ...Seth Mos2010-11-021-1/+7
OpenPOWER on IntegriCloud