summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_dhcp_leases.php
Commit message (Collapse)AuthorAgeFilesLines
* Guard against javascript injection attacksScott Ullrich2008-02-221-2/+2
| | | | Ticket #1656
* Do not show LAN related items when the interfafe does not exist.Scott Ullrich2008-02-091-1/+1
|
* remove annoying and potentially problematic forced page refresh.Chris Buechler2007-12-171-2/+0
| | | | Ticket #1545
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Optimize last 10 seconds of load times on the dhcp leases page.Seth Mos2007-10-171-7/+17
| | | | Only populate arp array once, then check if it exists
* changed text for consistencySimon Cornelius P Umacob2007-08-291-1/+1
|
* Speed the leases page by another factor of 10.Seth Mos2007-03-021-65/+91
| | | | sub 2s load times.
* MFC recent changes from RyanScott Ullrich2007-01-291-2/+2
|
* If we already have a lease state do not loop again.Seth Mos2007-01-151-1/+1
| | | | Fix leases listing for non failover installs
* Prevent error when there are no leasesSeth Mos2007-01-101-3/+7
|
* New much faster (usable) version, also lists failover pool statusSeth Mos2007-01-091-112/+135
|
* MFC [15285]Bill Marquette2006-11-111-2/+2
| | | | add dhcpd static mappings to dns forwarder
* Check for array and eliminate:Scott Ullrich2006-07-111-4/+6
| | | | | Warning: Invalid argument supplied for foreach() in /usr/local/www/diag_dhcp_leases.php on line 232
* MFC 12259Scott Ullrich2006-05-161-1/+1
| | | | close image tag
* MFC 12257Scott Ullrich2006-05-161-5/+19
| | | | Ticket #965 - fix wake on lan from diag_dhcp_leases.php if it's a static dhcp lease
* MFCScott Ullrich2006-04-031-1/+1
| | | | s/PHP_SELF/SCRIPT_NAME/ - PHP_SELF == "" for some reason with lighty
* Add sortable table header supportScott Ullrich2006-03-191-1/+2
|
* MFC 10431Scott Ullrich2006-03-171-1/+15
| | | | updated leases are appended to the end of the lease file. if we aren't showing everything just show the most current lease in the list.
* MFC 10444Scott Ullrich2006-03-101-1/+1
| | | | Better diag_dhcp_leases online fix. grep for the active IP address to make sure it's active and we return just 1 result instead.
* Use the new CHROOT pathScott Ullrich2006-02-191-1/+1
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* When displaying DHCP leases, call gethostbyaddr() to resolve the hostname if ↵Scott Ullrich2005-11-051-2/+8
| | | | | | | | we do not have the record in the database Also check to make sure gethostbyaddr() would return a real value Ticket 7390
* MFC 6955Scott Ullrich2005-10-181-10/+61
| | | | Show static entries on diagnostics screen, show what IPs are in either the static table or the dynamic table and are in the ARP table More info!!! More is better right?
* More refresh patches from databeestjeScott Ullrich2005-09-011-0/+3
|
* More changes by databeestjeScott Ullrich2005-08-241-1/+5
|
* Changes submitted by databeestje which adds links to dhcp and other pagesScott Ullrich2005-08-231-1/+3
| | | | that display mac easily allowing the addition of the item to the WOL db.
* Include the interface when adding a static DHCP mappingScott Ullrich2005-08-031-0/+7
| | | | Reported-by: Dmitry Sorokin <dimon@intellinet.ca>
* Use correct + lgooScott Ullrich2005-08-031-1/+2
|
* Create static lease option from DHCPScott Ullrich2005-07-251-7/+13
| | | | Ticket #254
* Use $pgtitle for consistencyBill Marquette2005-07-031-1/+1
|
* include head.inc and round corners on tabsScott Ullrich2005-07-021-7/+4
|
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* Update (C)Scott Ullrich2004-11-211-8/+10
|
* Initial revisionScott Ullrich2004-11-071-0/+189
OpenPOWER on IntegriCloud