summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix check for existing IP Address in DHCP mappingIndividual IT Services2013-08-131-1/+1
| | | | | | Even the Error message says: "This Hostname, IP or MAC address already exists." the IP Address was not checked if it already was given to a client as static mapped Conflicts: usr/local/www/services_dhcp_edit.php
* Fix #3113, fix multiple english spell errors s/seperet/separat/Renato Botelho2013-07-281-1/+1
|
* Don't stomp on this variable or data loss can occur (disappearing static ↵jim-p2013-05-161-1/+1
| | | | mappings)
* Fix dnsmasq host overrides and dhcp integrationRenato Botelho2013-05-011-1/+1
| | | | | | | | | | | . Do not execute following actions when dnsmasq is disabled: . Add host overrides to /etc/hosts . Register DHCP leases in DNS Forwarder . Register DHCP static mappings in DNS forwarder It should fix issue reported at following forum post: http://forum.pfsense.org/index.php?topic=58871
* Ensure DHCP main range, pools ranges and static IP addresses don't overlap ↵Renato Botelho2013-01-241-0/+11
| | | | each other. It should fix #2773
* Allow set DHCP options per reservationRenato Botelho2013-01-231-1/+209
|
* Fix indent and whitespaces issuesRenato Botelho2013-01-231-49/+49
|
* Add extra check for DHCP(v6) static mapping edit pages to prevent an error ↵Erik Fonnesbeck2012-12-081-2/+5
| | | | when no DHCP config exists yet.
* ARP Table Static Entries from Individual DHCP Static MappingsN0YB2012-12-071-0/+10
| | | | | Assign individual DHCP static mappings as ARP table static entries. Useful / necessary for sending WoL magic packets from external services / sources, and for any other purpose that needs a static ARP table entry.
* Clarify requirements for DHCP static mapping IPjim-p2012-08-141-1/+4
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-2/+1
|
* Updated DHCP IPv4 and IPv6 to allow global and host based filename and ↵Anthony Wrather2011-12-011-5/+14
| | | | root-path.
* Apparently RFC 1123 overrides RFC 952 and hostnames can start with digits ↵jim-p2011-08-061-3/+0
| | | | these days.
* Fix start/end test for an IP in DHCP pool. Resolves #1280jim-p2011-02-131-2/+2
|
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-2/+2
|
* Reject DHCP static mappings that are inside of the DHCP range. Fixes #966jim-p2010-10-211-0/+5
|
* Fix hyphen validation for host name on Services: DHCP: Edit static mapping page.Erik Fonnesbeck2010-09-071-1/+1
|
* Forced commit to note that should have read RFC952Scott Ullrich2010-08-311-2/+2
|
* Forced commit to note that should have read RFC952Scott Ullrich2010-08-311-1/+1
|
* Do not allow a numeric starting character or an ending hyphen in DHCP ↵Scott Ullrich2010-08-311-0/+6
| | | | hostnames according to RFC1123
* Fixes #764. Import the patch in the ticket to allow per-host netboot file on ↵Ermal2010-08-241-1/+12
| | | | dhcpd settings.
* Merge remote branch 'mainline/master'Renato Botelho2010-08-031-3/+3
|\ | | | | | | | | Conflicts: usr/local/www/services_dhcp_edit.php
| * Fix this variable name and error message (It's Static ARP not Static map)jim-p2010-08-031-3/+3
| |
* | Implement gettext() calls on services_dhcp_edit.phpRafael Lucas2010-07-131-22/+22
|/
* this page is status, not diag.Chris Buechler2010-06-141-1/+1
|
* Add status/log icons to DHCP page.jim-p2010-06-011-0/+3
|
* Various fixes to usage of ip2long, long2ip, and negated subnet masks, mostly ↵Erik Fonnesbeck2010-05-201-6/+6
| | | | affecting 64-bit. Ticket #459
* Ticket #343. Move sorting of DHCP static mappings to after the item is set. ↵Erik Fonnesbeck2010-03-101-1/+1
| | | | Previous behavior caused the wrong entry to get overwritten.
* Sort dhcp mapping array once, only before writing config. Ticket #343pierrepomes2010-02-081-1/+0
|
* clarify what is valid for input errors on hostnameChris Buechler2009-11-281-1/+1
|
* Fix hostname checking when entering a dhcp static mapping and replace "." ↵pierrepomes2009-11-271-2/+8
| | | | with "_" when writing "host-name" option in dhcpd.conf. Resolves #159
* Update fieldname, it should be hostname and not host Ticket #159Scott Ullrich2009-11-221-1/+1
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+4
| | | | include 2009 on files that I have asserted (C) on
* Fix error when attempting to add a DHCP static mapping. Fixes #29jim-p2009-07-081-4/+4
|
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-0/+11
| | | | | | pages where they are needed. Remove some sort functions not used.
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-2/+2
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* * Hide interfaces internals to other code and use the propper interfaces.Ermal Luçi2009-03-301-4/+6
| | | | | | | Basically use get_interface*() functions instead of accessing fields like 'ipaddr'/'descr' etc... * Make get_interfaces_with_gateway less heavyweight by getting information from the configuration stored in config.xml * Some other missed custom interface list building and substituing with propper get_configured_interface*() NOTE: This should give indipendce on dynamic interfaces on some services that before could not be used on top of this type of interfaces.
* Bring back dhcp server static mappings.Ermal Luçi2008-11-061-0/+2
|
* Honor $g['services_dhcp_server_enable']Scott Ullrich2008-10-291-0/+4
|
* Add CSS headerScott Ullrich2008-08-301-0/+3
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Allow reserved IP addresses to fall within the DHCP Server range. DHCPDScott Ullrich2008-02-031-5/+0
| | | | does not barf with these changes, so why not?
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Relax the ip address check and allow duplicate ip address entries.Scott Ullrich2007-10-191-1/+1
|
* Relax the ip address check and allow duplicate ip address entries.Scott Ullrich2007-10-191-1/+1
|
* Fixing css layoutSeth Mos2007-09-011-4/+4
|
* When Enable Static ARP entries is enabled, do not allow entries that lack an ↵Scott Ullrich2007-05-081-1/+7
| | | | 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 17270Scott Ullrich2007-03-291-1/+1
| | | | Fix hostname check when hostname field is blank
* Back out last commit, it removes the hostname check and is not the correct fix.Scott Ullrich2007-03-291-2/+2
| | | | Ryan will be investigating the issue further since he added this feature.
* Sync w/ m0n0wallScott Ullrich2007-03-291-2/+2
|
OpenPOWER on IntegriCloud