aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tinydns
Commit message (Collapse)AuthorAgeFilesLines
* Register static leases from other LAN like interfaces (OPTX with no GW).Scott Ullrich2008-02-241-12/+24
| | | | | Submitted-by: luisousa via forum http://forum.pfsense.org/index.php/topic,8004.0.html
* use merge_installedpackages_section_xmlrpc() procedureScott Ullrich2008-02-142-1/+7
|
* Missing 'Scott Ullrich2008-02-141-2/+2
|
* Add missing 2.Scott Ullrich2008-02-141-1/+1
|
* s/ipaddress/ipaddress3/CVS: ↵Scott Ullrich2008-02-141-1/+1
| | | | ----------------------------------------------------------------------
* * Reload target sync hosts zone records after a syncScott Ullrich2008-02-142-1/+61
| | | | | * Add 2 more optional sync hosts so that we can sync to 2 extra hosts making it easier to manage 3 hosts that run tinydns.
* * Add merge_installedpackages_section_xmlrpc() call used for mergingScott Ullrich2008-02-141-1/+1
| | | | | | | | specific <installedpackages><AREANAME> sub items without replacing the entire <installedpackages> area with just this item * Adjust TinyDNS sync to use this new method to avoid replacing the entire destination <installedpackages> area which also whipes out all other installd package information.
* Do not sync tinydns settings, only sync domain data.Scott Ullrich2008-02-141-1/+0
|
* Use for() instead of foreach() inside a foreach() which ends up sendingScott Ullrich2008-02-111-1/+2
| | | | php to LaLa land.
* Fix DSH's copy and pasto lack of filling out the form.Scott Ullrich2008-02-111-6/+2
|
* * (C) bumpScott Ullrich2008-01-301-2/+2
| | | | * General style cleanups
* General style cleanups.Scott Ullrich2008-01-301-39/+48
|
* Use correct L server IP address.Scott Ullrich2008-01-301-1/+1
|
* Ensure the Gdnscache user exists.Scott Ullrich2008-01-301-0/+1
|
* Ensure tinydns user and group exists upon installation.Scott Ullrich2008-01-301-8/+13
|
* Update l zone.Scott Ullrich2008-01-241-1/+1
| | | | See http://blog.icann.org/?p=227
* Start TinyDNS after configuration changes or installation.Scott Ullrich2008-01-141-1/+1
|
* Add TinyDNS to Status -> Services screen.Scott Ullrich2008-01-141-0/+6
|
* * added copyright header to each fileDaniel Stefan Haischt2007-09-013-63/+69
| | | | | | * 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-013-0/+132
| | | | | | * 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
* Disable XMLRPC sync temporarily until Ticket #1318 can be fixed.Scott Ullrich2007-05-151-14/+20
|
* Check to see if item is an array before enumeratingScott Ullrich2007-04-291-0/+1
|
* Remove extra ?>Scott Ullrich2007-04-291-2/+0
|
* * Minor style cleanupsScott Ullrich2007-04-271-1/+6
|
* Use pfsense.restore_config_section xmlrpc call for syncing tinydns data.Scott Ullrich2007-04-251-1/+1
|
* Test for a succesful installation of tinydns server by checking for ↵Goffredo Andreone2007-04-121-5/+4
| | | | | | /service/tinydns/root directory instead of /service/tinydns/. Install tinydns server on local host unless a different IP is entered.
* Deleted stray "?>" at the end of fileGoffredo Andreone2007-04-111-1/+0
|
* Fixed bug with creation of root servers and bound tinydns server to ↵Goffredo Andreone2007-04-011-39/+75
| | | | localhost when forwarding is enabled.
* Corrected an error in registering local domainsGoffredo Andreone2007-02-241-1/+2
|
* Further updates to limit DNS server if DHCP logging is enabled. Forwarding ↵Goffredo Andreone2007-02-233-49/+69
| | | | 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-232-12/+13
|
* Yet another GUI changeGoffredo Andreone2007-02-221-1/+1
|
* * Only copy resolv.conf.orig if it existsScott Ullrich2007-02-221-9/+9
| | | | | * Convert if {} logic to pfSense style * Only operate on dnscache if it exists
* More GUI changesGoffredo Andreone2007-02-221-1/+1
|
* Added Clear logs buttonGoffredo Andreone2007-02-221-0/+5
|
* 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-222-51/+68
| | | | 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
|
* Fixed copy resolv.conf to resolv.config.dnscache errorGoffredo Andreone2007-02-211-2/+2
|
* Forwarding now working with CARP IP set for TinyDNS and LAN IP set for ↵Goffredo Andreone2007-02-211-26/+96
| | | | | | DNScache(Forwarder). Documention on actual operation not up to date! Once Forwarding is enabled it cannot be removed.
* Cleaned up display of ". records" for IE.Goffredo Andreone2007-02-211-0/+1
|
* * Remove debugging * Only recreate zone and ping items on changeScott Ullrich2007-02-211-6/+0
|
* It helps when we add the delete and add function to the correct file!Scott Ullrich2007-02-211-0/+14
|
* 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-193-1/+89
| | | | recursion is not implemented. Other minor fix ups.
* Make active when selectedGoffredo Andreone2007-02-181-1/+1
|
* Re added and renamed Registered Domains tab to View DomainsGoffredo Andreone2007-02-166-6/+16
|
* Spell error on $rtype2Goffredo Andreone2007-02-161-1/+1
|