summaryrefslogtreecommitdiff
path: root/source4/dns_server/pydns.c
Commit message (Expand)AuthorAgeFilesLines
* dns_server: clobber MNAME in the SOAAndrew Bartlett2017-06-101-2/+6
* pydsdb_dns: Allow the partition DN to be specified into py_dsdb_dns_lookupAndrew Bartlett2017-06-101-6/+20
* pydsdb_dns: Use TypeError not LdbError for mismatched typesAndrew Bartlett2017-06-101-12/+3
* pydns: Also return the DN of the LDB object when finding a DNS recordAndrew Bartlett2017-06-101-2/+3
* pydns: Fix leak of talloc_stackframe() in python bindingsAndrew Bartlett2017-06-101-3/+20
* pydns: Add replace_by_dn()Andrew Bartlett2015-10-261-0/+58
* dns_server: Add python method to extract a DNS entry from a ldb.MessageElementAndrew Bartlett2015-10-261-0/+36
* dns_server: Add a python module directly accessing DNS records in sam.ldbAndrew Bartlett2015-10-261-0/+225