s4:dns_server: split out a private 'dnsserver_common' library
authorStefan Metzmacher <metze@samba.org>
Wed, 30 Jul 2014 06:01:11 +0000 (08:01 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 26 Aug 2014 07:13:06 +0000 (09:13 +0200)
commit99d5a5ead4f33723c25e8716a79d34b53822521e
tree786a2d79314a7cf25f6b38f90d9c3bcad90b1e4f
parentd0f424a23dc915d9fce625438d2bd63519757cba
s4:dns_server: split out a private 'dnsserver_common' library

This will contain common code for the internal dns server, the dlz_bind9 module
and the rpc dns management server.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=10749

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dns_server/dns_server.h
source4/dns_server/dns_utils.c
source4/dns_server/dnsserver_common.c [new file with mode: 0644]
source4/dns_server/dnsserver_common.h [new file with mode: 0644]
source4/dns_server/wscript_build