summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dnsmasq_domainoverride_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* xhtml Complianceayvis2014-03-141-5/+5
| | | replaced <br>, <br/> and </br> with <br />
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-3/+4
| | | | 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
|
* source IP is optionalChris Buechler2013-04-041-1/+1
|
* DNS Forwarder example textPhil Davis2013-03-051-1/+1
| | | It was a bit silly putting the examples inside gettext() calls - they should not be translated to other languages in this context. And I made it a "localdomain" example, to match the pfSense wizard default name.
* DNS Forwarder allow null forwarding addressPhil Davis2013-03-051-4/+4
| | | | dnsmasq allows a blank forwarding IP address to be specified in --server parameters. In that case, dnsmasq will attempt a local lookup of the name (e.g. in hosts file), but will not forward the request on to the standard name servers. This is a useful way to prevent internal name requests from being sent out to the real internet name servers.
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-2/+1
|
* Start revamp of shortcuts, central file to hold links, also service ↵jim-p2012-08-101-0/+2
| | | | status/control, added to dns forwarder as example.
* hugh blanford patch: dnsmasq, source interface and ipsec vpnsDarren Embry2012-06-141-5/+34
| | | | fixes #1361
* Accept # for a DNS override domain DNS server, this makes dnsmasq ignore a ↵jim-p2010-12-231-3/+3
| | | | previous less specific domain and use system default name servers instead. So you can override example.com to 10.10.10.2 but www.example.com will consult normal DNS.
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Corrections gettext implementation on services_dnsmasq_domainoverride_edit.phpCarlos Eduardo Ramos2010-07-151-4/+4
|
* Implement gettext() calls on services_dnsmasq_domainoverride_edit.phpRafael Lucas2010-07-131-14/+14
|
* Reload dnsmasq after domain changes. Ticket #201sullrich2009-12-011-1/+0
|
* Reload dnsmasq after domain changes. Ticket #201sullrich2009-12-011-12/+13
|
* 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
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-1/+1
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* Don't check for overrides, that's a valid config.Chris Buechler2009-03-261-11/+0
|
* make consistent with services_dnsmasq_edit.phpBill Marquette2009-03-121-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
* touch up textChris Buechler2008-06-021-2/+2
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Fixing css layoutSeth Mos2007-09-011-3/+3
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Nuke display_topbar(). Its's currently red and looks incredibly out of ↵Scott Ullrich2005-12-051-1/+0
| | | | place. Hopefully we can add this back post 1.0
* More screens inherit rounded tabletopsBill Marquette2005-07-031-0/+1
|
* Use $pgtitleBill Marquette2005-07-031-3/+2
| | | | small code cleanups
* include head.inc and round corners on tabsScott Ullrich2005-07-021-7/+4
|
* Move alert box into correct areaScott Ullrich2005-06-151-1/+1
|
* Nuke duplicate require lineScott Ullrich2005-06-151-1/+0
|
* Add back headerScott Ullrich2005-06-151-0/+11
|
* Missed script.Scott Ullrich2005-06-151-0/+135
OpenPOWER on IntegriCloud