Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Ensure Sync tab is shown on all screens | Scott Ullrich | 2007-02-15 | 1 | -4/+0 |
| | | | | * Remove "Add Domains" tab, its the same as "Registered Domains" | ||||
* | Put tinydns_filter in the correct directory | Goffredo Andreone | 2007-02-15 | 1 | -1/+1 |
| | |||||
* | Remove non committed module | Goffredo Andreone | 2007-02-15 | 1 | -5/+0 |
| | |||||
* | Added | Goffredo Andreone | 2007-02-14 | 1 | -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 tabs | Scott Ullrich | 2007-02-12 | 1 | -0/+4 |
| | |||||
* | Add custom sync to function allowing a Admin to sync their tinydns to remote ↵ | Scott Ullrich | 2007-02-12 | 1 | -0/+5 |
| | | | | firewalls with ease. | ||||
* | Add generic tinydns log viewer. | Scott Ullrich | 2007-01-28 | 1 | -0/+14 |
| | | | | Many thanks to Billm for working out the hex foo | ||||
* | Correct description | Scott Ullrich | 2007-01-28 | 1 | -1/+1 |
| | |||||
* | Woops, copy and pasto | Scott Ullrich | 2007-01-28 | 1 | -1/+1 |
| | |||||
* | Make the refresh interval value tunable | Scott Ullrich | 2007-01-28 | 1 | -0/+6 |
| | |||||
* | Use minicron since cron seems to stop running ping_hosts.sh after about 100 ↵ | Scott Ullrich | 2007-01-28 | 1 | -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(); twice | Scott Ullrich | 2007-01-28 | 1 | -1/+0 |
| | |||||
* | Default to tinydns_status.php. Redirect to settings page when not configured. | 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 |
| | |||||
* | Add XMLRPC switch | Scott Ullrich | 2006-12-09 | 1 | -0/+6 |
| | |||||
* | Don't forget trailing / | Scott Ullrich | 2006-12-09 | 1 | -1/+1 |
| | |||||
* | Download xmlrpc file to /usr/local/pkg/pf | Scott Ullrich | 2006-12-09 | 1 | -0/+5 |
| | |||||
* | Add page titles | Scott Ullrich | 2006-12-08 | 1 | -0/+1 |
| | |||||
* | Make tab names uniform | Scott Ullrich | 2006-12-08 | 1 | -1/+1 |
| | |||||
* | Add TinyDNS status page | Scott Ullrich | 2006-12-08 | 1 | -1/+10 |
| | |||||
* | Rename menu item to "TinyDNS" | Scott Ullrich | 2006-12-08 | 1 | -1/+1 |
| | |||||
* | * Item should be a checkbox | Scott Ullrich | 2006-12-08 | 1 | -1/+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/+6 |
| | |||||
* | 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 |
| | |||||
* | Add advanced tinydns tuning parameters | Scott Ullrich | 2006-12-08 | 1 | -0/+30 |
| | |||||
* | tinydns_filter.xml -> tinydns_filter.php | Scott Ullrich | 2006-12-08 | 1 | -1/+1 |
| | |||||
* | Tab items should be surrounded in a <tabs> tag so that the menus properly ↵ | Scott Ullrich | 2006-12-08 | 1 | -9/+11 |
| | | | | show up. Woopsie. | ||||
* | * Hook into ping_hosts.sh | Scott Ullrich | 2006-12-08 | 1 | -0/+10 |
| | | | | * Reload zone database upon host down or up status | ||||
* | * Write out ip address database so ping_hosts.sh can obtain | Scott Ullrich | 2006-12-08 | 1 | -2/+3 |
| | | | | * Finish up failover code | ||||
* | * For now, redirect from tinydns_filter.php directly to CoreGUI page until I ↵ | Scott Ullrich | 2006-12-07 | 1 | -1/+5 |
| | | | | | | write the code * Add tabs for TinyDNS settings and TinyDNS data | ||||
* | Provision tinydns /etc/tinydns directory upon saving. | Scott Ullrich | 2006-12-07 | 1 | -0/+6 |
| | |||||
* | * Bring down additional files | Scott Ullrich | 2006-12-07 | 1 | -4/+14 |
| | | | | * Correct tinydns listen ip field | ||||
* | * Add custom filter file which will be used to drill down to domains and records | Scott Ullrich | 2006-12-07 | 1 | -0/+5 |
| | | | | * Add TinyDNS Settings Tab | ||||
* | Continue framing TinyDNS for testing | Scott Ullrich | 2006-12-07 | 1 | -6/+4 |
| | |||||
* | * Add tinydns for 2.0 so that we can start bending the code into shape | Scott Ullrich | 2006-12-07 | 1 | -1/+1 |
| | | | | * Add more fields. This package will use a custom page to filter domains and then pass the filtered item on to the tinydns_domains.xml CoreGUI program | ||||
* | Start framing the tinydns package | Scott Ullrich | 2006-12-07 | 1 | -0/+35 |