summaryrefslogtreecommitdiffstats
path: root/main/djbdns
Commit message (Collapse)AuthorAgeFilesLines
* main/tinydns: add jumbo patch and srv/naptr supportTimo Teras2009-09-182-1/+1861
| | | | | | | | | | | Adds a patch which combines the following patches: - Claudiu Costin's jumbo-p13.patch http://www.ro.kde.org/djbdns/mywork/jumbo/jumbo-p13.patch.gz - Guilherme Balena Versiani's djbdns SRV+NAPTR combined patch http://mywebpage.netscape.com/guibv/djbdns-1.05-srvnaptr.diff Patch taken from: http://lizzy.dyndns.org/~jos/djbdns-1.05-jumbo-josb.patch
* main/djbdns: start services after firewallNatanael Copa2009-09-153-2/+4
| | | | see #164
* main/djbdns: update L.ROOT-SERVERS.NET addressNatanael Copa2009-09-152-5/+7
| | | | fixes #162
* main/djbdns: fix dnscache init scriptTimo Teras2009-08-282-4/+8
| | | | | to not set uncoditionally FORWARDONLY. just the mere existance of the env variable changes dnscache behaviour. fixes #147.
* main/djbdns: provide random seed to dnscacheNatanael Copa2009-08-092-3/+4
| | | | | fixes #120 Thanks to Nathan for solving this.
* main/djbdns: added net dependency in initd scriptsNatanael Copa2009-08-083-3/+10
| | | | fixes #120
* main/dnscache: fix init.d scriptNatanael Copa2009-07-302-35/+13
| | | | fixes #101
* moved extra/* to main/Natanael Copa2009-07-2412-0/+385
and fixed misc build issues