summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix syntax errors introduced on recent merged pull requestsRenato Botelho2016-01-121-1/+1
|
* redmine 5702 - switch to high level IPv4 functions instead of low level ↵stilez2016-01-121-4/+1
| | | | ip2long32() etc
* Remove $closehead variableColin Fleming2015-12-191-1/+0
| | | | Remove unused variable $closehead
* Fix static DHCP address validationPhil Davis2015-12-181-4/+13
| | | | | | 1) Use gen_subnetv4 and gen_subnetv4_max rather than doing the guts of the calculation inline. (The ~gen_subnet_mask_long($ifcfgsn) thing was the cause of the problem) 2) Add validation checks to stop people using the network address or broadcast address as a statically allocated DHCP address. Should fix Redmine #5651
* Code style services dhcp dnsmasq dyndnsPhil Davis2015-12-161-5/+7
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Type up SCRIPT tagsColin Fleming2015-11-291-1/+1
|
* Fix more privilege text/name/page inconsistenciesjim-p2015-11-251-2/+2
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Copyright and license cleanupRenato Botelho2015-11-091-2/+2
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-1/+3
|
* Fixed #5045Stephen Beaver2015-10-201-26/+51
|
* Addresses #5159 by removing hide/show/disable/enable functions to included fileStephen Beaver2015-10-011-25/+1
|
* service_dhcp_edit.php fixes from code inspectionPhil Davis2015-09-241-4/+4
| | | To save you some time in testing and fixing, here are the bugs I noticed by code inspection.
* File converted but not yet checked/testedStephen Beaver2015-09-231-5/+5
|
* fix textChris Buechler2015-09-151-2/+2
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-239/+353
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+625
OpenPOWER on IntegriCloud