summaryrefslogtreecommitdiff
path: root/source4/rpc_server/dnsserver/dnsserver.h
AgeCommit message (Collapse)AuthorFilesLines
2011-12-23s4:rpc-dnsserver: Implement zone management RPC operationsAmitay Isaacs1-0/+6
- ZoneCreate operation to create zone. - DeleteZoneFromDs operation to delete zone When a zone is deleted, all the records in that zone are also deleted.
2011-12-23s4:rpc-dnsserver: Implement DirectoryPartitionInfo RPC operationAmitay Isaacs1-0/+11
2011-12-23s4:rpc-dnsserver: Cache DNS partition informationAmitay Isaacs1-6/+18
This information will be used for the RPC calls for partition information.
2011-11-02s4-dnsserver: Build a dns name tree for correct enumerationAmitay Isaacs1-1/+11
The result of EnumRecords/EnumRecords2 RPC calls, is a list of dns records that are one level below in the name hierarchy starting from the search name. This patch builds a tree of names to get the list of records one level below the search names and correctly count the number of child records for each of those. Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-10-20s4-dns: Added DCERPC dns server for DNS managementAmitay Isaacs1-0/+220
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>