summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Merge pull request #1332 from phil-davis/patch-3Renato Botelho2014-11-181-1/+1
|\
| * Stop FQDN in hostname fieldPhil Davis2014-11-111-1/+1
| | | | | | using new is_unqualified_hostname function
* | Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|/
* Support up to 4 DNS Servers in DHCPPhil Davis2014-10-071-3/+11
|
* Remove almost all calls to history.back() and make Cancel button back to ↵Renato Botelho2014-09-121-1/+4
| | | | HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work
* Replace Header() calls by lowercaseRenato Botelho2014-06-131-1/+1
|
* Update services_dhcp_edit.phpColin Fleming2014-05-181-3/+3
| | | Change ONCLICK to lower case
* Reconfigure unbound on dhcpv4 editWarren Baker2014-04-281-0/+2
|
* Tidy up "services_dhcp" XHTMLColin Fleming2014-04-041-36/+41
| | | | | | | | | | | | | Update alert message Add "closehead" variable and manually close HEAD Add CDATA sections to scripts Add summart to tables Update HTML Boolean operators Close INPUT Add missing closing P tag Remove empty TFOOT Add missing opening TR tag, closing TD tag and closing P tag Remove duplicate closing TR
* replaced uppercase html tags with lowercaseayvis2014-03-191-4/+4
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* xhtml Complianceayvis2014-03-141-21/+21
| | | replaced <br>, <br/> and </br> with <br />
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-2/+3
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Enabling advanced RFC 2136 configuration for DHCPd serviceAndres Petralli2013-12-231-1/+20
| | | | | This change adds the ability to configure RFC 2136 domain name updates using a hmac-md5 keyname/key.
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* Fix check for existing IP Address in DHCP mappingIndividual IT Services2013-08-131-1/+2
| | | 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
* Fix #3113, fix multiple english spell errors s/seperet/separat/Renato Botelho2013-07-281-1/+1
|
* fix dhcp static mapping/client identifier validationWill Boyce2013-06-171-2/+6
|
* allow defining dhcp static mappings using dhcp-client-identifierWill Boyce2013-06-161-3/+11
|
* 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
OpenPOWER on IntegriCloud