summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
Commit message (Collapse)AuthorAgeFilesLines
* Add header to DHCP static mappings tablejim-p2013-01-281-0/+4
|
* Bug#1688. DHCP server subnet input validation needs to check config.xml, not ↵Evgeny Yurchenko2011-07-191-2/+2
| | | | ifconfig.
* MFC: Do not check to see if gateway alls within a null value.Scott Ullrich2011-07-101-3/+2
|
* Bug #1641 fix. DHCP server default gateway needs input validation.Evgeny Yurchenko2011-07-071-0/+7
|
* No need to set this here anymore. We set it higher by default.jim-p2011-01-181-5/+0
|
* Change appearance of fields for saved "Additional BOOTP/DHCP Options" to be ↵Erik Fonnesbeck2010-12-221-2/+2
| | | | consistent with other fields on the page.
* Use correct names for integer and boolean types in DHCP options and fix typo ↵Erik Fonnesbeck2010-11-221-11/+11
| | | | in hexadecimal validation for strings. Fixes #962
* Ensure this is an array before entering the foreach loop. Fixes #1012Erik Fonnesbeck2010-11-161-7/+9
|
* Form image buttons are submit buttons and thus default buttons, causing ↵Erik Fonnesbeck2010-11-121-1/+1
| | | | unwanted behavior with the enter key. Use links instead, where possible.
* Fix XSS issuesScott Ullrich2010-11-121-9/+9
|
* Add a setting for the data type of values used with DHCP option numbers and ↵Erik Fonnesbeck2010-11-091-7/+59
| | | | input validation for each type. Fixes #962
* Break after the first error.jim-p2010-10-211-0/+1
|
* Prevent the DHCP range from being changed to include static mapping entries. ↵jim-p2010-10-211-0/+11
| | | | Fixes #964.
* Ticket #834. Check if the passed value is an url too. Seem they are valid ↵Ermal2010-08-311-1/+1
| | | | inputs for tftp cases.
* Avoid the error: Warning: Invalid argument supplied for foreach() in ↵Scott Ullrich2010-08-301-3/+4
| | | | /usr/local/www/services_dhcp.php on line 256
* Merge remote branch 'mainline/master'Renato Botelho2010-08-121-2/+2
|\ | | | | | | | | | | | | | | | | Conflicts: usr/local/www/diag_smart.php usr/local/www/firewall_rules_edit.php usr/local/www/interfaces.php usr/local/www/load_balancer_pool_edit.php usr/local/www/pkg_mgr_settings.php
| * Fix printf/sprintf mixups.Erik Fonnesbeck2010-08-111-2/+2
| |
* | gettext fixesRenato Botelho2010-08-121-11/+11
|/
* No need to set sortable class for this page, it ends up with a javascript errorScott Ullrich2010-08-051-1/+1
|
* Merge remote branch 'mainline/master' into 4_load_balancer_and_servicesRenato Botelho2010-08-031-3/+7
|\ | | | | | | | | | | | | | | | | Conflicts: usr/local/www/services_captiveportal_ip_edit.php usr/local/www/services_captiveportal_mac_edit.php usr/local/www/services_dhcp_edit.php usr/local/www/services_rfc2136.php usr/local/www/services_snmp.php
| * Prevent enabling static ARP if there are static map entries that lack IP ↵jim-p2010-08-031-0/+7
| | | | | | | | addresses.
| * Ensure static ARP is configured each time the DHCP service is configured. ↵jim-p2010-08-021-3/+0
| | | | | | | | Previously, it was not enabled after bootup, but was if saved from the GUI. Fixes #782
* | Corrections gettext implementation on services_dhcp.phpCarlos Eduardo Ramos2010-07-201-4/+4
| |
* | Corrections gettext implementation on services_dhcp.phpCarlos Eduardo Ramos2010-07-201-2/+2
| |
* | Corrections gettext implementation on services_dhcp.phpCarlos Eduardo Ramos2010-07-151-30/+30
| |
* | Implement gettext() calls on services_dhcp.phpRafael Lucas2010-07-131-96/+96
|/
* this page is status, not diag.Chris Buechler2010-06-141-2/+2
|
* Add status/log icons to DHCP page.jim-p2010-06-011-0/+3
|
* Fix whitespace while I'm here.jim-p2010-05-211-340/+326
|
* Preserve DHCP numbered options when there is an input error. Fixes #494jim-p2010-05-211-11/+14
|
* Various fixes to usage of ip2long, long2ip, and negated subnet masks, mostly ↵Erik Fonnesbeck2010-05-201-10/+10
| | | | affecting 64-bit. Ticket #459
* allow hostname for TFTP serverChris Buechler2010-04-101-2/+2
|
* To pick the starting tab on Services: DHCP server, use the same logic as ↵Erik Fonnesbeck2010-03-201-4/+8
| | | | used for creating tabs to make sure the first tab really gets selected.
* Get up to improvements.Ermal2010-03-171-5/+6
|
* fix textChris Buechler2010-02-221-1/+1
|
* fix textChris Buechler2010-02-061-1/+1
|
* Ticket #274. Propperly handle custom options.Ermal Luçi2010-01-181-3/+3
|
* Ticket #207. Show the dhcp server tab for the interface that have a previous ↵Ermal Luçi2010-01-121-1/+2
| | | | dhcpd configuration.
* Simplify some code.Ermal Luçi2010-01-121-4/+2
|
* fix deletion of additional DHCP options. Resolves #273Chris Buechler2010-01-041-1/+2
|
* clarify input_errorChris Buechler2009-12-131-1/+1
|
* Check if item is set before foraching.Ermal Luçi2009-12-111-4/+5
|
* Disallow virtual IP addresses withing the range Ticket #50sullrich2009-12-021-4/+9
|
* Show correct availavble usable range and disallow using network or broadcast ↵sullrich2009-12-021-6/+15
| | | | address. Ticket #145
* Do not allow broadcast or the network address in the rangesullrich2009-12-021-26/+19
|
* fix up textChris Buechler2009-11-171-7/+7
|
* Set maximum memory to 64M for this page. Fixes #113Scott Ullrich2009-10-151-0/+5
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-3/+7
| | | | include 2009 on files that I have asserted (C) on
* Make sortableScott Ullrich2009-08-231-1/+1
|
* Hide Additional BOOTP/DHCP Options behind an advanced button like other itemsScott Ullrich2009-08-201-1/+11
|
OpenPOWER on IntegriCloud