summaryrefslogtreecommitdiffstats
path: root/lib/addns/dnsutils.c
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate dependency on an external uuid library.Andriy Syrovenko2012-05-271-13/+7
|
* addns: Fix the Solaris/Illumos build.Ira Cooper2012-03-071-0/+4
| | | | | | uuid_t is not defined without including sys/uuid.h, configure+waf checks added. Signed-off-by: Jeremy Allison <jra@samba.org>
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
| | | | | Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_P isn't standard talloc.
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+1
| | | | | Using the standard macro makes it easier to move code into common, as TALLOC_ARRAY isn't standard talloc.
* lib/addns: move DNS client library to the main directory.Günther Deschner2011-01-061-0/+151
Guenther