summaryrefslogtreecommitdiff
path: root/librpc/ndr/ndr_dns.c
AgeCommit message (Collapse)AuthorFilesLines
2010-10-27ndr: Make sure ndr_dns.c has no lines wider than 80 charsKai Blin1-99/+138
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Wed Oct 27 21:17:50 UTC 2010 on sn-devel-104
2010-10-23s4 dns: Better error handling when parsing invalid or unknown recordsKai Blin1-5/+14
2010-10-23s4 dns: Allow more components as part of a domain nameKai Blin1-1/+1
2010-10-23s4 dns: Fix a data corruption in the dns_string parsingKai Blin1-8/+4
2010-10-23s4 dns: Reply to a name request with an A record.Kai Blin1-5/+93
The first real answer to a DNS request. Still uses hardcoded reply.
2010-10-23ndr dns: Add simple parserKai Blin1-0/+210