summaryrefslogtreecommitdiff
path: root/source4/rpc_server/dnsserver/dnsutils.c
AgeCommit message (Collapse)AuthorFilesLines
2012-03-21s4-rpc: dnsserver: Fix IPv6 reverse zone handlingAmitay Isaacs1-0/+7
Thanks to Marcel Ritter <marcel.ritter@rrze.fau.de> for the patch.
2012-01-12s4-rpc:dnsserver: DNS names are case insensitiveAmitay Isaacs1-4/+4
2011-12-23s4:rpc-dnsserver: Cache DNS partition informationAmitay Isaacs1-19/+34
This information will be used for the RPC calls for partition information.
2011-12-23s4:rpc-dnsserver: If a zone is reverse zone, set the fReverse flagAmitay Isaacs1-1/+12
And use fReverse flag in the enumeration of zones.
2011-11-02s4-dnsserver: Set DNS_DP_AUTOCREATED flag for the zone informationAmitay Isaacs1-1/+1
This make the zone information similar to windows (W2K8r2). Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-10-20s4-dns: Added DCERPC dns server for DNS managementAmitay Isaacs1-0/+309
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>