summaryrefslogtreecommitdiffstats
path: root/lib/addns/dnssock.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-2/+2
| | | | | 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-2/+2
| | | | | Using the standard macro makes it easier to move code into common, as TALLOC_ARRAY isn't standard talloc.
* s3: Eliminate select from libaddnsVolker Lendecke2011-02-281-13/+11
|
* lib/addns: move DNS client library to the main directory.Günther Deschner2011-01-061-0/+377
Guenther