Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Turn common tabular data areas into sortable items. Revert the sortable.js change that used tabcont and change back to sortable
Unbreak dhcp lease sorting
Modify sortable.js to work on tabcont as opposed to sortable class. This 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
Fix a couple minor bugs in DHCP lease deletion.1. When deleting a lease, if you were viewing all leases, it should now retain that view.2. When checking for leases to clean, bail if there is no leases file. Otherwise there is an ugly error about not being able to open the dhcpd.leases file.
Don't display a fake time for a static DHCP lease begin/end. Since it has no beginning and ending, just display "n/a" instead. See ticket #1921.
Fix lease display. It should be displaying the last lease for a given IP, not the first. See ticket #1922
Move dhcp lease delete button to the end, and change comments to match style of others nearby.
Add ability to remove DHCP leases.Use "x" icon to delete the lease.Said icon only appears next to "offline" dynamic leases
Unbreal sorting.
Array checks too.
Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...
Guard against javascript injection attacks
Ticket #1656
Do not show LAN related items when the interfafe does not exist.
remove annoying and potentially problematic forced page refresh.
Ticket #1545
Switch over to array style page titles. Obtained-from: m0n0wall
Optimize last 10 seconds of load times on the dhcp leases page.Only populate arp array once, then check if it exists
changed text for consistency
Speed the leases page by another factor of 10.sub 2s load times.
MFC recent changes from Ryan
If we already have a lease state do not loop again.Fix leases listing for non failover installs
Prevent error when there are no leases
New much faster (usable) version, also lists failover pool status
MFC [15285]add dhcpd static mappings to dns forwarder
Check for array and eliminate:
Warning: Invalid argument supplied for foreach()in /usr/local/www/diag_dhcp_leases.php on line 232
MFC 12259close image tag
MFC 12257Ticket #965 - fix wake on lan from diag_dhcp_leases.php if it's a static dhcp lease
MFCs/PHP_SELF/SCRIPT_NAME/ - PHP_SELF == "" for some reason with lighty
Add sortable table header support
MFC 10431updated 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 10444Better 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 path
Remove #!/usr/local/bin/php
When displaying DHCP leases, call gethostbyaddr() to resolve the hostname if we do not have the record in the database
Also check to make sure gethostbyaddr() would return a real value
Ticket 7390
MFC 6955Show 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 databeestje
More changes by databeestje
Changes submitted by databeestje which adds links to dhcp and other pagesthat display mac easily allowing the addition of the item to the WOL db.
Include the interface when adding a static DHCP mapping
Reported-by: Dmitry Sorokin <dimon@intellinet.ca>
Use correct + lgoo
Create static lease option from DHCP
Ticket #254
Use $pgtitle for consistency
include head.inc and round corners on tabs
Add $Id$ tag
Update (C)
Initial revision