Projet

Général

Profil

Télécharger (14,9 ko) Statistiques
| Branche: | Tag: | Révision:

univnautes / usr / local / www / status_dhcp_leases.php @ 3c4cddc7

# Date Auteur Commentaire
3c4cddc7 27 septembre 2014 14:02 Phil Davis

Spelling

2871ce84 16 mai 2014 22:58 Colin Fleming

Tidy up "status_dhcp_leases.php" XHTML

Add SUMMARY to TABLES
Updates spaces in $fspans and $fspane
Close INPUT and IMG tags and ALT to IMG
Deprecate Ampersand in Anchor tags

8cd558b6 14 mars 2014 21:24 ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

d8b37f91 23 décembre 2013 20:27 Renato Botelho

Fix DHCP lease time display, strftime already convert it to local timezone, so we no need to calc offset

6ccefb28 22 octobre 2013 14:59 jim-p

Optimize DHCPv4 lease display online status for static leases. Do not re-parse complete ARP table for each lease, as it can be slow with large ARP tables.

97752da5 02 juillet 2013 20:26 jim-p

Add the interface's descr after the pool name.

3ae16b9b 07 février 2013 13:44 Colin Fleming

Value in attributes should be lower case

Value in the "method" attribute should be lower case

f6fef11d 18 septembre 2012 07:38 Phil Davis

Fix deleting DHCP leases

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.

b32dd0a6 10 août 2012 19:32 jim-p

Activate new shortcuts/status in the rest of the areas that are currently setup.

8d8f0090 08 juillet 2012 01:59 jim-p

If the range isn't an array, skip it, or it will give a PHP error displaying leases.

d579e3db 22 mars 2012 15:19 smos

Improve the memory use while processing the leases file.

df321263 26 février 2012 02:06 Joecowboy

need to break out of foreach loop once it finds there is a local time has been selected by any interface of DHCP.

e085eba5 26 février 2012 01:38 Joecowboy

I now parses the xml tags in the dhcpd to check if an interface for DHCP lease is using local time if not defaults to UTC time.

7d1e0109 25 février 2012 22:29 Joecowboy

Added choice of UTC time or local time for DHCP leases.

1a137650 16 mai 2011 22:47 jim-p

Fixup MAC display on this other path too

701989fb 16 mai 2011 21:40 jim-p

Print the MAC mfg on another line in a smaller font if it's found. Less obtrusive than completely replacing the MAC.

57f2840e 14 mai 2011 18:23 Evgeny

MAC prefix to vendor resolution at Status->Interfaces, Status->DHCP leases, Diagnostics->ARP table

042578fd 12 mai 2011 20:04 jim-p

Fix comment

dc073abd 12 mai 2011 19:59 jim-p

Also skip the rewind binding state or leases show expired. Reported at http://forum.pfsense.org/index.php/topic,36657.0.html

6ac988f1 22 décembre 2010 16:18 Erik Fonnesbeck

Display confirmation before sending Wake on LAN packet to clicked MAC address in list of DHCP leases. Ticket #861

225a2f0b 12 novembre 2010 17:03 Scott Ullrich

Bring in XSS id fixes from m0n0wall

daab67a1 10 novembre 2010 15:49 Scott Ullrich

Fix misc XSS issues from davey b

f75d8a89 21 juillet 2010 15:29 Carlos Eduardo Ramos

Implement gettext() calls on status_dhcp_leases.php

513c5c11 14 juin 2010 23:45 jim-p

Make DHCP leases sortable. Fixes #653

b9546722 14 juin 2010 06:08 Chris Buechler

this page is status, not diag.