summaryrefslogtreecommitdiff
path: root/source4/dns_server/pydns.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-10pyldb: Include a reference to the Ldb in objects that useAndrew Bartlett1-1/+1
2024-03-03pyldb: Move PyErr_LDB_OR_RAISE() and PyErr_LDB_DN_OR_RAISE() into pyldb.hAndrew Bartlett1-15/+0
2024-03-03dns: Use pyldb_check_type() in PyErr_LDB_DN_OR_RAISE()Andrew Bartlett1-1/+1
2024-03-03dns: Use pyldb_Ldb_AsLdbContext() in PyErr_LDB_OR_RAISE()Andrew Bartlett1-3/+3
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2021-12-15s4:dns_server: Remove less-than-zero comparison of an unsigned valueAndreas Schneider1-1/+1
2021-07-05pydns: fix a comment in replace_by_dn()Douglas Bagnall1-1/+1
2021-06-11pydns: expose dns_records_match() as dsdb_dns.records.match()Douglas Bagnall1-0/+37
2021-03-29pydns: expose dns timestamp utils to python, and testDouglas Bagnall1-0/+48
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-1/+1
2019-07-10pyldb: rename pyldb_Dn_AsDn() to pyldb_Dn_AS_DN()Douglas Bagnall1-1/+1
2019-05-16s4: squash 'cast between incompatible function types' warningNoel Power1-1/+2
2019-02-07Decrement references to python objects passed to Py_BuildValueNoel Power1-1/+5
2018-02-15python: Port dsdb_dns module to Python 3 compatible form.Lumir Balhar1-5/+14
2017-06-10dns_server: clobber MNAME in the SOAAndrew Bartlett1-2/+6
2017-06-10pydsdb_dns: Allow the partition DN to be specified into py_dsdb_dns_lookupAndrew Bartlett1-6/+20
2017-06-10pydsdb_dns: Use TypeError not LdbError for mismatched typesAndrew Bartlett1-12/+3
2017-06-10pydns: Also return the DN of the LDB object when finding a DNS recordAndrew Bartlett1-2/+3
2017-06-10pydns: Fix leak of talloc_stackframe() in python bindingsAndrew Bartlett1-3/+20
2015-10-26pydns: Add replace_by_dn()Andrew Bartlett1-0/+58
2015-10-26dns_server: Add python method to extract a DNS entry from a ldb.MessageElementAndrew Bartlett1-0/+36
2015-10-26dns_server: Add a python module directly accessing DNS records in sam.ldbAndrew Bartlett1-0/+225