summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
Commit message (Collapse)AuthorAgeFilesLines
* * Correctly show dhcp tabs for the serviceErmal Luçi2008-09-101-16/+14
| | | | * Do not display tabs for the interface not elligible for running a dhcp service.
* Add some check if we are working with arrays and fix the check for not ↵Ermal Luçi2008-09-091-32/+38
| | | | allowing dhcpd to be configured on nonstatic ip interfaces.
* Fix detection if an interface is part of bridge.Ermal Luçi2008-08-311-1/+1
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Fix tab name displaying that can be obfuscated by stale <brdige/> knobs in ↵Ermal Luçi2008-07-301-1/+1
| | | | the config.
* Correctly show interface names on the tabs.Ermal Luçi2008-07-091-1/+1
|
* Continue interface improvementsErmal Luçi2008-06-211-16/+7
|
* Ticket #1718 fixesScott Ullrich2008-05-171-1/+1
|
* Do not allow DHCP Server to be used on WAN when it does not have a static IP ↵Chris Buechler2008-02-221-0/+11
| | | | | | | address. Single interface support Appliance Project
* Fix braindead php {}Scott Ullrich2008-02-091-3/+4
|
* Show string in uppercase.Scott Ullrich2008-02-091-1/+1
|
* Fix braindead php {}Scott Ullrich2008-02-091-2/+3
|
* Set the starting interface when LAN does not exist to WAN.Scott Ullrich2008-02-091-3/+7
|
* Show WAN if LAN is not enabled.Scott Ullrich2008-02-091-2/+5
|
* Allow reserved IP addresses to fall within the DHCP Server range. DHCPDScott Ullrich2008-02-031-8/+1
| | | | does not barf with these changes, so why not?
* touch up textChris Buechler2008-01-111-2/+2
| | | | Ticket #1578
* s/Diagnostics/Status/Scott Ullrich2007-12-121-1/+1
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Do not allow DHCP server to be enabled when DHCP relay is enabled, and vice ↵Chris Buechler2007-11-041-0/+28
| | | | | | versa Ticket #1488
* Fixing css layoutSeth Mos2007-09-011-21/+21
|
* unsplit DHCP-root-path-optionMartin Fuchs2007-08-271-12/+3
|
* DHCP: add Domain-Searchlist-OptionMartin Fuchs2007-08-071-5/+13
|
* - correct behaviour of dhcpd.conf creationMartin Fuchs2007-08-021-8/+25
| | | | - enable root-path
* DHCP: domainname / HEAD > RELENG_1Martin Fuchs2007-08-021-0/+10
|
* adapt DHCP-options HEAD <> RELENGMartin Fuchs2007-08-011-0/+3
|
* Add TFTP and LDAP server options to dhcpdMartin Fuchs2007-08-011-0/+42
|
* Add a plus button on the top header of these pages.Seth Mos2007-05-081-0/+7
| | | | This to make it easier on large configurations.
* Add NTP server field to dhcp config.Seth Mos2007-05-081-0/+31
| | | | From: Alexander Schaber
* Allow for basic network boot configurationSeth Mos2007-03-081-4/+73
| | | | In Use By: Seth
* MFC [15285]Bill Marquette2006-11-111-33/+39
| | | | add dhcpd static mappings to dns forwarder
* Reset DHCP server after deleting static assignment.Scott Ullrich2006-10-021-67/+77
|
* Latest OLSR changes.Scott Ullrich2006-05-161-0/+21
|
* Correctly add WAN interface to DHCP if OLSR is enabledScott Ullrich2006-05-081-1/+1
|
* Don't complain if OLSR rules don't existScott Ullrich2006-04-291-5/+7
|
* OLSR fixesScott Ullrich2006-04-261-1/+10
|
* MFC 10348Scott Ullrich2006-03-101-3/+2
| | | | | Allow staticarp to be disabled w/out a reboot Fix found and tested by Wesley K. Joyce
* * Call arp -da from interfaces_staticarp_configure() and not from GUI pageScott Ullrich2006-02-261-1/+0
| | | | * OLSR improvements / fixes
* arp -da static entries after turning off static optionScott Ullrich2006-02-201-2/+4
|
* Remove previous leases when toggling failover dhcp optionScott Ullrich2006-02-121-0/+4
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Show item if mac or ip is defined.Scott Ullrich2005-11-041-1/+1
| | | | Ticket #669
* <?php if($mapent['mac'] <> ""): ?> is preferred. Scolded by support forums.Scott Ullrich2005-11-031-1/+1
|
* Do not call staticmaps_sort() twiceScott Ullrich2005-10-181-1/+0
|
* Restore previous behavior dealing with arraysScott Ullrich2005-10-181-1/+4
|
* Do not show blank rowsScott Ullrich2005-10-181-4/+6
|
* MFC 6931Scott Ullrich2005-10-171-6/+16
| | | | | * Check for "yes". * Unset values if they are not checked
* unset dns servers unconditionally.Scott Ullrich2005-08-311-6/+4
|
* Move DNS to pool areaScott Ullrich2005-08-301-2/+5
|
* Correctly save dns serversScott Ullrich2005-08-291-3/+3
| | | | Ticket #426
* * Style(9) from outter space!Scott Ullrich2005-08-271-14/+29
| | | | | * Missing </td>'s * Missing </tr>'s
OpenPOWER on IntegriCloud