summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_ping.php
Commit message (Collapse)AuthorAgeFilesLines
* Code style www diag more bitsPhil Davis2015-05-271-95/+96
|
* Code style usr-local-www diagPhil Davis2015-04-191-11/+16
|
* Commit 89f171b changed result returned by ↵k-paulius2015-03-231-4/+4
| | | | get_possible_traffic_source_addresses() from indexed to associative array. Updating affected code.
* Pencil symbolsPhil Davis2015-03-091-1/+1
| | | | | | | | | These are places in the GUI where the cursor sits not in the far left side of the input box and there is odd-looking white space to the left of the cursor. Normally there would be a little input graphic in the white space to the left of the cursor (a pencil, a computer screen, a lock symbol...) This change makes the pencil be displayed in all those places.
* Improving aesthetics.xbipin2015-01-131-1/+1
| | | | | Make title color more consistent with other pages. Improving aesthetics.
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+3
|
* Tidy up "diag_ping.php" XHTMLColin Fleming2014-05-171-11/+22
| | | | | | | | | Add SUMMARY to TABLES Close INPUT tags Update HTML Boolean operators Change the PRE tag to a TEXTAREA tag and ad a piece of JavaScript code to take off the warp Add missing closing BODY and HTML tags
* xhtml Complianceayvis2014-03-141-1/+1
| | | replaced <br>, <br/> and </br> with <br />
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* Add scope to target when it is a link-local, it helps ticket #3150Renato Botelho2013-08-201-2/+8
|
* Show IPv6 link-local IPs as specific sources for ping, traceroute, and port ↵jim-p2013-04-261-1/+1
| | | | testing.
* call the default source IP selection Default rather than "Any"Chris Buechler2013-04-081-1/+1
|
* Fix/simplify some logicjim-p2013-04-021-4/+4
|
* Move some code to a function to avoid future duplication. Allow autocomplete ↵jim-p2013-04-021-20/+9
| | | | on ping page. Add more escaping to command.
* Rename "Interface" to "Source Address" on ping page to more accurately ↵jim-p2013-04-021-6/+6
| | | | reflect what it's actually used for.
* Add OpenVPN interfaces as potential ping sources, too.jim-p2013-04-021-1/+14
|
* Whitespace/HTML fixesjim-p2013-04-011-90/+85
|
* Allow using virtual IPs (or "any") for ping source. Fixup ipv4/ipv6 selection.jim-p2013-04-011-21/+45
|
* Be more careful when performing a ping to use the correct ping type if an IP ↵jim-p2013-03-111-2/+2
| | | | address is entered.
* trim whitespace from ping hostThomas Rieschl2013-02-261-1/+1
| | | | | Added trim() function to the $host variable. If whitespace is in front of the host or IP address the ping command will fail.
* Update PHP shorthand tagColin Fleming2013-01-141-2/+2
| | | | Standardise all PHP start tags from "<?" to "<?PHP"
* So gethostbyname() does not work for ipv6, instead run both ping and ping6. ↵Seth Mos2010-10-231-16/+12
| | | | That works too.
* Do a gethostbyname() on the host address to get a IP address, then perform ↵Seth Mos2010-10-231-6/+16
| | | | ping or ping6 for correct type.
* Fix regular expression to allow 10 for ping count.Erik Fonnesbeck2010-09-101-2/+2
|
* Ensure count is valid. Submitted-by: Josh LittleScott Ullrich2010-09-101-1/+3
|
* Checked gettext() implementation on diag_ping.phpCarlos Eduardo Ramos2010-07-121-3/+3
|
* Checked gettext() implementation on diag_ping.phpCarlos Eduardo Ramos2010-07-121-1/+1
|
* Corrections gettext implementation on diag_ping.phpCarlos Eduardo Ramos2010-07-081-3/+3
|
* Review of diag_ping.phpNeriberto C.Prado2010-06-301-1/+1
|
* Fixing syntax errorsVinicius Coque2010-06-291-1/+1
|
* Implement gettext() callscadu2010-06-171-5/+5
|
* this is no longer true thanks to eri's route-to from localhost based on src IP.Chris Buechler2010-04-291-1/+0
|
* Allow GET calling of diag_ping and diag_traceroute so other areas of the GUI ↵sullrich2009-12-051-6/+7
| | | | can easily link to them. Add links from DNS page for ping and traceroute.
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-3/+9
| | | | include 2009 on files that I have asserted (C) on
* * Rename link_int_to_bridge_interface to link_interface_to_bridgeErmal Luçi2008-11-071-1/+1
| | | | * Create two new function link_interface_to_{gif,gre}
* remove ob flush callSeth Mos2008-10-311-1/+0
|
* * Rename get_current_wan_address to get_interface_ipErmal Luçi2008-10-231-26/+1
| | | | | | * Rename get_real_wan_interface to get_real_interface * Simplify get_interface_ip by using find_interface_ip which should help in speed to since its using caching. Pointed by billm@ * Cleanup some code when passing or remove some unused one.
* Fix detection if an interface is part of bridge.Ermal Luçi2008-08-311-1/+1
|
* Add CSS headerScott Ullrich2008-08-301-0/+3
|
* 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
* Continue interface improvementsErmal Luçi2008-06-211-7/+2
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+0
|
* Make consistentScott Ullrich2006-04-251-1/+1
|
* Correct cellsScott Ullrich2006-04-251-4/+2
|
* Note the fact that multi-wan does not work with these utilities.Scott Ullrich2006-04-251-0/+8
|
* Correct warnings and errors found eclipseScott Ullrich2006-01-151-0/+2
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Use terminal font, size of 2 for better readabilityScott Ullrich2005-12-031-0/+1
|
OpenPOWER on IntegriCloud