summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dnsmasq.php
Commit message (Collapse)AuthorAgeFilesLines
* Reformat the DNS Forwarder page a bit so it conforms with the other pages. ↵jim-p2011-10-281-32/+50
| | | | Add some headers to make it more clear what each section does. Cosmetic changes only.
* Allow custom dnsmasq options so ppl can set SRV records and such for ↵Andrew Thompson2011-08-171-8/+41
| | | | xmpp/kerberos
* Fix botched patch, add closing bracketAndrew Thompson2011-07-131-1/+1
|
* Allow DHCP mappings to be resolved first for reverse lookups.Andrew Thompson2011-07-131-0/+12
| | | | | | This was affecting a kerberos installation where the first DNS alias was given for the PTR instead of the static DHCP mapping name, breaking the kerberos tokens.
* Reverting class="sortable" damaged by commit ↵Evgeny Yurchenko2011-06-051-2/+2
| | | | 17d5077f61d963178f47e016b8768b768800ba68
* Restoring gray background to the right of some tables in GUI.Evgeny Yurchenko2011-06-051-2/+2
|
* Fix whitespace formatting.jim-p2011-02-171-181/+184
|
* Allow sorting of DNS forwarder entries.jim-p2011-02-171-3/+16
|
* gettext fixesRenato Botelho2010-08-121-1/+1
|
* Corrections gettext implementation on services_dnsmasq.phpCarlos Eduardo Ramos2010-07-151-3/+3
|
* Implement gettext() calls on services_dnsmasq.phpRafael Lucas2010-07-131-39/+39
|
* fix textChris Buechler2009-12-131-1/+1
|
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Reload filter in case we need to sync CARP dataScott Ullrich2009-10-211-0/+3
|
* Turn off sortable on this page. Something else is sorting the data prior ↵Scott Ullrich2009-10-101-1/+1
| | | | and is causing the ordering to get foobar'd.
* 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
* Make sortableScott Ullrich2009-08-231-1/+1
|
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-1/+0
| | | | | | pages where they are needed. Remove some sort functions not used.
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-7/+5
| | | | | | - 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
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-4/+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.
* Do not hard code whiteScott Ullrich2008-10-121-1/+1
|
* Do not hard code whiteScott Ullrich2008-10-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
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Add a plus button on the top header of these pages.Seth Mos2007-05-081-4/+26
| | | | This to make it easier on large configurations.
* MFC [15285]Bill Marquette2006-11-111-3/+31
| | | | add dhcpd static mappings to dns forwarder
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Remove reboot required checksScott Ullrich2005-12-141-5/+5
|
* MFC 7984Scott Ullrich2005-11-251-2/+2
| | | | Don't end <span> tags in the middle of paragraphs, it makes people wonder if their monitors are messedup when text sizes change in wierd places
* updating files to use theme imagesErik Kristensen2005-07-211-6/+6
| | | | | removing images from /usr/local/www adding specific images into the correct theme directories
* Use $pgtitleBill Marquette2005-07-031-1/+1
| | | | small code cleanups
* Consolidate Apply changes button into the info box on the right hand sideScott Ullrich2005-07-031-1/+0
|
* include head.inc and round corners on tabsScott Ullrich2005-07-021-7/+2
|
* Correctrly remove host type dns masq recordsScott Ullrich2005-07-011-1/+1
|
* Minor code cleanups (style related).Scott Ullrich2005-07-011-19/+18
|
* Match prior table behavior by doing a hard breakScott Ullrich2005-06-151-0/+1
|
* Turn description font color whiteScott Ullrich2005-06-151-1/+1
|
* fix chopped lines from import patchScott Ullrich2005-06-151-4/+2
|
* Space the tables out a little bit more.Scott Ullrich2005-06-151-0/+1
|
* Close off tableScott Ullrich2005-06-151-1/+3
|
* Initial commit of dnsmasq domain overridesScott Ullrich2005-06-141-8/+61
| | | | | | | | Submitted-to-m0n0wall-dev-by: Joe Suhre The patch adds the ability to make use of dnsmasq's --server=/domain/auth_server ARG in order to force queries for domain to a specific dns server rather then doing a full recursive query
* Doubleclick for editBill Marquette2005-04-121-4/+4
|
* Cleanup icon placement to be more like rules screenBill Marquette2005-04-041-6/+16
|
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* Convert description font color to whiteScott Ullrich2004-11-191-30/+30
|
* Initial revisionScott Ullrich2004-11-071-0/+168
OpenPOWER on IntegriCloud