summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_arp.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-365/+0
|
* Code style www diag more bitsPhil Davis2015-05-271-10/+10
|
* Code style usr-local-www diagPhil Davis2015-04-191-31/+41
|
* diag_arp allow underscore in resolved host namesPhil Davis2015-02-181-1/+1
| | | | | | | | is_hostname() and is_domain() allow underscore in the names. So it is possible to have underscore in host names, for example in DHCP server static mapped entries I have some things like: 10.42.3.4 client-pc-01_LAN 10.42.3.5 client-pc-01_WIFI These reverse-resolve fine - 10.42.3.4 becomes client-pc-01_LAN But the preg_match here misses such names that have an underscore in them. I noticed this when looking into forum post: https://forum.pfsense.org/index.php?topic=88956.0
* 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
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Tidy up "diag_arp.php" XHTMLColin Fleming2014-05-171-4/+8
| | | | | | Close IMG tags and and ALT Add SUMMARY to TABLES Add CDATA sections to SCRIPTS
* Merge branch 'master-br' of https://github.com/ayvis/pfsense into ↵Renato Botelho2014-03-171-2/+2
|\ | | | | | | ayvis-master-br
| * xhtml Complianceayvis2014-03-141-2/+2
| | | | | | replaced <br>, <br/> and </br> with <br />
* | standardize on www.pfsense.org and HTTPS, point package URLs toChris Buechler2014-03-141-1/+1
|/ | | | packages.pfsense.org
* Add escapeshellarg() calls on exec parameters. While I'm here, replace some ↵Renato Botelho2014-02-041-1/+1
| | | | exec() calls by php functions like symlink, copy, unlink, mkdir
* Add a note to the ARP page about IPv6 peers using NDP, with a link.jim-p2013-04-101-0/+3
|
* Unbreak the html table, this was missing a table cell close tag, also add ↵smos2013-02-281-2/+3
| | | | trim() on the output.
* Converting from prototype to jQueryVinicius Coque2011-10-161-1/+1
|
* Bug #1602. diag_arp.php hangs when DNS server unreachable.Evgeny Yurchenko2011-06-171-5/+19
|
* Print the MAC mfg on another line in a smaller font if it's found. Less ↵jim-p2011-05-161-2/+2
| | | | obtrusive than completely replacing the MAC.
* MAC prefix to vendor resolution at Status->Interfaces, Status->DHCP leases, ↵Evgeny2011-05-141-1/+9
| | | | Diagnostics->ARP table
* Fix interface recognition for diag > arp. It was't seeing wireless ↵jim-p2011-05-131-2/+4
| | | | interfaces properly.
* Fix whitespace.jim-p2011-05-131-107/+106
|
* Sync with dhcp leases reading code.jim-p2011-05-131-0/+4
|
* Print the theme correctly.Warren Baker2010-10-051-1/+1
|
* Make php -l happy renaming local function getHostName to _getHostNameRenato Botelho2010-08-121-2/+2
|
* Sync with mainline, diag_* files were missingRenato Botelho2010-07-161-16/+16
|
* Reset diag_ filesRenato Botelho2010-06-301-16/+16
|
* Remove spaces and tabs from EOLRenato Botelho2010-06-211-10/+10
|
* changing <php gettext() to <php=gettext() in files? diag_arg.php ↵Neriberto C.Prado2010-06-171-5/+5
| | | | diag_authentication.php diag_backup.php
* translate of the files: diag_arp.php diag_authentication.php diag_backup.phpNeriberto C.Prado2010-06-161-6/+6
|
* fix typoChris Buechler2009-12-261-1/+1
|
* use theme image, not hard coded oneChris Buechler2009-12-261-1/+1
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+6
| | | | include 2009 on files that I have asserted (C) on
* Add more comments. ReformatScott Ullrich2009-09-111-32/+44
|
* flush out buffers so the loading prompt appears snappyScott Ullrich2009-09-111-0/+6
|
* Sort ARP table. Sort items with hostnames first then list items without ↵Scott Ullrich2009-09-111-3/+33
| | | | hostnames afterwards.
* Turn common tabular data areas into sortable items. Revert the sortable.js ↵Scott Ullrich2009-08-231-1/+1
| | | | change that used tabcont and change back to sortable
* Modify sortable.js to work on tabcont as opposed to sortable class. This ↵Scott Ullrich2009-08-201-2/+1
| | | | has the effect of making any table that has a single header sortable instead of having to visit each page. Sponsored-by: BSD Perimeter Commercial Support
* 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-5/+3
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Speedup ARP page by using diag_dhcp_leases.php page code for parsing the ↵Seth Mos2007-10-171-108/+162
| | | | dhcpd.leases file
* Add sortable table header supportScott Ullrich2006-03-191-1/+2
|
* Update dhcpd leasesScott Ullrich2006-02-191-1/+1
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* If we cannot find a hostname in the dhcp database, attempt a gethostbyaddr() ↵Scott Ullrich2005-11-291-0/+2
| | | | lookup
* Move arp table back onto the screenBill Marquette2005-09-151-1/+7
|
* Add back pfSense headersScott Ullrich2005-09-121-3/+4
|
* Sync w/ 1.2b10Scott Ullrich2005-09-121-0/+199
OpenPOWER on IntegriCloud