summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Cancel button after input errorPhil Davis2015-07-131-1/+6
| | | | | | | | | | | If there is an input error then the edit page is redrawn showing the input errors. The HTTP_REFERER becomes the current page, rather than the true original referer. Then if you click Cancel the current page is just redrawn. This change makes the code remember the original referer, so if the user enters some invalid data, presses Save, reads the input error messages then presses Cancel they are taken back out to the original page - the same as if Cancel was used before Save.
* Clarify DNS Forwarder and Resolver both apply in these places. partially ↵Chris Buechler2015-06-021-1/+1
| | | | Ticket #3730
* Code style services DHCPPhil Davis2015-05-231-207/+266
|
* fixed indent according to the style guide.Berger Alexander2015-05-111-12/+12
|
* Currently pfsense enforces unique unqualified hostnames for static dhcp ↵Berger Alexander2015-05-071-9/+13
| | | | | | leases, which is not correct as only the fully qualified hostname (hostname + domainname) must be unique. With this commit the old validation logic for uniqeness is modified such that hostnames no longer need to be unique and at the same time the fully qualified hostname hast to be unique. This change makes it possible to have host with identical hostnames in different (sub)domains. For example myhost.sales.acme.com and myhost.support.acme.com will now be possible.
* Add missing BR tags and fix display with pfsense_ng_fs themePhil Davis2015-03-031-2/+2
| | | | | Fixes #4481 Similar issue to commit https://github.com/pfsense/pfsense/commit/5cfd948144741ba0d6981f89b2e40257cb9ef2b1 Note: services_dhcpv6_edit.php - these fields are not present so nothing to edit/fix.
* Mention interface name on DHCP edit GUIPhil Davis2015-02-221-1/+1
| | | | IMHO it can be confusing on the DHCP edit page for static mapped entries to know which interface the entry is being edited/added for. Specially if the user comes from the Status DHCP Leases page, the lease they are editing/adding could be for 1 of many LAN-style interfaces. This also made it easier for me to see which interface entry I was editing when I was testing https://github.com/pfsense/pfsense/pull/1504
* 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
|
OpenPOWER on IntegriCloud