commit | e9b76e1f1e37f91ec9b30274594b7953f1afa6a2 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Thu May 22 17:41:01 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Thu May 22 17:41:01 2008 +0000 |
tree | 5343576f8522de07b5ff92a91be17b538323b396 | |
parent | ae84b11467c56316a43de6146100ce22f24cf622 [diff] |
dnsd: fixes various segfaults. One was a lib api change that was not updated and another is a stack buffer overflow. It also adds support for '*' in dnsd.conf. It resolves all hostnames to a specific ip address. This is useful if you for example want redirect all http traffic to your first-boot-web-wizard on you router/firewall. By Timo Teras