aboutsummaryrefslogtreecommitdiffstats
path: root/config/tinydns/tinydns.inc
Commit message (Expand)AuthorAgeFilesLines
* timestamp defaults to ''Scott Ullrich2011-02-071-1/+1
* Add SRV record support.Scott Ullrich2011-02-071-3/+7
* Strip colons from ipv6. Addresses must be in 128 but formatScott Ullrich2011-02-061-4/+2
* Use 6 to designate ipv6 recordsScott Ullrich2011-02-061-1/+1
* Add ipv6 supportScott Ullrich2011-02-061-0/+10
* Also allow the user to enter an IP:FQDN record for MX, since it's valid and t...jim-p2010-11-101-2/+11
* Detect if we have an IP or a hostname in an MX record and set the field appro...jim-p2010-11-101-1/+9
* Use a double colon for tinydns MX records, otherwise our fields were off by one.jim-p2010-11-101-1/+1
* Switch this call from fprintf to fwrite/sprintf, fprintf does not exist on PH...jim-p2010-09-291-2/+2
* Only create axfrdns link if service is activated. Handle rm's for each case ...Scott Ullrich2010-08-071-7/+11
* fix MX priorityChris Buechler2010-08-041-1/+1
* Fix these variable tests so they evaluate properly.jim-p2010-08-031-3/+3
* Add SOA for rdns of manual entries. (There is probably a better way to do thi...jim-p2010-08-021-1/+7
* fix tinydns_add_active_leases. patch from ticket #436Chris Buechler2010-08-011-41/+87
* fix lease registration. ticket #546Chris Buechler2010-08-011-2/+2
* Ensure svscan.sh has a+rxScott Ullrich2010-08-011-0/+4
* need interfaces.inc hereChris Buechler2010-08-011-1/+4
* Ticket #490. Correct path.Ermal2010-04-141-1/+1
* Ticket #440. dnscache-conf will create the direcory itself.Ermal2010-04-141-1/+1
* Do not go to /var/etc/etc/ but just /var/etc mostly cosmetic.Ermal2010-04-141-39/+39
* Catch up with latest changes.Ermal2010-03-291-6/+14
* Ticket #403. More improvements from patches provided here.Ermal2010-03-291-6/+25
* This code does not need rw access.Ermal2010-03-291-4/+4
* Ticket #403. Move all services to /var/etc.Ermal2010-03-291-46/+54
* Ticket #403. Submitted patch.Ermal2010-03-291-19/+20
* Ticket #448. Cleanup before re-writing the configuration.Ermal2010-03-241-5/+3
* Ticket #440. On 2.0 user /var/etc/nameserver_* from getting the DNS server list.Ermal2010-03-241-30/+36
* Ticket #439. Make sure directory exists so files in it can be created.Ermal2010-03-241-0/+2
* Ticket #442. Remove all directories upon deinstall.Ermal2010-03-241-1/+2
* Clean directories before running.Ermal2010-03-241-0/+2
* Ticket #439. Allow dnscache to listen on multiple interfaces.Ermal2010-03-241-47/+86
* Reload zone correctly on the primary dns server without needing to do an oper...Scott Ullrich2010-03-151-1/+0
* Just remove /etc/tinydnsScott Ullrich2009-09-091-1/+1
* Full path to killallScott Ullrich2009-09-091-3/+3
* Kill supervise and tinydns on deinstallScott Ullrich2009-09-091-0/+2
* Oops, remove /etc/tinydnsScott Ullrich2009-09-091-1/+1
* Remove /etc/tinydns on deinstall. Resolves #82Scott Ullrich2009-09-091-0/+1
* Fix spelling typo. Found by ErmalScott Ullrich2009-09-091-1/+1
* Unbreak packages that use filter_configure_* on 2.0Scott Ullrich2009-08-091-1/+2
* call tinydns_create_zone_file(); tinydns_setup_ping_items(); when records changeScott Ullrich2009-06-191-0/+2
* Update root servers duplicated data. This really should be automated.Scott Ullrich2009-05-271-9/+2
* Stop adding a silly trailing space.Scott Ullrich2009-05-271-2/+3
* Update root servers. We should probably automate this going forward at some ...Scott Ullrich2009-05-271-1/+1
* Add more comments. Remove trailing spaces. No functional changes.Scott Ullrich2009-05-271-4/+6
* Add comments that show the DJBDNS styles vs. telling the person to look it up...Scott Ullrich2009-05-271-4/+4
* Default to MX dist of 10 instead of 0. Most folks start with 10 or 5.Scott Ullrich2009-05-271-0/+2
* Correct dist reecords (add missing :)Scott Ullrich2009-05-271-3/+8
* Correct MX records entries. They do not have a double colon.Scott Ullrich2009-05-271-1/+1
* Fix numerous small issues with automatic sync. Speedup process 500*Scott Ullrich2009-05-141-10/+23
* Next releaseMichael2009-04-111-5/+54