Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When a sync error occurs, enable debug mode and sync again to obtain ↵ | Scott Ullrich | 2007-02-15 | 1 | -0/+2 |
| | | | | enhanced error messages. | ||||
* | Added | Goffredo Andreone | 2007-02-14 | 1 | -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 formatting | Scott Ullrich | 2007-02-14 | 1 | -6/+3 |
| | |||||
* | Timeout after 250 seconds during xmlrpc sync | Scott Ullrich | 2007-02-14 | 1 | -4/+4 |
| | |||||
* | Do not attempt sync if a blank ip is passed | Scott Ullrich | 2007-02-13 | 1 | -4/+7 |
| | |||||
* | Fix bug: | Scott Ullrich | 2007-02-12 | 1 | -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 Ullrich | 2007-02-12 | 1 | -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 Ullrich | 2007-02-12 | 1 | -1/+1 |
| | |||||
* | Add custom sync to function allowing a Admin to sync their tinydns to remote ↵ | Scott Ullrich | 2007-02-12 | 1 | -0/+63 |
| | | | | firewalls with ease. | ||||
* | Correct installation bug: | Scott Ullrich | 2007-02-12 | 1 | -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 Ullrich | 2007-02-08 | 1 | -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 list | Scott Ullrich | 2007-02-06 | 1 | -5/+16 |
| | | | | Submitted-by: GAndreone@imapro.com | ||||
* | Parse config before locking. | Scott Ullrich | 2007-02-06 | 1 | -1/+1 |
| | |||||
* | * Reparse config.xml before writing out file. | Scott Ullrich | 2007-02-06 | 1 | -0/+4 |
| | | | | * Update TINYDNS ip upon change | ||||
* | Fix Fatal error:Call to undefined function: filter_configure() in ↵ | Scott Ullrich | 2007-02-03 | 1 | -0/+2 |
| | | | | /usr/local/pkg/tinydns.inc on line 141 error on package sync | ||||
* | Fix TTL for SOA type records | Scott Ullrich | 2007-01-30 | 1 | -1/+1 |
| | |||||
* | Fix TTL for MX type records | Scott Ullrich | 2007-01-30 | 1 | -1/+1 |
| | |||||
* | Unbreak load balancing option | Scott Ullrich | 2007-01-30 | 1 | -1/+0 |
| | |||||
* | Rebuild the tinydns database very 60 seconds so that failover CARP nodes are ↵ | Scott Ullrich | 2007-01-28 | 1 | -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 tunable | Scott Ullrich | 2007-01-28 | 1 | -1/+4 |
| | |||||
* | Woops minicron uses sleep() so we need to pass the numbner of seconds. | Scott Ullrich | 2007-01-28 | 1 | -1/+1 |
| | |||||
* | Use minicron since cron seems to stop running ping_hosts.sh after about 100 ↵ | Scott Ullrich | 2007-01-28 | 1 | -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 record | Scott Ullrich | 2007-01-28 | 1 | -9/+16 |
| | |||||
* | Lock the config while writing out files that could already being written by ↵ | Scott Ullrich | 2007-01-28 | 1 | -6/+13 |
| | | | | a different process. | ||||
* | * Do not install ping entries more than once | Scott Ullrich | 2007-01-28 | 1 | -10/+27 |
| | | | | * Only ping 1 packet to speed up process | ||||
* | Simplify code by returning "DOWN" or "UP". True and false can be quite ↵ | Scott Ullrich | 2007-01-28 | 1 | -7/+7 |
| | | | | confusing for these cases. | ||||
* | * Create svscan structure correctly. | Scott Ullrich | 2007-01-24 | 1 | -17/+2 |
| | | | | * Ensure multilog is reading from tinydns pipe to prevent blockage | ||||
* | Use monitorip if available. | Scott Ullrich | 2007-01-24 | 1 | -3/+3 |
| | |||||
* | Use monitorip if available. | Scott Ullrich | 2007-01-24 | 1 | -2/+5 |
| | |||||
* | Add monitor ip support | Scott Ullrich | 2007-01-24 | 1 | -4/+15 |
| | |||||
* | Fix TTL option. | Scott Ullrich | 2007-01-16 | 1 | -1/+1 |
| | |||||
* | Reload filter after changes to force xmlrpc sync if defined. | Scott Ullrich | 2006-12-09 | 1 | -0/+3 |
| | |||||
* | Make sure tinydns files are removed upon deinstall | Scott Ullrich | 2006-12-09 | 1 | -0/+3 |
| | |||||
* | Correct failover logic | Scott Ullrich | 2006-12-09 | 1 | -2/+2 |
| | |||||
* | Default arguments to "" | Scott Ullrich | 2006-12-09 | 1 | -1/+1 |
| | |||||
* | Add wan congestion triggers based on MS | Scott Ullrich | 2006-12-08 | 1 | -2/+20 |
| | |||||
* | Add millisecond ping failover threshold | Scott Ullrich | 2006-12-08 | 1 | -1/+5 |
| | |||||
* | Write out advanced TinyDNS options to rc.d svscan.sh file | Scott Ullrich | 2006-12-08 | 1 | -6/+29 |
| | |||||
* | Remove both rows to prevent duplicates | Scott Ullrich | 2006-12-08 | 1 | -0/+2 |
| | |||||
* | * Item should be a checkbox | Scott Ullrich | 2006-12-08 | 1 | -0/+1 |
| | | | | * Rehup cron after changes | ||||
* | Add option to turn ping_hosts.sh into a every minute event in cron | Scott Ullrich | 2006-12-08 | 1 | -0/+14 |
| | |||||
* | Unbreak ttl | Scott Ullrich | 2006-12-08 | 1 | -0/+1 |
| | |||||
* | * Pass hostname to tinydns row creator function | Scott Ullrich | 2006-12-08 | 1 | -9/+9 |
| | | | | * Check that records ip is up correctly | ||||
* | * Split tinydns data row code out to its own function | Scott Ullrich | 2006-12-08 | 1 | -22/+39 |
| | | | | * Add load balancing support | ||||
* | Increase inputbox size to 45 | Scott Ullrich | 2006-12-08 | 1 | -4/+8 |
| | |||||
* | SOA records do not need a TTL in this case. | Scott Ullrich | 2006-12-08 | 1 | -1/+1 |
| | |||||
* | Our service directory is /service, not /var/service | Scott Ullrich | 2006-12-08 | 1 | -1/+1 |
| | |||||
* | * default svscan to on | Scott Ullrich | 2006-12-08 | 1 | -1/+1 |
| | | | | * misc tweaks | ||||
* | file_return_contents -> file_get_contents | Scott Ullrich | 2006-12-08 | 1 | -1/+1 |
| | |||||
* | * Use correct failoverip | Scott Ullrich | 2006-12-08 | 1 | -1/+1 |
| | | | | * Reload ping database upon zone up or down |