summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp_relay.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-216/+0
|
* Code style services DHCPPhil Davis2015-05-231-67/+72
|
* 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
|
* Do not check disabled interfaces, ticket #4119Renato Botelho2014-12-171-2/+5
|
* Remove old/invalid notejim-p2014-12-161-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Tidy up "services_dhcp_relay" XHTMLColin Fleming2014-05-181-2/+2
| | | | Move closing BODY and closing HTML tags after the PHP FEND.INC statement
* Tidy up "services_dhcp_relay.php" XHTMLColin Fleming2014-04-041-16/+17
| | | | | | | | | Add "closehead" variable and close HEAD manually Add CDATA sections to scripts Add summary to TABLES Add missing closing FORM if DHCP is enabled Update HTML Boolean operators Close INPUT
* replaced uppercase html tags with lowercaseayvis2014-03-191-2/+2
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these ↵ayvis2014-03-181-3/+3
| | | | files to UTF-8
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
|
* fix textChris Buechler2011-12-251-3/+3
|
* "Destination server" is a required fieldChris Buechler2011-12-251-1/+1
|
* fix textChris Buechler2011-07-101-1/+1
|
* Make page more html friendly.Scott Ullrich2010-11-301-5/+9
|
* Include myself in the copyrights i have changed this files more than enough.Ermal2010-08-191-2/+2
|
* Make dhcrelay GUI be simple and easy to use by collapsing the interface tabs ↵Ermal2010-08-191-116/+60
| | | | to a multiselect control. Remove proxydhcp option because it is broken and is not trivial to make it usable(if user request for it a reconsideration will be made). Allow multiple server ips on the server input box separated by commas. Also on the interface list do not show interfaces without an ip because dhcrelay will not be happy with them. Upgrade code is also included in this commit.
* Corrections gettext implementation on services_dhcp_relay.phpCarlos Eduardo Ramos2010-07-161-2/+2
|
* Corrections gettext implementation on services_dhcp_relay.phpCarlos Eduardo Ramos2010-07-151-7/+7
|
* Implement gettext() calls on services_dhcp_relay.phpRafael Lucas2010-07-131-15/+15
|
* fix product_nameChris Buechler2010-01-211-1/+1
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-2/+0
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* Array checks too.Ermal Luçi2008-09-091-2/+4
|
* 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-8/+1
| | | | the config.
* Continue interface improvementsErmal Luçi2008-06-211-6/+5
|
* Use proper leases file.Chris Buechler2008-06-021-1/+1
| | | | Ticket #1742
* Add product_copyright re-branding supportScott Ullrich2007-12-161-1/+1
| | | | | | | | Add product_copyright_years re-branding support Add product_website re-branding support Add product_email re-branding support Work sponsored-by: Centipede Networks
* 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-4/+4
| | | | | | versa Ticket #1488
* Do not allow dhcp-relay to be enabled if dhcp server is enabled on any ↵Scott Ullrich2007-11-031-0/+18
| | | | interface. Ticket #1488
* Fixing css layoutSeth Mos2007-09-011-1/+1
|
* Back out #1313. It breaks dhcp relay. See ticket #1332Scott Ullrich2007-05-231-9/+18
|
* DHCP Relay - server textbox field doesn't toggle properly Ticket #1313Scott Ullrich2007-05-111-18/+9
|
* Actually check that the file exists before returning to avoid this error:Scott Ullrich2006-06-011-1/+4
| | | | Warning: file(/var/db/dhclient.leases): failed to open stream: No such file or directory in /usr/local/www/services_dhcp_relay.php on line 35
* Correct warnings and errors found eclipseScott Ullrich2006-01-151-0/+3
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* * Drop kick reboots bye byeScott Ullrich2005-07-241-5/+3
|
* Fix bottom roundsBill Marquette2005-07-041-10/+4
|
* Use $pgtitleBill Marquette2005-07-031-1/+1
| | | | small code cleanups
* CurvifyScott Ullrich2005-07-021-10/+23
|
* include head.inc and round corners on tabsScott Ullrich2005-07-021-7/+5
|
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* m0n0wall -> pfSenseScott Ullrich2005-01-311-35/+35
|
* Initial revisionScott Ullrich2004-11-071-0/+229
OpenPOWER on IntegriCloud