summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_dhcp_leases.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix deleting DHCP leasesPhil Davis2012-09-181-2/+3
| | | | | This broke when the code was changed to suck the whole leases file into an array with: $leases_contents = file($leasesfile); Each array entry has the text of a line in the file AND the newline at the end of the line. So when matching array entries, the match has to expect the "\n" on the end.
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
|
* If the range isn't an array, skip it, or it will give a PHP error displaying ↵jim-p2012-07-071-1/+3
| | | | leases.
* Improve the memory use while processing the leases file.smos2012-03-221-4/+8
|
* need to break out of foreach loop once it finds there is a local time has ↵Joecowboy2012-02-251-1/+4
| | | | been selected by any interface of DHCP.
* I now parses the xml tags in the dhcpd to check if an interface for DHCP ↵Joecowboy2012-02-251-6/+7
| | | | lease is using local time if not defaults to UTC time.
* Added choice of UTC time or local time for DHCP leases.Joecowboy2012-02-251-2/+15
|
* Fixup MAC display on this other path toojim-p2011-05-161-1/+1
|
* Print the MAC mfg on another line in a smaller font if it's found. Less ↵jim-p2011-05-161-1/+1
| | | | obtrusive than completely replacing the MAC.
* MAC prefix to vendor resolution at Status->Interfaces, Status->DHCP leases, ↵Evgeny2011-05-141-3/+15
| | | | Diagnostics->ARP table
* Fix commentjim-p2011-05-121-1/+1
|
* Also skip the rewind binding state or leases show expired. Reported at ↵jim-p2011-05-121-0/+4
| | | | http://forum.pfsense.org/index.php/topic,36657.0.html
* Display confirmation before sending Wake on LAN packet to clicked MAC ↵Erik Fonnesbeck2010-12-221-1/+1
| | | | address in list of DHCP leases. Ticket #861
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Fix misc XSS issues from davey bScott Ullrich2010-11-101-1/+1
|
* Implement gettext() calls on status_dhcp_leases.phpCarlos Eduardo Ramos2010-07-211-20/+20
|
* Make DHCP leases sortable. Fixes #653jim-p2010-06-141-1/+1
|
* this page is status, not diag.Chris Buechler2010-06-141-0/+411
OpenPOWER on IntegriCloud