this page is status, not diag.
Add status/log icons to DHCP page.
Various fixes to usage of ip2long, long2ip, and negated subnet masks, mostly affecting 64-bit. Ticket #459
Ticket #343. Move sorting of DHCP static mappings to after the item is set. Previous behavior caused the wrong entry to get overwritten.
Sort dhcp mapping array once, only before writing config. Ticket #343
clarify what is valid for input errors on hostname
Fix hostname checking when entering a dhcp static mapping and replace "." with "_" when writing "host-name" option in dhcpd.conf. Resolves #159
Update fieldname, it should be hostname and not host Ticket #159
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Fix error when attempting to add a DHCP static mapping. Fixes #29
Clear guiconfig from all sort junk functions and put them on the specific pages where they are needed.Remove some sort functions not used.
Bring back dhcp server static mappings.
Honor $g['services_dhcp_server_enable']
Add CSS header
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...
Allow reserved IP addresses to fall within the DHCP Server range. DHCPDdoes not barf with these changes, so why not?
Switch over to array style page titles. Obtained-from: m0n0wall
Relax the ip address check and allow duplicate ip address entries.
Fixing css layout
When Enable Static ARP entries is enabled, do not allow entries that lack an ip address from being added. Currently we do not have any type of dhcp server hooks to automatically add the arp address to the arp table to make this work otherwise.
MFC 17270Fix hostname check when hostname field is blank
Back out last commit, it removes the hostname check and is not the correct fix.
Ryan will be investigating the issue further since he added this feature.
Sync w/ m0n0wall
MFC [15285]add dhcpd static mappings to dns forwarder
Remove #!/usr/local/bin/php
Do it the right way and lock the config file before restarting dhcpd
Restart dhcp on change
If static arp is enabled, make the changes.
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.
Uppdate english
Update Ticket #381
Do not dirty the path. We reload anyways.
Ticket #369
Remove topbar. Red is not its color.
Correctly fill in mac address
Ticket #281
More screens inherit rounded tabletops
Use $pgtitlesmall code cleanups
include head.inc and round corners on tabs
Make Cancel button match the Save buttons style
Add a Cancel button which takes the browser back to the page prior.
Add "Copy my MAC address" feature which copies the mac address of the person surfing into pfSense.
normalize MAC addresses
Add $Id$ tag
Initial revision