Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not run tinydns_custom_php_changeip_command(); twice | Scott Ullrich | 2007-01-28 | 1 | -1/+0 |
| | |||||
* | 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. | ||||
* | Oops, bad debug code, bad. Remove. | Scott Ullrich | 2007-01-24 | 1 | -1/+1 |
| | |||||
* | Use pfsense.merge_config_section | Scott Ullrich | 2007-01-24 | 1 | -3/+5 |
| | |||||
* | Do not use fancy php pointers, leading to the whipeout of carpsettings xml ↵ | Scott Ullrich | 2007-01-24 | 1 | -2/+4 |
| | | | | entries on secondary hosts | ||||
* | Do not use fancy php pointers, leading to the whipeout of carpsettings xml ↵ | Scott Ullrich | 2007-01-24 | 1 | -3/+2 |
| | | | | entries on secondary hosts | ||||
* | * 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 | 2 | -5/+5 |
| | |||||
* | Use monitorip if available. | Scott Ullrich | 2007-01-24 | 2 | -12/+27 |
| | |||||
* | Add monitor ip support | Scott Ullrich | 2007-01-24 | 2 | -4/+28 |
| | |||||
* | Fix TTL option. | Scott Ullrich | 2007-01-16 | 1 | -1/+1 |
| | |||||
* | Default to tinydns_status.php. Redirect to settings page when not configured. | Scott Ullrich | 2006-12-09 | 2 | -2/+2 |
| | |||||
* | Default to tinydns_status.php. Redirect to settings page when not configured. | Scott Ullrich | 2006-12-09 | 1 | -2/+6 |
| | |||||
* | Do not lazy search | Scott Ullrich | 2006-12-09 | 1 | -2/+2 |
| | |||||
* | Indent master/parent records better. | Scott Ullrich | 2006-12-09 | 1 | -1/+1 |
| | |||||
* | Rename to DNS Server. This reflects what this package does better. | Scott Ullrich | 2006-12-09 | 1 | -1/+1 |
| | |||||
* | whitelist -> domains | Scott Ullrich | 2006-12-09 | 1 | -1/+1 |
| | |||||
* | Add XMLRPC switch | Scott Ullrich | 2006-12-09 | 1 | -0/+6 |
| | |||||
* | Reload filter after changes to force xmlrpc sync if defined. | Scott Ullrich | 2006-12-09 | 1 | -0/+3 |
| | |||||
* | Don't forget trailing / | Scott Ullrich | 2006-12-09 | 1 | -1/+1 |
| | |||||
* | Make sure tinydns files are removed upon deinstall | Scott Ullrich | 2006-12-09 | 1 | -0/+3 |
| | |||||
* | Download xmlrpc file to /usr/local/pkg/pf | Scott Ullrich | 2006-12-09 | 1 | -0/+5 |
| | |||||
* | * Cleanup status | Scott Ullrich | 2006-12-09 | 2 | -1/+138 |
| | | | | * Import XMLRPC file | ||||
* | * Cleanup status. | Scott Ullrich | 2006-12-09 | 1 | -5/+35 |
| | | | | * Only show relevant items | ||||
* | Correct failover logic | Scott Ullrich | 2006-12-09 | 2 | -2/+3 |
| | |||||
* | Show down hosts in RED | Scott Ullrich | 2006-12-09 | 1 | -1/+4 |
| | |||||
* | Default arguments to "" | Scott Ullrich | 2006-12-09 | 1 | -1/+1 |
| | |||||
* | report ms times if recorded | Scott Ullrich | 2006-12-09 | 1 | -2/+7 |
| | |||||
* | Include necessary files | Scott Ullrich | 2006-12-08 | 3 | -2/+9 |
| | |||||
* | Adjust size | Scott Ullrich | 2006-12-08 | 1 | -5/+7 |
| | |||||
* | Add wan congestion triggers based on MS | Scott Ullrich | 2006-12-08 | 2 | -2/+26 |
| | |||||
* | Add millisecond ping failover threshold | Scott Ullrich | 2006-12-08 | 2 | -1/+11 |
| | |||||
* | Correct URL | Scott Ullrich | 2006-12-08 | 1 | -1/+1 |
| | |||||
* | Add page titles | Scott Ullrich | 2006-12-08 | 2 | -0/+2 |
| | |||||
* | Make tab names uniform | Scott Ullrich | 2006-12-08 | 2 | -3/+3 |
| | |||||
* | Remove clear button | Scott Ullrich | 2006-12-08 | 1 | -3/+2 |
| | |||||
* | Add TinyDNS status page | Scott Ullrich | 2006-12-08 | 3 | -1/+104 |
| | |||||
* | Write out advanced TinyDNS options to rc.d svscan.sh file | Scott Ullrich | 2006-12-08 | 1 | -6/+29 |
| | |||||
* | Rename menu item to "TinyDNS" | Scott Ullrich | 2006-12-08 | 1 | -1/+1 |
| | |||||
* | Remove both rows to prevent duplicates | Scott Ullrich | 2006-12-08 | 1 | -0/+2 |
| | |||||
* | * Item should be a checkbox | Scott Ullrich | 2006-12-08 | 2 | -1/+2 |
| | | | | * Rehup cron after changes | ||||
* | Add option to turn ping_hosts.sh into a every minute event in cron | Scott Ullrich | 2006-12-08 | 2 | -0/+20 |
| | |||||
* | 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 | 2 | -22/+45 |
| | | | | * Add load balancing support | ||||
* | Use <value> and set the descriptions | Scott Ullrich | 2006-12-08 | 1 | -10/+10 |
| | |||||
* | Add sane defaults for advanced parameters | Scott Ullrich | 2006-12-08 | 1 | -0/+5 |
| |