summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcpv6_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-285/+0
|
* 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.
* Code spacingPhil Davis2015-06-151-1/+1
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style services DHCPPhil Davis2015-05-231-95/+114
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* The ID in DUID is Identifier.jim-p2014-12-161-5/+5
| | | | See also: ATM Machine, ISP Provider, DMZ Zone, LCD Display, GMT Time...
* 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
|/
* 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
|
* Reconfigure unbound on dhcp editWarren Baker2014-04-281-0/+3
|
* Tidy up "services_dhcpv6" XHTMLColin Fleming2014-04-041-10/+10
| | | | | | | | | | | | Update alert message Add "closehead" variable and manually close HEAD Add CDATA sections to script Add SUMMARY to tables Update HTML Boolean operators Close INPUT Add missing closing P tag Remove empty TFOOT tag Deprecate ampersand
* xhtml Complianceayvis2014-03-141-7/+7
| | | 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
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* 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
* 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.
* 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-4/+13
| | | | root-path.
* Apparently RFC 1123 overrides RFC 952 and hostnames can start with digits ↵jim-p2011-08-061-3/+0
| | | | these days.
* Add a prefix pool for prefix delegation. Doesn't work yet. ISC dhcpd ↵Seth Mos2011-05-091-9/+0
| | | | complaining about the network mask being too short.
* Add a field for the prefix pools. Fix the DUID checkSeth Mos2011-05-051-4/+13
|
* More DHCPv6 server fixes, split the function out into seperate v4 and v6. ↵Seth Mos2011-05-041-26/+14
| | | | Make the router advertisement stand alone on the dhcp server page.
* Correct typo in array name. Add select box for operating mode of rtadvd and ↵Seth Mos2011-03-211-1/+1
| | | | dhcpv6 combination
* Comment out static mappings, this needs more researchSeth Mos2011-03-171-3/+3
|
* Commit the forgotten edit page for the dhcpv6 reservationsSeth Mos2011-03-071-0/+254
OpenPOWER on IntegriCloud