summaryrefslogtreecommitdiff
path: root/source4/dsdb/dns
AgeCommit message (Collapse)AuthorFilesLines
2010-02-17s4-dnsupdate: use samba_runcmd() in the dns update taskAndrew Tridgell1-16/+35
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-02-11s4-dns: don't leave behind a tmp fileAndrew Tridgell1-0/+2
If the dns update file doesn't need updating we need to delete the tmp file
2010-02-11s4-dns: added a dns update taskAndrew Tridgell1-0/+222
This task watches for changes in the list of DCs, and creates a bind9 formatted file that grants update permission to all DCs, plus to the administration, and machines update for their own names. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>