| Commit message (Expand) | Author | Age | Files | Lines |
* | tinydns.inc - remove useless config_(un)lock calls | doktornotor | 2015-08-11 | 1 | -4/+1 |
* | tinydns.xml - fix copyright header, remove unused tags, | doktornotor | 2015-07-31 | 1 | -53/+56 |
* | tinydns.xml - fix permissions for installed files | doktornotor | 2015-07-31 | 1 | -12/+3 |
* | Bug #4555 - Tiny DNS: Service does not start | doktornotor | 2015-07-28 | 1 | -11/+36 |
* | tinydns - fix Bug #2720 | doktornotor | 2015-07-13 | 1 | -1/+1 |
* | Fix rcvar declaration that I broke yesterday and bump necessary package versions | Renato Botelho | 2015-02-10 | 1 | -1/+1 |
* | Drop use of set_rcvar from startup scripts, it's deprecated | Renato Botelho | 2015-02-09 | 1 | -1/+1 |
* | Change require to not specify full path since its already in the include_path | Jeremy Brown | 2014-08-21 | 1 | -1/+1 |
* | Replace newline in heredoc with actual newline per mainatiner request | Jeremy Brown | 2014-07-31 | 1 | -2/+3 |
* | Make tinydns failover IPv6 comaptible | Anton | 2014-07-31 | 2 | -19/+41 |
* | Changed startup script for correct startup and correct handling of failover p... | Anton | 2014-07-31 | 2 | -16/+47 |
* | Changed status page of tinydns to view correct monitor status | Anton | 2014-07-31 | 1 | -9/+33 |
* | Change Logs to show correct data | Anton | 2014-07-31 | 1 | -3/+4 |
* | Fix a whole bunch of invalid version tests. | jim-p | 2014-04-10 | 3 | -6/+6 |
* | Fixup URLs: | Renato Botelho | 2014-03-18 | 3 | -14/+14 |
* | Adding option to disable IP monitoring | Benoit GUERIN | 2012-08-29 | 2 | -11/+31 |
* | Using multilog instead of readproctitle to log svscan output | Benoit GUERIN | 2012-08-29 | 1 | -1/+3 |
* | Deleting dead code | Benoit GUERIN | 2012-08-05 | 2 | -61/+0 |
* | Use first DNS server configured in System -> General setup if we don't have o... | Benoit GUERIN | 2012-06-23 | 1 | -1/+11 |
* | Change from monitorip to failoverip. We want to know if the failover ip is in... | jeandebogue | 2012-02-21 | 1 | -3/+3 |
* | removes the gratioutous use of killall and kill -9 in place of using the nati... | Lucas Fitt (Stampy) | 2012-01-24 | 2 | -7/+37 |
* | just because you have the DNS cache enabled doesn't necessarily mean you want... | Chris Buechler | 2012-01-07 | 1 | -43/+1 |
* | Handle an IPv6 PTR SOA manual record. | jim-p | 2011-09-21 | 1 | -1/+12 |
* | More tinydns IPv6 fixes. AAAA and PTR now work. (AAAA w/auto PTR does not work) | jim-p | 2011-09-19 | 1 | -17/+73 |
* | 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 |
* | Include SRV | Scott Ullrich | 2011-02-07 | 1 | -1/+1 |
* | Surround all record types with () | Scott Ullrich | 2011-02-07 | 1 | -2/+2 |
* | (C) Date bump | Scott Ullrich | 2011-02-07 | 1 | -1/+1 |
* | Remove duplicates | Scott Ullrich | 2011-02-07 | 1 | -18/+6 |
* | Add priority | Scott Ullrich | 2011-02-07 | 1 | -5/+9 |
* | timestamp defaults to '' | Scott Ullrich | 2011-02-07 | 1 | -1/+1 |
* | Add SRV record support. | Scott Ullrich | 2011-02-07 | 2 | -3/+40 |
* | Add format for AAAA and note its available | Scott Ullrich | 2011-02-06 | 1 | -2/+2 |
* | Note 128 bit format for ipv6 records | Scott Ullrich | 2011-02-06 | 2 | -2/+2 |
* | Strip colons from ipv6. Addresses must be in 128 but format | Scott Ullrich | 2011-02-06 | 2 | -5/+3 |
* | Use 6 to designate ipv6 records | Scott Ullrich | 2011-02-06 | 1 | -1/+1 |
* | Add ipv6 support | Scott Ullrich | 2011-02-06 | 2 | -0/+11 |
* | Also allow the user to enter an IP:FQDN record for MX, since it's valid and t... | jim-p | 2010-11-10 | 2 | -3/+12 |
* | 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 |
* | Move the redirect so it happens later. Fixes the blank screen at the end of t... | jim-p | 2010-09-29 | 1 | -2/+5 |
* | Whitespace fixes. | jim-p | 2010-09-29 | 1 | -48/+48 |
* | Generalize descriptions, examples, titles, etc. | jim-p | 2010-09-29 | 1 | -12/+12 |
* | 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 |