aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tinydns/tinydns.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add TinyDNS to Status -> Services screen.Scott Ullrich2008-01-141-0/+6
|
* * added copyright header to each fileDaniel Stefan Haischt2007-09-011-35/+36
| | | | | | * added XSL stylesheet to each file * added DTD to some files (TODO: Add DTD to the remaining files and validate them against the DTD) * added a Document Type Definition which allows to validate package files
* * added copyright header to each fileDaniel Stefan Haischt2007-09-011-0/+44
| | | | | | * added XSL stylesheet to each file * added DTD to some files (TODO: Add DTD to the remaining files and validate them against the DTD) * added a Document Type Definition which allows to validate package files
* Further updates to limit DNS server if DHCP logging is enabled. Forwarding ↵Goffredo Andreone2007-02-231-1/+1
| | | | can be concurrent with DNS server on Public IP as long as logging of DHCP is disabled. Started fixing Log Page.
* CHange the Binding of tinyDNS so that Carp IP is no longer required.Goffredo Andreone2007-02-231-1/+1
|
* Yet another GUI changeGoffredo Andreone2007-02-221-1/+1
|
* More GUI changesGoffredo Andreone2007-02-221-1/+1
|
* Change Name to DNS Cache-Server to reflect its true natureGoffredo Andreone2007-02-221-2/+2
|
* FIxed ampersand sign in tinydns.xml file which caused a download error!Goffredo Andreone2007-02-221-1/+1
|
* Forwarding of DNS requests to tinyDNS server not functional in this version. ↵Goffredo Andreone2007-02-221-10/+4
| | | | Need to update to test download from web. Added files to forward DNS requests to tinyDNS server if SOA record is on tinyDNS otherwise forward to external Forwarding servers.
* Updated documentation of page to reflect actual operationsGoffredo Andreone2007-02-211-7/+7
|
* Handle delete commandScott Ullrich2007-02-211-0/+6
|
* Reload zone settings on saveScott Ullrich2007-02-211-0/+6
|
* Added start of DNS forwarding code. Not functional as of yet in that ↵Goffredo Andreone2007-02-191-0/+6
| | | | recursion is not implemented. Other minor fix ups.
* Re added and renamed Registered Domains tab to View DomainsGoffredo Andreone2007-02-161-1/+5
|
* * Ensure Sync tab is shown on all screensScott Ullrich2007-02-151-4/+0
| | | | * Remove "Add Domains" tab, its the same as "Registered Domains"
* Put tinydns_filter in the correct directoryGoffredo Andreone2007-02-151-1/+1
|
* Remove non committed moduleGoffredo Andreone2007-02-151-5/+0
|
* AddedGoffredo Andreone2007-02-141-2/+34
| | | | | | | | | | | | | | | 1) Binding of tinyDNS to LAN with auto registration of DNS ans rDNS 2) Auto DHCP server Static registration 3) Auto DHCP server Active lease registration. 4)Tab page that displays ALL registered leases. Open items 1)Unable to change the displayed IP in settings even when it says "config_rw"? 2) DNS pages have to be active in order for the DNS to be updated with new DHCP leases. What do you suggest is the best way to implement DNS forarding? The diff files and a new file tinydns_dhcp_filter.php
* Add missing tabsScott Ullrich2007-02-121-0/+4
|
* Add custom sync to function allowing a Admin to sync their tinydns to remote ↵Scott Ullrich2007-02-121-0/+5
| | | | firewalls with ease.
* Add generic tinydns log viewer.Scott Ullrich2007-01-281-0/+14
| | | | Many thanks to Billm for working out the hex foo
* Correct descriptionScott Ullrich2007-01-281-1/+1
|
* Woops, copy and pastoScott Ullrich2007-01-281-1/+1
|
* Make the refresh interval value tunableScott Ullrich2007-01-281-0/+6
|
* Use minicron since cron seems to stop running ping_hosts.sh after about 100 ↵Scott Ullrich2007-01-281-6/+0
| | | | runs. Not sure what is going on with CRON but I am out of time of chasing its bad habits.
* Do not run tinydns_custom_php_changeip_command(); twiceScott Ullrich2007-01-281-1/+0
|
* Default to tinydns_status.php. Redirect to settings page when not configured.Scott Ullrich2006-12-091-1/+1
|
* Rename to DNS Server. This reflects what this package does better.Scott Ullrich2006-12-091-1/+1
|
* Add XMLRPC switchScott Ullrich2006-12-091-0/+6
|
* Don't forget trailing /Scott Ullrich2006-12-091-1/+1
|
* Download xmlrpc file to /usr/local/pkg/pfScott Ullrich2006-12-091-0/+5
|
* Add page titlesScott Ullrich2006-12-081-0/+1
|
* Make tab names uniformScott Ullrich2006-12-081-1/+1
|
* Add TinyDNS status pageScott Ullrich2006-12-081-1/+10
|
* Rename menu item to "TinyDNS"Scott Ullrich2006-12-081-1/+1
|
* * Item should be a checkboxScott Ullrich2006-12-081-1/+1
| | | | * Rehup cron after changes
* Add option to turn ping_hosts.sh into a every minute event in cronScott Ullrich2006-12-081-0/+6
|
* Use <value> and set the descriptionsScott Ullrich2006-12-081-10/+10
|
* Add sane defaults for advanced parametersScott Ullrich2006-12-081-0/+5
|
* Add advanced tinydns tuning parametersScott Ullrich2006-12-081-0/+30
|
* tinydns_filter.xml -> tinydns_filter.phpScott Ullrich2006-12-081-1/+1
|
* Tab items should be surrounded in a <tabs> tag so that the menus properly ↵Scott Ullrich2006-12-081-9/+11
| | | | show up. Woopsie.
* * Hook into ping_hosts.shScott Ullrich2006-12-081-0/+10
| | | | * Reload zone database upon host down or up status
* * Write out ip address database so ping_hosts.sh can obtainScott Ullrich2006-12-081-2/+3
| | | | * Finish up failover code
* * For now, redirect from tinydns_filter.php directly to CoreGUI page until I ↵Scott Ullrich2006-12-071-1/+5
| | | | | | write the code * Add tabs for TinyDNS settings and TinyDNS data
* Provision tinydns /etc/tinydns directory upon saving.Scott Ullrich2006-12-071-0/+6
|
* * Bring down additional filesScott Ullrich2006-12-071-4/+14
| | | | * Correct tinydns listen ip field
* * Add custom filter file which will be used to drill down to domains and recordsScott Ullrich2006-12-071-0/+5
| | | | * Add TinyDNS Settings Tab
* Continue framing TinyDNS for testingScott Ullrich2006-12-071-6/+4
|