Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xhtml Compliance | ayvis | 2014-03-14 | 1 | -2/+2 |
| | | | replaced <br>, <br/> and </br> with <br /> | ||||
* | Fix DHCP lease time display, strftime already convert it to local timezone, ↵ | Renato Botelho | 2013-12-23 | 1 | -11/+5 |
| | | | | so we no need to calc offset | ||||
* | Optimize DHCPv4 lease display online status for static leases. Do not ↵ | jim-p | 2013-10-22 | 1 | -12/+6 |
| | | | | re-parse complete ARP table for each lease, as it can be slow with large ARP tables. | ||||
* | Add the interface's descr after the pool name. | jim-p | 2013-07-02 | 1 | -1/+2 |
| | |||||
* | Value in attributes should be lower case | Colin Fleming | 2013-02-07 | 1 | -1/+1 |
| | | | | Value in the "method" attribute should be lower case | ||||
* | Fix deleting DHCP leases | Phil Davis | 2012-09-18 | 1 | -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-p | 2012-08-10 | 1 | -0/+1 |
| | |||||
* | If the range isn't an array, skip it, or it will give a PHP error displaying ↵ | jim-p | 2012-07-07 | 1 | -1/+3 |
| | | | | leases. | ||||
* | Improve the memory use while processing the leases file. | smos | 2012-03-22 | 1 | -4/+8 |
| | |||||
* | need to break out of foreach loop once it finds there is a local time has ↵ | Joecowboy | 2012-02-25 | 1 | -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 ↵ | Joecowboy | 2012-02-25 | 1 | -6/+7 |
| | | | | lease is using local time if not defaults to UTC time. | ||||
* | Added choice of UTC time or local time for DHCP leases. | Joecowboy | 2012-02-25 | 1 | -2/+15 |
| | |||||
* | Fixup MAC display on this other path too | jim-p | 2011-05-16 | 1 | -1/+1 |
| | |||||
* | Print the MAC mfg on another line in a smaller font if it's found. Less ↵ | jim-p | 2011-05-16 | 1 | -1/+1 |
| | | | | obtrusive than completely replacing the MAC. | ||||
* | MAC prefix to vendor resolution at Status->Interfaces, Status->DHCP leases, ↵ | Evgeny | 2011-05-14 | 1 | -3/+15 |
| | | | | Diagnostics->ARP table | ||||
* | Fix comment | jim-p | 2011-05-12 | 1 | -1/+1 |
| | |||||
* | Also skip the rewind binding state or leases show expired. Reported at ↵ | jim-p | 2011-05-12 | 1 | -0/+4 |
| | | | | http://forum.pfsense.org/index.php/topic,36657.0.html | ||||
* | Display confirmation before sending Wake on LAN packet to clicked MAC ↵ | Erik Fonnesbeck | 2010-12-22 | 1 | -1/+1 |
| | | | | address in list of DHCP leases. Ticket #861 | ||||
* | Bring in XSS id fixes from m0n0wall | Scott Ullrich | 2010-11-12 | 1 | -1/+1 |
| | |||||
* | Fix misc XSS issues from davey b | Scott Ullrich | 2010-11-10 | 1 | -1/+1 |
| | |||||
* | Implement gettext() calls on status_dhcp_leases.php | Carlos Eduardo Ramos | 2010-07-21 | 1 | -20/+20 |
| | |||||
* | Make DHCP leases sortable. Fixes #653 | jim-p | 2010-06-14 | 1 | -1/+1 |
| | |||||
* | this page is status, not diag. | Chris Buechler | 2010-06-14 | 1 | -0/+411 |