summaryrefslogtreecommitdiff
path: root/source4/rpc_server/dnsserver/dnsdb.c
AgeCommit message (Collapse)AuthorFilesLines
2011-12-23s4:rpc-dnsserver: Implement EnumDirectoryPartition operationAmitay Isaacs1-0/+2
2011-12-23s4:rpc-dnsserver: Cache DNS partition informationAmitay Isaacs1-31/+65
This information will be used for the RPC calls for partition information.
2011-10-20s4-dns: Update serial number for zone on dns updatesAmitay Isaacs1-3/+83
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-10-20s4-dns: Added DCERPC dns server for DNS managementAmitay Isaacs1-0/+418
dnsserver.h - typedefs and prototypes dnsserver.c - RPC API and implementation methods dnsdb.c - samdb operations dnsdata.c - functions to manipulate dns structures dnsutils.c - function for serverinfo and zoneinfo structures Signed-off-by: Andrew Tridgell <tridge@samba.org>