Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Only copy resolv.conf.orig if it exists | Scott Ullrich | 2007-02-22 | 1 | -9/+9 |
| | | | | | * Convert if {} logic to pfSense style * Only operate on dnscache if it exists | ||||
* | More GUI changes | Goffredo Andreone | 2007-02-22 | 1 | -1/+1 |
| | |||||
* | Added Clear logs button | Goffredo Andreone | 2007-02-22 | 1 | -0/+5 |
| | |||||
* | Change Name to DNS Cache-Server to reflect its true nature | Goffredo Andreone | 2007-02-22 | 1 | -2/+2 |
| | |||||
* | FIxed ampersand sign in tinydns.xml file which caused a download error! | Goffredo Andreone | 2007-02-22 | 1 | -1/+1 |
| | |||||
* | Forwarding of DNS requests to tinyDNS server not functional in this version. ↵ | Goffredo Andreone | 2007-02-22 | 2 | -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 operations | Goffredo Andreone | 2007-02-21 | 1 | -7/+7 |
| | |||||
* | Fixed copy resolv.conf to resolv.config.dnscache error | Goffredo Andreone | 2007-02-21 | 1 | -2/+2 |
| | |||||
* | Forwarding now working with CARP IP set for TinyDNS and LAN IP set for ↵ | Goffredo Andreone | 2007-02-21 | 1 | -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 Andreone | 2007-02-21 | 1 | -0/+1 |
| | |||||
* | * Remove debugging * Only recreate zone and ping items on change | Scott Ullrich | 2007-02-21 | 1 | -6/+0 |
| | |||||
* | It helps when we add the delete and add function to the correct file! | Scott Ullrich | 2007-02-21 | 1 | -0/+14 |
| | |||||
* | Handle delete command | Scott Ullrich | 2007-02-21 | 1 | -0/+6 |
| | |||||
* | Reload zone settings on save | Scott Ullrich | 2007-02-21 | 1 | -0/+6 |
| | |||||
* | Added start of DNS forwarding code. Not functional as of yet in that ↵ | Goffredo Andreone | 2007-02-19 | 3 | -1/+89 |
| | | | | recursion is not implemented. Other minor fix ups. | ||||
* | Make active when selected | Goffredo Andreone | 2007-02-18 | 1 | -1/+1 |
| | |||||
* | Re added and renamed Registered Domains tab to View Domains | Goffredo Andreone | 2007-02-16 | 6 | -6/+16 |
| | |||||
* | Spell error on $rtype2 | Goffredo Andreone | 2007-02-16 | 1 | -1/+1 |
| | |||||
* | * Ensure Sync tab is shown on all screens | Scott Ullrich | 2007-02-15 | 5 | -10/+1 |
| | | | | * Remove "Add Domains" tab, its the same as "Registered Domains" | ||||
* | Misc cleanups | Scott Ullrich | 2007-02-15 | 1 | -6/+3 |
| | |||||
* | Only sync if IP and password are passed | Scott Ullrich | 2007-02-15 | 1 | -1/+2 |
| | |||||
* | When a sync error occurs, enable debug mode and sync again to obtain ↵ | Scott Ullrich | 2007-02-15 | 1 | -0/+2 |
| | | | | enhanced error messages. | ||||
* | Renamed Last Tab Array to Sync vs. Logs | Goffredo Andreone | 2007-02-15 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Displays the registered DNS records | Goffredo Andreone | 2007-02-14 | 1 | -0/+110 |
| | |||||
* | Added | Goffredo Andreone | 2007-02-14 | 6 | -46/+277 |
| | | | | | | | | | | | | | | | 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 |
| | |||||
* | Logs -> Sync | Scott Ullrich | 2007-02-13 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | Use a password type field | Scott Ullrich | 2007-02-12 | 1 | -1/+1 |
| | |||||
* | Use a different namespace | Scott Ullrich | 2007-02-12 | 1 | -1/+1 |
| | |||||
* | Add missing tabs | Scott Ullrich | 2007-02-12 | 5 | -0/+34 |
| | |||||
* | s/sidir/is_dir/ | Scott Ullrich | 2007-02-12 | 1 | -1/+1 |
| | |||||
* | Remove unused functions | Scott Ullrich | 2007-02-12 | 1 | -6/+0 |
| | |||||
* | * Use $_POST | Scott Ullrich | 2007-02-12 | 2 | -2/+2 |
| | | | | * Misc formatting | ||||
* | Add custom sync to function allowing a Admin to sync their tinydns to remote ↵ | Scott Ullrich | 2007-02-12 | 4 | -70/+110 |
| | | | | 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 | 2 | -10/+15 |
| | | | | | | * 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 | 2 | -6/+32 |
| | | | | 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 | ||||
* | Add missing Logs tab | Scott Ullrich | 2007-02-03 | 1 | -0/+1 |
| | |||||
* | 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 |
| |