aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tinydns/tinydns.inc
Commit message (Collapse)AuthorAgeFilesLines
* * 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.
* 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-231-46/+57
| | | | 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-11/+12
|
* * 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
* Forwarding of DNS requests to tinyDNS server not functional in this version. ↵Goffredo Andreone2007-02-221-41/+64
| | | | 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.
* 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.
* Added start of DNS forwarding code. Not functional as of yet in that ↵Goffredo Andreone2007-02-191-1/+80
| | | | recursion is not implemented. Other minor fix ups.
* Spell error on $rtype2Goffredo Andreone2007-02-161-1/+1
|
* When a sync error occurs, enable debug mode and sync again to obtain ↵Scott Ullrich2007-02-151-0/+2
| | | | enhanced error messages.
* AddedGoffredo Andreone2007-02-141-40/+229
| | | | | | | | | | | | | | | 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
* Misc style formattingScott Ullrich2007-02-141-6/+3
|
* Timeout after 250 seconds during xmlrpc syncScott Ullrich2007-02-141-4/+4
|
* Do not attempt sync if a blank ip is passedScott Ullrich2007-02-131-4/+7
|
* Fix bug:Scott Ullrich2007-02-121-2/+7
| | | | Warning: file_get_contents(/var/db/pingmsstatus/XX.XXX.XXX.XXX): failed to open stream: No such file or directory in /usr/local/pkg/tinydns.inc on line 155
* Fix RDNS bug:Scott Ullrich2007-02-121-1/+1
| | | | Warning: Missing argument 5 for tinydns_get_rowline_data() in /usr/local/pkg/tinydns.inc on line 319
* s/sidir/is_dir/Scott Ullrich2007-02-121-1/+1
|
* Add custom sync to function allowing a Admin to sync their tinydns to remote ↵Scott Ullrich2007-02-121-0/+63
| | | | firewalls with ease.
* Correct installation bug:Scott Ullrich2007-02-121-1/+4
| | | | Warning: fopen(/service/tinydns/root/data): failed to open stream: No such file or directory in /usr/local/pkg/tinydns.inc on line 255
* * Patched tinydns.inc to restart service.Scott Ullrich2007-02-081-0/+4
| | | | | | * Support for independent NS records has been added. Submitted-by: GAndreone@imapro.com
* Add rDNS and show the IP address in the column listScott Ullrich2007-02-061-5/+16
| | | | Submitted-by: GAndreone@imapro.com
* Parse config before locking.Scott Ullrich2007-02-061-1/+1
|
* * Reparse config.xml before writing out file.Scott Ullrich2007-02-061-0/+4
| | | | * Update TINYDNS ip upon change
* Fix Fatal error:Call to undefined function: filter_configure() in ↵Scott Ullrich2007-02-031-0/+2
| | | | /usr/local/pkg/tinydns.inc on line 141 error on package sync
* Fix TTL for SOA type recordsScott Ullrich2007-01-301-1/+1
|
* Fix TTL for MX type recordsScott Ullrich2007-01-301-1/+1
|
* Unbreak load balancing optionScott Ullrich2007-01-301-1/+0
|
* Rebuild the tinydns database very 60 seconds so that failover CARP nodes are ↵Scott Ullrich2007-01-281-1/+1
| | | | rebult accordingly. XMLRPC already works so now any host in a CARP cluter can be a authoritative host and dynamically failover.
* Make the refresh interval value tunableScott Ullrich2007-01-281-1/+4
|
* Woops minicron uses sleep() so we need to pass the numbner of seconds.Scott Ullrich2007-01-281-1/+1
|
* Use minicron since cron seems to stop running ping_hosts.sh after about 100 ↵Scott Ullrich2007-01-281-17/+3
| | | | runs. Not sure what is going on with CRON but I am out of time of chasing its bad habits.
* Correctly return backup gateway host recordScott Ullrich2007-01-281-9/+16
|
* Lock the config while writing out files that could already being written by ↵Scott Ullrich2007-01-281-6/+13
| | | | a different process.
* * Do not install ping entries more than onceScott Ullrich2007-01-281-10/+27
| | | | * Only ping 1 packet to speed up process
* Simplify code by returning "DOWN" or "UP". True and false can be quite ↵Scott Ullrich2007-01-281-7/+7
| | | | confusing for these cases.
* * Create svscan structure correctly.Scott Ullrich2007-01-241-17/+2
| | | | * Ensure multilog is reading from tinydns pipe to prevent blockage
* Use monitorip if available.Scott Ullrich2007-01-241-3/+3
|
* Use monitorip if available.Scott Ullrich2007-01-241-2/+5
|
* Add monitor ip supportScott Ullrich2007-01-241-4/+15
|
* Fix TTL option.Scott Ullrich2007-01-161-1/+1
|
* Reload filter after changes to force xmlrpc sync if defined.Scott Ullrich2006-12-091-0/+3
|
* Make sure tinydns files are removed upon deinstallScott Ullrich2006-12-091-0/+3
|
* Correct failover logicScott Ullrich2006-12-091-2/+2
|
* Default arguments to ""Scott Ullrich2006-12-091-1/+1
|
* Add wan congestion triggers based on MSScott Ullrich2006-12-081-2/+20
|
* Add millisecond ping failover thresholdScott Ullrich2006-12-081-1/+5
|