summaryrefslogtreecommitdiff
path: root/source4/dns_server/dlz_minimal.h
AgeCommit message (Collapse)AuthorFilesLines
2010-12-15s4-dns: implemented parsing and storing of DNS records from bindAndrew Tridgell1-1/+1
DNS updates from nsupdate against our ldb SAM now work Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Dec 15 12:36:46 CET 2010 on sn-devel-104
2010-12-15s4-dns: added basic DLZ writeable support to dlz_bind9Andrew Tridgell1-0/+140
this implements the expanded DLZ update driver API, allowing for bind9 to send dynamic updates to the Samba DLZ driver. This change also adds support for exporting all DNS zones in the SAM database, which also means we now correctly separate the _msdcs zone from the main zone.