| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix tinydns load balancing reverse behavior | Heinrich Lee Yu | 2011-08-01 | 1 | -1/+1 |
* | Use the new ip6 arpa function where needed instead of the v4 version if it's ... | jim-p | 2011-06-09 | 1 | -2/+9 |
* | Fixup masking, add comments. | jim-p | 2011-06-09 | 1 | -3/+13 |
* | Fix comment. | jim-p | 2011-06-09 | 1 | -2/+1 |
* | For at least this case, generate a proper ipv6 arpa format reverse IP. | jim-p | 2011-06-09 | 1 | -1/+17 |
* | timestamp defaults to '' | Scott Ullrich | 2011-02-07 | 1 | -1/+1 |
* | Add SRV record support. | Scott Ullrich | 2011-02-07 | 1 | -3/+7 |
* | Strip colons from ipv6. Addresses must be in 128 but format | Scott Ullrich | 2011-02-06 | 1 | -4/+2 |
* | Use 6 to designate ipv6 records | Scott Ullrich | 2011-02-06 | 1 | -1/+1 |
* | Add ipv6 support | Scott Ullrich | 2011-02-06 | 1 | -0/+10 |
* | Also allow the user to enter an IP:FQDN record for MX, since it's valid and t... | jim-p | 2010-11-10 | 1 | -2/+11 |
* | Detect if we have an IP or a hostname in an MX record and set the field appro... | jim-p | 2010-11-10 | 1 | -1/+9 |
* | Use a double colon for tinydns MX records, otherwise our fields were off by one. | jim-p | 2010-11-10 | 1 | -1/+1 |
* | Switch this call from fprintf to fwrite/sprintf, fprintf does not exist on PH... | jim-p | 2010-09-29 | 1 | -2/+2 |
* | Only create axfrdns link if service is activated. Handle rm's for each case ... | Scott Ullrich | 2010-08-07 | 1 | -7/+11 |
* | fix MX priority | Chris Buechler | 2010-08-04 | 1 | -1/+1 |
* | Fix these variable tests so they evaluate properly. | jim-p | 2010-08-03 | 1 | -3/+3 |
* | Add SOA for rdns of manual entries. (There is probably a better way to do thi... | jim-p | 2010-08-02 | 1 | -1/+7 |
* | fix tinydns_add_active_leases. patch from ticket #436 | Chris Buechler | 2010-08-01 | 1 | -41/+87 |
* | fix lease registration. ticket #546 | Chris Buechler | 2010-08-01 | 1 | -2/+2 |
* | Ensure svscan.sh has a+rx | Scott Ullrich | 2010-08-01 | 1 | -0/+4 |
* | need interfaces.inc here | Chris Buechler | 2010-08-01 | 1 | -1/+4 |
* | Ticket #490. Correct path. | Ermal | 2010-04-14 | 1 | -1/+1 |
* | Ticket #440. dnscache-conf will create the direcory itself. | Ermal | 2010-04-14 | 1 | -1/+1 |
* | Do not go to /var/etc/etc/ but just /var/etc mostly cosmetic. | Ermal | 2010-04-14 | 1 | -39/+39 |
* | Catch up with latest changes. | Ermal | 2010-03-29 | 1 | -6/+14 |
* | Ticket #403. More improvements from patches provided here. | Ermal | 2010-03-29 | 1 | -6/+25 |
* | This code does not need rw access. | Ermal | 2010-03-29 | 1 | -4/+4 |
* | Ticket #403. Move all services to /var/etc. | Ermal | 2010-03-29 | 1 | -46/+54 |
* | Ticket #403. Submitted patch. | Ermal | 2010-03-29 | 1 | -19/+20 |
* | Ticket #448. Cleanup before re-writing the configuration. | Ermal | 2010-03-24 | 1 | -5/+3 |
* | Ticket #440. On 2.0 user /var/etc/nameserver_* from getting the DNS server list. | Ermal | 2010-03-24 | 1 | -30/+36 |
* | Ticket #439. Make sure directory exists so files in it can be created. | Ermal | 2010-03-24 | 1 | -0/+2 |
* | Ticket #442. Remove all directories upon deinstall. | Ermal | 2010-03-24 | 1 | -1/+2 |
* | Clean directories before running. | Ermal | 2010-03-24 | 1 | -0/+2 |
* | Ticket #439. Allow dnscache to listen on multiple interfaces. | Ermal | 2010-03-24 | 1 | -47/+86 |
* | Reload zone correctly on the primary dns server without needing to do an oper... | Scott Ullrich | 2010-03-15 | 1 | -1/+0 |
* | Just remove /etc/tinydns | Scott Ullrich | 2009-09-09 | 1 | -1/+1 |
* | Full path to killall | Scott Ullrich | 2009-09-09 | 1 | -3/+3 |
* | Kill supervise and tinydns on deinstall | Scott Ullrich | 2009-09-09 | 1 | -0/+2 |
* | Oops, remove /etc/tinydns | Scott Ullrich | 2009-09-09 | 1 | -1/+1 |
* | Remove /etc/tinydns on deinstall. Resolves #82 | Scott Ullrich | 2009-09-09 | 1 | -0/+1 |
* | Fix spelling typo. Found by Ermal | Scott Ullrich | 2009-09-09 | 1 | -1/+1 |
* | Unbreak packages that use filter_configure_* on 2.0 | Scott Ullrich | 2009-08-09 | 1 | -1/+2 |
* | call tinydns_create_zone_file(); tinydns_setup_ping_items(); when records change | Scott Ullrich | 2009-06-19 | 1 | -0/+2 |
* | Update root servers duplicated data. This really should be automated. | Scott Ullrich | 2009-05-27 | 1 | -9/+2 |
* | Stop adding a silly trailing space. | Scott Ullrich | 2009-05-27 | 1 | -2/+3 |
* | Update root servers. We should probably automate this going forward at some ... | Scott Ullrich | 2009-05-27 | 1 | -1/+1 |
* | Add more comments. Remove trailing spaces. No functional changes. | Scott Ullrich | 2009-05-27 | 1 | -4/+6 |
* | Add comments that show the DJBDNS styles vs. telling the person to look it up... | Scott Ullrich | 2009-05-27 | 1 | -4/+4 |