Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-15 | s4-dns: implemented parsing and storing of DNS records from bind | Andrew Tridgell | 1 | -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-15 | s4-dns: added basic DLZ writeable support to dlz_bind9 | Andrew Tridgell | 1 | -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. |