summaryrefslogtreecommitdiff
path: root/lib/addns/dnsutils.c
AgeCommit message (Collapse)AuthorFilesLines
2012-05-27Eliminate dependency on an external uuid library.Andriy Syrovenko1-13/+7
2012-03-07addns: Fix the Solaris/Illumos build.Ira Cooper1-0/+4
uuid_t is not defined without including sys/uuid.h, configure+waf checks added. Signed-off-by: Jeremy Allison <jra@samba.org>
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_P isn't standard talloc.
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
Using the standard macro makes it easier to move code into common, as TALLOC_ARRAY isn't standard talloc.
2011-01-06lib/addns: move DNS client library to the main directory.Günther Deschner1-0/+151
Guenther